/* CSS Document */
@charset "utf-8";
/* BASIC */
h1, h2, h3, h4, h5, h6, p, ul, li, a, img, body, div, span, table{
	margin: 0;
	padding: 0;
	border: 0; }
	
table {font-size: 13px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	color: #000;}
	
body {
	font-size: 13px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	color: #000;
	background-color: #c2cf00;
	text-align: center;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}

#page {
	background-color: #FFFFFF;
	text-align: left;
	width: 700px;
	margin: 0 auto;
	padding: 0;
	}
	
/* MENU UP ==== */
#menuup { display:none;}
	
/* HEAD ====== */


#headright {display:none;
	}

/* HEAD FIREMNI ODKAZY */
#headleft h1, #headleft h2 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 3px solid #000000;
}

#headleft h1 a, #headleft h2 a {
	color: #000000;
	text-decoration: none;
	}

	
#headleft ul { display:none;}	


	
/* ===PAGE ===================*/	
/* == MENU BASIC HORIZONTALNI============= */
#menubasicpage {display:none;}


/* ==== PAGE BOX AND CONTENT ======== */
#pagebox {
	float: left;
	width: 700px;
	background-color: #FFFFFF;
	background-image: url(../images/bgpage.jpg);
	background-repeat: repeat-x;
} 

#pageboxleft { display:none;}
#pageboxright {	width: 700px;
	
}

/* MENU VERTIKAL========= */
#pagebox ul {
	list-style-type: none;
	margin-left: 25px;
	margin-right: 35px;
}

#pagebox ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ced835;
	/*
	list-style-position: inside;
	list-style-image: url(../images/orangepoint.gif);
	*/
	margin-bottom: 5px;
	padding-bottom: 4px;
	margin-left: 0px;
	padding-left: 15px;
	background: url(../images/orangepoint.gif) no-repeat left top;
}


#pagebox ul li a {
	font-weight: bold;
	color: #006823;
	text-decoration: none;
	padding-bottom: 2px;
	background: url(none);
}
/*
#pagebox/left/ ul li a span {
	margin-left: 7px;	
}
*/
/*
#pagebox/*left ul li a span {
	margin-left: 7px;	
}
*/
#pagebox/*left*/ ul li a:hover {
	color: #ff6600;
	}
	
#pagebox/*left*/ ul li a span.aktiv {
	color: #ff6600;
	cursor: default;
	}
	
#pagebox/*left*/ ul li a span.aktiv2 {
	color: #5f8d54;
	cursor: default;
	}

/* LEFT MENU========= */
#pageboxleft h2 {
	color: #ff6600;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 15px;
	padding-bottom: 2px;
	margin-left: 25px;
}

#pageboxleft div.banner {
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 65px;
}

#pageboxleft p {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 25px;
}

#pageboxleft p strong{
	color: #006823;
	font-size: 14px;
	}

#pageboxleft address {
	font-style: normal;
	margin-left: 25px;
	font-weight: bold;
}

#pageboxleft address a {color: #006823;}



/* OBSAH STRANKY ===== */
#contentleft {
	float: left;
	width: 410px;
	/*background-color: #FFFFFF;
	background-image: url(../images/bgpage.jpg);
	background-repeat: repeat-x;*/
}

#contentright {
	float: left;
	width: 220px;
	/*background-color: #FFFFFF;
	background-image: url(../images/bgpage.jpg);
	background-repeat: repeat-x;*/
}

/* CONTENT LEFT */
#contentleft h1 {
	font-size: 16px;
	color: #006823;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fba332;
	margin-top: 15px;
}

#contentleft p {
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 5px;
}

#contentleft p.green {
	padding-top: 10px;
	font-weight: bold;
	color: #5f8d54;
	padding-bottom: 10px;
}	

#contentleft p span {
	font-weight: bold;
	color: #006600;
	}	

/* tabulka obsah */
#contentleft table {
	border-collapse:collapse;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
	
	}

#contentleft table tr.thead{
	color: #006600;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	font-weight: bold;
}



#contentleft table tr.druhyradek{
	background-color: #FFFFFF;
	vertical-align: top;
	}

#contentleft table tr.tspace{
	background: #FFFFFF;
	width: 2px;
	overflow: hidden;
	font-size: 2px;
		}

