* {
    padding: 0;
    margin: 0;
} 

body {
    background: #fff;
	font: .74em Trebuchet MS, Verdana, Arial, sans-serif;
	line-height: 1.5em; 
}
a {
	color: #3B6EBF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#prechod {
	margin: 20px auto;
	width: 724px;

	background-image: url('images/midbg.jpg');
	background-repeat: repeat-y;
}

#top { 
background: #fff url('images/topbg.jpg');
height: 30px;
}

#obsah {
padding: 0 40px 0 40px;
}

#bottom {

background: #fff url('images/botbg.jpg');
height: 30px;
}


.header {
padding-top:5px;
text-align: center;
height: 100px;
background: #85ACF7 url('images/hidr.jpg');
}

.header h1 { padding-left: 17px; padding-top: 22px; font-size: 22px; color: #FFF; }
.header h1 a { font-size: 22px; color: #FFF; text-decoration: none;}
.header h2 { padding-left: 17px; padding-top: 0px; font-size: 17px; color: #FFF; }

.pozice { 
	position: absolute;
	top:0;
	left:0;
	display: block;
	width: 493px;
   background: #F6F9FB; 
	border-bottom: 1px solid #E1E1E1; 
	padding: 5px;
	
}
.text {
   font-size: 100%;
   position:relative;
	padding-top: 30px;
	
}	
	
.prostredni {
	position: relative;
	float: left;
	width: 78%;
	margin: 0 0px;
	padding: 0% 0%;
	text-align: justify;
}

.pravy {
	float: left;
	width: 15%;
	margin: 0 10px;
	padding: 1% 1%;
	
}

.pravy ul {
	padding: 20px 0 15px 20px;
	margin:0;
}

.pravy li {
	margin-bottom:5px;
	list-style-type: square;
	color: #3B6EBF;
}

.prostredni h2 {
	padding-left: 5px;
	text-align: left;
	color: #0066FF;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.pravy h2 { color: #3B6EBF; font-size: 14px; margin-top: 15px;}


.kontakt {
	display: block;
	padding: 20px 0px 10px 0px;
	font-size: large;
}

.vyrazne {
	display:block;
	font-size: 110%;
	font-style: oblique;
	text-decoration: underline;
	margin-bottom: 0px;
}
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	color: #666;
}



