body {
	background: #000;
	color: #bbb;
	margin: 0px; padding: 0px;
	font-family: Century Gothic, Verdana, Arial, Sans-serif;
	font-size: 14px;
}

div#layout {
	width: 850px;
	margin: 0px auto;
	float: left;
}
div#top {
	width: 850px;
	height: 200px;
	background: #000 url(images/bg_top.jpg) 0px 0px no-repeat;
}
div#menu {
	background: #000 url(images/bg_menu.jpg) 0px 0px no-repeat;
	width: 230px;
	float: left;
}
div#content {
	background: #000;
	width: 620px;
	float: left;
	text-align: justify;
}
div#bottom {
	background: #000 url(images/bg_bottom.jpg) 0px 0px no-repeat;
	width: 100%;
	height: 250px;
	float: left;
}
#bottom p {
	text-align: right;
	font-size: 11px;
	position: relative;
	top: 160px;
}
div#autor {
	margin-left: 50px;
}
div#logo {
	position: absolute;
	top: 100px;
	left: 860px;
	width: 330px;
	height: auto;
	background: #000;
	text-align: center;
}

/*** GENERAL ********************************************/

.fleft 		{	float: left;}	
.fright  	{	float: right;}	
.aleft 		{	text-align: left;}	
.aright 		{	text-align: right;}	
.ablock 		{	text-align: justify;}	
.acenter		{	text-align: center;}	
.vmiddle 	{	vertical-align: middle;}
.vbase		{	vertical-align: bottom;}
.vtop			{	vertical-align: top;}


/*** COLORs ********************************************/
.black 			{	color: #000000;	}
.blue 			{	color: #008aef;	}
.orange 			{	color: #ff8a00;	}
.grey		 		{	color: #727272;	}
.lightgrey 		{	color: #cbcbcb;	}
.lightblue 		{	color: #9ccdff;	}
.red		 		{	color: #f30;		}
.white	 		{	color: #fff;		}
.web		 		{	color: #3f3f3f;	}

h1 {
	color: #FFCC00;
	font-size: 26px;
}
h1.aktualita-titulek a{
	font-size: 26px;	
}
h1.aktualita-titulek span {
	padding-left: 2px;
	font-size: 9px;
	position: relative;
	top: -10px;
}
.margintop {
	position: relative;
	top: 20px;
}
#menu ul{
	list-style:none;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
}
	#menu li{
		list-style:none;
		display:block;
		padding:0px 0px 1px 0px;
	}
		#menu li a {
			font-family: Monotype Corsiva;
			font-size: 20px;
			color:#FF6600;
			text-decoration: none; 
			list-style: none;
			display: block;
			text-decoration:none;
			padding:0px 0px 0px 60px;
		}
			#menu li a:hover{
				text-decoration:none;
				font-weight: bold;
				color: #FFCC00;
		}
		#menu li .current{
			list-style:none;
			display:block;
			text-decoration:none;
			font-weight: bold;
			color: #FFCC00;		
		}
			#menu li a.current, #menu li a:hover.current{
        			letter-spacing: 1px;
			}
a {
	font-family: Monotype Corsiva;
	color: #FF6600;
	text-decoration: none;
	font-size: 16px;
}			
a:hover {
	color: #FFCC00;
}
div .obrazek {
	text-align: center;
	margin: 0px auto;
	width: 260px;
	float: left;
}		
div .obrazek img {
	width: 250px;
	height: 180px;
}
div .obrazek p {
	font-style: italic;
	color: #ccc;
}
a img {
	border: none
}


.nutne {
	position: relative;
	top: -3px;
	color: #f30;
	font-weight: bold;
}
.motto {
	position: relative;
	top: 10px;
	color: #fff;
}

div.galerie-menu {
	position: relative;
	top: 20px;
	left: 70px;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	font-size: 12px;
}
#fotogalerie {
	margin: 0px auto;
	text-align: center;
}
#fotogalerie a img {
	border: 2px solid #000;
}
#fotogalerie a:hover img {
	border-color: #FF6600;
}

ul.galerie {
	list-style: none;
	width: 100%;
}
.galerie li {
	float: left;
	width: 45%;
	height: 50px;
	padding: 5px;
}
.galerie li:hover {
	background: #0d0d0d;
}

.galerie li a {
	display: block;
	height: 20px;
	font-size: 18px;
}
.galerie li span {
	font-size: 10px;
}

hr {
	color: #333;
	background-color: #333;
	height: 5px;
	border: none;
}
