
body {
	margin-top: 15px;
	background: #000000;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#vlajky{
	margin: 0 auto;
	height: 20px;
	width: 940px;
	text-align:center;
	padding-top:50px
}

#vlajky img{
	padding-left:10px;
	padding-right:10px
}


img{
	border:none;
	}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: none;
	color:#999;
}

a:hover {
	text-decoration: none;
	color:#999;
}

#menu {
	width: 940px;
	height: 60px;
	margin: 0 auto;
	background:#000;
}

#menu ul {
	list-style: none;
	line-height: normal;
}

a:hover img.hover {
	filter:alpha(opacity=100, style=0); 
	opacity:1
	}

#menu a {
	display: block;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #999;
	white-space:nowrap
}

#menu a:hover, #menu .active a {
	background: #999;
	color: #110404;
}

#logo{
	margin: 0 auto;
	display:block;
	padding-top:200px;
	text-align:center
	
}

#wrapper{

}