body {
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height:130%;
	background: #808080;
	color:#4d4948
	
}
h1,h2,h3,h4 {	
	margin: 0;
	padding:0;
	font-weight: lighter
	}
ul,li{	
	margin: 0;
	padding:0;
}
h1 {
font-size:16px;
	}
h2 {
font-size:14px;
padding-top:10px;
font-weight:bold
	}

hr {  
	width: 100%;
	display: block;
	height: 1px;
	padding-left:5px;
	border-top: 1px solid #4d4d51;
	border-left: 0 none;
	border-right: 0 none;
	border-bottom: 0 none;
	}
p{ margin:0; padding:0}
a{color: #666666;text-decoration:none}
a:hover{
	color: #5A97C7;
	text-decoration:underline;
}

#container-index {
	width:955px;
	background:url(../img/bgr-index.png) no-repeat bottom;
	height:600px;
	margin: auto;
}
#container-podstranka {
	width:955px;
	background:url(../img/bgr-podstranka.png) no-repeat bottom;
	height:600px;
	margin: auto;
}
#logo {
width:234px;
height:124px;
position:relative;
top:30px;
left:50px
}
#menu {
	width:290px;
	margin: 0;
	float:left;
	height:570px;
}
#menu-pozice {
	position:relative;
	width:230px;
	margin:0;
	padding:0;
	top:350px;
	left:60px
}
#menu ul, li {
margin:0;
padding:0;
list-style:none
}

#menu a.button{
width:150px;
font-size:14px;
color:#FFFFFF;
font-weight:bold;
height:19px;
background:url(../img/bgr-btn.gif) no-repeat;
display:block;
padding:0 0 0 50px;
margin:10px;
text-decoration:none
}
#menu a.button:hover{
width:190px;
height:19px;
background:url(../img/bgr-btn-over.gif) no-repeat;
display:block;
text-decoration:none;
margin:10px
}
#menu .active{
width:190px;
height:19px;
font-size:14px;
color:#FFFFFF;
font-weight:bold;
padding:0 0 0 50px;
background:url(../img/bgr-btn-over.gif) no-repeat;
display:block;
text-decoration:none;
margin:10px
}
#obsah-index {
	width:540px;
	height:400px;
	float:left;
	margin: 0;
	font-size:13px; 
	color:#666
}
#obsah {
	width:540px;
	height:400px;
	float:left;
	margin: 0;
	font-size:13px; 
	color:#666
}

#obsah li {
margin:5px;
list-style-type:disc;
}
#obsah ul {
margin:5px;
padding:0px 0px 0px 10px;
}
#dobry-den {
	position:relative;
	top:505px;
	left:50px;
	font-size:14px;
	color:#ccc

}

.clear{clear:both}
.left{float:left}
.right{float:right}