#contentleft table tr{
	background: #E0DE7A;
			}


/* CONTENT RIGHT */
#contentright ul {
	margin-right: 25px;
	margin-left: 35px;
	margin-top: 15px;
	margin-bottom: 10px;
	list-style: none;
	}

#contentright ul li {
	background: url(none);
	padding-left: 0px;
}

#contentright ul li a{
	color : #ff6600;
}

#contentright ul li a:hover{
	color : #5f8d54;
}



/*ff8800*/
#contentright a img {
	margin-left: 35px;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* PATA ==== */
#footer h4{
	display:  block;
	position: relative;
	width:    700px;
	height:   46px;
	margin: 0 auto;
	}
	
#footer h4 span {
	
}

#footer div.footergao { display:none;
}

#footer div.footergao p {
	text-align: right;
	padding-top: 4px;
	padding-right: 20px;
}

#footer div.footergao p a{
	color: #FFFFFF;
	text-decoration: none;
}

#footer div.footergao p a:hover{
	color: #c2cf00;
}

	
/* == POMOCNE === */
.cleaner {
	clear:both;
	
}




#page #pagebox #contentleft .odrazky {
	border-bottom-style: none;
	margin-bottom: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	background: url(../images/orangepoint-maly.gif) no-repeat left top;
		
}
#page #pagebox #contentleft td {
	padding-left: 5px;
}

#page #pagebox #pageboxright #contentleft a {
	color: #009900;
}

#page #pagebox #pageboxright #contentleft a:hover {
	color: #ff6600;
}

/* ==== Pouze pro ======== */
/* INDEX =============== */
#pageboxindex {
	background: #FFFFFF url(../images/bgindexleft.jpg) repeat-x;
}

#indexleft {  display:none;
	
}
	

#indexright {
	background: #FFFFFF url(../images/bgindexleft.jpg) repeat-x;
	width: 700px;
	float: left;}
	
#indexright #menubox ul {
	list-style-type:none;
	margin-left: 0px;
	}

#indexright #menubox ul li{
	display: inline;
	float: left; }

#indexright #menubox ul li a{
	display: block;
	background-image: url(../images/bgmenuindexhover.gif);
	width: 220px;
	background-position: left top;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
 }

#indexright #menubox ul li a span{
	margin-left: 15px;
}

#indexright #menubox ul li a span.line{
	line-height: 25px;
}

#indexright #menubox ul li a.indexmenuend{ width: 225px;	 }

#indexright #menubox ul li a:hover{
	background-position: left -90px;	
 }

#indexright div.sloupek {
	display: block;
	width: 210px;
	float: left;
	background: #FFFFFF url(../images/bgindexsloupek.jpg) left top;
}

#indexright div.sloupek img {
	margin-bottom: 5px;
	margin-left: 5px;
}

#indexright div.sloupek p {
	margin: 5px 10px 15px;
	text-align: justify;
}

#indexright div.sloupek ul {list-style-type:none}

#indexright div.sloupek ul li {
	margin-right: 10px;
	margin-left: 15px;
}
#indexright div.sloupek ul li a {
	color: #006823;
	font-weight: bold;
}

#indexright #procsnami {
	background: #FFFFFF url(../images/bgprocsnami.jpg) no-repeat;
	width: 700px;
	
}

#procsnami div {
	margin-top: 45px;
	margin-right: 180px;
	margin-left: 25px;
}

#procsnami div h2{
	font-size: 20px;
	color: #FFFFFF;
	margin-bottom: 4px;
	margin-top: 15px;
}
#procsnami div ul {
	list-style-type:none;
	padding-right: 25px; }

#procsnami div ul li {
	background: url(../images/whitepoint.gif) no-repeat left 5px;
	padding-left: 15px;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 12px;
}




#page #pageboxindex #indexright .sloupek a:hover {
	color: #FF9900;
}
#page #pagebox #pageboxright #contentleft h2 {
	font-size: 14px; color: #006823; margin-top: 5px;
}
#contentright ul p {
	font-weight: bold; color: #5f8d54;
}
#contentright a {
	color: #009900;
}

#contentright a:hover {
	color: #FF9933;
}

#contentleft img {
	border: 1px solid #999999;
}

.rozsah {
	color: #006600;
	font-weight: normal;
}

