/********************************************************
* global
********************************************************/
* { margin: 0; padding: 0; outline: none; }

img { border: 0; }

body {
    background-color: #ffffff;
	 text-align: center;
    font: normal 12px "Times New Roman", Times, serif;
}


span.none {
	 display:none;
}


#leoBrouwer {
 	 width: 630px; 
	 height: 360px; 
	 position:absolute; 
	 background-image: url(../img/index/leo-brouwer-index2009.png);
	 background-color: white;
	 top:50%; 
	 left:50%; 
	 margin: -280px auto auto -315px; 
	 text-align:center;
 }

a {
	font-weight: bold;
	color: #41c1d9;
	text-decoration: none;
}

a:hover {
	color: #27ADC5;
}

/********************************************************
* navigace
********************************************************/
#navigace {
 	 width: 575px; 
	 height: 34px; 
	 position:absolute; 
	 top: 12px;
	 text-align:center;
	 margin-left: -287px;
	 left:50%;
}

a.flash-cz {
	width: 130px;
	height: 34px;
	position: absolute;
	left: 0px;
	background-image: url(../img/index/flash-cz.png);
}

a.flash-en {
	width: 152px;
	height: 34px;
	position: absolute;
	left: 137px;
	background-image: url(../img/index/flash-en.png);
}

a.html-cz {
	width: 124px;
	height: 34px;
	position: absolute;
	left: 295px;
	background-image: url(../img/index/html-cz.png);
}

a.html-en {
	width: 148px;
	height: 34px;
	position: absolute;
	left: 426px;
	background-image: url(../img/index/html-en.png);
}

a.flash-cz:hover{
	background-image: url(../img/index/flash-cz-over.png);
}

a.flash-en:hover{
	background-image: url(../img/index/flash-en-over.png);
}

a.html-cz:hover{
	background-image: url(../img/index/html-cz-over.png);
}

a.html-en:hover{
	background-image: url(../img/index/html-en-over.png);
}



#foot {
	width: 100%;
	height: 200px;
   position:absolute; 
	bottom: 0; 
	left:50%; 
	margin: 0px auto auto -50%; 
	background-image: url(../img/index/bluefooter.png);
	z-index: 99;
}

#footer {
	width: 575px;
	height: 200px;
   position:absolute; 
	bottom: 0; 
	left:50%; 
	margin: 0px auto auto -287px; 
	background-image: url(../img/index/footer-index.png);
}


