/* Hintergrund */
* {
	margin: 0px;
	padding: 0px;
	}

body {
	background-image: url(../images/hg01.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Verdana, Geneva, sans-serif;
	text-align:center;
	background-color: #cccccc;
	}
h1 {
	font-size: 20px;
	margin: 20px 20px 5px 20px;
	}
h2 {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align:center;
	}
h3 {
	font-size: 14px;
	margin: 20px 20px 10px 20px;
	font-weight: bold;
	}
h4 {
	font-size: 12px;
	margin: 10px 20px 20px 20px;
	}
p {
	margin:10px 20px 10px 20px;
	font-size:12px;
	}
ul {
	text-indent: 10px;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
}
ul ul {
	text-indent: 20px;
	list-style-type: none;
	font-weight: normal;
}
img {
	border: 0px;
	}

/* individuelle Zuortnungen */
.weiss {
	color: #ffffff;
	}
.unten {
	color:#000000;
	vertical-align: -60%;
	}
/* hauptinhalt */
.haupt {
	width:798px;
	margin: 0px auto;
	text-align:left;
	border-bottom: 2px solid #cc3300;
	}
/* oben */
.oben {
	height: 96px;
	width: 800px;
	background-color: #cc3300;
	}
.oben h1 {
	font-size: 20px;
	margin-top: 10px;
	}
.bilder {
	margin-left: 5px;
	}
/* oben_navi */
.oben_navi {
	margin: auto 10px 7px auto;
	text-align:right;
	}
.oben_navi a {
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	}
.oben_navi p {
	font-weight: bold;
	color: #FFFFFF;
	}
/* oben_bild */
.oben_bild{
	border-bottom: 2px solid #cc3300;
	}
/* inhalt */
.liste li {
	margin:2px 20px 5px 20px;
	font-weight: normal;
	list-style-type: none;
	background-color:#FFFFFF;
	}

/* mitte_navi*/
.mitte_navi {
	margin-top: 20px;
	width: 220px;
	float:left;
	}
.mitte_navi a {
	padding-left:10px;
	text-decoration: none;
	}
.balken_unten {
	height: 50px;
	text-align: center;
	float:left right;
	}
/*------- unten -----------------------------------------------------------------*/
.clearer {clear: both;}
/*------- Inhalt ROT -----------------------------------------------------------------*/
.inhalt_rot {
	margin: 3px 3px 3px 0px;
	width: 570px;
	float:right;
	background-color:#ffeeee;
	}
.inhalt_rot	h2 {
	color:#cc3300;
	}
.inhalt_rot h3{
	border-bottom: 1px solid #cc3300;
	}
.rot {
	color:#cc3300;
	}
.rot a{
	border-left: 5px solid #cc3300;
	color: #000000;
		}
.inhalt_rot a {
	color: #cc3300;
	}

/*------- Inhalt Frauenberatung ORANGE #f08800 -----------------------------------------------------------------*/
.inhalt_orange {
	margin: 3px 3px 3px 0px;
	width: 570px;
	float:right;
	background-color:#ffefda;
	}
.inhalt_orange	h1 {
	color:#f08800;
	}
.inhalt_orange	h2 {
	color:#f08800;
	}
.inhalt_orange h3{
	border-bottom: 1px solid #f08800;
	}
.orange {
	color:#f08800;
	}
.orange a{
	border-left: 5px solid #f08800;
	color: #000000;
		}
.inhalt_orange a {
	color: #f08800;
	}
/*------- Inhalt WEITERBILDUNG GRUEN -----------------------------------------------------------------*/
.inhalt_gruen {
	margin: 3px 3px 3px 0px;
	width: 570px;
	float:right;
	background-color:#f1fbcf;
	}
.inhalt_gruen h2 {
	color:#97bf0d;
	}
.inhalt_gruen h3{
	border-bottom: 1px solid #97bf0d;
	}
.inhalt_gruen h3 a{
	color:#000000;
	text-decoration:none;
	}
.gruen {
	color:#97bf0d;
	}
.gruen a{
	border-left: 5px solid #97bf0d;
	color: #000000;
		}
.inhalt_gruen a {
	color: #97bf0d;
	}
/*------- Inhalt EKTERN & KIND GELB -----------------------------------------------------------------*/
.inhalt_gelb {
	margin: 3px 3px 3px 0px;
	width: 570px;
	float:right;
	background-color:#fff9d3;
	}
.inhalt_gelb h2 {
	color:#edce01;
	}
.inhalt_gelb h3{
	border-bottom: 1px solid #edce01;
	}
.gelb {
	color:#edce01;
	}
.gelb a{
	border-left: 5px solid #edce01;
	color: #000000;
		}
.inhalt_gelb a {
	color: #edce01;
	}
/*------- Inhalt BÜCHEREI BLAU -----------------------------------------------------------------*/
.inhalt_blau {
	margin: 3px 3px 3px 0px;
	width: 570px;
	float:right;
	background-color:#e3f6f8;
	}
.inhalt_blau h2 {
	color: #00b5c5;
	}
.inhalt_blau h3{
	border-bottom: 1px solid #00b5c5;
	}
.blau {
	color:#00b5c5;
	}
.blau a{
	border-left: 5px solid #00b5c5;
	color: #000000;
		}
.inhalt_blau a {
	color: #00b5c5;
	}
