/* ##################################### */
/* ############# standards ############# */
/* ##################################### */

HTML, BODY {
	height:auto;
	overflow:visible;
}
BODY {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0;
	margin:0;
	background:#fff;
	text-align:left;
}
H1, H2, H3, H4, H5, H6, P, FORM, BLOCKQUOTE, DL, UL, OL, TD, TH {
	padding:0;
	margin:0;
	font-size:12px;
	line-height:18px;
}
A {
	text-decoration:none;
}
A:hover {
	text-decoration:underline;
}


/* ##################################### */
/* #  Table Layout for Dreamweaver V3  # */
/* ##################################### */
TABLE#container {
	width:auto;
	height:auto;
	border:0;
}
TABLE#container TD.edge {
	display:none;
}
TABLE#container TD#cont {
	position:relative;
	text-align:left;
	vertical-align:top;
	width:auto;
}

TABLE#holder {
	 width:auto;
	 height:auto; 
}
TABLE#holder TD.mood {
 	display:none; 
}
TABLE#holder TD#contenttd {
	width:auto;
}

/* ##################################### */
/* #             Navigation            # */
/* ##################################### */
DIV#mood {
	display:none;
}
DIV#navi {
	display:none;
}
/* ##################################### */
/* #              Content              # */
/* ##################################### */
DIV#content {
	width:90%;
	height:auto;
	background:#fff;
	overflow:visible;
	text-align:left;
}
DIV#wrap {
	margin:0;
	padding:20px 0;
	border-top:4px solid #c7db95;
	border-bottom:4px solid #c7db95;
}



H1, H2, H3 {
	font-size:18px;
	font-style:italic;
	font-weight:normal;
	color:#63831d;
	line-height:20px;
	padding:0 0 1em 0;
}
H2 {
	font-size:14px;
	line-height:18px;
}
P {
	padding:0 0 1.2em 0;
	text-align:justify;
}
BLOCKQUOTE {
	width:400px;
	background:#fff9eb;
	padding:10px;
	margin:0 0 0.8em 0;
}

BLOCKQUOTE P {
	padding:0;
}

DIV#content UL {
	list-style-type:none;
	margin:0 0 1em 0;
	padding:0;
}
DIV#content UL LI {
	padding:0 0 0.5em 1.2em;
	background:url(img/bullet.gif) no-repeat 0 0.5em;
}
/* ##################################### */
/* ######### auszeichnungen ############ */
/* ##################################### */
.ohne-abstand {
	padding:0;
}
.neue-zeile {
	clear:both;
}
.gruen {
	color:#63831d;
}
IMG.bild-links {
	margin:4px 1.5em 1em 0;
	float:left;
}
.kleine-aufzaehlung {
	font-size:11px;
	line-height:15px;
	font-style:italic;
	border:1px solid #e8cb92;
	background:#fff9ee;
	padding:10px;
	text-align:justify;
	margin:0 0 2em 0;
}

/* ##################################### */
/* ############# formular ############## */
/* ##################################### */

INPUT.formeingabe, TEXTAREA.formeingabe {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	border:1px solid #fff;
	background:#fff9ee;
	padding:2px 5px;
	margin:1px 0;
	width:310px;
}
INPUT.formeingabe:focus, TEXTAREA.formeingabe:focus {
	border-color:#e8cb92;
}