/*Styl k napovede*/

/*Specialni styly pro jednotlive produkty*/


img.logo {
	z-index: -1;
	position: absolute; left: 0; top: 0;
}

/*----------------------------------------*/
a:link
	{
	color: #ff3f3f;
	}
	
a:visited
	{
	color: #ff3f3f;
	}

a:hover
	{
	color: #7f0000;
	}

a.footer
	{
	text-decoration : none;
	color: #CC0033;
}

a.footer:visited
	{
	text-decoration : none;
	color: #CC0033;
}

a.footer:hover
	{
	text-decoration : underline;
	color: #FF6600;
}
/*--odkaz nikam nevedouci----------------------------------------------*/
a
	{
	color: #ff3f3f;
	}	

div.footer
	{
	margin-top: 25px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 85%;
	text-align: right;
	}

body
	{
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 0px; 
	background: #ffffff; 
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	}
	
p
	{
	margin-left: 1em;
	margin-top:0px;
	margin-bottom:1em;
	}
	
img.Cursor
	{
	margin: 10px;
	}
	
ul
	{
	list-style-type: disk;
	}

ol
	{
	list-style-type: upper-alpha;
	}
	
div.BackToTop
	{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
	}	
	
div.BackToTop a
	{
	text-decoration: none;
	color: black;
	}
	
pre,code
	{
	font: 110% Courier New, Courier, mono; 
	}
/*
div.exampleheader
	{
	font-weight: bold;
	font-size: 105%;
	padding-top: 20px
	}
*/
div.syntax
	{
	background: #dddddd;
	margin-top: 8px;
	padding: 8px 8px;
	cursor: text;
	color: #000000;
}

h1
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 145%;
	margin-top: 5px;
	margin-bottom: .5em; 
	font-weight: bold;
	border-bottom:10px solid #ff7f7f;
	}
	
h2
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 117%;
	margin-top: 1em;
	margin-bottom:1.5ex;
	font-weight: bold;
	clear:both;
	/*background-color: #CCCCCC;*/
	padding:3px;
	border-bottom:5px solid #ff7f7f;
	/*border-left:5px solid #FFE0C6;*/
	}
	
h3
	{
	font-size: 111%;
	margin-top: 2em;
	margin-bottom: 1.4em;
	/*background-color: #F2F2F2;*/
	padding: 1px;
	border-bottom:2px solid #ff7f7f;
	clear:both;
	font-weight: bold;
	}
	
h4
	{
	font-size: 100%;
	margin-left: .2em;
	margin-top: 1em;
	margin-bottom: .5em; 
	text-decoration: underline;
	font-weight: bold;
	}
h5, h6
	{
	font-size: 90%;
	margin-left: 0em;
	margin-top: .5em;
	margin-bottom: .5em; 

	}

table {
	border-collapse: collapse;
}

td, th {
	border: 0px;
	padding: 0.5rem;
	text-align: left;
}

table.FunctionReference
	{
	background: #ffdcbf;
	margin-top: .6em;
	margin-bottom: .3em;
	font-size: 100%;
	}
	
table.FunctionReference th
	{ 
	padding: 4px 8px;
	background: #fff3e7;
	text-align: left;
/*	font-size: 70%;*/
	vertical-align: bottom;
	}
		
table.FunctionReference td
	{ 
	padding: 4px 8px;
	background: #ffffff;
	vertical-align: top;
/*	font-size: 70%;*/
	width:250px;
	}
table.MeasurementFeatures
	{
/*	background: #bfdcff;*/
	margin-top: .6em;
	margin-bottom: .3em;
	font-size: 100%;
	border: 1px solid #ffdcbf;
	width: 300px;
	}
	
table.MeasurementFeatures td
	{ 
	padding: 4px 8px;
	background: #ffffff;
	vertical-align: top;
/*	font-size: 70%;
	width:250px;*/
	}	
table.Common
	{
	background: #ffdcbf;
	margin-top: .6em;
	margin-bottom: .3em;
	font-size: 100%;
	}
	
table.Common th
	{ 
	padding: 4px 8px;
	background: #fff3e7;
	text-align: left;
/*	font-size: 70%;*/
	vertical-align: bottom;
	}
		
table.Common td
	{ 
	padding: 4px 8px;
	background: #ffffff;
	vertical-align: top;
/*	font-size: 70%;*/
	/*width:250px;*/
	}
dl
	{
	padding-left : 2.4em;
	margin-top: 0em;
	}

dd
	{
	margin-bottom: 0em;  
	margin-left: 1.9em;
	}

dt
	{
	font-style: italic;
	font-size: 100%;
	margin-top: .6em;
}

div.reftip
	{
	position: absolute;
	z-index: 1;
	padding: 8pt;
	visibility: hidden;
	border: 1px solid #000000;
	background: #d0ffff;
}

a.declParam
	{
	color: #ff4000;
	text-decoration: none;
	}

a.declParam:hover
	{
	text-decoration: underline;
	}

