*{
	margin: 0;
	padding: 0;
}
hr, .submenu, .notdisplayed{ /**/
	display: none;
}
a img{
	border: 0;
}
body{
	/*Samotne telo stranky*/
	margin-top: 0px;
	background: #acacac url('../layout/bodybg.gif') repeat-y 50% 0%;
	text-align: center;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 150%;
	color: #464646;
}
#content{
	position: relative;
	margin: auto;
	padding: 0;
	width: 770px;
	text-align: left;
	background: #ffffff;
}
#top{
	position: relative;
	padding: 0 0 1px 0;
	width: 100%;
	height: 200px;
	background: url('../layout/topbg.jpg') no-repeat 0% 0%;
}
#logo{
	position: absolute;
	top: 84px;
	left: 23px;
}
.olymp{
	position: absolute;
	top: 65px;
	right: 61px;
}
#main{
	width: 100%;
	border-top: 3px solid #8dc63f;
	border-bottom: 3px solid #8dc63f;
	background: #ffffff url('../layout/telobg.gif') repeat-y 0% 0%;
}

#leftpanel{
	width: 240px;
	float: left;
	position: relative;
}
#leftpanel .leftmenu{
	width: 100%;
	list-style: none;
	padding: 15px 0 0 0;
}
#leftpanel .leftmenu li{
	display: block;
	padding: 0 10px;
	width: 220px;
	float: left;
}
#leftpanel .leftmenu li a{
	display: block;
	overflow: hidden;
	float: left;
	width: 205px;
	color: #ab2033;
	text-decoration: none;
	padding: 2px 0 2px 15px;
	font-size: 1.1em;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	background: url('../layout/li.gif') no-repeat 5px 50%;
}
#leftpanel .leftmenu li a:hover{
	text-decoration: underline;
	color: #000000;
}
#leftpanel .leftmenu li a.last{
	border-bottom: none;
}
#leftpanel .leftmenu li ul li{
	padding: 0 0 0 5px;
}
#leftpanel .leftmenu li ul li a{
	color: #444444;
	font-size: 1em;
	border: 0;
	font-weight: normal;
}


.banner{
	margin: 50px 0 0 0;
}

#obsah{
	width: 460px;
	padding: 15px 30px 20px 20px;
	float: right;
	overflow: hidden;
}

#obsah h1{
	font-size: 1.9em;
	font-weight: normal;
	color: #8dc63f;
	margin: 0 0 20px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #d9d9d9; 
}
#obsah h2{
	font-size: 1.5em;
	font-weight: normal;
	color: #ab2033;
	margin: 10px 0 5px 0;
}
#obsah p{
	text-align: justify;
	line-height: 150%;
}

#obsah a{
	color: #ab2033;
}
#obsah a:hover{
	color: #000000;
}

#obsah ul{
	padding: 0 0 0 20px;
	list-style-image: url('../layout/li.gif');
}
#obsah ul li{
	line-height: 150%;
}

#obsah div.half{
	width: 230px;
}

#obsah div.block{
	padding: 0 20px 10px 20px;
	width: 180px;
	background: #ededed url('../layout/mark.jpg') no-repeat 95% 50%;
}
#obsah div.block h2{
	color: #000000;
	margin: 10px 0 15px;
}

#obsah img{
	border: 3px solid #8dc63f;
	margin: 5px;
}
.floatleft{
	float: right;
}
.floatright{
	float: right;
}
.marginedright{
	margin-right: 20px;
}
.marginedbottom{
	margin-bottom: 20px;
}


#footer{
	color: #545454;
}

#footer a{
	color: #545454;
	text-decoration: none;
}
#footer a:hover{
	color: #000000;
	text-decoration: underline;
}
#footer p{
	float: right;
	padding: 13px 40px;
}

form label{
	margin: 2px;
}
form label.blocked{
	display: block;
	float: left;
	width: 130px;
}
.formodskok{
	display: block;
	float: left;
	width: 130px;
	margin: 2px;
}

form label.blockedlong{
	display: block;
	float: left;
	width: 280px;
}

form input.checkleft{
	float: left;
	margin: 5px 5px 0 0;
}
form input.text , form select.text{
	width: 120px;
	border: 1px solid #666666;
	margin: 2px 0;
}
form input.submit{
	border: 1px solid #666666;
	background: #f6f6f6;
	padding: 2px;
	cursor: pointer;
}


.clear{
	clear: both;
}
div.leftbox{
	float: left;
}
.rightmargined{
	margin-right: 10px;
}

.right{
	float: right;
}
.noborder{
	border: 0 !important;
}
.centering{
	text-align: center;
}

#akcni-nabidka a {
	display: block;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	background-color: #b62238;
	font-size: 15px;
	margin-top: 20px;
	padding: 5px;
}
#akcni-nabidka1 a {
	display: block;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	background-color: #93B82D;
	font-size: 15px;
	margin-top: 20px;
	padding: 5px;
}


#kontakt{
	background: url('../layout/kontaktbg.jpg') no-repeat 0% 0%;
	padding: 10px 15px;
	color: #ffffff;
	margin: 30px 0 0 0;
	line-height: 130%;
}
strong.leftblock{
	display: block;
	float: left;
	margin: 0 5px 0 0;
}
#kontakt a{
	color: #ffffff;
}
#kontakt a:hover{
	text-decoration: none;
}

p#form-link{margin-top : 2em;}
p#form-link a{color : Black;}
p#form-link a:hover{color : #ab2033;}