html, body {
	background: #FFFFFF;
	font-family: verdana;
	font-size: 12px;
	margin-top: 10px;
	padding: 0px;
	text-align: center;
}

#rahmen{
	border-color: #AC4380;
	border-style: solid;
	border-width: 1px;
	margin: 0 auto; /* Damit der Head-Bereich auch in Firefox zentriert ist */
	width: 955px;
}

/* The header and footer */
#head {
	background: #FFFFFF;
	border-bottom-color: #AC4380;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #000000;
	display: block;
	height: 145px;
	padding: 0px;
}

#banner {
	float: left;
}

#adresse {
	background: #FFF;
	float: right;
	font-size: 18px;
	height: 145px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	width: 198px;
	border-left-color: #AC4380;
	border-left-style: solid;
	border-left-width: 1px;
}

#foot {
	background: #FFFFFF;
	border-top-width: 1 px;
	border-top-color: #AC4380;
	border-top-style: solid;
	color: #000000;
	display: block;
	font-size: 11px;
	height: 30px;
	margin-top: 4px;
	max-width: 955px;
	padding: 5px;
	text-align: center;
}

#container {
	background: #FFFFFF;
	border-left: 200px solid #AC4380;
	border-right: 200px solid #AC4380;
	display: block;
	overflow: visible;
	position: relative;

}

#left {
	display: inline;
	float: left;
	margin-left: -197px;
	position: relative;
	width: 198px;
}

#right {
	display: inline;
	float: right;
	margin-right: -197px;
	position: relative;
	width: 198px;
}
#right img{
padding-left: 4px;
}

.clearwhite {
	clear: both;
	height: 4px;
	overflow: hidden;
}

a:visited {
	color: #000000;
}

/* Just to extend each column */
 #kernbereich {
	display: inline;
	padding: 0px 5px 5px 5px;
	text-align:left;
}

#kernbereich table {
	text-align:left;
	padding: 0px 5px 5px 5px;
}

#kernbereich ul {
	color: #AC4380;
}

#kernbereich li {
	list-style:square;
	margin-left:10px;
}

#kernbereich h1, #kernbereich h2, #kernbereich p, #kernbereich table,{
	margin:10px;
	text-align: left;
	padding-left:10px;
}

h1{
	font-size: 18px;
	color:#003A95;
}

h2{
	font-size: 15px;
	color:#003A95;
}

p, ul, li{
	font-size: 12px;
	margin: 0px;
}

/* Hauptnavigation */
#navilinks ul{
	font-weight: bold;
	list-style-type: none;
	margin: 0px 0px 0px 0px; /* äußeren Abstand  */
	padding: 0; /* inneren Abstand entfernen, wichtig für Firefox */
	width: 194px; /* Breite des Menüs */
}

#navilinks li {
	background: #AC4380; /* Hintergrundfarbe */
	padding: 6px 4px 8px 0px;
	text-align: left;
}

#navilinks li a {
	background: #FFFFFF; /*  Hintergrundfarbe */
	color: #7F9BC8; /*  Schriftfarbe */
	display: block; /*  Link wird auf Block gesetzt damit die nachfolgende Höhe auch übernommen werden kann. */
	padding: 2px 0px 2px 10px; /*  hiermit werden die Links ausgerichtet. */
	text-decoration: none; /*  entfernt den Unterstrich */
}

#navilinks li a:hover, #navilinks .clicked a{
	background: #7F9BC8; /*  Hintergrundfarbe */
	color: #FFFFFF; /*  Schriftfarbe */
	display: block; /*  Link wird auf Block gesetzt damit die nachfolgende Höhe auch übernommen werden kann. */
	padding: 2px 0px 2px 10px; /*  hiermit werden die Links ausgerichtet. */
	text-decoration: none; /*  entfernt den Unterstrich */
}

/* Ende Hauptnavigation */

#container {display:inline-block;}
#left {width:197px;}

.nobreak{
	white-space:nowrap;
	}
.black, #kernbereich ul {
	margin-left:15px;
	text-align:left;
}
.black{
	color:#000000;
}

