@CHARSET "ISO-8859-1";

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	background-image: url("../images/back.png");
	background-position: top;
	background-repeat: repeat-x;
}

a {
	color: #C00000;
}

a img {
	border: 0px;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
}

p.error {
	font-weight: bold;
	color: #C00000;
}

div#box {
	width: 880px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 5px;
	background-image: url("../images/box_back.png");
	background-repeat: repeat-y;
}

div#navi {
	float: left;
	width: 220px;
}

div#navi p.tagline {
	margin: 5px;
	margin-bottom: 10px;
	padding: 0px;
	padding-bottom: 10px;
	text-align: center;
	font-weight: bold;
	border-bottom: 2px solid #C0C0C0;
}

div#navi p.address {
	margin: 10px 0px;
	text-align: center;
	font-size: 9px;
}

div#navi ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

div#navi ul li {
	margin: 10px 1px;
	padding: 0px;
}

div#navi ul li.seperator {
	height: 5px;
}

div#navi ul li a {
	display: block;
	padding: 3px 8px;
	color: #000;
	background-color: #EEE;
	text-decoration: none;
}

div#navi ul li a:HOVER {
	color: #FFF;
	background-color: #C00000;
}

div#head_img {
	xwidth: 614px;
	padding: 0px;
	float:right;
}

div#content {
	width: 614px;
	padding: 20px;
	float:left;
}

div#content h1 {
	margin: 5px 0px 10px 0px;
	color: #C00000;
	font-size: 25px;
}

div#content h2 {
	margin: 15px 0px 5px 0px;
	color: #000;
	font-size: 14px;
}

div#content h2.wichtig {
	color: #C00000;
	font-size: 16px;
} 

div#content p {
	margin: 7px 0px;
}

div#content img.pic_right {
	margin: 0px 5px 5px 0px;
	clear: left;
	float: left;
}

div#content table.veroeffentlichungen td {
	vertical-align: top;
}

div#content table.veroeffentlichungen td.bild {
	text-align: center;
}

div#content table.veroeffentlichungen td h2 {
	margin-top: 5px;
}

div#content table.veroeffentlichungen td p.autor {
	font-style: italic;
}

form table th {
	text-align: left;
	width: 80px;
}

form table td input {
	width: 250px;
}

form table td textarea {
	width: 334px;
}

form table td.buttons {
	text-align: right;
}

form table td.buttons input {
	width: auto;
}

div.team_member .text_button {
	text-align: right;
}

div.wegbeschreibung .text_button {
	text-align: right;
}

.text_button a {
	text-decoration: none;
}
	

div.expandable {
}

div.expandable .preview {
	display: none;
}

div.text_button {
	margin: 10px 0px;
}

div.text_button a {
	padding: 3px 6px;
	color: #000;
	background-color: #EEE;
	cursor: pointer;
}

div.text_button a:HOVER {
	color: #FFF;
	background-color: #C00000;
}

div.expandable .content {
}

a.zoom_image img {
	float: left;
	margin-bottom: -17px;
}

.zoom_image .icon {
	clear: left;
	float: right;
	width: 19px;
	height: 17px;
	margin-left: -19px;
	background-color: #FFF;
	background-image: url("../images/zoom_overlay.gif");
	filter: Alpha(opacity=70);
	opacity: 0.7;
}

