/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 28px;
	background-repeat: no-repeat;
	background-color: #94AAD6;
	margin: 0px;
	padding: 0px;
}

#main{
	background-image: url(Images/TopBorder.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	width: 98%;
	border-top: 1px solid;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 1px;
	margin: 0px;
	padding-top: 6px;
	padding-left: 1%;
	padding-right: 1%;
}
#menu{
	position: relative;
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#menu ul{
	display: inline;
	width: 100%;
	padding: 5px;
}
#menu li{
	list-style-type: none;
	clear: left;
	float: left;
	width: 100%;
}
#menu a{
	width: 95%;
	border: 1px solid #000000;
	margin: 3px 0px 0px;
	white-space: nowrap;
	padding: 2px 2px 2px 5px;
	line-height: 20px;
	text-decoration: none;
	visibility: visible;
	z-index: 1;
	float: left;
	font-weight: bold;
	color: #000000;
	background-color: #5286CE;
}
#menu a:hover{
	background-color: #FFFFFF;
	background-image: none;
}

#top {
	background-image: url(Images/Top.gif);
	height: 80px;
	background-repeat: no-repeat;
	border: none;
	background-position: left top;
	background-color: #3179D6;
	margin-bottom: 3px;
	float: left;
}
hr {
	background-image: url(Images/TopBorder.jpg);
	height: 6px;
	background-color: #0066FF;
	border: 1px solid #CC0000;
}
#LeftArea {
	float: left;
	width: 195px;
	background-image: url(Images/Top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 100px;
	margin: 0px;
	
}
#obsah {
	float: left;
	clear: none;
	padding: 5px;
}
#obsah img {
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5286CE;
	border-right-color: #5286CE;
	border-bottom-color: #5286CE;
	border-left-color: #5286CE;
}
.left {
	float: left;
	clear: both;
	margin: 5px;
	padding: 5px;
}
