/* BODY
-------------------------------------------------------------------- */
body {
   color: #AF0002;
   font-family: Verdana, Arial, Geneva, Helvetica;
   background-color: #FEF1DB;
	MARGIN-TOP: 0px;
	MARGIN-LEFT: 0px;
	MARGIN-RIGHT: 0px;
	MARGIN-BOTTOM: 0px;
	FONT-SIZE: 9pt;
	text-align: center;
}
body, table { /* Why do tables use larger font otherwise? */
	FONT-SIZE: 9pt;
	line-height: 1.5em;
}

/* ALLGEMEINE FORMATIERUNGEN
-------------------------------------------------------------------- */
p.klein{
    FONT-SIZE: 8pt;
}
/* default alignment of table cells */
td {vertical-align: top; text-align: left;}
td.link {vertical-align: middle; text-align: center;}
/* no borders on images */
#globalheader {
    background: #eee;
    margin-bottom: 1em;
}
#localheader {
    background: #eee;
    margin-bottom: 1em;
}
#localfooter {
    background: #eee;
    margin-top: 1em;
}
#globalfooter {
    background: #eee;
    margin-top: 1em;
    text-align: center;
}
.pager {margin-top: 1em;}
.more {margin-top: 1em;}
A{
   COLOR: #AF0002;
	text-decoration: underline;
}
A:hover{
   COLOR: #F9AF6D;
	text-decoration: underline;
}
A:visited{
   COLOR: #F9AF6D;
}
hr{
	color: #F9AF6D;
	background-color: #F9AF6D;
	height: 1px;
	border: 0;
	margin-left: 0px;;
}
div.trenner {
	width: 100%; 
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F9AF6D;
}
div.suchergebnis {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F9AF6D;
}
div.news {
	margin-bottom: 10px;
}
span.klein {
	color: #F9AF6D;
	font-size: 10px;
	font-weight: normal;
}

/* FORMULARE
-------------------------------------------------------------------- */
input{
	width: 300px;
	border: 1px solid #F9AF6D;
	margin-bottom: 5px;
}
input.plz{
	width: 46px;
}
input.ort{
	width: 250px;
}
input.button{
	width: 147px;
	margin-right: 6px;
	background: #F9AF6D;
	color:#ffffff;
}
textarea{
	width: 300px;
	border: 1px solid #F9AF6D;
	margin-bottom: 5px;
}
label {
	float: left;
	width: 100px;
	font-weight: bold;
}

/* RAHMEN
-------------------------------------------------------------------- */
#rahmen{
	width: 950px;
	margin: 0px auto;
	padding: 0px;
}

/* HEADER
-------------------------------------------------------------------- */
#header{
	width: 950px;
	height: 150px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #AF0002;
}

/* INHALTSBEREICH
-------------------------------------------------------------------- */
#content {
	width: 950px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	background-image: url(../images/bg-inhalt.gif);
	background-repeat: repeat-y;
}
#inhalt{
	width: 690px;
	min-height: 220px;
	margin: 0px 10px 10px 20px;
	padding: 0px;
	text-align: left;
	float: right;
}
#ueberschrift {
	width: 710px;
	margin: 5px 0px 0px 10px;
	padding: 0px;
	text-align: left;
	float: right;
}
#ueberschrift h1{
	font-size: 18pt;
	color: #AF0002; 
	background-color: #F9AF6D;
	border-bottom: 5px solid #FEE3B8;
	margin : 3px 0px 20px 0px;
	padding: 10px;
	font-family: "Arial Narrow", Arial, Verdana;
}
h1{
	font-size: 18pt;
	font-weight: bold;
	color: #AF0002; 
	background: none;
	border: none;
	margin : 3px 0px 10px 0px;
	padding: 0px;
	font-family: "Arial Narrow", Arial, Verdana;
}
h2{
   font-size: 16pt;
	font-weight: bold;
	color: #F9AF6D; 
	margin : 0px 0px 15px 0px;
	padding: 0px;
	font-family: "Arial Narrow", Arial, Verdana;
}
h3{
   font-size: 14pt;
	color: #AF0002; 
	margin : 0px 0px 10px 0px;
	padding: 0px;
	font-family: "Arial Narrow", Arial, Verdana;
}

