/* CSS Document */

/*------------------------------------------------------------

Allgemeine Formattierungen (Aktuell) 

------------------------------------------------------------*/
#home #content {
color: #FFFFFF;
}
#content h5 {
	width: 300px;
	font-size: 14px;
	padding-bottom: 10px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border-bottom: dotted 2px #FFFFFF; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}
#content h4 {
font-size: 12px;
margin-bottom: 0px;
}
#content h3 {
margin-top: 0px;
font-size: 13px;
}
#content h2 {
	padding-top: 3px;
	font-size: 14px;
}
#home #content img,
#archiv #content img,
#aktuell #content img {
	margin-top: 20px;
	width: 220px;
	border: solid 1px #000000;
}
#home #content hr {
	width: 300px;
	border: 0px; /* Für Firefox und Opera */
	border-top: dotted 2px #FFFFFF;
	border-bottom: solid 1px #6fa5d4; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}
#archiv #content hr,
#aktuell #content hr {
	width: 400px;
	border: 0px; /* Für Firefox und Opera */
	border-top: dotted 2px #454545;
	border-bottom: solid 1px #FFFFFF; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
	margin-top: 15px;
	padding-bottom: 10px;
}
.vorformattiert {
white-space: pre;
}
#archiv .scroll,
#aktuell .scroll {
display: block;
font-size: 11px;
margin-top: 12px;
text-decoration: none;
color: #454545;
}
#home .weiter {
text-transform: uppercase;
padding: 1px 10px 1px 2px;
line-height: 17px;
font-size: 11px;
margin-top: 12px;
text-decoration: none;
color: #FFFFFF;
background-color: #40425E;
}
/*------------------------------------------------------------

Content Formattierungen 

------------------------------------------------------------*/
#beratung #content {
	width: 600px;
	padding-right: 115px;
}
#beratung #content img {
	padding: 0px;
	margin: 10px 0px 10px 0px;
	width: 380px;
}
#beratung #content ul {
	margin-left: 18px;
	padding: 0px;
	list-style-type: square;
}
#sitemap #content a,
#beratung #content a {
	color: #454545;
	text-decoration: underline;
}
#sitemap #content ul {
	padding-left: 13px;
	list-style-type: square;
}
#content table {
	width: 560px;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
#beratung td {
	background-color: #ffca9e;
/*	border: 1px solid #FFFFFF;
*/	padding: 2px;
	vertical-align: top;
} 
#verein td {
	background-color: #e8edd2;
/*	border: 1px solid #FFFFFF;
*/	padding: 2px;
	vertical-align: top;
} 
#content table.mitglieder td {
	background-color: #ffffff;
}
#verein form table,
#beratung form table {
	width: 540px;
} 
#verein form td,
#beratung form td {
	background-color: transparent;
	border: none;
} 

/*------------------------------------------------------------

Kontaktformular 

------------------------------------------------------------*/
#verein td.linie {
	border-bottom: #e8edd2 1px solid;
}
#beratung td.linie {
	border-bottom: #ffca9e 1px solid;
}
td span.titel {
	font-weight: bold;
}
td span.untertitel {
	display: block;
	float: left;
	width: 500px;
}
textarea {
float: right;
	border: #ffca9e 1px solid;
	width: 380px;
	height: 80px;
	color: #454545;
} 
input {
	float: right;
	border: #FFFFFF 1px solid;
	width: 380px;
	color: #454545;
} 
#verein input {
	background-color: #e8edd2;
}
#beratung input {
	background-color: #ffca9e;
}
#verein input.radio,
#beratung input.radio {
	border: none;
	width: 14px;
	background-color: #FFFFFF;
} 
input[type="submit"], input[type="reset"] {
	font-size: 11px;
	border: #000000 1px solid;
	width: 115px;
	margin-left: 44px;
	margin-right: -34px;
	color: #000000;
}
#verein input[type="submit"], #verein input[type="reset"] {
	float: none;
	background-color: #e8edd2;
}
#beratung input[type="submit"], #beratung input[type="reset"] {
	float: none;
	background-color: #ffca9e;
}
input:focus {
	background-color: #FFFFFF;
	border: #454545 1px solid;
}
