* {
	margin: 0px;
	padding: 0px;
}

body {
	background:#E3B454 url(bg.png) repeat-x top;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a img {
	border: none;
	text-decoration: none;
}

h1 {
	color: #CA2900;
	font-size: 1.8em;
	font-weight: bold;
	margin: 10px 0px;
}

h2 {
	color: #CC6600;
	font-size: 1.6em;
	font-weight: bold;
	margin: 10px 0px;
}

h3 {
	color: #FF6633; 
	font-size: 1.4em;
	font-weight: bold;
	margin: 10px 0px;
}

p {
	margin: 10px 0px;
	line-height: 1.3em;
	font-size:1.2em; 
	text-align: justify;
}

table td {
	padding: 5px 30px 5px 5px;
	font-size: 1.2em;
}

table th{
	font-size: 1.6em;
	font-weight: bold;
}

.zima {
	color: #0066CC;
}

.leto {
	color: #E1002D;
}

.cleaner {
	clear: both;
}

#container {
	width: 909px;
	background: White;
	margin: 5px 0px 0px 0px;
	text-align: left;
	margin: 5px auto 0px auto;
}

#header {
	width: 909px;
	height: 254px;
	background:#E3B454 ;
}

#header_top {
	width: 909px;
	height: 219px;
}

#header_top_left {
	float: left;
	width: 284px;
	height: 219px;
}

#header_top_left a{
	display: block;
	background: url(header_top_left.jpg) no-repeat top;
	width: 284px;
	height: 219px;
}

#header_top_middle {
	background: url(header_top_middle.jpg) no-repeat top;
	float: left;
	width: 342px;
	height: 219px;
}

#header_top_right {
	float: left;
	width: 283px;
	height: 219px;
}

#header_top_right a{
	display: block;
	background: url(header_top_right.jpg) no-repeat top;
	width: 283px;
	height: 219px;
}

#header_bottom {
	background: url(header_bottom.jpg) no-repeat top;
	width: 909px;
	height: 35px;
}

#menu {
	float: left;
	width: 450px;
	height: 35px;
}

#menu a{
	display: block;
	padding: 0px 12px 0px 12px;
	float: left;
	background: url(header_bottom.jpg) no-repeat top;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: Black;
	font-size: 1.2em;
	font-weight:bold;
}

#menu a:hover{
	background: url(menu_a_hover.jpg) repeat-x top;
}

#menu_right{
	float: left;
	padding-left: 110px;
}

#info {
	float: left;
	line-height: 35px;
	text-align: center;
	color: Black;
	font-size: 1.2em;
}

#lang {
	width: 80px;
	height: 35px;
	float: left;
	line-height: 35px;
	color: Black;
	font-size: 1.2em;
	padding-left: 80px;
}

#czech_lang {
	display: block;
	background: url(cechy.png) no-repeat top;
	line-height: 21px;
	width:30px; 
	float: left;
	margin:7px 0px 0px 10px;
}

#de_lang {
	display: block;
	background: url(germany.png) no-repeat top;
	line-height: 21px;
	width:33px;
	float: left;
	margin:7px 0px 0px 0px;
}

#content {
	width: 909px;
}

#content a{
	color: #CA2900;
	text-decoration: underline;
}

#content a:hover{
	color: #FF572D;
	text-decoration: none;
}

#text {
	float:left;
	padding: 20px;
	width: 600px;
}

#foto_text {
	float:left;
	padding: 20px;
	width: 900px;
	_width: 850px;
}

#foto {
	float: right;
	width: 220px;
	padding: 20px 0px 0px 20px;
}

/** část nezbytná pro fotogalerii **/

.lightbox {
		display: none;
		height: 100%; 
		width: 100%;
		position: absolute;
		top: 0;  
		left: 0;
		right: 0;  
		bottom: 0; 
		text-align: center;
		padding-top: 30px;
		background: transparent;
	}
.lightbox:target {
		display: block;
	}
.lightbox span {
		padding: 3px 10px;
		background: #FFF;
		color: #ff6600;
		font-weight: bold;
	}
.lightbox img {
		border: 8px inset #4EB7D7;
	}
	a { 
		text-decoration: none;
	}
	img {
		border: 2px solid #FFF;
	}
	
	/* Pro IE 6*/
.lightbox {
	  display: expression((document.location.toString().split('#').slice(1) == this.id)?'block':'none');
	}


/** část nezbytná pro fotogalerii **/

