body, html {
	background-color:#000000;
	scrollbar-arrow-color: #ffffff;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-track-color: #777777;
	height:100%;
}
#hlavicka {
	position: relative;
	top: 0px;
	left: 0px;
	height: 130px;
	width: 670px;
	background-color:#000000;
	color:#FFFFFF;
}
#hlavicka a{
	color:#FFFFFF;
	text-decoration:none;
	}

#hlavicka H1 {
	position: absolute;
	margin:0;
}
#hlavicka .podnadpis {
	margin:0;
	}
#aktuality {
	height: 260px;
	top:0px;
	background-color:#000000;
	color: #FFFFFF;
	margin: 0px;/**/
	position: relative;
	}
#aktuality H3{
	margin-top:0;}

#hlavni {
	background-color:#FFFFFF;
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:1000px;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	}
	/* 2 column right menu settings */
	.colleft {
	float:left;
	width:200%;
	margin-left:-330px;   /*pro editaci nastavit 0px správně tam má být -330px*/
	position:relative;
	right:100%;
	background:#fff;
	/*border-right:#000000 solid 1px;*/
    }
    .col1wrap {
	    float:left;
	    width:50%;
	    position:relative;
	    left:50%;
	    padding-bottom:1em;
	}
	.col1 {
	margin:0 0 0 330px;
	overflow:hidden;
	}
    .col2 {
        float:right;
        width:330px;
        position:relative;
        left:330px;
		top:0;
    }
.textoveokno {
margin-left:15px;
margin-right:15px;
}
.textoveokno p{
margin-top:0;
margin-bottom:0;
}
.textoveokno h3{
margin-top:.75em;
margin-bottom:0;
}
.datum{
	color: #999999;
}
#obsahLevy{
margin-top:15px;
width:270px;
float:left;
}
#obsahPravy{
margin-top:15px;
	width:400px;
	float:right;
}
#osoby{
	width: 330px;
	color:#000000;	
}
#osoby ul  {
	list-style-type: none;
	padding-left:0;
	margin-left:15px;
	margin-right:15px;
	margin-top:10px;
}
#osoby a, #osoby a:visited, #osoby a:link {
	text-decoration:none;
	color:#000000;
	}
#osoby .inversni, #osoby .inversni a:visited, #osoby .inversni a:link{
	color:#FFFFFF;
	background-color:#000000;
	}
#podrobnostiOsob{
	height:100%;
	border-top: 1px solid #000000;

}

/* Footer styles */
#footer {

	clear:both;
	float:left;
	background-color:#FFFFFF;
	width:1000px;
	margin-right:330px;
}

    h2 {
	margin: 0px;
}
 #navigace {
	position: fixed;	

	bottom:0px;
	height: 1.5em;
	width:670px;
	background-color:#000000;
}
#navigace ul{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	height:100%;
}
#navigace li{
	margin:0;
	padding:0;
	border-left:solid 1px #FFFFFF;
	float:left;
	text-align: center;
	width:19.6%;
	height:100%;
}
#navigace a{
	color:#FFFFFF;
	text-decoration:none;
	}
