
/* Professionelles Webdesign mit (X)HTML und CSS
Start 09. September 2008

*/

/* Allgemein ->*/
html {
	height: 101%;
}
* {
margin: 0; 
padding: 0;
}
body {
font: 95% Verdana, Arial, Helvetica, sans-serif;
color: #333;
background: #fff;
text-align: center;
}
a {
color: #333;
text-decoration: none;
}
a:hover {
color: #333;
font-weight: bold;

}
a img, img {
border: 0 none;
}



address {
	font-weight: normal;
	font-style: normal;
	margin: 0 0 0 0px;
	font-size: 1em;
	padding: 0 0 2em 0;
	color: #333;
}

#container {
	
	width: 970px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}

h1 {
	width: 17cm;
	display: block;
	font-size: 1.9em;
	font-weight: normal;
	padding: 28px 0 28px 0;
	color: #589164;
	border-bottom: 1px dotted #cccc99;
}

h1 span {
	font-size: 0.6em;
}

h3 {
	font-size: 0.75em;
	padding: 8px 0 5px 15px;
	color: #fff;
}


h2 {
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 10px;
	color: #5CA8A8;
}	


p {
	padding-bottom: 15px;
}

.abstand-gross {
	padding-bottom: 25px;
}

strong {
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	color: #5CA8A8;
}
strong.schwarz {
	color: #444;
}
.link {
	border-bottom: 1px dashed #000;
}
.link:hover {
	border: none;
}

/* <-Allgemein */

/* fotos -> */
	
	img.logo {
		width: 98px;
		float: left;
		padding-left: 25px;
		padding-top: 20px;
	}
	img.hand {
		width: 211px;
		float: right;
	}

/* <- fotos  */

/* header -> */
	
	#header {
		width: 970px;
		height: 140px;
		float: left;
		background: url(../bilder/header_bg.jpg) no-repeat;
		display: none;
	}
	#farbbalken {
		width: 970px;
		height: 11px;
		float: left;
		background-color: #D6D6AD;
		border-top: 1px solid #fff;
		display: none;
	}
/* <- header  */


/* links -> */
#links {
	width: 221px; 
	float: left;
	padding-right: 28px;
	display: none;
	}

#links #nav {
	width: 221px;
	padding-top: 109px;
	float: left;
	}

#links #nav ul {
	width: 221px;
	float: left;
	
	list-style-type: none;
	font-size: 0.75em;
	background-color: #CCCC99;
	padding-bottom: 5px;
	border-top: 5px solid #cccc99;
}
#links #nav ul li {
	width: 221px;
	float: left;
	border-bottom: 1px solid #fff;
	
}
#links #nav ul li a {
	width: 196px;
	display: block;
	padding-left: 25px;
	padding-bottom: 8px;
	padding-top: 8px;
	background-color: #EBE8D6;
	
	}
	#links #nav ul li a.erster {
	width: 196px;
	display: block;
	padding-left: 25px;
	padding-bottom: 8px;
	padding-top: 8px;
	border-top: 1px solid #fff;
	
	}

	#links #nav ul li a:hover {
		background-color: #cccc99;
	}



#startseite #links #nav li.startseite a,
#mitarbeiter #links #nav li.mitarbeiter a,
#engagement #links #nav li.engagement a,
#vereinssatzung #links #nav li.vereinssatzung a,
#vorstand #links #nav li.vorstand a,
#kontakt #links #nav li.kontakt a,
#impressum #links #nav li.impressum a {
	width: 196px;
	display: block;
	padding-left: 25px;
	padding-bottom: 8px;
	padding-top: 8px;
	background-color: #cccc99;
	
}

/* <- links  */


/* mitte -> */
#mitte {
	width: 17cm;
	float: left;	
	}
	
	#mitte #inhalt {
		width: 17cm;
		float: left;
		font-size: 0.75em;
		}
		
		#mitte #inhalt p {
			width: 17cm;
		}
		
	#mitte #inhalt p.textbeginn, #mitte #inhalt h2.textbeginn {
		padding-top: 15px;
	}
	
	#mitte #inhalt ul {
		width: 17cm;
	}
	
	
	#mitte #inhalt ul li {
		list-style-position: outside;
		list-style-type: circle;
		padding: 5px 0 5px 18px;
	}
	#mitte #inhalt ul li a, #mitte #inhalt p a {
		color: #5ca8a8;
		border-bottom: 1px dashed #5ca8a8;
	}
	#mitte #inhalt ul li a:hover, #mitte #inhalt p a:hover {
		border: none;
	}
	
	#mitte #inhalt a.keinrand {
		border: none;
	}
	
	#mitte #inhalt ol li {
		
		list-style-type: decimal;
		margin-left: 18px;
		padding: 5px 0 5px 0;
	}

