html {
	height: 101%;
}

body {
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:black;
	padding:0;
	margin:0;
	text-align: center;
	background-color:#B6B6B6;
	background-image:url(../pics/elements/site_background_linien.gif);
}


/* --------------------------------------------grundlayout-------------- */

/* ----------container zentriert das layout-------------- */
#gesamt {
	width: 900px;
	margin: 20px auto 20px auto;
	background-color: #EDEEE9;
	text-align: left;
	border-top: 1px solid #722100;
	border-left: 2px solid #722100;
	border-right: 1px solid #722100;
	border-bottom: 2px solid #722100;
}

/* ----------Bereich fuer Logo und Bildfries-------------- */
#logobereich {
	padding: 0px;
	margin: 0px;
	height: 230px;
	background-repeat:no-repeat;
}

/* ----------Navigation oben-------------- */
#menue {
	padding: 3px 10px 5px 0;
	margin: 0px;
	text-align:right;
	background-color:#666666;
}

/* --------------navigation links------------- */
#navigation {
	float: left;
	width: 150px;
	text-align: left;
}

/* -----------------Inhalt--------------------- */
#content {
	background-color: #ffffff;
	padding: 0 10px;
	margin: 0 0 -13px 150px;
	width: auto;
	min-height:450px;
	height:expression(this.scrollHeight > 450 ? "auto":"450px");
	border-left: 1px solid #722100;
	border-top: 1px solid #722100;
}

pre{
	padding: 5px 10px;
	margin:0;
}

/* -----------footer--------------------------- */
#footer {
	clear: both;
	margin: 0px 0 0 0;
	padding-top: 5px;
	text-align: center;
	height: 20px;
	font-size:9px;
	border-top: 1px solid #722100;
}



/* --------------------------------------------layoutstile-------------- */


/*
Schriftformate footer
*/

#footer a:link, #footer a:visited {
	color: black;
	text-decoration: none;
}
/*------------------*/



/*
Schritformate contentbereich
*/

#content li {
	margin-left: 10px;
}

.p_hervorgehoben {
	background-color:#FF0000;
	color: white;
	font-weight:bold;
}

#content h1 a {
	text-decoration:none;
}

#content h2 a {
	text-decoration:none;
}

#content h3 a {
	text-decoration:none;
}

#content ul li {
	margin: 0;
	padding-bottom: 5px;
}

#content a {
color: #000033;
}

#content img {
	border: none;
	margin: 30px;
}

#content p {
	line-height: 14pt;
}


/*
Allgemeines
*/


h1 {
	font-size: 18px;
	border-bottom:1px dotted #564b47;
	padding:20px 10px 10px 0px;
	margin:0 0 5px 0;
	color:#722100;}

h2 {
	font-size:15px;
	font-weight: bold;
	padding: 10px 0px 5px 0px;
	margin:0px;
}

h3 {
	font-size: 15px;
	font-weight: normal;
	padding: 10px 0px 5px 0px;
	margin:0px;}

.p_kontakt {
	padding-top: 10px;
}

.top {
	text-align: right;
}

/* --------------------------------------------Navigationsbereich links-------------- */

div#navigation {
	background-color: #D5D9D8;
	color: #000000;
	margin: 0;
	padding: 0;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight:bold;
}

div#navigation ul li {
	display: block;
	border-top: 1px solid #722100;
}

div#navigation a {
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 5px 0px 5px 10px;
}

div#navigation a:hover {
	background-color: white;
}

/* Betrifft nur die Untermenuepunkte*/
div#navigation ul ul li{
	border: none;
	font-size: 10px;
	font-weight:lighter;
	background-color: #EDEDEA;
	padding-left: 5px;
}

div#navigation li.active{
	border-right: solid 2px black;
	padding-left: 10px;	
}

/* --------------------------------------------Navigationsbereich oben-------------- */


#menue ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display:inline;
}

#menue li {
	display:inline;
}

#menue a {
	text-decoration:none;
	color:#E1E1E1;
}

.clear {
	clear: both;
}