@charset "utf-8";
/* CSS Document */

body 
	{
	width: 100%;
	hieght: 100%;
 	background-image:url(logo.png);
	}
.clear {clear:both; height: 50px;}
.c
	{
	width: 100%;
	hieght: 100%;
	text-align:center;
	}
.cpoza
	{
	width: 925px;
	height: 300px;
	margin-top: 25px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}
.cpoza1 
	{
	width: 625px;
	height: 300px;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}
.poza {
	background-color: #FFF;
	background-position: center;
	float: left;
	margin-bottom:2px;
	height: 259px;
	width: 297px;
	border: thin solid #06C;
}
.poza1 {
	background-color: #FFF;
	float: right;
	height: 259px;
	width: 297px;
	margin-bottom:2px;
	border: thin solid #06C;
}
.pozaj {
	background-color: #FFF;
	background-position: center;
	margin-bottom:2px;
	height: 259px;
	width: 297px;
	border: thin solid #06C;
}
#textt
{
	width:100%;
	height:auto;
	font-weight:bold;
	text-align:center;
	margin-bottom:25px;
}

#footer
{ width:100%;
text-align:center;
vertical-align:bottom;
}

table.lamp
{
width:100%;
padding:0px;
border:1px solid #d4d4d4;
}

table.lamp th
{
color:#000000;
background-color:white;
padding:10px;
padding-right:5px;
}

table.lamp td
{
padding:4px;
padding-left:0px;
padding-right:10px;
background-color:#ffffff;
}

table.tecspec th,table.tecspec td{
	border:1px solid #d4d4d4;padding:5px;padding-top:7px;padding-bottom:7px;vertical-align:top;text-align:left;
}

table.reference,table.tecspec{
	border-collapse:collapse;width:100%;
}

table.reference tr:nth-child(odd)	{background-color:#f1f1f1;}
table.reference tr:nth-child(even)	{background-color:#ffffff;}

table.reference tr.fixzebra			{background-color:#f1f1f1;}

table.reference th{
	color:#ffffff;background-color:#750000;border:1px solid #750000;padding:3px;vertical-align:top;
}

table.reference th a:link,table.reference th a:visited{
	color:#ffffff;
}

table.reference th a:hover,table.reference th a:active{
	color:#EE872A;
}

table.reference td{
	border:1px solid #d4d4d4;padding:5px;padding-top:7px;padding-bottom:7px;vertical-align:top;
}

table.reference td.example_code
{
vertical-align:bottom;
}


