*{
	margin: 0;
	padding: 0;
}
body{
	/*Samotne telo stranky*/
	margin-top: 0px;
	background-color: #FFFFFF;
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
}
#content{
	position: relative;
	margin: auto;
	padding: 0 2px 0 2px;
	border-left: 1px solid #bababa;
	border-right: 1px solid #bababa;
	width: 795px;
	text-align: left;
}
#top{
	width: 100%;
	height: 126px;
	background: url(../layout/topbg.jpg) no-repeat 0% 0%;
}
#logo{
	width: 250px;
	height: 64px;
	position: absolute;
	top: 37px; left: 23px;
	overflow: hidden;
}
#logo span{
	width: 250px;
	height: 64px;
	background: url(../layout/logo.jpg) no-repeat 0% 0%;
	position: absolute;
	left: 0px; top: 0px;
	cursor: pointer;
}

#main{
	width: 100%;
	margin-top: 2px;
}
	#leftpanel{
		width: 160px;
		float: left;
		padding: 0px 0 8px 0px;
	}

		.leftmenu{
			width: 100%;
			list-style: none;
		}
			.leftmenu li{
				margin: 2px 0 1px 0;
			}

				.leftmenu li a{
					display: block;
					width: 129px;
					padding: 3px 0 3px 29px;
					background: #dee2e3 url(../layout/leftli.gif) no-repeat 8px 50%;
					font-family: Verdana;
					font-size: 14px;
					color: #1f4052;
					text-decoration: none;
				}
				.leftmenu li a:hover{
					background-color: #36536f;
					color: #ffffff;
				}
		
		#adresa{
			width: 140px;
			margin-top: 20px;
			background: url('../layout/mapbg.jpg') no-repeat 0% 0%;
			color: #ffffff;
			padding: 10px;
		}
			#adresa h3{
				font-family: Verdana;
				font-size: 14px;
			}
			#adresa p{
				text-align: right;
				margin-top: 25px;
				font-family: Verdana;
				font-size: 14px;
			}

	#obsah{
		float: right;
		width: 572px;
		margin-top: 2px;
		padding: 20px 30px 30px 30px;
		background: #ecf0f2;
		min-height: 200px;
	}
		#obsah h2{
			font-family: Arial Narrow;
			font-size: 24px;
			margin: 5px 0 5px 0;
		}
		.darkblue{
			color: #36536f;
		}
		.lightblue{
			color: #4b99c4;
		}
		#obsah h3{
			font-family: Arial Narrow;
			font-size: 18px;
			margin: 2px 0 5px 0;
		}
		.darkblue{
			color: #36536f;
		}
		.lightblue{
			color: #4b99c4;
		}
		#obsah h4{
			font-family: Arial Narrow;
			font-size: 16px;
			margin: 2px 0 3px 0;
		}
		.darkblue{
			color: #36536f;
		}
		.lightblue{
			color: #4b99c4;
		}
		#obsah h5{
			font-family: Tahoma;
			font-size: 12px;
			margin: 1px 0 1px 0;
		}
		.darkblue{
			color: #36536f;
		}
		.lightblue{
			color: #4b99c4;
		}
		#obsah h6{
			text-align: right;
			font-family: Tahoma;
			font-size: 12px;
			margin: 2px 0 3px 0;
		}
		.darkred{
			color: #CC0000;
		}
		.lightred{
			color: #FF3333;
		}
		.darkblue{
			color: #36536f;
		}
		.lightblue{
			color: #4b99c4;
		}		#obsah p{
			text-align: justify;
			color: #36536f;
			font-size: 12px;
			margin-bottom: 5px;
		}
			#obsah p a{
				color: #DB3E3E;
			}
			#obsah p a:hover{
				color: #313571;
			}
		#obsah ul{
			padding-left: 70px;
			color: #36536f;
			font-size: 12px;
		}

	#footer{
		margin-top: 4px;
		width: 100%;
		background: #326883;
		text-align: right;
		color: #ffffff;
		font-size: 10px;
	}
		#footer p{
			padding: 8px 5px 8px 0;
		}
			#footer p a{
				color: #ffffff;
			}
			#footer p a:hover{
				color: #cccccc;
			}
.floatleft{
	float: left;
	margin-left: 5px;
}
.width120{
	width: 150px;
	display: block;
}
.odsadit li{
	line-height: 160%;
}

a img{
border: 1px solid #36536f;
}
a:hover img{
border: 1px solid #4b99c4;
}