div.popup
	{
	position: absolute;
	z-index: 1;
	left: 26px;
	width: 100%;
	padding: 5px 5px 5px 5px;
	visibility: hidden;
	border: 1px solid #000000;
	background: #d0ffff;
}

table.Color
	{
	width: 90%;
	background: #cc9966;
	margin-top: 20px;
	margin-bottom: 20px;
	}
		
table.Color th
	{ 
	padding: 4px 8px;
	background: #cccccc;
	text-align: left;
/*	font-size: 70%;*/
	vertical-align: bottom;
	}
		
table.Color td
	{ 
	padding: 4px 8px;
	background: #ffffff;
	vertical-align: top;
/*	font-size: 70%;*/
	}
	
table.NormalBez
	{
	margin-top: 0px;
	margin-bottom: 0px;
	}

/*table.NormalBez th
	{
	font-size: 70%;
	}	

table.NormalBez td
	{
	font-size: 70%;
	}	
*/
table.Normal
	{
	margin-top: 15px;
	margin-bottom: 15px;
	/*width:600px;*/
	}

/*table.Normal th
	{
	font-size: 70%;
	}	

table.Normal td
	{
	font-size: 70%;
	}
*/	
	
	
/*---Novinky M----------------------------------------*/

#body
	{
	width:15cm;
	text-align:justify;
	}	
/*-----Vysvětlující obrázky-----*/
.ExplainPicture_C
	{
	margin: 5px;
	text-align: center;
	}
.ExplainPicture_L
	{
	margin: 5px 15px 5px 5px;
	text-align: center;
	float:left;
	}
.ExplainPicture_R
	{
	margin: 5px 0px 5px 15px;
	text-align: center;
	float:right
	}
.List_L
	{
	margin: 5px 12px 5px 0px;
	text-align: left;
	float:left
	}
br
	{
	clear:both
	}
i
	{
	font-style: italic;
	}
div
	{
	margin-bottom: 0ex;
	}
img
	{
	border: none;
	}
/*Seznamy*/
ul
	{
	margin-top:.0em;
	margin-bottom:1em;
	}
li
	{
	margin-bottom: .4mm;
	text-align: left;
	clear:left;
	}
ol ul li
	{
	list-style-type: none;
	margin-top: 1ex;
	text-indent:-40px;
	text-decoration:none;
	font-weight:400;
	}
ol ul ul li
	{
	text-decoration:none;
	text-indent:-60px;
	}
ul.icon li
	{
	display:block;
	list-style-type:none;
	margin-top:1mm;
	}
img.icon
	{
	padding:2px;
	border-top: 2px solid #E0DFE3;
	border-left: 2px solid #E0DFE3;
	border-right: 2px solid #9D9DA1;
	border-bottom: 2px solid #9D9DA1;
/*	border:2px outset;*/
	background-color: #C0C0C0;
	}
/*obrazky v seznamech*/
ul img
	{
	float:left;
	margin:0px 10px 10px -33px;
	}

/*Texty v tabulkach comments, note...*/
td p
	{
	padding-right:10px;
	}

/*--------FreeWare-----------------------------------------------------*/
span.number
	{
	border: solid #C6E0FF 5px;
	background-color:#C6E0FF;
	width:34px;
	height: 24px;
	text-align:center;
	font-weight: 800;
	color: Black;
	font-size:22px;
	font-family: Helvetica, sans-serif, Verdana, Arial, ;
	display:inline;
	float:left;
	}
br.pagebreak
	{
	display:none;
	}
ul.content li
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight:600;
	padding: 1px;
	border:none;
	border-bottom:.5px solid black;
	list-style-type:none;
	margin-left:-20px;
	}
div.content
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:800;
	font-size:180%;
	padding-bottom:1cm;
	}
div.frontpage
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:800;
	font-size:180%;
	margin-top:5cm;
	padding:1cm;
	border-bottom: 5px solid;
	border-top: 5px solid;
	}	
.printonly
	{
	display:none;
	}
/*---------------Styl pro tisk----------------------------------------------*/
@media print{

p
	{
	color:black;
	}

#body, html, body
	{
	text-align:justify;
	width:15cm;
	margin:0px;
	border:0px;
	}
h1
	{
	font-weight:800;
	font-size:180%;
	padding-bottom:1cm;
	page-break-before:always;	
	}
h2
	{
	padding:3px;
	border-bottom:2px solid black;
	border-left:0px solid black;
	}
h3
	{
	padding: 1px;
	border:none;
	border-bottom:1px solid black;
	}
a:link, a:visited, a:hover, a
	{
	text-decoration:none;
	color:black;
	/*font-weight:600;*/
	margin:.4em;
	}
b
	{
	margin:.4em;
	font-weight:600;
	}	
img.icon
	{
	padding:0px;
	}
br.pagebreak
	{
	display:block;
	page-break-before:always;
	}
div.footer, div.List_L, div.ExplainPicture_R a, hr
	{
	display:none;
	}
.noprint
	{
	display:none;
	}
.printonly
	{
	display:inline;
	}
.shrink
	{
	width: 90%;
	}
table.Normal td
	{
	font-size: 70%;
	}
}