/* balkenbraun ist #8C7F66 */
/* schriftbraun ist #6F6555 */
/* das dunklere braun (links): #4E473C */


body {
	background-color: white; 
	font-family: Arial, Helvetica, sans-serif; 
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	}
/*-------- Allgemeines: mit Unterstreichung, keine Fontveränderung -------------- */

a {
	text-decoration: underline;
	}
a:link 		{ color: #4E473C;}		/* allgemeine hrefs: bei link: mittelblau, unterstrichen */
a:active 	{ color: #000000}						/*  bei aktivem Link: Farbe ändert sich zu etwas heller  */
a:visited 	{ color: #6F6555}						/*  bei besuchtem Link: Farbe wird noch etwas heller und blasser */
a:hover  	{ color: #948F84}						/*  wenn man drüber fährt, ists wie eine visited link */

p {
	margin-top: 8px;
	}

h1 {
	color: #6F6555;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
	}

h2 {
	color: #6F6555;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
	}

div#rechts h1 {
	font-size: 12px;
	}


/* ---------- STRUKTUR: ALLE DIVS, die den SEITENAUFBAU STEUERN ------- */
div#centerframe {
	position: absolute; 
	top:20px; 
	left:0; 
	right: 0;
	width:100%; 
	text-align:center
	background-color: white;
	}

div#mainframe {
	margin: auto; 
	width: 850px;
	text-align:left; 
	padding:0px;
	}
div#titel {
	text-align: left;
	vertical-align: bottom;
	width: 850px;
	height: 50px;
	}
div#titellogo {
	float: left;
	top: 0;
	left: 0;
	width: 280px;
	height: 50px;
	}
div#datum {
	float: left;
	top: 0;
	left: 280px;
	width: 565px;
	height: 50px;
	text-align: right;
	line-height: 75px;
	padding-left: 5px;
	color: #8C7F66;
	font-size: 10px;
	}
div#hauptmenue {
	background-color: #8C7F66;
	margin-top: 25px;
	margin-bottom: 12px;
	height: 28px;
	text-align: left;
	padding-left: 24px;
	vertical-align: middle;
	line-height: 28px;
	color: #000000;
	font-size: 13px;
	}
div#links {
	float: left;
	width: 140px;
	padding: 3px;
	padding-right: 25px;
//	border-right: 2px solid #6F6555;
	}
div#mitte {
	float: left;
	width: 440px;
	padding: 3px;
	margin-left: 11px;
	margin-right: 
	border-right: 2px solid #6F6555;
	}
div#mittebreit {
	float: left;
	width: 580px;
	padding: 3px;
	margin-left: 11px;
	margin-right: 
	}
div#rechts {
	float: right;
	width: 160px;
	padding: 3px;
	margin-left: 20px;
	margin-right: 
	}
div#rechtsbreit {
	float: right;
	width: 180px;
	padding: 3px;
	margin-left: 0px;
	margin-right: 
	}
div#weiterelinks {
	margin-top: 24px;
	}

/* --------- FORMULARE ---------- */

select 		{font-size: 12px; color: black;}
input 		{font-size: 11px; color: #6F6555; border: 1px solid #8C7F66;}
textarea 	{font-size: 11px; color: black; border: 1px solid #8C7F66;}
.inputfield 	{border: 1px solid #6F6555 noshade}
.dropdown 	{border: 1px solid #6F6555}
.input_submit { 
	color: #CCCCFF; 
	text-decoration:underline;
	background-color:#333366; 
	border: 1px solid #333366;
}


/* -------- HAUPTMENUE ----- */
div#hauptmenue a {
	color: #cccccc;
	margin-right: 12px;
	margin-left: 12px;
	text-decoration: none;
	}
div#hauptmenue a:hover {
	color: #333333;
	}

/* -------- SUBMENUE LINKS ----- */
	
div.menue-level1-no, div.menue-level2-no, div.menue-level3-no {
	font-size: 11px;
	text-transform: lowercase;
	margin-top: 8px;
	}
div.menue-level1-act, div.menue-level2-act, div.menue-level3-act  {
	text-transform: lowercase;
	font-size: 11px;
	margin-top: 8px;
	}
div.menue-level1-cur, div.menue-level2-cur, div.menue-level3-cur {
	text-transform: lowercase;
	font-size: 11px;
	color: #000000;
	margin-top: 8px;
	font-weight: bold;
	}
div#links a {
	text-decoration: none;
	}


/* ------- UNTERMENUES MIT BILDERN --------- */
div.csc-menu, div.csc-menu-item {
	width: 100%;
	float: left;
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
	}	
div.csc-menu-img {
	float: left;
	width: 64px;
	}
div.csc-menu-text {
	float: left;
	width: 360px;
	padding-left: 12px;
	}
/* ---------- NUR TEXT --------------- */
p.bodytext {
	text-align: left;
	line-height: 16px;
	}

div#rechts p.bodytext {
	color: #666666;
	}	
	
	/* ZU KL€REN:
	
	- line-height: bei Lauftext 14px, bei Menues Standard. Was ist die Regel, was die Ausnahme?
	
	*/