HTML, BODY {
	width: 100%;
	text-align: center;
}

* {
	color: #666666;
	font-family:Trebuchet MS,Tahoma,Verdana,Arial;
	font-size: 13px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

A, A IMG {
	border: none;
	text-decoration: none;
	font-weight: bold;
}

UL, LI {
	margin: 0;
	padding: 0;
}

H1, H2, H3 {
	font-size: 18px;
	margin-bottom: 6px;
}

H1:first-letter, H2:first-letter, H3:first-letter {
	font-size: 22px;
}

A:hover {
	color: #ffffff;
}

.header {
	font-weight: bold;
}

DIV#all {
	width: 1000px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

DIV#very_top_white_space {
	height: 18px;
	padding-top: 8px;
	padding-right: 6px;
	text-align: right;
	border-bottom: 10px solid #B6B6B6;
	margin-bottom: 2px;
}

DIV#top {
	height: 290px;
	padding-left: 260px;
}

DIV#page {
	padding-left: 30px;
}

DIV#white_page {
	background-color: #F8F8F4;
	zzzwidth: 942px;
}

DIV#menu {
	width: 226px;
	border:  none;
	border-left: 2px solid #ffffff;
	border-right:  1px solid #ffffff;
	background-color: #E9EEF2;
	float: left;
}

DIV#menu UL LI, DIV#right_menu UL LI {
	display: block;
}

DIV#menu UL LI A, .currentItem {
	padding-top: 8px;
	padding-bottom: 8px;
	_padding-bottom: 0px;
	padding-left: 14px;
	padding-right: 14px;
	zzzheight: 50px;
}

DIV#right_menu UL LI A {
	height: 58px;
}

DIV#menu UL LI A, .currentItem, DIV#right_menu UL LI A {
	display: block;
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
	border-top: 2px solid #ffffff;
	margin: 0;
}

DIV#right_menu {
	width: 226px;
	border:  none;
	border-right: 2px solid #ffffff;
	border-left:  1px solid #ffffff;
	background-color: #E9EEF2;
	float: left;
}

DIV#content {
	width: 482px;
}

DIV#galeria IMG {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

DIV#wide_content {
	width: 710px
}

DIV#kontakt_content {
	width: 300px;
	float: left;
}

DIV#kontakt_form {
	width: 300px;
	float: left;
}

DIV#kontakt_form TD {
	vertical-align: top;
}

DIV#kontakt_form INPUT, DIV#kontakt_form TEXTAREA {
	width: 220px;
	border: 1px solid #cccccc;
}

DIV#kontakt_form TEXTAREA {
	height: 100px;
}


IMG.pagePic {
	float: left !important;
	margin-right: 10px;
	margin-bottom: 5px;
}

DIV#content P, DIV#wide_content P {
	text-align: justify;
}

DIV#content, DIV#wide_content {
	border: 1px solid #ffffff;
	border-top: none;
	float: left;
}

DIV#content DIV, DIV#wide_content DIV {
	display: block;
	border-top: 2px solid #ffffff;
	padding: 14px;
	padding-top: 6px;
}

DIV#content DIV DIV, DIV#wide_content DIV DIV {
	padding: 0;
	border: none;
}

DIV#news_col {
	position: absolute;
	left: 30px;
	top: 0;
	padding: 12px;
	padding-top: 21px;
	padding-bottom: 7px;
	width: 202px;
	height: 298px;
	border: 2px solid #ffffff;
	background-color: #F0F2ED;
}

DIV#news_col IMG#logo {
	zzzmargin-left: 12px;
}

DIV#news_col P {
	margin-top: 12px;
	zzzmargin: 12px;
	margin-bottom: 0;
}

DIV#news_col DIV.hr {
	margin-top: 10px;
	margin-bottom: 8px;
	border: none;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #ffffff;
}

DIV#news_col STRONG {
	display: block;
}

A.moreButton {
	display: block;
	float: right;
	color: #ffffff;
	background-color: #999999;
	text-align: right;
	padding: 1px 6px;
}

A.kontakt_button {
	display: block;
	float: right;
	color: #ffffff;
	text-align: right;
	padding: 1px 6px;
}

DIV#footer {
	background-color: #B6B6B6;
	height: 34px;
	margin-top: 2px;
	color: #555555;
}

DIV#footer * {
	font-size: 18px;
}

DIV#footer_button {
	margin-left: 30px;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	float: left;
}

DIV#footer_button A {
	display: block;
	width: 206px;
	color: #ffffff;
	padding: 6px;
	padding-left: 14px;
	height: 22px;
}

DIV#footer_info_left, DIV#footer_info_right {
	height: 22px;
	padding: 6px;
}

DIV#footer_info_left {
	padding-left: 14px;
	float: left;
}

DIV#footer_info_right {
	float: right;
	padding-right: 30px;
}

HR.clear {
/*
	font-size: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
*/
	clear:both;
	height:1px;
	margin: -1px 0 0 0; padding:0;
	border:none;
	visibility: hidden;
}


.error {
	border: 1px solid #990000;
	background-color: #ffffff;
	padding: 1px;
	margin-bottom: 10px;
}

.error DIV {
	text-align: center;
	background-color: #990000;
	padding: 6px;
	color: #ffffff;
	font-weight: bold;
}

.error DIV A {
	color: #ffffff;
}

.msg {
	border: 1px solid #999999;
	background-color: #ffffff;
	padding: 1px;
	margin-bottom: 10px;
}

.msg DIV {
	text-align: center;
	background-color: #999999;
	padding: 6px;
	color: #ffffff;
	font-weight: bold;
}
