@charset "utf-8";
/* CSS Document */

body, html {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
	background: url(../bilder/hg.gif) repeat-y;
	background-position:center top;
	min-width: 900px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}

div.clear {
clear:both;
}	

#container {
	width: 900px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	top: 0;
	position: relative;
	}
	
/**********KOPF*******/
#kopfzeile {
	height: 39px;
	}

#header {
	float:left;
	clear: none;
	width: 900px;
	height: 220px;
	background:#FFFFFF;
	position: relative;
	}

#logo {
	width: 107px;
	float:left;
	clear: none;
	overflow:hidden;
	}
	
#headrechts {
	width: 793px;
	float: left;
	clear: none;
	height: 217px;
	overflow:hidden;
	}

#bild {
	height: 167px;
	}

#navi {
	height: 50px;
	width: 900px;
	background:#a22550;
	margin-left: 3px;
	}	
	
#balken {
	background: #FFFFFF;
	width: 899px;
	height: 3px;
	float: left;
	clear: none;
	}

/*****INHALT********/
#content {
	width: 900px;
	position: relative;
	float:left;
	clear: none;
	}

#sidebarlinks {
	width: 107px;
	float: left;
	clear: none;
	}

#inhalt {
	width: 489px;
	float: left;
	clear: none;
	padding: 38px 45px;
	line-height: 18px;
	}

#sidebarrechts {
	width: 168px;
	float: right;
	clear: none;
	padding: 38px 23px;
	}


/****FUSSZEILE****/


#fusszeile {
	position:absolute;
	width: 900px;
	height: 20px;
	padding: 0;
	margin: 0 auto;
	background:#a22550;    
	text-align:center;
	bottom: 0px; /* For Certain IE widths */
	}
	


/****ADRESSE*****/
#adresse {
	position:absolute;
	z-index:100;
	bottom: 40px;
	left: 709px;
	width: 214px;
	font-size: 13px;
	line-height: 18px;
	}	


/*****NAVIGATION*****/
#navi ul {
	list-style: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

#navi ul li {
	float:left;
	clear:none;
	padding: 15px 28px;
		}
		
#navi ul li a:link, #navi ul li a:visited, #navi ul li a:focus, #navi ul li a:active, #navi ul li a:hover  {
	padding-left:10px;
	color: #FFFFFF;
	text-decoration: none;
}

#navi ul li a:active, #navi ul li a:hover {
	border-bottom: #e4e2da solid 1px;
	background-image:url(../bilder/navipunkt.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

#navi ul li a.aktiv {
	border-bottom: #e4e2da solid 1px;
	background-image:url(../bilder/navipunkt.gif);
	background-repeat:no-repeat;
	background-position:left center;
}



/******LISTENPUNKTE*****/

#sidebarrechts ul {
	list-style: none;
	padding: 0 0 0 16px ;
	margin: 0;
	}
	
#sidebarrechts ul li {
	list-style-image:url(../bilder/apunkt.gif) ;
	}
	
#inhalt ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
#inhalt ul li {
	list-style: none;
	background-image:url(../bilder/apunkt.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
	margin-top: -8px;
	background-position: 5px 8px;

	}

.inhaltspunkt {
	background-image:url(../bilder/apunkt.gif) top left;
	background-repeat:no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin: 0;
	}


/****SCHRIFTEN****/

/*TITEL CONTENT*/
h1 {
	font-weight: bold;
	font-size: 20px;
	}

/*UNTERTITELCONTENT SIDEBARTITEL*/
h2 {
	font-size: 16px;
	font-weight: bold;
	}

/*TEXT CONTENT / SIDEBAR TEXT*/
h3, h4, .inhaltspunkt {
	font-size: 13px;
	font-weight: normal;
	}

.boldinhalt {
	font-weight: bold;
	}
	
/*LINKS INHALT*/
h3 a {
	text-decoration:underline;
	color:#a22550;
	}
/*LINK FUSSZEILE*/
h5 a {
	color: #FFFFFF;
	}

/*SIDEBAR Link*/
h4 a{
	color: #000000;
	text-decoration: none;
		}
		
h4 a:hover {
	text-decoration: underline;
	}

h4 {
	margin: 7px 0;
	}


/*FUSSZEILE TEXT*/	
h5 {
	color:#FFFFFF;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 3px 0 0 0;
	text-align: center;
	}

/*EMAILADRESSE*/
.link {
	color: #a22550;
	}


.bold {
	color: #a22550;
	font-weight: bold;
	}

.inhaltspunkt {
	list-style:none;
	background-image:url(../bilder/apunkt.gif);
	}
	
.inhaltspunkt ul li {
	padding: 0;
	margin: 0;
	}


/*****BILDER****/

#sidebarrechts img, #inhalt img  {
	border: #a22550 solid 1px;
	}