/* <- mitte  */

/* rechts -> */
#rechts {
	width: 221px;
	float: left;
	padding-top: 109px;
	display: none;
}

#aktuell_titel {
	width: 221px;
	height: 29px;
	background-color: #5CA8A8;
}

#aktuell_inhalt {
	width: 221px;
	font-size: 0.75em;
	background-color: #F8F6EC;
	border-bottom: 1px solid #5ca8a8;
}
	#aktuell_inhalt p {
		padding-left: 15px;
		padding-top: 15px;
	}
	#aktuell_inhalt ul {
		padding-left: 15px;
		padding-bottom: 40px;
	}
	#aktuell_inhalt ul li {
		list-style-type: none;
		background: url(../bilder/aufzaehlung.gif) no-repeat;
		text-indent: 20px;
		background-position: 0 8px;
		padding: 5px 0 5px 0;
	}
	#aktuell_inhalt ul li a {
		border-bottom: 1px dashed #cccc99;
	}
	#aktuell_inhalt ul li a:hover {
		border: none;
	}
	
#schrift {
	width: 221px;
	font-size: 0.75em;
	border-bottom: 1px solid #5ca8a8;
}
	#schrift p {
		
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 35px;
		background: url(../bilder/schrift.gif) no-repeat;
		background-position: 8px 8px;
		
	}
	
	#schrift p a {
		text-decoration: none;
		border-bottom: 1px dashed #5CA8A8;
		color: #5CA8A8;
	}
	
	
	#schrift p a:hover {
		border: none;
		font-weight: normal;
	}
	
	#betreuungsverfuegung #rechts #aktuell_inhalt li.betreuungsverfuegung a,
	#vorsorge-vollmacht #rechts #aktuell_inhalt li.vorsorge-vollmacht a {
	font-weight: bold;
	
}
	
	

#drucken {
	width: 221px;
	font-size: 0.75em;
	border-bottom: 1px solid #5ca8a8;
}
	#drucken p {
		
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 35px;
		background: url(../bilder/drucker.gif) no-repeat;
		background-position: 8px 8px;
		
	}

#weiterempfehlen {
	width: 221px;
	font-size: 0.75em;
	border-bottom: 1px solid #5ca8a8;
}
	#weiterempfehlen p {
		
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 35px;
		background: url(../bilder/empfehlen.gif) no-repeat;
		background-position: 8px 8px;
		
	}
/* <- rechts  */


/* footer -> */
#footer {
	width: 970px;

	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	display: none;
}

	#footer p.footer_links {
	 	width: 221px;
		float:left;
		border-top: 1px dotted #cccc99;
		padding-top: 15px;
	}
	#footer p.breite {
		width: 28px;
		float: left;
	}
	#footer div.footer_mitte {
		width: 472px;
		float: left;
		border-top: 1px dotted #cccc99;
		padding-top: 15px;
			
	}
		#footer div.footer_mitte p {
			width: 462px;
			font-size: 0.6em;
			background-color: #5CA8A8;
			float: left;
			padding-top: 5px;
			padding-bottom: 5px;
			padding-left: 10px;
			color: #fff;		
			
		}
		#footer div.footer_rechts {
		width: 221px;
		float: left;
		border-top: 1px dotted #cccc99;
		padding-top: 15px;
			
	}
		#footer div.footer_rechts p {
			width: 211px;
			font-size: 0.6em;
			background-color: #5CA8A8;
			float: left;
			padding-top: 5px;
			padding-bottom: 5px;
			padding-left: 10px;
			color: #fff;		
			
		}
	#footer a {
		color: #fff;
		border-bottom: 1px dotted #fff;
	}
	#footer a:hover {
		border: none;
	}
	
/* <- footer  */




/* Formular -> */

form {
	width: 435px;
	padding-top: 10px;
	display: none;
}

	form label {
		width: 150px;
		float: left;
	}
	form input, form textarea {
		width: 275px;
		border: 1px dotted #cccc99;
		color: #333;
	}
.senden {
	width: 123px;
	border: none;
}

/* <-Formular */

/* Fotos und Tabelle-> */

table {
	width: 470px;
	margin-bottom: 40px;
}

td {
	vertical-align: top;
}

td.spalte1 {
	width: 270px;
}

img.portrait {
	width: 200px;
	border: 1px dotted #cccc99;
	margin-bottom: 20px;	
}

table.kontaktdaten {
	margin-top: 15px;
}

/* <-Fotos und Tabelle*/

