body {
	background-color: White;
	background: #2B328E url(style/bg1.gif) repeat-x;
}

#container{
	width: 900px;
	height: 790px;
	margin: 0px auto;
	/*border: thin solid White;*/

}

#banner{

	height: 21px;
	width: 220px;
	float: left;
	padding-top: 30px;
	padding-left: 30px;
	
}

#top{
	margin-top: 11px;
	width: 900px;
	height: 106px; /*66*/
	float: left;
	background: #8CBDE6 url(style/top.gif) no-repeat bottom;
	
}

/* Menu */
#menu {
	margin-top: 40px;
	width: 630px;
	line-height: 36px;
	padding: 0px 0px 20px 0px;
	font-family: Verdana;
	font-size: 16px;
	float: right;
	margin-right: 20px;
	
}

#menu ul {
	list-style-type: none;
	padding-left: 1px;
	float: right;

	}
	
#menu li {
	float:left;
	}
	
#menu li a {
	padding: 3px 0px 0px 0px;
	display: block;
	color: White;
	margin-right: 0px; /*font-weight: bold;*/
	width: 100px;
	text-align: center;
	background: url(style/button.gif) no-repeat 0 0;
	text-decoration: none;
	font-size: 12px;
	font-weight: bolder;
}
#menu li a:hover {
	color: Black;
	background-position: -100px;
}

#menu li .active {
	color: Black;
	background-position: -100px;
}

#content{
	width: 885px; /*900px*/
	height: 663px;
	float: left;
	padding-left: 15px;
	background: url(style/content_bg.gif) no-repeat center;
}

#content a{
	text-decoration: none;
	color: #AB811F;
}

#content a:hover{
	text-decoration: none;
	color: #DDB044;
}


#content_next{
	width: 885px; /*900px*/
	float: left;
	padding-left: 15px;
	background: url(style/content_next_bg.gif) repeat-y center;
}

#content_next a{
	text-decoration: none;
	color: #AB811F;
}

#content_next a:hover{
		text-decoration: none;
	color: #B77700;
}

#content_next ul{
	margin: 0 0 15px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #373737;
	text-align: justify;
	padding: 5px;

}

#content_next li{
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	list-style: none;
}

#footer {
	clear: both;
	height: 20px;
	padding: 20px 55px 12px 0px;
	color: #6268CA;
	text-align: center;
	font: normal 0.7em/1.5 trebuchet ms, Arial, Helvetica, sans-serif;
	background: url(style/foot.gif) no-repeat top;
}

#footer a {
text-decoration: none;
	font-weight: bold;
	color: #fff;
}
#footer a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #8CBDE6;
}


#inner_banner {
	width: 867px;
	height: 198px;
	background-color: Black;
	float: left;
}

#left_side {
	margin-top: 10px;
	width: 567px;
	min-height: 455px;
	float: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F0F0F0;
	
}

#left_side1 {
	width: 567px;
	float: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 15px;
	background-color: #F0F0F0;
	
}

#right_side {
	margin-top: 10px;
	margin-left: 10px;
	width: 289px;
	min-height: 340px;
	background-color: #373737;
	float: left;
	padding-top: 5px;
}

#right_side .logo {
	margin-bottom: 10px;
	margin-top: 0px;
}



#right_side1 {
	margin-left: 10px;
	width: 289px;
	float: left;
	margin-bottom: 15px;
}

#right_side_top {
	margin-top: 10px;
	margin-left: 10px;
	width: 289px;
	height: 82px; 
	background-color: #FF8C00;
	float: left;
	padding: 0px;

}

#right_side_top h3{
	padding-top: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#right_side_top ul {
	list-style-type: none;
	float: right;
	margin-top: 0px;

	}
	
#right_side_top li {
	float:left;
	}
	
#right_side_top li a {
	padding: 10px 0px 10px 30px;
	display: block;
	color: White;
	margin-bottom: 3px;
	width: 259px;
	text-align: left;
	background: #F28600 no-repeat 0 0;
	text-decoration: none;
	font-size: 14px;
	font-weight: bolder;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-top: 1px solid #DB7900;
}

#right_side_top li a:hover {
	color: Black;
	background: #FFB355;
}

#right_side_top li .active {
	color: Black;
}



#left_side h1{
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #222160;
	margin-bottom: 5px;
	margin-left: 5px;
}

