@charset "utf-8";
/* CSS Document für www.case-manager.de
(c) a.u.b. Kommunikation Andreas Bsch, Heidesheim

Definierte Elemente:
1 Zentrierte Seitenberschrift grau serif
2 Groe schwarze Sansserif links, einmal zu verwenden am Textbeginn
3 Etwas grere Sansserif schwarz links, zur Gliederung in Abschnitte
4 Zentrierte Sansserif, Gre = Flietext, blau, zur Untergliederung und Hervorhebung 
Flietext, Tabellen, Listen etc.: schwarze Sansserif 11 auf 18pt

Verwendete Farben
grau	999999	berschrift 1, Menhintergrund, Schrift hover Untermen
wei	ffffff	Schrift negativ im Men
blau	28477a	Hervorhebung fett und 4, Schrift Untermen, hover Untermen  
orange	e3a736	Hervorhebung fr links (zugleich fett), hover-Farbe Men, Hintergrund Untermen
schwarz	000000	Flietext  
*/

body {
	font-size: 100.01%;
	}

#menue {
	position: fixed;
	top: 147px;
	left: 5px;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	float: left;
}

#menue ul {
	margin: 0;
	padding: 0;
	width: 135px;
	list-style-type: none;
}

#menue li {
	padding-bottom: 1px;
	border-bottom: 1px double #000000;
	margin-bottom: 1px;
}

#menue li a:link, #menue li a:visited  {
	display: block;
	padding: 2px;
	background-color: #999999;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

#menue li a:hover {
	background-color: #e3a736;
	color: #FFFFFF;
}

#menue ul ul {
	margin-left: 12px;
}

#menue ul ul li {
	border-bottom: 1px solid #28477a;
	margin:0;
}

#menue ul ul a:link, #menue ul ul a:visited {
    background-color: #e3a736;
	color: #28477a;
}

#menue ul ul a:hover {
	background-color: #28477a;
	color: #999999;
}

#content {
	position: relative;
	top: 1opx;
	margin-left: 170px;
	margin-right: 30px;
	max-width: 1000px;
	display: block;
	overflow: auto;
	background-image:url(../pics/blume_kl.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

#content p, h2, h3, h4, span, table, ol, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
	color: #000000;
	margin-right: 20px;
}

#content li {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11pt;
 line-height: 18px;
 font-weight: normal;
 text-align: left;
 color: #000000;
 margin-left: 0px;
 margin-right: 30px;
 }

#content td {
vertical-align:top;
padding: 3px;
}

#content a, href, vl {
 color: #e3a736;
 font-weight: bold;
 }

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #999999;
	font-size: 22pt;
	line-height: 36px;
	text-align: center;
	margin-top: 10px;
	padding-top:90px;
	padding-bottom: 5px;
	border-width: 2px;
	border-color: #999999;
	border-bottom-style: solid;
}

#content h2 {
 font-size: 16pt;
 line-height: 24px;
 text-align: left;
 }

#content h3 {
 font-size: 12pt;
 line-height: 18px;
 text-align: left;
 font-weight: bold;
 margin-bottom:-8px;
}

#content h4, th {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11pt;
 line-height: 18px;
 font-weight: bold;
 text-align: center;
 color: #28477a;
 margin-top: -18px;
 margin-bottom: -12px;
 }

#content b {
 font-weight: bold;
 color: #28477a;}

#content .center {
 text-align: center; }

#content .box1 {
 float: right;
 margin-top:inherit;
 margin-left: 20 px;
 margin-botton: 6px;
}

#content .box2 {
 float: left;
 padding-right: 20px;
 margin-right: auto;
 margin-botton: 6px;
 border: 0px;
}

#content .compact {
margin-top: -18px;
}