
body {
	margin:				0;
	padding:			0;
	
	background:			#FFFAEF;
}

body, p, td, th, div {
	font-family:		verdana, arial, helvetica, sans-serif;
	font-size:			12px;
}

img {
	display:			block;
	margin:				0;
	padding:			0;
}

a img {
	border:				none;
}

h1 {
	font-family:		verdana, arial, helvetica, sans-serif;
	font-size:			14px;
	margin:				0;
}

a {
	color:				#000000;
}

a:visited {
	color:				#6563C6;
}






.powered {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	padding-top: 5px;
}

a:link, a:visited {
}

.powered a:link, .powered a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.powered a.aorange:link, .powered a.aorange:visited {
	color: #FE9C1E;
}









#LEFT {
	width:				180px;
	background:			#FFFAEF;
}

#RIGHT {
	background:			#FFFAEF;
	vertical-align:		top;
	text-align:			right;
}

#CENTER {
	width:				554px;
	background:			#FFFFFF;
	vertical-align:		top;
	padding:			15px;
}

.border {
	width:				4px;
}



#RIGHT .content {
	margin:				0 2px 0 auto;
	width:				196px;
	background: 		#FFE3AA;
	font-size:			11px;
	font-family:		verdana, arial, helvetica, sans-serif;
}



#MENU ul {
	margin:				0;
	padding:			0;
}

#MENU ul li {
	list-style-type:	none;
	padding:			0;
}

#MENU ul li a {
	text-decoration:	none;
	font-family:		verdana, arial, helvetica, sans-serif;
	font-size:			11px;
	color:				#000000;
	
	display:			block;
	width:				100%;
	padding:			4px;

	border-bottom:		1px solid #DFDFDF;
	border-top:			1px solid #9F9F9F;
	
	margin-left:		24px;
}

#MENU ul li a:visited {
	color:				#6563C6;
}

#MENU ul li.last a {
	border-bottom:		none;
}

#MENU ul li.first a {
	border-top:			none;
}


#MENU ul li a.active {
	font-weight:		bold;
}

#MENU ul li.active {
	background:			url(/images/menu_active.jpg);
	background-repeat:	no-repeat;
}




#MENU ul ul {
	margin:				0 0 0 24px;	
	padding:			0;
}

#MENU ul ul li {
	padding:			0;
	border:				none;
}

#MENU ul ul li a {
	margin:				0;
	padding-left:		16px;
}

#MENU ul ul li.active {
	background:			none;
}

#MENU ul ul li.first {
	border-top:			1px solid #9F9F9F;
}

#MENU ul ul li.last {
	border-bottom:		1px solid #DFDFDF;
}



.teaser {
	margin:				1%; 
	width:				99%;
}



.teaser h2 {
	background:			#FFCC66;
	border:				1px solid #B37A08;
	padding:			4px;
	font-size:			12px;
	margin:				0;
}


.teaser a {
	color:				#000000;
	font-size:			11px;
}



form.contact {
	font-family:		verdana, arial, helvetica, sans-serif;
	font-size:			12px;
}

form.contact input, form.contact textarea {
	width:				98%;
}

form.contact select {
	width:				99%;
}

form.contact input.button, form.contact input.checkbox {
	width:				auto;
}

form.contact label {

}



.rechner {
	width:				100%;
}

.rechner th {
	background:			#FFE3AB;
	text-align:			left;
	padding:			4px;
}

.rechner td {
	padding:			4px;	
}

.rechner input.text {
	width:				40px;
}



.contactformErrorsDIV {
	font-weight:		bold;
	color:				#FF0000;
	text-align:			center;
	margin-bottom:		14px;
}








.loginForm {
	margin:				auto;
	width:				300px;
}

.loginForm h2 {
	font-size:			12px;
	text-align:			center;
	background:			#FFCC66;
	padding:			2px;
}

.loginForm table {
	width:				100%;
	background:			#FFE3AA;
}

.loginForm th {
	text-align:			left;
}



/**
 * Gästebuch
 */

th.header, h2.header {
	background:			#FFCC66;
	padding:			2px;
	font-size:			12px;
	height:				14px;
}

h2.header a {
	text-decoration:	none;
}

h2.header a:visited {
	color:				#000000;
}
	
input.gb, textarea.gb {
	width:				98%;
}





