/* CSS Document Bildschirm */

/* Grundgerüst */

body {
	background-color:#FFFFFF;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	margin:0px;
	padding:0px;
	line-height: 1.4em;
}

#rahmen, #oben, #navi, #mitte, #unten, #rahmen, #rahmenFamilie, #rahmenKinder {
	width:800px;
}

#rahmen, #rahmenFamilie, #rahmenKinder {
	margin-left:auto;
	margin-right:auto;
	background-repeat: no-repeat;
	background-position: bottom;
}

#rahmen {
	background-image: url(../grafik/hintergrund_unten_110725.jpg);
}

#rahmenFamilie {
	background-image: url(../grafik/hintergrund_unten_familie_080918.jpg);
}

#rahmenKinder {
	background-image: url(../grafik/hintergrund_unten_kinder_080918.jpg);
}

#oben {
	background-image:url(../grafik/hintergrund_oben_080918.gif);
	height:100px;
}

#navi {
	background-image:url(../grafik/hintergrund_navi_080918.jpg);
	height:35px;
}

#naviRahmen {
	font-size:0.9em;
	font-weight:normal;
	text-align:right;
	padding-top:3px;
	padding-right:45px;
}

#mitte {
	background-image:url(../grafik/hintergrund_mitte_080918.gif);
	background-repeat:no-repeat;
}

#unten {
	/*height:100px;*/
}

#untenRahmen {
	text-align:right;
	/*padding-top:75px;*/
	padding-right:135px;
}

/* Navigationsdefinition */

a.hauptnavi:link, a.hauptnavi:visited, a.hauptnavi:hover, a.hauptnavi:focus {
	padding-top:3px;
	padding-bottom:3px;
	text-decoration:none;
}

a.hauptnavi:link, a.hauptnavi:visited {
	color:#5E4BAC;
}

a.hauptnavi:hover, a.hauptnavi:focus {
	background-color:#A69DD1;
	color:#FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #5E4BAC;
}

#mitte a:link, #mitte a:visited, a.untenNavi:link, a.untenNavi:visited {
	color:#5E4BAC;
	text-decoration:none;
}

#mitte a:link, #mitte a:visited {
	background-image: url(../grafik/link_pfeil.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left:7px;
}

#mitte a:hover, #mitte a:focus {
	background-image: url(../grafik/link_pfeil_hover.gif);
	color:#D9D8ED;
}

a.untenNavi:link, a.untenNavi:visited {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D9D8ED;
}

a.untenNavi:hover, a.untenNavi:focus {
	color:#D9D8ED;
	border-bottom-style: none;
}

/* Seitenlayout */

.tabelleLinks {

	float:left;
	margin-right:20px;	
	}

.tabelleRechts {
	float:right;
	margin-left:10px;	
	}

.bildLinks {
	float:left;
}

.bildRechts {
	float:right;
}



.platzhalter {
	font-size:1px;
	height:1px;
	clear:both;
}

#einleitung, #startNews, #inhalt {
	padding-left:60px;
}

#einleitung {
	width:335px;
	float:left;
}

.einleitungText {
	width:300px;
}

#einleitung p {
	margin-top:0px;
}

.tagesSpruch {
	float:left;
	background-image: none;
	margin-top:0px;
	margin-bottom:25px;
	padding-top:15px;
	padding-left:25px;
	width: 370px;
}
.tagesSpruchRahmen {
	margin: 0 40px 20px 0;
	border-top: 1px #5f4cac solid;
}

.tagesSpruchBild {
margin-right:10px;
margin-top:15px;
float:left;
}

.tagesSpruchBildrechts {

float:right;
}

.startbild {
	margin-top:15px;
}

#startNews {
	clear:both;
	padding-right:30px;
	padding-bottom:50px;
	}
	

#inhalt {
	clear:both;
	padding-right:30px;
	padding-bottom:50px;

	}	

#inhalt p {
	margin-top:0px;
	margin-bottom:2em;
}

#formular {
	width:425px;
	float:left;
}
#adresse {
	float:left;
	margin-left:25px;
}


.infoBox {
	padding:5px;
	margin:5px;
	float:right;
	background-image: url(../grafik/infobox_hintergrund.png);
}

.infoBoxEinzel {
	width:150px;
	float:left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	}
	
.team {
margin-right: 60px;
	margin-bottom: 40px;
}	
	
.infoBoxEinzelWeit {
	margin:5px;
	width:250px;
	float:left;
	}
	
.infoBoxEinzelWeit400 {
	margin:5px;
	width:400px;
	float:left;
	}


/* NewsFormatierungen */

.newsaktion {
	color:#888888;
	font-weight:bold;
	font-size: 1.2em;
	margin:10px 0 20px 0;	
}

.newsDatum {
	font-size: 0.8em;
	color: #999999;
	background-image: url(../grafik/news_punkt.gif);
	background-repeat: no-repeat;
	background-position: 1px 3px;
	padding-left: 10px;
	margin-bottom:10px;
}

.newsUeberschrift {
	color:#333333;
	font-weight:bold;
	margin-bottom:10px;	
}

.newsUnterueberschrift {
	color:#888888;
	font-weight:bold;
	margin-bottom:10px;	
}

.newsInhalt {
	float:left;
	width:450px;
	margin-bottom:10px;
}

#newsRahmen {
	width:700px;
	background-image:url(../grafik/news_back_oben.gif);
	background-repeat:no-repeat;
	background-position: top left;
}

#newsHead, .newsInhalt {
	padding-left:20px;
}

.bildLinksnews {
	width: 150px;
	float:left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.bildRechtsnews {
	float:right;
	margin: 0 0 0 10px;
}
	
/* Überschriften */

h1 {
	font-size:1.6em;
	font-weight:bold;
	color:#9380E0;
	margin-top:0px;
	margin-bottom:1em;
	padding-top:15px;
}

h2 {
	font-size:1.4em;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0.7em;
	padding-top:15px;
	color: #807D9D;
}

h3 {
	font-size:1em;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0.7em;
	color: #444444;
}

/* Auszeichnungen & Listen */

.txtMarginal {
	font-size:0.8em;
	color:#666666;
}


ul {
	margin-top:0em;
	list-style-position: outside;
	list-style-image: url(../grafik/icon_liste.gif);
	list-style-type: none;
	margin-bottom:3.5em;
}
li {
	margin-top:0em;
	color:#666666;
	line-height: 1.7em;
}

/* Formularfeld */

fieldset {
	
	padding:10px;
	margin-bottom:45px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

legend {
}


input, textarea {
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width:400px;
	display:block;
	
	padding-left: 10px;
}

input {
	height:30px;
	background-color:transparent;
	background-image:url(../grafik/input_back.gif);
}

textarea {
	width:390px;
	height:90px;
	background-color:transparent;
	background-image:url(../grafik/textarea_back.gif);
	padding-bottom:20px;
}

label {
	width:200px;	
}

#vorname, #name, #betreff, #mail, #nachricht, textarea {
	padding-top: 5px;
}
#name {
}

#senden {
	background-color:transparent;
	background-image:url(../grafik/senden_back.gif);
	width:100px;
	height:25px;
	padding-top:0px;
	padding-left:0px;
}
#senden:active {
	background-color:transparent;
	background-image:url(../grafik/senden_back_a.gif);
}

.txtRot {
	color:#FF0000;
}

.clear {clear:both; height:30px;}
