
body {
	margin: 0px;
	width: 100%;
	height: 100%;
	background: #fff /* url("/img/bg_body.gif") repeat-y */;
	font-family: Verdana, sans-serif;
	font-size: 100%;
	
}

#printinfo {
	font-size: 11px;
	/*display: none;*/
}


#header, #navmain, #footer {display: none;}

/*  ---   header ---   */
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 107px;
	background: url("/img/bg_header.gif") repeat-x;
}

#logo {
	position: absolute;
	top: 17px;
	left: 40px;
	z-index: 20;
	width: 66px;
	height: 80px;
}

#claim {
	position: absolute;
	top: 29px;
	left: 218px;
	z-index: 20;
	width: 435px;
	height: 41px;
}

#visual {
	position: absolute;
	top: 0px;
	left: 663px;
	z-index: 10;
	width: 237px;
	height: 107px;
	
}



/* --- navigation --- */

#navmain {
	position: absolute;
	top: 130px;
	left: 40px;
	font-family: Frutiger, Arial;
}

#navmain a {
	display: block;
	color: #606a74;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 14px;
}

#navmain a:hover, #navmain a.act {
	color: #863518;
}

/* --- content --- */

#content {
	/*
	position: absolute;
	top: 130px;
	left: 220px;	
	width: 556px;
	*/
	font-size: 0.75em;
	line-height: 1.3em;
	color: #606a74;
}

#content h1 {
	color: #863518;
	font-size: 1.4em;
	margin-top: 0;
}

#content h2 {
	color: #863518;
	font-size: 1.1em;
	margin-top: 0;
}

#content table {
	font-size: 1em;
	color: #606a74;
}
#content ol li, #content ul li {
	margin-bottom: 10px;
}


#content ol.teilnahmebed li {
	font-size: 0.8em;
}

#footer {
	width: 100%;
	text-align: center;
	border-top: 1px solid #606a74;
}

#footer a {
	font-size: 0.8em;
	color: #606a74;
	text-decoration: none;
}

.infobox {
	background-color: #FCF6CE;
	padding: 10px;
	font-size: 1.1em;
}

.infoboxhome {
	/*background-color: #EFD00A;*/
	font-weight: bold;
	margin-bottom: 20px;
}

.infoboxhome p {
	margin: 0px;
}

.caption {
	font-size: 0.85em;
}


address {
	font-style: normal;
	margin-bottom: 10px;
}

table.bildergalerie td {
	background: #eee;
	width: 120px;
	height: 120px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #000;
}

table.bildergalerie img {
	border: 1px solid #999;
}

/* --- form --- */

.inputlarge {
	width: 400px;
}

.inputmedium {
	width: 350px;
}

/* --- sonstiges --- */

.clear {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	clear: both;
}

.pad10px {
	padding: 10px;
}

.floatRight {
	float: right;
}

.imgright {
	float: right;
	margin: 10px 0 20px 10px;
}

.imgleft {
	float: left;
	margin: 0px 10px 5px 0;
}

.imghomeright {
	float: right;
	margin: 0px 10px 20px 10px;
}

.right {
	text-align: right;
}

.red {
	color: #f00;
}