/* --- main settings --- */

* { 
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}


body{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/* menu box ------------------------ */

#menu1{
	height: 91px;
	background-image: url(../img/menu_bg.png);
	background-repeat: repeat-x;
}

#menu2{
	width: 810px;
	height: 91px;
	margin: auto;
}
#logo{
	width: 250px;
	float: left;
}

#menu2 #logo img{
	float: left;
	padding-right: 20px;
}
#menu2 #logo strong, #menu2 #logo h1{
	font-weight: normal;
	display: block;
	color: #9b9b9b;
	float: right;
}
#menu2 #logo strong{
	font-size: 36px;
	letter-spacing: 4px;
	padding: 10px 0 0 4px;
}
#logo h1{
	font-size: 12px;
	letter-spacing: 1px;
	width: 165px;
	text-align: center;
	border-top: 1px solid #f2f2f2;
}

/* menu -------------------------- */
#lang-box{
	width: 90px;
	float: right;
	height: 27px;
	margin-top: 3px;
	padding-left: 470px;
	text-align: right;
}
#lang-box a{
	display: block;
	float: left;
	width: 24px;
	font-size: 14px;
	text-align: center;
	margin: 2px 3px;
}
#menu{
	float: right;
	width: 560px;
	height: 51px;
}
#menu ul{
	width: 500px;
	height: 25px;
	display: block;
	background-image: url(../img/menu_ui_bg.png);
	margin: 10px 0 0 190px;
	padding: 0 13px;
	background-repeat: no-repeat;
}
#menu ul li{
	display: inline;
	list-style-type: none;
}	
#menu ul li a{
	background-image: url(../img/menu_ulli_bg.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 115px;
	height: 17px;
	padding: 4px 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #838383;
	display: block;
	float: left;
	font-weight: bold;
	text-align: center;
}
#menu ul li a:hover{
	background-image: url(../img/menu_ulli_bg.png);
	background-position: 0 -25px; 
	color: white;

}
/* end menubox ---------------*/
/* header --------------------*/

#header{
	width: 822px;
	height: 265px;
	background-image: url(../img/header.png);
	margin: auto;	
	color: white;
}

#header h2{
	font-weight: normal;
	display: block;
	width: 700px;
	font-size: 20px;
	letter-spacing: 3px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 52px 0 0 40px;
}

#header ul{
	padding: 17px 0 0 70px;
}

#header ul li{
	list-style: none;
	width: 500px;
	height: 15px;
	letter-spacing: 1px;
	font-size: 16px;
	padding: 10px 0 0px 14px;
	
}

/* obsah --------------------- */

#content{
	width: 810px;
	margin: auto;
}
#content h3{
	color: #5e5e5e;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 20px;
	display: block;
	font-size: 19px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #e4e4e4;
}
#text-box{
	width: 600px;
	float: left;
}
#left_box{
	display: block;
	padding: 10px 0 25px 0;
}

#left_box{
	width: 800px;
	float: left;
}

#left_box p{
	display: block;
	padding: 5px 0px;
	text-align: justify;
	font-size: 14px;
	line-height: 20px;
	color: #707070;
}

.ko{
	clear: both;
}

#ulli-box{

}
#ulli-box h4{
	font-size: 16px;
	letter-spacing: 1px;
	display:  block;
	color: #535353;
	padding: 20px 0 3px 30px;
	margin: 15px;
	border-top: 1px dotted #e4e4e4; 
}
#ulli-box #border{
	border: 1px solid #ececec;
}

#ulli-box ul {
	padding: 20px 20px 20px 50px;
	background-color: #f6f6f6;
	margin: 4px;
}
#ulli-box ul li{	
	line-height: 16px;
	padding: 3px 0;
	font-size: 13px;
	color: #5e5e5e;
	letter-spacing: 1px;
}

.pom{
	float: left;
	display: block;
	width: 130px;
	margin-top: 20px;
}
.ponukneme{
	margin-top: 24px;
	float: left;
	width: 450px;
	list-style: none;
	color: #707070;
	font-size: 14px;
	line-height: 24px;
}
/* footer -------------------- */

#footer{
	width: 810px;
	display: block;
	margin: auto;
	height: 50px;
	border-top: 1px solid #d3d3d3;
	padding-top: 5px;
}
#cr-text, #footer-text, a{
	font-size: 10px;
	color: #a0a0a0;
	letter-spacing: 1px;
	display: block;
}
#footer-text{
	width: 400px;
	float: left;
}

#cr-text{
	width: 410px;
	float: right;
	text-align: right; 
}

#cr-text a:hover{
	color: #818181;
	text-decoration: underline;
}