* {
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.3em;
}
html, body {
	height:100%;
	color: #333333;	
}
body {
	background-color: #eeeeee;
	text-align: center;
}
#page {
	width: 750px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
	background: #ffffff;
}
#nonFooter {
        min-height: 100%;
}
/*Info nur für IE anfang*/
*html #page {
	height: 100%;
}
*html #nonFooter {
   height: 100%;
}
/*Info nur für IE ende*/

#spacediv {
	height: 40px;
	background-color: #eeeeee;
	text-align: right;
}
#spacediv p, #spacediv a {
        display: block;
	font-size: 10px;
	font-weight: bold;
}
#logo {
	float: right;
	width: 159px;
}
#header {
	background-image: url(gfx/header_bg.gif);
	background-repeat: repeat-x;
	width: 750px;
	height: 72px;
}
#pics {
	clear: both;
}
/* - ul Menü - */
#menu { 
 float: left;
 padding: 3px 0 0 10px;
 margin: 25px 0;
}
#menu li {
 display: inline; 
 line-height: 12px;
 list-style-type: none; 
 padding: 0 5px 0 17px;
 font-weight: bold;
 color: #FFFF00; 
 background-image: url(gfx/dot.gif);
 background-repeat: no-repeat;
 margin: 0;
}
#menu li a {
 line-height: 12px;
 text-decoration: none;
}
#menu li a:hover, #menu li a.act, #menu li a.act:hover {
	color: #ffff00;
}
/* - ul SubMenü - */
#smenu, #smenu-gemeinde { 
 font-size: 11px;
 line-height: 12px;
 padding: 0;
 margin: 25px 0 0 0;
}
#smenu li, #smenu-gemeinde li {
 display: block;
 list-style-type: none; 
 font-weight: bold;
 color: #ffffff; 
 text-align: right;
 padding: 1px 0;
 margin: 0;
}
#smenu li a, #smenu-gemeinde li a {
 display: block;
 padding: 0 5px;
 text-decoration: none;
 /*color: #9DC66C;*/
}
#smenu li a:hover, #smenu-gemeinde li a:hover {
	color: #ffffff;
	background-color: #9DC66C;
}
/* smenu activ */
#smenu li p {
        padding: 0 5px;
	color: #ffffff;
	background-color: #9DC66C;
	margin: 0;
}
#smenu-gemeinde {
margin-left: -10px;
}
/* CONTENT */
#contentmain, #contentright, #contentmain2, #contentmain3 {
	padding: 25px 0;
} 
#contentleft {
	float: left;
	/*width: 190px;*/
}
#left {
	padding: 25px 0;
	margin: 0 0 0 10px;
	width: 180px;
}
#contentmain, #contentmain2, #contentmain3 {
	float: left;
	padding-left: 10px;
	padding-right: 20px;
}
#main {
	width: 220px;
}
/* Inhalt ueber ganze breite*/
#main2 {
	width: 720px;
}
/* Inhalt ueber left und content*/
#main3 {
	width: 410px;
}

#contentright {
	float: left;
	width: 300px;
}

#footer {
	position: relative;
	height: 10px;
	margin: -10px auto 0 auto;
	width: 750px;
}
.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
h1, h1 a {
	font-size: 24px; 
	color: #669933; 
}
h2, h2 a {
	font-size: 13px;
	color: #669933;
	font-weight: bold;
}
h3, h3 a {
	font-size: 12px;  
}
p, h1, h2 {
	margin-bottom: 1em;	
}
strong {
	font-weight: bold;
}
a {
	color: #126F55;
	text-decoration: none;
}
a:hover {
	color: #9DC66c;
}
a.links {
 background-image: url(gfx/vor1.gif);
 background-repeat: no-repeat;
 background-position: right;
 padding-right: 15px;
}
a.links:hover {
 background-image: url(gfx/vor.gif);
}

.red {  
	font-size: 14px; 
	font-weight: bold; 
	color: red;
}
.klein, .small {  
	font-size: 10px; 
}
img, a img {
	border: none;
}
#kalender {
	float: right;
}
td {
	vertical-align: top;
}
.mitte-td {
	text-align: center;
}

.ktext td {
	background-color: #eeeeee;
	text-align: center;
	font-weight: bold;
}
.ktext-white td {
	background-color: #ffffff;
	text-align: center;
}
.ktext-grey td {
	background-color: #eeeeee;
	text-align: center;
}
.greybg {
	background-color: #eeeeee;
}
.whitebg {
	background-color: #ffffff;
}

.boldw {
	background-color: #8f989e;
	color: #ffffff;
	font-weight: bold;
	padding-left: 10px;
}
.greenbg td {
	background-color: #e6f0da;
}
td.whitebg {
	background-color: #ffffff;
}
#gastgeberliste td{
        padding-left: 2px;
}

ul {
	margin: 0.6em 0 1.2em 0;
	list-style: square;
}
li {
	margin: 0.2em 0 0.2em 2em;
}

/*---------Mailformular anfang-----*/

/* eigene Klasse fuer den Gesamtrahmen des Formulares */
.formular {
	margin-bottom: 1.2em;
}

.mf-input, .mf-text, .mf-pass, .mf-select, .mf-file, .mf-input2 {
        background:#ffffff;
        border: 1px solid #333333;
        margin: 1px 0 5px 0;
}
.mf-input, .mf-text, .mf-pass, .mf-select {
        width: 175px;
}
/* Ueberschriften*/
.mf-comment .mf-noreq {
	float: none;
	font-weight: bold;
	margin: 1em 0;
	width: 100%;
}
.mf-req, .mf-noreq {
	float: left;
	width: 40%;
}
/* eigene Klasse fuer die Abstaende nach oben und unten
bei der Verwendung von Radio Buttons in Formularen */
.mf-radiolayout, .mf-checklayout {
	padding: 5px 0 5px 0;

}
.mf-checklayout input{
	float: left;
}
.mf-checklayout .mf-noreq, .mf-radiolayout .mf-noreq {
	float: none;
	width: auto;
}

.mf-radio {
	border: none;
	vertical-align: middle;
	margin: 2px 0 2px 20px;
}
/* ueberschriften der LABEL bei Radio Buttons*/
.mf-radiolayout legend {
 	font-weight: bold;
	padding:0px;
	margin-bottom:2px;
	border: none;
}

/* Definition der Gesamtrahmen*/
fieldset {
	border: none;
	padding: 0px;
}
.mf-checklayout input {
	margin: 0 10px 0.5em 20px;
}
.mf-radiolayout input {
	margin: 0 10px 0 20px;
}


.mf-submit, .mf-reset {
   	color: #126F55;
	margin-left:40% !important;
        background:#ffffff;
	font-weight: bold;
	margin-top: 10px;
	padding: 0 9px 0 0;
	background-image: url(gfx/vor1.gif);
        background-repeat: no-repeat;
        background-position: right;
        border: none;
}
.mf-suche {
   	background-color: #126F55;
   	color: #ffffff;
   	font-weight: bold;
	margin-top: 10px;
        border: none;
	margin-left:40% !important;
}
.mf-zusatz {
	font-size: 0.8em;
	margin: 10px 0px 2px 0px;
}
/*---------Mailformular ende----*/

