div#header {
	position: static;
	height: 240px;
}

div#header div#headerleft {
	background-image: url(../images/script/bg_header_left.jpg);
	position: absolute;
	width: 50%;
	height: 240px;
	top: 0px;
	left: 0px;
	z-index: 0;
	margin: 0px;
}

div#header div#headerright {
	background-image: url(../images/script/bg_header_right.jpg);
	position: absolute;
	width: 50%;
	height: 240px;
	top: 0px;
	right: 0px;
	z-index: 0;
	margin: 0px;
}

div#header div#headercenter {
	background-image: url(../images/script/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	height: 240px;
	width: 99%;
	top: 0px;
	z-index: 1;
}

div#headerline {
	position: absolute;
	left: 0px;
	background-image: url(../images/script/line.jpg);
	background-repeat: repeat-x;
	height: 15px;
	margin: 0px;
	width: 100%;
}

div#menu {
	position: relative;
	top: 22px;
	width: 780px;
	margin: 0 auto;
	text-align: center;
	font-size: 11px;
	font-family: Georgia,Times,serif;
}

div#menu a {
	padding: 8px 4px 3px 4px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc0033;
	text-decoration: none;
	z-index: 2;
	position: relative;
}

div#menu a.rot:hover {
	background-color: #cc0033;
	color: #ffffff;
	border-bottom-color: #cc0033;
	padding-top: 10px;
}

div#menu a.blau:hover {
	background-color: #000066;
	color: #ffffff;
	border-bottom-color: #000066;
	padding-top: 20px;
}

div#menu a.gelb:hover {
	background-color: #ffef33;
	color: #000000;
	border-bottom-color: #ffef33;
	padding-top: 16px;
}

div#menu a.aktivrot {
	background-color: #cc0033;
	color: #ffffff;
	border-bottom-color: #cc0033;
	border-bottom-width: 5px;
	padding-top: 10px;
}

div#menu a.aktivblau {
	background-color: #000066;
	color: #ffffff;
	border-bottom-color: #000066;
	border-bottom-width: 5px;
	padding-top: 20px;
}

div#menu a.aktivgelb {
	background-color: #ffef33;
	color: #000000;
	border-bottom-color: #ffef33;
	padding-top: 16px;
}

div#content {
	padding-top: 70px;
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

div#content table {
	text-align: left;
	margin: 0 auto;
	width: 670px;
}

div#content table td.main {
	width: 410px;
	vertical-align: top; 
	font-family: Georgia,Times,serif;
	padding: 3px 5px 3px 0px;
}

div#content table td.main p.text {
	font-size: 10pt;
}

div#content table div.entry {
	background-color: rgb(251, 251, 251);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e8e8e8;
	padding-bottom: 2px;
}

div#content table td.short {
	width: 260px;
	padding: 3px 0px 3px 5px;
	vertical-align: top;
	text-align: center;
	font-size: 12px;
	font-family: Georgia,Times,serif;
	color: rgb(85, 85, 85);
}

div#content table td.short img {
	padding: 3px;
	max-width: 150px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(204, 204, 204);
}

div#content img {
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(204, 204, 204);
}

div#content table td.short p.head {
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}

div#content table td.short p.text {
	font-size: 11px;
	text-align: left;
}

div#content table td.short p.date {
	font-size: 10px;
	text-align: left;
	margin: 3px;
}

div#content table td.short ul {
	text-align: left;
}

div#content div#contact {
	text-align: left;
	margin: 0 auto;
	width: 400px;
	position: relative;
}

div#content div#contact input {
	width: 250px;
	border-width: 1px;
	border-style :solid;
	border-color: #777;
	position: absolute;
	right: 0px;
}

div#content div#contact input#send {
	position: static;
	margin: 0 75px;
}

div#content div#contact textarea {
	width: 400px;
	height: 150px;
	border-width: 1px;
	border-style :solid;
	border-color: #BFBFBF;
}

div#content div#gaestbuch {
	text-align: left;
	margin: 0 auto;
	width: 400px;
	position: relative;
}

div#content div#gaestbuch input {
	width: 250px;
	border-width: 1px;
	border-style :solid;
	border-color: #777;
}

div#content div#gaestbuch input.checkbox {
	width: 12px;
	border-width: 1px;
	border-style :solid;
	border-color: #777;
}

div#content div#gaestbuch input#send {
	position: static;
	margin: 0 75px;
}

div#content div#gaestbuch textarea {
	width: 400px;
	height: 150px;
	border-width: 1px;
	border-style :solid;
	border-color: #BFBFBF;
}

div#content table#termin {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 12px;
	width: 100%;
}

div#content table#termin th {
	text-align: center;
	padding: 5px;
}

div#content table#termin td {
	text-align: left;
	padding: 3px;
}

div#content div.zuege img.wappen {
	float: left;
	height: 75px;
	margin-right: 10px;
	margin-bottom: 0px;
}

div#content div.zuege p {
	background-repeat: no-repeat;
	background-position: left center;
	background-color: rgb(251, 251, 251);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e8e8e8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e8e8e8;
	padding-bottom: 2px;
	clear: both;
	height: 100px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 10pt;
}

hr {
	background-color: #E0E0E0;
	border-style: none;
	height: 2px;
	margin-bottom: 15px;
}

div.response p {
	font-size: 8pt;
	font-family: Arial;
	margin: 0px;
}

div.picture {
	text-align: center;
}

div.picture p {
	font-size: 8pt;
	margin-top: 0px;
	font-style: italic;
	text-align: center;
}

p.error {
	color: #990000;
}

p.success {
	color: #005500;
}

p.title {
	font-size: 15pt;
	font-weight: bold;
	font-family: serif;
	margin: 2px; 
	color: #113511;
}

p.hinweis {
	font-size: 8pt;
}

span.hinweis {
	font-size: 8pt;
}


div#gaestbuch table {
	width: 400px;
}

div#gaestbuch table td.commentheader {
	border-bottom: 1px solid rgb(85, 85, 85);
	padding: 12px 0pt 0pt 5px;
	color: rgb(85, 85, 85);
	font-family: Arial,sans-serif;
	font-weight: bold;
	font-size: 10px;
}

div#gaestbuch table td.commenttext {
	border-bottom: 2px solid GREEN;
	padding: 3px 3px 5px;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-size: 12px;
	background-color: rgb(245, 245, 245);
}

div#gaestbuch table tr.moderate {
	color: #a1a1a1;
	background-image: url(../images/script/redline.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 3px;
}

div#gaestbuch table img {
	border: none;
	width: 13px;
	position: absolute;
}

div#loginfield {
	position: fixed;
	right: 0px;
	bottom: 0px;
	height: 18px;
	text-align: right;
	background-image: url(../images/script/tab.gif);
}

div#loginfield a {
	margin-right: 3px;
	margin-left: 10px;
	margin-top: 3px;
	font-size: 13px;
	color: rgb(255, 255, 255);
	text-decoration: none;
}
