@charset "UTF-8";
/* CSS Document */
/* Allgemeine Elemente */
* {
	padding: 0;
	margin: 0;
}

body{
	background: #9F9F9F;
	font-family: Arial, sans-serif; 
	font-size: 13px;
	line-height: 18px;
	color: #555555;	
}

h1{
	font-family:"Times New Roman", serif;
	font-size: 28px;
	font-weight:normal;
	letter-spacing: 1px;
	color: #91a0b4;
	text-transform: uppercase;
	margin-bottom: 20px;
	}

p{
	margin-bottom: 10px;
}

a,
a:visited,
a:active,
a:focus{
	text-decoration: none;
	color: #555555;	
}
a:hover{
	color: #a2b1bd;	
}

ul {
	list-style: none;
	padding-left: 5px;
	}

li {
	background: url(../bilder/bullet.png);
	background-position: 0 3px;
	background-repeat:no-repeat;
	text-align:start;
	padding-left:20px;
	padding-bottom: 10px;
	}
	
#wrapper{
	position: relative;
	overflow:hidden;
	width:850px;
	margin-top:0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background: white;
	padding: 0 55px 75px 55px;
}

/* LOGO */
#header{
	height: 245px;
	position: relative;
	background:#c0c8d1;
}
#logo{
	position:absolute;
	top: 60px;
	left: 40px;
}

#logo_text{
	font-family:"Times New Roman", serif;
	font-size: 48px;
	line-height: 55px;
	color:white;
	text-transform: uppercase;
	}

#logo_sub{
	font-family:Arial, sans-serif; 
	font-size: 21px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color:white;
	padding-left:5px;
	}

/* MENUE */

#menue{
	position: absolute;
	top: 215px;
	left: 40px;
}

#menue ul li {
	list-style-type: none;
	float: left;
	text-transform:uppercase;
	background-image: none;
	padding: 0;
}

#menue ul li a,
#menue ul li a:visited {
	font-family:"Times New Roman", serif;
	font-size: 16px;
	display: block;
	padding: 5px 20px;
	margin-right: 30px;
	text-decoration: none;
	color: white;
	
}

#menue ul li a:hover,
#menue ul li a:active,
#menue ul li a:focus {
	background: #91a0b4;
}
	
.current {
	background: #91a0b4;
}

/* HINTERGRUND BILDER */

#content_background{
	position: relative;
	height: 415px;
	width: 850px;
}

/* INHALT KONTAKT */
.content{
	position: absolute;
	top: 120px;
	left: 30px;
	width: 430px;
	height: 255px;
	background: white;
	border: 1px dotted gray;
	z-index:2;
}					
.content_wrapper{
	position: absolute;
	top: -10px;
	left: -10px;
	width:450px;
	height: 275px;
	background: white;
	opacity: 0.50;
	z-index:-1;
}
.content_links{
	width:200px;
	float:left;
	overflow:hidden;
	padding-top:10px;
	padding-left:10px;
}
.content_rechts{
	width:200px;
	float:left;
	overflow:hidden;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}
/* TRENN-ELEMENTE*/
#streifen{
	height: 60px;
	background-image: url(../bilder/streifen.png) ;	
	background-repeat: repeat-x;
	padding-bottom: 20px;
}

#ueberblick{
	font-family:"Times New Roman", serif;
	background:#dadee5;
	letter-spacing: 0.5px;
	font-size: 28px;
	color: #91a0b4;
	text-transform: uppercase;
	padding: 18px 0 18px 20px;
	margin-bottom: 20px;
	}

/*INHALTE STARTSEITE*/

.infobox{
	width:395px;
	height:305px;
	margin-right:20px;
	background: #dadee5;
	float:left;
	padding-left: 20px;
	padding-top: 20px;
	
	
}

.infobox_rechts_oben{
	width:395px;
	height:165px;
	margin-bottom:20px;
	background: #dadee5;
	float:left; 
	padding-left: 20px;
	padding-top: 20px;
}

.infobox_rechts_unten{
	width:395px;
	height:100px;
	background: #dadee5;
	float:left; 
	padding-left: 20px;
	padding-top: 20px;
}

.keine_box{
	position:absolute;
	top: 1170px;
	width:395px;
	padding-left: 20px;
	background: #fff;
	}
	
.ohne_abstand{
	margin-right:0px;
}
/* INHALTE UEBER MICH */

.vita_headline{
	position: absolute;
	top: 150px;
	left: 35px;
	
}

.vita_inhalt{
	float: left;
	position: absolute;
	top: 200px;
	left: 35px;
	width:400px
	
}
.vita_inhalt_rechts{
	float: left;
	position: absolute;
	top: 200px;
	left: 440px;
	width:400px
}

/* INHALTE FAMILIENRECHT */

.content_box{
	background: #dadee5;
	padding-top: 20px;
	width:850px;
	overflow:hidden;
	
}

.introtext{
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom:20px;
	
}

.content_spalte{
	padding-left: 20px;
	width: 250px;
	float:left;


}

.content_spalte_rechts{
	width: 250px;
	padding-left: 20px;
	float:left;
	
}

/* INHALTE IMPRESSUM */

.impressum_inhalt{
	float: left;
	position: absolute;
	top: 80px;
	left: 35px;
	width:400px
	
}
.impressum_inhalt_rechts{
	float: left;
	position: absolute;
	top: 85px;
	left: 440px;
	width:410px
}

.impressum_disclaimer_bg{
background: #fbfbfb;
}

.impressum_disclaimer_headline{
	padding-left: 50px; 
	padding-top:25px; 
	margin-bottom:10px;
}
.impressum_disclaimer{
padding-left:50px;
}

.impressum_disclaimer p {
	padding-top:10px;
}

.impressum_disclaimer img {
	height:20%;
	width:50%;
	
	padding-bottom:50px;
}



/* DATENSCHUTZ */

.datenschutz_inhalt{
	float: left;
	position: absolute;
	top: 80px;
	left: 35px;
	width:380px
	
}
.datenschutz_inhalt_rechts{
	float: left;
	position: absolute;
	top: 85px;
	left: 440px;
	width:380px
}


/* INHALTE FOOTERBOXEN */

.footer_box{
	width:375px;
	height:100px;
	background: #dadee5;
	margin-right:20px;
	float:left;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}
.rechts{
	margin-right:0px;	
}

.footer_box a,
.footer_box a:visited,
.footer_box a:active,
.footer_box a:focus {
	background: #91a0b4 url(../bilder/bullet_mail.png) 90px 9px no-repeat;
	padding:6px 20px 6px 10px;
	text-decoration: none;
	color: #FFFFFF;
	margin-top: 14px;
	margin-bottom: 10px;
	display: block;
	width:80px;
}

.footer_box a:hover{
	background: #b8bfc8 url(../bilder/bullet_mail.png) 90px 9px no-repeat;
}


#content_background-datenschutz {height:3000px;}
