body {
	margin: 0;
	padding: 0;
	color: #ede597;
	background-color: #30302f;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

a {
	color: #ede597;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
#header {
	background: url(../images/headerbg.jpg);
	height: 199px;
}

#logo {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 3;
}

#logo a img {
	border: 0;
}

#leaves {
	position: absolute;
	top: 8px;
	right: 8px;
	background: url(../images/leaves.jpg) no-repeat;	
	width: 572px;
	height: 91px;
	z-index: 2;
}

#subnavi {
	position: absolute;
	top: 110px;
	right: 25px;
	z-index: 2;
}

#reflection {
	position: absolute;
	top: 184px;
	left: 0;
	z-index: 2;
	background: url(../images/reflection.gif);
	width: 179px;
	height: 75px;
}

#navigation {
	color: #16140d;
	position: absolute;
	top: 250px;
	left: 0;
	width: 170px;
	height: 495px;
	z-index: 3;
}

#navigation a {
	color: #16140d;
	font-size: 10pt;
}


#navigation ul, #subnavi ul {
	margin: 0;
	padding: 0 0 0 23px;
}

#navigation ul li, #subnavi ul li { list-style-type: none; }
#subnavi ul li { float: left; }

#navigation .top {
	background: url(../images/navitop.jpg);
	width: 173px;
	height: 36px;
}

#navigation .middle {
	background: url(../images/navibg.jpg);
	width: 170px;
}

#navigation .bottom {
	background: url(../images/navibottom.jpg);
	width: 173px;
	height: 31px;
}

#content {
	position: absolute;
	top: 180px!important;
	top: 190px;
	left: 200px;
	z-index: 5;
}

#content h1 {
 font-size: 18px;
 font-weight: bold;
 text-transform: uppercase;
}

#foot {
	text-align: center;
	border: 1px solid #ff0000;
	font-size: 9px;
	width: 100%;
	clear: both;
}

/*-------------------------*/

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }

/*-------------------------*/


#mailform {
	padding: 5px;
}

.csc-mailform { 
	border: 0;
	text-align: left;
	width: 460px;
}

.csc-mailform-field {
	float: left;
	padding: 5px;
	width: 450px;
}

.csc-mailform-label { font-weight: bold; }
.csc-mailform-field label {
	text-align: right;
	float: left;
	display: block;
	width: 120px;
	padding-right: 20px;
}

.csc-mailform-field input { width: 280px;  }
.csc-mailform-field textarea { width: 280px;  }
#mailform .csc-mailform-check { width: 15px;  }
#mailformformtype_mail
{
	float: right; 
	width: 100px;
}


/*-------------------------*/

#gbuch {
	position: absolute;
	top: 20px;
	left: 10px;
	z-index: 10;
	width: 720px; 
	height: 900px;
	border: 1px solid ä00	
}

.termine tr td {
vertical-align: top;
}


.codebox {
margin-top: 5px;
margin-bottom: 5px;
padding: 6px;
border: 1px solid #ede597;
background-color: #40403f;
font-size: 12px;
color: #e6e6e6;
width: 80%;
}