html {
	margin: 0px;
}
body {
	margin: 0px;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: Black;
	text-align: center;
	background-image: url(images/page_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #ddd2ca;
}

/* Obecne styly */

a {
	text-decoration: none;
	color: #f47820;
}
a:hover {
   text-decoration: underline;
}
h1 {
	color: #5C5754;
	font-size: 20px;
	font-weight: normal;
	margin: 10px 0px 30px 60px;
}



/* Rozlozeni stranky */
#layout {
	width: 980px;
	background-image: url(images/layout_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #5c5754;
	margin: 15px auto;
	text-align: left;
	position: relative;
	min-height: 450px;
	padding-bottom: 10px;
}



/* Prvky */

.hidden {
	display: none;
}
.home_link {
	width: 117px;
	height: 188px;
	position: absolute;
	left: 283px;
	top: 0px;
	background-image: url(images/top_logo.gif);
}

.top_rose {
	background-image: url(images/top_rose.jpg);
	width: 267px;
	height: 259px;
	position: absolute;
	left: 16px;
	z-index: 3;
}
.top_photo {
	background-image: url(images/top_photo.jpg);
	width: 314px;
	height: 323px;
	position: absolute;
	right: 0px;
	z-index: 0;
}
.top_title {
	position: absolute;
	z-index: 5;
	left: 420px;
	top: 30px;
	color: #F47820;
	line-height: 1.5em;
}
.top_title h2 {
	color: White;
	font-weight: normal;
	font-size: 32px;
	margin: 10px 0px 20px 0px;
}


.homepage_welcome {
	font-size: 0.85em;
	text-indent: 60px;
	color: #5C5754;

}

.set_record_photo {
	float: left;
	border: 1px solid #DDD2CA;
	width: 100px;
	padding: 5px;
	text-align: center;
}
.set_record {
	line-height: 1.4em;
	font-size: 0.85em;
	margin: 2em 0px 2em 128px;
}
.set_record h2 {
	font-size: 17px;
	line-height:19px;
	color: #E43123;
	margin: 0em 0em 0.3em 0em;
	font-weight: normal;
}
.set_record p {
	margin: 0.3em 0em;
}
.set_record .date {
	color: #5C5754;
}
.set_record .intro a {
	color: Black;
}
.set_record .intro a:hover {
	color: #5C5754;
	ytext-decoration: none;
}

.question {
	margin-left: 0px;
}
.faq_detail h3 {
	color: #F47820;
	text-transform: uppercase;
	margin: 2em 0em 0.5em 60px;
}
.question {
	color: #5C5754;
}
.answer {
	line-height: 1.6em;
}


.article {
	line-height: 1.6em;
}
.content_photo {
	float: right;
	border: 1px solid #DDD2CA;
	padding: 5px;
	margin: 0px 0px 10px 10px;
}



#main {
	position: absolute;
	left: 195px;
	top: 188px;
	padding-bottom: 20px;
}
#main_inner {
	background-color: White;
	padding: 30px;
	min-height: 390px;
	_height: 390px;
	width: 420px;
}

#menu {
	float: left;
	margin-left: 25px;
	_margin-left: 12px;
	margin-top: 280px;
	width: 150px;
	line-height: 28px;
}
#menu a {
	display: block;
	color: #DDD2CA;
	font-size: 17px;
}
#menu a:hover {
	color: #F47820;
}

#campaign {
	float: right;
	width: 210px;
	_width: 210px;
	margin-top: 300px;
	margin-right: 25px;
	_margin-right: 12px;
	background-color: #F47820;
	position: relative;
	z-index: 3;
	padding: 20px;
	color: White;
}
#campaign h2 {
	font-size: 27px;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
}
#campaign h2 strong {
	font-size: 120%;
}

.faq {
	margin: 2em 0em;
	font-size: 0.85em;
}

.faq input, .faq textarea {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
}

.faq textarea {
	width: 97%;
	height: 14em;
	padding: 5px;
}
.missing {
	border: 1px solid red;
}



.float_right {
	float: right;
}








#footer {
	
	margin: 25px auto 35px auto;
	text-align: right;
	color: #5C5754;
	font-size: 0.85em;
	width: 980px;
}



.message {
	padding: 5px 10px;
	border: 1px solid #DDD3CA;
	color: #5C5754;
	font-size: 0.85em;
	margin: 10px 0px;
}
.message p {
	margin: 0.3em 0em;
}
.error {
	border-color: #F47820;
	background-color: #FAF1EB;
}




/* GALLERY */

.gallery_thumb {
	float: left;
	height: 120px;
	width: 120px;
	border: 1px solid #E1E1E1;
	background-color: #F5F5F5;
	padding: 5px;
	margin: 2px;
	text-align: center;
	
	position: relative;
}

.gallery_thumb img {
	border: 0px;
}