#left_side h2{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	margin-bottom: 5px;
	margin-left: 5px;
}

#right_side h2{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFA500;
	margin-top: 6px;
	margin-bottom: 5px;
	margin-left: 15px;
}

p {
	margin: 0 0 15px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #373737;
	text-align: justify;
	padding: 5px;
	background-color: #F0F0F0;
}

p.p3 {
	margin: 0 0 2px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #373737;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #F0F0F0;
}

p.p2 {
	margin: 0px 0px 2px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #373737;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #E4E4E4;
}

p.pravy {
	margin: 0px 4px 2px 4px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
	text-align: justify;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #373737;
}

p.popis {
	margin: 0px 4px 2px 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #727272;
}

acronym{
	font-weight: bolder;
	padding-bottom: 6px;
	color: #2B328E;
}

.imgLevy{
float: left;
	margin: 4px 4px 4px 7px;
}

.imgObsah{
float: left;
	margin: 0px 0px 0px 57px;
}

.imgObsah2{
	margin: 0px 0px 0px 97px;
	border: 3px solid #CCCEEE;
}

#left_side ul{
	margin: 0 0 15px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #373737;
	padding: 5px;

}

#left_side li{
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	list-style: none;
	padding-bottom: 2px;
}

#left_side ul.download{
	margin: 0 0 15px 100px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	padding: 5px;
	
}

#left_side li.download{
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-size: 14px;
	list-style: none;
	padding-top: 10px;
}

#right_side ul{
	margin: 0 7px 15px 7px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E1E1E1;
	text-align: justify;
	padding: 10px;
	background-color: #484848;

}

#right_side li{
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	list-style: none;
}

.kontakty {
	width:575px;
	border-collapse: collapse;
	margin-bottom: 0px;
	
	/*empty-cells: show;*/
}

.kontakty td {
	font-size: 1.0em;
	padding: 5px 2px 5px 4px;
}

.kontakty td.center{
	text-align: center;
}

.kontakty tr.color {
	font-size: 1.0em; /*padding: 1px 2px 1px 4px;*/
	background-color: #F1F1F1;
	margin-bottom: 5px;
}

.kontakty tr.color1 {
	font-size: 1.0em; /*padding: 1px 2px 1px 4px;*/
	background-color: #E5EAF7;
	margin-bottom: 5px;
}

.kontakty2 {
	width:567px;
	border-collapse: collapse;
	margin-bottom: 0px;
	
	/*empty-cells: show;*/
}

.kontakty2 td {
	font-size: 1.0em;
	padding: 5px 2px 5px 4px;
}

.kontakty2 td.center{
	text-align: center;
}

.kontakty2 tr.color {
	font-size: 1.0em; /*padding: 1px 2px 1px 4px;*/
	background-color: #F1F1F1;
	margin-bottom: 5px;
}

.kontakty2 tr.color1 {
	font-size: 1.0em; /*padding: 1px 2px 1px 4px;*/
	background-color: #E5EAF7;
	margin-bottom: 5px;
}

.icon{
	vertical-align: middle;
	margin-right: 4px;
	border: none;
}

ul.download{
	margin-left: 50px;
	color: Fuchsia;
}

.nahledy {
	float: left;
	margin-top: 7px;
	margin-right: 25px;
	margin-left: 50px;
	margin-bottom: 30px;
	text-align: center;
}

.nahledy h3{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #A77F1E;
	margin-top: 25px;
	margin-bottom: 5px;
	margin-left: 17px;
}

.nahledy a { border:0; }

.nahledy a img {
	width: 186px;
	height: 257px;
	border: 4px solid #222160;
}

.nahledy a:hover img {
	border: 4px solid Gray;
}

.hmotnosti {
	width:310px;
	margin-bottom: 0px;
	margin-left: 90px;
	
	/*empty-cells: show;*/
}

.hmotnosti tr.color {
	font-size: 1.0em; /*padding: 1px 2px 1px 4px;*/
	background-color: #8CBDE6;
	margin-bottom: 5px;
	text-align: center;
	
}

.hmotnosti td {
	font-size: 1.0em;
	padding: 5px 2px 5px 4px;
	background: #EDEDED;
	text-align: center;
}

.hmotnosti td.head {
	/*width: 30px;*/
	text-align: center;
	background-color: #D3D3D3;
}