/* NAVIGATION
-------------------------------------------------------------------- */
#nav-umgebung {
	margin: 0px;
	padding: 0px;
	float: left;
}
#nav {
   width: 230px;
   margin: 10px 0px 10px 0px;
}
#nav a { 
	font-family: "Arial Narrow", Arial, Verdana;
   font-size:9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	width: 210px;
   display: block;
   padding: 2px 10px 2px 10px;
   text-decoration:none;
   margin: 0px;
	letter-spacing:0em;
	border-bottom: 1px solid #F9AF6D;
}
#nav a:hover {
   background: #D45737;
}
#nav ul {
	width: 230px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	width: 230px;
	list-style: none;
   background: #AF0002;
}
#nav ul li.active{
	width: 230px;
   background: #D45737;
}
#nav ul ul {
	width: 230px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav ul ul a {
   font-size: 10pt;
	font-weight:normal;
	color: #AF0002;
	text-align: left;
	width: 205px;
   display: block;
   padding: 2px 10px 2px 15px;
   text-decoration:none;
   margin: 0px;
	letter-spacing:0em;
	border-bottom: 1px solid #F9AF6D;
}
#nav ul ul a:hover {
   background: #FBE2C9;
	color: #AF0002; 
}
#nav ul ul li{
   background: #F7CDA7;
}
#nav ul ul li.active{
   background: #FBE2C9;
}
#nav ul ul li.active a{
	font-weight:bold;
}
#nav ul ul ul a {
   font-size: 10pt;
	color: #AF0002;
	text-align: left;
	width: 200px;
   display: block;
   padding: 2px 10px 2px 20px;
   text-decoration:none;
   margin: 0px;
	letter-spacing:0em;
	border-bottom: 1px solid #F9AF6D;
	font-weight: normal;
}
#nav ul ul ul a:hover {
   background: #FEF9F1;
	color: #AF0002; 
	font-weight: normal;
}
#nav ul ul ul li{
   background: #FEF1DB;
}
#nav ul ul ul li.active{
   background: #FEF9F1;
}
#nav ul ul li.active ul li a{
	font-weight:normal;
}

/* BREADCRUMB
-------------------------------------------------------------------- */
#pfad {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #003399; 
}
#pfad a{
   COLOR: #003399;
	text-decoration: none
}
#pfad a:hover{
   COLOR: #003399;	
	text-decoration: underline;
	border: 0;
}

/* LAUFSCHRIFT
-------------------------------------------------------------------- */
#laufschrift {
	margin: 0px;
	padding: 5px 10px;
	color: #AF0002; 
	width: 700px;
	background: #FDEFD7;
	float:right;
}
#laufschrift a{
   COLOR: #AF0002;
	text-decoration: underline;
}

/* LINKLISTE
-------------------------------------------------------------------- */
#links {
	list-style: none;
}
#links li{
	list-style-image:url(../images/anstrich.gif);
	margin-bottom: 5px;
	font-weight: bold;
}

/* VIDEO
-------------------------------------------------------------------- */
a.video {
	background: #FFFBF4;
	border-bottom: 1px solid #FEF1DB;
	border-top: 1px solid #FEF1DB;
	background-image: url(../images/bg-link-video.gif);
	background-repeat: no-repeat;
	padding: 5px 35px 5px 35px;
	background-position: 0px 3px;
	margin-bottom: 10px;
}

/* ABSCHLUSS
-------------------------------------------------------------------- */
#footer {
	width: 950px;
   COLOR: #fff;
	background-image: url(../images/bg-inhalt.gif);
	background-repeat: repeat;
   FONT-SIZE: 8pt;
}
#abschluss {
	float: left;
	text-align:left;
	vertical-align:middle;
	width: 663px;
   COLOR: #fff;
	background: #F9AF6D;
	margin-left: 240px;
	padding: 0px 0px 0px 10px;
	height: 37px;
}
#abschluss a{
   COLOR: #fff;
	text-decoration: none;
}
#abschluss a:hover{
   COLOR: #fff;
	text-decoration: none;
}
#top {
	float: right;
	width: 37px;
}

/* SUCHE
-------------------------------------------------------------------- */
#suche {
	margin: 0px;
	padding: 10px;
	color: #003399; 
}

/* ADMINLINK
-------------------------------------------------------------------- */
#adminlink {
	text-align: center;
	width: 100%;
}
#adminlink a {
	color: #FDFDFD;
	text-decoration: none;
	border: 0;
}

/* IE PROBLEME
-------------------------------------------------------------------- */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #nav a { 
	width: 230px;
}
* html #nav ul {
	width: 230px;
}
* html #nav ul ul a {
	width: 230px;
	margin-bottom: 0;
}
* html #laufschrift {
	width: 710px;
}
* html #abschluss {
	width: 673px;
}
/* End hide from IE5/mac */ 
