body {
	background-image: url(bilder/basics/tapete.gif);
	font: normal normal 0.8em verdana, arial, helvetica, sans-serif;
	color: #7a3f0b;
	}

p { margin: 5px 10px 7px 20px; line-height: 1.5em;}
p.schluss { margin-bottom: 40px; } /* Leerzeilen hinter dem letzten Text */
a { color: #7a3f0b; text-decoration:none; }

a:hover, a:visited { color: #f39b5b; }

.fehler {
	margin: 17px;
	color: red;
	}

h1 { font: normal bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #f39b5b;
	letter-spacing: 0em;
	}

#kopf {
	width: 100%;
	height: 70px;
	}
	
#navi {
	/*background-color: blue;*/
	/*position: absolute;
	top: 70px;
	left: 80px;*/
	width: 150px;
	float: left;
	}
	
#inhalt {
	background-color: #fff;
	width: 750px;
	color: #7a3f0b;
	float: right;
	margin-right: 30px;
	margin-left: 30px;
	min-height: 300px;
	/*border: 5px solid #7a3f0b; version 1*/
	border-right: 2px solid #7a3f0b;
	border-bottom: 2px solid #7a3f0b;
	border-top: 1px solid #bd9f85;
	border-left: 1px solid #bd9f85;
	}
	* html #inhalt { height: 300px;  } /* IE 6 */
	* html #inhalt { height: 300px; } /* IE 7 */

.content {
		padding: 10px ;
		}

.header {
	font: small-caps bold 1.3em Verdana, Arial, Helvetica, sans-serif;
	color: #f39b5b;
	letter-spacing: 0em;
	text-decoration: none;
	text-align: center;	
	padding-top: 1em; /*nicht im User-Bereich */
	margin-bottom: 1em;
	margin-right: 5px;
	}	
	
#fuss {
	float: right;
	width: 750px;
	text-align: right;
	font-size: 0.8em;
	margin-right: 30px;
	margin-bottom: 20px;
	}

#fuss a { color: #7a3f0b; text-decoration: none; }

#navi ul li {
	list-style-type: none;
	/*border: 1px solid #fff; version 1 flach#d7c6b6*/
	border-right: 2px solid #d7c6b6;
	border-bottom: 2px solid #d7c6b6;
	border-top: 1px solid #f2ece7;
	border-left: 1px solid #f2ece7;
	background-color: #7a3f0b;
	margin-bottom: 2em;
	}
	
#navi ul {
	margin: 0;
	padding: 0;
	}
	
#navi ul li a {
	padding: 0.5em;
	display: block;
	color: #fff;
	text-decoration: none;
	}

#navi ul li a:hover, #navi ul li a:focus, #navi ul li a:active {
	color: #e5d9cf;
	/*text-decoration: underline;*/
	background-color: #a27954;
	}


/* Initiativen */
#seitenzahl {
	text-align: center;
	}

.adressenblock {
	/*background-color: blue;*/
	border: 1px dashed #f39b5b;
	margin: 20px;
	padding: 10px 10px 20px 10px;
	
	 /*padding-bottom: 20px; damit "mehr" als brauner Button Platz hat, sonst weg und allg padding:10px  */
	}
	
.initiative { /*background-color: green;*/
	border-bottom: 2px dashed #f39b5b;
	margin: 0px;
	padding-bottom: 10px;
	font-weight: bold;
	}

.adresse {
	/*border-bottom: 2px dashed */
	/*background-color: red;*/
	margin: 0px;
	padding-top: 10px;
	
	}
	
a.details {
	color: #7a3f0b;
	text-decoration: underline;
	float: right;
	}

a:hover.details, a:visited.details { color: #f39b5b; }

/*Einzelinitiative Tabelle */
td {
	padding-bottom: 2em;
	}
th {
	text-align: left;
	width: 150px;
	}
	
hr {
	color: #f39b5b;
	}
	
/* Kontaktformular Anfang */
fieldset.kontakt { margin: 2em; }

form.kontakt { 
	line-height: 150%;
	padding: 2em;
	}

label.kontaktleft	{
		float: left;
		width: 8em;
		margin-right: .3em;
		}
		
input.kontakt, form.kontakt select, form.kontakt textarea.kontakt 	{ 
		width: 280px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #7a3f0b;
		background-color:#f39b5b;
		}
				
form.kontakt textarea { 
	overflow: auto; 
	height: 10em;
	}

input:focus, input:active, form.kontakt textarea:focus.kontakt, form.kontakt textarea:active.kontakt { background-color: #f5f5f5;}

form.kontakt input.right  {
	float: right;
	margin-right: 30px;
	}

input.last {
	float: right;
	margin-right: 30px;
	margin-bottom: 30px;
	}
	
form.br {
		clear: both;
		}
/* Formular Ende */

/* ####  Suche  #### */	
fieldset.suche {
	width: 265px;
	}

form.suche {
	margin-top: 2em;
	margin-left: 1em;
	text-align: left;
	}

form.suche label.left {
	text-align: left;
	margin-bottom: 0.8em;
	margin-right: 0.3em;
	font-weight: bold;
	width: 250px;
	float: left;
	}
span.klein { font-weight: normal; }
	
form.suche input.suche, form.suche select.suche {
	width: 250px;
	}
	
form.suche input.button {
	align: right;
	}
	
fieldset {
	
	padding: 5 15 10 0px;
	border: 0 solid;
	position: relative;
	}	
/* ## Suche Ende ##*/	

a.suche, a:hover.suche, a:visited.suche { 
	text-decoration: none;
	font-weight: bold;
	margin: 5px 10px 7px 1em; 
	}
