body, html {
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-family: arial;
  font-size: 12px;
}

#page {
  position: relative;
  margin: 0 auto;
  width: 800px;
  text-align: left;
}

/* MESSAGE DISPLAY STYLE */

#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	/*border: 20px solid #ddd;*/
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	
  /*--CSS3 Box Shadows--*/
	/*
  -webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;*/
	
	/*--CSS3 Rounded Corners--*/
	/*
  -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	*/
}
img.btn_close {
	float: right;
	margin: -18px -18px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}


#top { width: 800px; height: 206px; position: absolute; top: 0px; left: 0px;}
#top #topbanner { width: 800px; height: 181px; background-color: #000;}

#center { width: 800px; padding-top: 206px; background: url(../image-page/bg-center.jpg) repeat-y right top;}
#center #leftbox { width: 150px; float: left;}
#center #centerbox { width: 474px; float: left;}
#center #rightbox { width: 176px; float: left;}

#leftbox #menu { margin: 4px 0 0 0; padding: 0px;}
#leftbox #menu li { margin: 3px 0 0 0; padding:0 0 0 10px; height: 20px; line-height: 20px; list-style: none; background-color: #013d5f;}
#leftbox #menu a { text-decoration: none; font-size: 12px; font-weight: bold; color: #fff;}
#leftbox #menu a:hover { color: #d90c0c;}
#leftbox .headline { width: 150px; margin: 5px 0; text-align: center; font-size: 12px;}
#leftbox .partner { margin: 10px 0; text-align: center;}

#centerbox .centercont { width: 454px; margin: 4px 10px; overflow: hidden;}
#centerbox .banner{ margin: 2px 0 2px 3px; width: 468px; overflow: hidden;}

#rightbox .aktuality { width: 176px; height: 182px; position: relative; background: url(../image-page/bg-right-email.jpg) no-repeat left top;}
#rightbox .aktuality .aktualityform { margin: 0; padding: 0;}
#rightbox .aktuality .nadpis { width: 138px; height: 69px; _height: 81px; margin:0 0 0 11px; padding: 12px 0 0 0; overflow: hidden; position: relative;}
#rightbox .aktuality .nadpis span { width: 138px; height: 69px; position: absolute; top: 12px; left: 0px; background: url(../image-page/bg-right-email-nadpis.jpg) no-repeat left top;}
#rightbox .aktuality .text { padding: 10px 10px 6px 10px; margin: 0px; color: #d8e325; font-size: 10px; font-weight: bold;}
#rightbox .aktuality #newsemail { margin: 0 0 0 10px; width: 150px; font-size: 11px;}
#rightbox .aktuality #newssend { margin: 0 0 0 100px; border: none;  font-size: 12px; background-color: transparent; color: #fff;}

#rightbox .kontakt { margin-top: 10px; margin-bottom: 10px; text-align: center;}
#rightbox .kontakt address { font-size: 12px; font-style: normal;}

#footer { width: 800px; height: 70px;}
#footer .spacer { width: 800px; height: 24px;}
#footer .copyright { width: 800px; height: 21px; text-align: right; line-height: 21px;}
#footer .copyright p { margin: 0 3px 0 0; padding: 0; color: #fff; font-size: 11px;}

table.fotogalerie td { padding: 10px;}
table.fotogalerie a img { border: 1px #fff solid;}

.homeimg { float: left; margin: 0 5px 0 0; padding: 0px;}
.hometext { margin: 5px 0 0 0;}
.homeline { height: 10px; width: 446px; clear: both; font-size: 0px; overflow: hidden; background: url(../image-page/bg-home-line.jpg) no-repeat left center; font-size: 1px;}
.homedokumnet { text-align: right;}
.homedokumnet a { margin-right: 10px; color: #d8e327; font-weight: bold; text-decoration: underline;}
.homedokumnet a:hover { text-decoration: none;}

.formone input { font-size: 11px;}

.bannerspacer { height: 3px; font-size: 1px; overflow: hidden;}
.blueline { width: 800px; height: 25px; background: url(../image-page/bg-blue-line.jpg) repeat-x left top;}
.zlata { color: #d8e325;}
h1 { margin: 5px 0 0 0; padding: 0px; font-size: 16px; color: #d8e325;}
h2 { margin: 3px 0 0 0; padding: 0px; font-size: 14px; color: #d8e327;}
p { font-size: 12px;}

.nofloat {
  width: 1px;
  height: 1px;
  clear: both;
  overflow: hidden;
}
