/** obecné **/
*{ padding: 0; margin: 0; }

html, body { 
font-size: small;
font-family: Tahoma, Verdana, Arial, lucida, sans-serif;
background: #ffffff  url("../design/poz01.jpg") repeat-x scroll;
color: #000000;
width: 100%;
height: 100%;
min-height: 100%;
}

#page {
position: relative;
width: 750px;
margin: 0 auto;
padding: 0px 0;
text-align: justify;
}

#back_head {
width: 750px;
height: 202px;
background: url("../design/baner2.jpg") no-repeat;
margin: 0 auto;
text-align: right;
}

#back_telo {
width: 750px;
background: url("../design/pozadi2b.gif") no-repeat;
font-family: Tahoma, Verdana, Arial, lucida, sans-serif;
color: #6f6f6f;
}

#blokmenu {
	width: 200px;
	float: left;
	margin: 15px 0px 20px 0px;
	text-align: left;
	border: 0;
	color: #b56004;
}
/***********menu*****************************/
      #menu { width: 200px; }
      #menu ul { margin: 5px 0; padding: 0; list-style-type: none; }
      #menu li { width: 100%; font-weight: normal; font-size: 89%; height: 41px; margin: 0px 0 0 0px; background: url("../design/menu.gif") no-repeat 0 0; }
      #menu li.active { color: #060606; background: url("../design/menu.gif") no-repeat -200px 0;  height: 41px; line-height: 41px; padding-left: 45px;    }
      #menu a, #menu strong { display: block;text-decoration: none; padding-left: 0px; height: 41px; line-height: 41px; padding-left: 45px; }
      #menu a { color: #ffffff; }
      #menu a:hover { color: #060606; background: url("../design/menu.gif") no-repeat -200px 0;        }

#blokpravy {
	width: 500px;
	float: right;
	padding: 19px 0px 0px 0px;
	text-align: justify;
	border: 0;
}


#footer { clear: both; position: relative; width: 100%; height: 34px; background-color: #ffffff; color: white; border-top: 1px dotted #7c7b7b; }
#footer p {	color: #9b9a9a; text-align: right; font-size: 80%;	padding-right: 15px; padding-top: 4px; }
#footer a {	color: #6f6f6f;	font-weight: normal; text-decoration: none; }
#footer a:hover { color: #000000; font-weight: normal; text-decoration: normal; }



#back_head p { padding: 5px 13px 0 0px; color: #ffffff;	font-size: 85%;	font-family: Tahoma, Verdana, Arial, lucida, sans-serif; }
#back_head a { font-weight: normal; text-decoration: none; color: #ffffff; }
#back_head a:hover { font-weight: normal; text-decoration: underline; }

h2 {	font-weight: bold;	font-size: 170%; color: #1c1c1c;} 

.obr {	float: left;} 
.clear { clear: both; }


