body{
	font-family:Verdana,Arial,Sans-serif;
	font-size:0.9em;
	text-align:center;
	background-color:#ddd;
	padding:0px;
	margin:0px;
	background-image:url("layout/bcg.jpg");
	background-repeat:repeat-y;
	background-position:center;
	color:#333;
}

a{
	text-decoration: none;
	color:#d58c48;
}

include a:hover
{
	text-decoration:underline;
	color:#0478c1;
	}

a img
{
	border:solid 2px #0478c1;
	}

h1
{
 font-weight:normal;
 font-size:3em;
 color:#777;
 background-color:White;
	}


h3
{
	 background-color:White;
	}

.mainWrapper{
   position:relative;
   width:940px;
	margin:auto;
	margin-top:0px;
	text-align:left;
}

.main{
   position:relative;
   width:805px;
	margin:auto;
	margin-top:0px;
	height:100%;
	/*background-image:url("layout/columnLeft.jpg");
	background-repeat:repeat-y;
	background-position:left;
	background-color:White;*/
}

.top
{
	padding:0px;
	margin:0px;
	
	height:100px;
	text-align:right;
	}
	
.top img
	{
		display:inline;
		margin-right:35px;
		}	
		

.topImg
{
	width:150px;
	height:150px;
	background-color:White;
	border:solid 1px #ddd;
	position:absolute;
	left:-35px;
	top:30px;
	padding:5px;
	z-index:2;
	}
	
.rightImg
{
	width:150px;
	height:150px;
	background-color:White;
	border:solid 1px #ddd;
	position:absolute;
	right:-0px;
	top:50%;
	padding:5px;
	z-index:2;
	text-align:center;
	}
	
.pocitadlo
{
	margin:auto;
	padding:30px 5px 5px 5px;
}

.obsah{
	position:relative;
	top:10px;
	margin:0px;
	
	text-align:left;
}

.menu{
	width:180px;
	text-align: left;
	position:absolute;
	left:150px;
	top:20px;
}

.menuItem{
   /*position: absolute;*/
	color: #444;
	cursor:pointer;
	width:100px;
	padding-left:2px;
}



.menuItemOver{
   /*position: absolute;*/
	color:#bbb;
	font-weight: bold;
	border-bottom:solid 2px #bbb;
	padding-left:2px;
	width: 100px;
	cursor:pointer;
}

.menuItemActive{
   color:#d58c48;
	font-weight: bold;
	border-bottom:solid 2px #d58c48;
	padding-left:2px;
	width: 100px;
	cursor:pointer;
	}

.kontakt
{
	position:absolute;
	left:10px;
	top:300px;
	font-size:0.75em;
	text-align:left;
	width:150px;
	border: solid 1px #0478c1;
	padding:5px;
	}

.include{
 border-top: solid 1px #eee;	
 border-bottom: solid 1px #eee;
	position:relative;
	left:100px;
	top:55px;
	width:450px;
	margin-bottom: 20px;
	padding:10px;
	padding-right:100px;
	padding-left:50px;
	filter:alpha(opacity=93); 
	opacity:.93;
	text-align:left;
	font-size:0.8em;
	z-index:1;
	overflow:hidden;
	overflow-y:auto;
}

.noGallery
{
	position:absolute;
	top:200px;
	left:80px;
	z-index:-1;
	}

.bottom
{
	text-align:right;
	font-size:0.75em;
	position:absolute;
	bottom:15px;
	height:15px;
	background-color: #d58c48;
	color:White;
	font-size:0.8em;
	z-index:2;
	padding:5px;
	width:94%;
	margin-left:35px;
}

.nadpis
{
	 font-weight:bold;
	}
	
.obr
{
	border:solid 1px #eee;
	padding:5px;
	width:110px;
	}

.obrOver
{
	border:solid 1px #d58c48;
	padding:5px;
	width:110px;
	cursor:pointer;
	}	

