BODY {
	margin: 0px;
	background-color: #ffffff;								/*** Ändern: Farbe Bodyhintergrund ***/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5;	
}

.aussenrahmen {
	position: absolute;
	top: 0%;
	left: 50%;
	margin-top: 10px;
	margin-left: -490px;
	width: 980px;
	}

.logo {
	width: 980px;
	border: thin solid #FFFFFF;
	background-color: #FFFFFF;
}

.platzhalter_oben {
	position:relative;
	top:0px;
	left:0px;
	height: 25px;
	width:980px;
	background-color: #ffffff;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}	

.wbg_oben {	
	position:absolute;
	top:125px;
	right:0px;
	height: 15px;
}	

.home {
	position:absolute;
	top:151px;
	left:0px;
	width: 200px;
	height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5;
}	

.seitenhintergrund {
	position:relative;
	top:0px;
	left:0px;
	width:980px;
	background-image: url(../img/seitenhintergrund.gif);
	background-repeat: repeat-y;
	overflow: hidden;	
	}

.contentbereich {
	float : right;
	top:0px;
	width:728px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5;	
	padding-right: 0px;
	padding-left: 0px;
	}
	
.spalte_links {
	float : left;
	width: 235px;
	background-color: #eff5fc;	
	margin-bottom : 30px;
}

.ueberschrift_kategorien_links {
	position: relative;
	left: 10px;
	top: 10px;
	width: 196px;
	height : 25px;
	font-size : 15px;
	color : #000;	
	border : 1px solid #d4d4d4;	
	padding-left: 17px;
	background-image: url(../img/bg-boxheader.gif);
	background-repeat: repeat-x;
}	

.spalte_box_kategorien {
	position: relative;
	left: 10px;
	top: 15px; /* Rand zwischen Kategorieüberschrift und Box: 
					(top: 15px) minus (.ueberschrift_kategorien_links top: 10px;) = 5px*/
	width: 213px;	
	border : solid #d4d4d4;
	border-width : 1px 1px 1px 1px;
	background : #fdfdfd;
	background-image : url(../img/bg-box.jpg);
	background-position : bottom;
	background-repeat : repeat-x;	
	margin-top: 0px;	
	margin-bottom : 0px;
}

.spalte_box_hinweis {
	position: relative;
	left: 10px;
	top: 15px; /* Rand zwischen Kategorieüberschrift und Box: 
					(top: 15px) minus (.ueberschrift_kategorien_links top: 10px;) = 5px*/
	width: 213px;	
	border : solid #d4d4d4;
	border-width : 1px 1px 1px 1px;
	margin-top: 0px;	
	margin-bottom : 0px;
}

.spalte_box_anzeigen {
	position: relative;
	left: 10px;
	top: 15px; /* Rand zwischen Kategorieüberschrift und Box: 
					(top: 15px) minus (.ueberschrift_kategorien_links top: 10px;) = 5px*/
	width: 213px;
	border : 1px none #d4d4d4;
	margin-top: 0px;
	margin-bottom : 0px;
}

/*** Anfang Navigation Spalte links ***/

ul#navigation {
margin : 0;
padding : 0;
}
ul#navigation li {
list-style-type : none;
border : solid #fff;
border-width : 1px 0 0 0;
}
ul#navigation li a {
	text-decoration : none;
	color : #000000;
	padding : 4px 0 4px 18px;
	display : block;
	font-size: 13px;
	background-image: url(../img/pfeil2.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
}
ul#navigation li a:hover {
	text-decoration : none;
	color : #ffffff;
	background-color : #04376c;
	font-size: 13px;
	background-image: url(../img/pfeil1.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
}
ul#navigation li ul {
	list-style-type : none;
	border : solid #fff;
	border-width : 1px 0 0 0;	
	margin-left: 0px;
	padding-left: 0px;
}
ul#navigation li ul a {
	text-decoration : none;
	color : #000000;
	font-weight : bold;
	padding : 4px 0 4px 25px;
	background-color: #97bce9;
	background-image: url(../img/pfeil2.gif);
	background-repeat: no-repeat;
	background-position: 13px 8px;

}
ul#navigation li ul a:hover {
text-decoration : none;
color : #ffffff;
background-color : #04376c;
background-image: url(../img/pfeil1.gif);
background-repeat: no-repeat;
background-position: 13px 8px;
}

/*** Navigation oben ***/

ul#navi_oben {
	position:absolute;
	top:107px;
	left:0px;
	width: 975px;
	text-align: left;	
	height: 22px;
	padding-left: 5px;
	padding-top: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
	border-top-color: #FFFFFF;
  }
ul#navi_oben li {
	list-style: none;
	display: inline;
	margin-left: -5px;/* horizontaler Abstand Buttons*/
  }

ul#navi_oben a {
	text-decoration: none;
	font-size: 13px;
	color: #000000;
	font-weight: bold;	
	border: 1px solid black;
	border-left-color: white;
	border-top-color: white;
	background-color: #eeeeee;
	padding-top: 3px;	/* Randabstand Buttonschrift*/
	padding-right: 20px; /* Randabstand Buttonschrift*/
	padding-bottom: 3px;/* Randabstand Buttonschrift*/ 
	padding-left: 20px;
  }

ul#navi_oben a:hover {
    border-color: white;
    border-left-color: black; 
	border-top-color: black;
    color: white; 
	background-color: #04376c;
  }
  
/*** Navigation im Contentbereich ***/
  
  ul#navi_contentbereich {
	width: 209px;	/*Breite der linken Navigation */
	margin: 0;
	padding: 2px; /* Randabstand um die Buttons */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;	
	border: thin none #000000;
  }  
  
  ul#navi_contentbereich li {
    list-style: none;
    margin: 4px; padding: 0; /*vertikaler Abstand zwischen Listenpunkte*/
	/* Standard: 
	list-style: none;
    margin: 0.4em; padding: 0;
	*/	
  }
  
  ul#navi_contentbereich a {
	display:block; 
	text-decoration: none;
	font-weight: bold;
	padding-top: 3px; 
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	color: #0159c1;    	/* Schriftfarbe innerhalb der Navigation*/
  }

   ul#navi_contentbereich a:hover {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; 
	background-color: #83931f;
	/* Standard:
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;	
	*/	
  } 
  	
.footer {
	float: left;
	height: 20px;
	width:980px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d4d4d4;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #eff5fc; 
	color: #CCCCCC;
	padding-top: 10px;
	margin-top: 20px;
}		

a#footerlink {
  color: #cccccc;
  text-decoration: none;
}


/*******************************************/


h1 {
	color: #0159c1;							/*** Ändern: Schriftfarbe ***/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;						/*** Ändern: Schrifgröße ***/
	font-weight: bold;				/*** Ändern: Hintergrund der Schrift ***/
	font-style: normal;
	
}

h1 a {
	color: #0159c1;							/*** Ändern: Schriftfarbe ***/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;						/*** Ändern: Schrifgröße ***/
	font-weight: bold;				/*** Ändern: Hintergrund der Schrift ***/
	font-style: normal;
	
}

h2 {
	color: #0159c1;							/*** Ändern: Schriftfarbe ***/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;						/*** Ändern: Schrifgröße ***/
	font-weight: bold;				/*** Ändern: Hintergrund der Schrift ***/
	font-style: normal;
}

h3 {
	color: #83931f;							/*** Ändern: Schriftfarbe ***/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;						/*** Ändern: Schrifgröße ***/
	font-weight: bold;				/*** Ändern: Hintergrund der Schrift ***/
	font-style: normal;						
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #0000ff;
  
}

img{
	border:0;
}
