/* CSS Document */
html {font: 1em Trebuchet MS, Arial, Helvetica, sans-serif;}

body{
	background-color: #336799;
	margin:0px;
	padding:0px;
	}	
	
.hl {
    margin: 0px 35px 0px 25px;
	color: #336799;
	font-size:24px;
	text-decoration:none;
	font-weight:bold;
	}
			
.hl:hover {color: #OOOOOO; text-decoration:underline;}	

.up_h {margin-top:100px;}	

#stranka{
	margin: 0px 0px 0px -475px;	 
	width:950px;
	position:absolute;
    left: 50%;
}

#header{
	width:950px;
	background-color: #ffffff;
	float:left;
	}
	
#logo{ float:left; width: 370px;}

#menu{float:right; width:580px;}

.no_ul { list-style:none;}

ul { list-style:disc;}

#obsah{
	width:950px;
	background-color: #ffffff;
	float:left;
	}

#left{
    width:330px;
	float:left;
	padding:20px;
	}

#right{
    width:540px;
	float:right;
	padding:20px;
	}

#pata{
	width:930px;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	color:#FFFFFF;
	}

	
#pata a {
	color: #ffffff;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	}
	
.text a {
	color: #336799;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	}
	
	

h1, h2, h3, h4, h5 {
	color: #336799;
	font-size:18px;
	font-weight:bold;
	margin:5px;
	padding:0px;
	}
	
hr {
	color: #336799;
	border-color: #336799;
	margin:0px;
	padding:0px;
	}
	
.text {
    font-size:12px;
	color: #5d5d5d;
	padding:20px 5px 50px 5px;
	}
