/* ------------------------------ */
/* Allgemeine Elemente Definition */
/* ------------------------------ */

* {
	font:13px "Source Sans Pro", Arial, sans-serif;
	color:#644972;
	line-height:1.4em;  
	margin:0;	
	padding:0;
}
html, body {
	height:100%;	
}

body {
	background: #bcc23e	url(b-hintergrund-gruen.jpg) no-repeat; 	
	width:100%;
	height:100%;


}

/* -------------------------- */
/* Layout definieren mit DIVs */
/* -------------------------- */

div#websiteContainer {								
	margin:10px auto 10px auto; 	
	width:820px;		 		
	}

div#kopfContainer {
	background:url(b-kopfbild3.png);
	height:386px;
	/* margin:0 0 0 20px;*/
	width:820px;
	}
	
div#navigationsContainer {
	height:35px;
	padding:0 0 0 78px;
	position:absolute;
	top:199px;
	width:742px;
	text-align:left;		
 	font-weight:600;
	color:#644972;
	}
div#navigationsContainer ul {
	list-style-type:none;

	}
	
div#navigationsContainer li {
	display:inline;
	line-height:24px; 	
	margin-right:20px;
	margin-left: 20px;
	}	

div#navigationsContainer a:link, 
div#navigationsContainer a:visited {

	font-size:16px;
	text-decoration:none;
	}

#navigationsContainer a:hover {
	color:#FFFFFF;
	}
	
#navigationsContainer a:active {
	color:#FFFFFF;	
	}
	
#navigationsContainer a.angeklickt {
	color:#bcc23e;
	
	}
div#unterNavigation {
	padding:40px 40px 0 0;
	position:absolute;	
	top:238px;
	width:780px;
	height:120px;
	text-align:right;
	font-weight:400;
	font-size:13px;
	color:#644972;
	line-height:15px; 

	}

div#unterNavigation a:link, 
div#unterNavigation a:visited {
	text-decoration:none;
	}

#unterNavigation a:hover {
	color:#bcc23e;
	}
	
#unterNavigation a:active {
	color:#bcc23e;	
	}
	
#unterNavigation a.angeklickt {
	color:#bcc23e;
	
	}
	
div#unterNavigation ul {
	list-style-type:none;
	}
	
div#unterNavigation li {
	text-align:right;	
	}	


		
div#inhaltsContainer {
	background:url(b-hintergrund-weiss.png); 
	/* float:right; */	
	
	width:682px;
	min-height:100%;
	padding:0 40px 0 98px;
	/* top:700px; */
	/*margin-left:230px; */
		
	}
	
 div#inhalt {
	 
	 min-height:300px;
	 }
		
div#fusszeile {
	background:url(b-fusszeile.png);
	height:72px;
	width:820px;
}
div#fuss {
	font-size:11px; 
	color:#787a4e;	
	padding:45px 25px 0 0;
	text-align:right; 
	}
		
#fuss a:link, 
#fuss a:visited, 
#fuss a:hover,
#fuss a:active  {
	font-size:11px; 
	color:#787a4e;
	text-decoration:none;
	}
	
	
	
/* -------------------------- */

/* -------------------------- */


h1	{
	color:#bcc23e;
	
	padding:0 0 15px 0;  
	font-size:22px;
	
	
	}
	
h2	{
	color:#bcc23e;
	font-size:14px;
	padding:0 0x 5px 0;  
	}
	
p	{
	background-color:#fff;
	padding:0 0 5px 0;
	/* color:#644972;  */
	/*  padding:10px 10px 20px 10px;   */
	/*  overflow:auto;  */
	
	}

.leitspruch	{
	background-color:#fff;
	color:#bcc23e;
	font-weight:700;

	text-align:center;
	padding:30px 50px 50px 50px; 
	/*  overflow:auto;  */
	
	}
	
p.fehlerMeldungen	{
	/* background:#ffffff  0 5px no-repeat; */
	color:#bcc23e;
	font-weight:700;
	padding:0px 10px 10px 180px; 
	/*min-height:70px;	*/
	
	}

.gruen {
	color:#bcc23e;
	font-weight:700;
}
	






	/* -------------------------- */
	/* Formular                   */
	/* -------------------------- */
	
form p { 
	color:#644972;
	margin-bottom:0; 
	padding-bottom:10px;
	}	
	

label:first-child {
	display:block; 
	float:left;
	width:180px;
	}
	
span.gruppe {
	display:block;
	margin-left:160px;
	}
	
input, textarea {
	background-color:#b2a1c7;
	border:#644972 1px solid;
	font-family: "Source Sans Pro", Arial, sans-serif;
	color: #644972;
	font-size: 13px;
	font-weight:600px;
	height: 21px;
	margin:2px 0px 5px 0px;
	padding:2px;

}


.formfeld  {
	width: 300px;
}

.formfeld-1  {
	width: 70px;
}	

.formfeld-2  {
	width: 188px;
}


.formarea  {
	height: 100px;
	width: 300px;

}

.button { 
	background-color:#bcc23e;	
	font-weight:600px;
	height:29px;
	padding:2px 15px 2px 15px;
	width:100px;
}	
	
	
img {
	margin: 8px;
	-ms-box-shadow: #000 2px 2px 5px;
	-webkit-box-shadow: #000 2px 2px 5px;
	-moz-box-shadow: #000 2px 2px 5px;
	box-shadow: #000 2px 2px 5px;
	border: solid 1px #fff;
	float:right;
	
	
	}	

/* für den Bilderupload*/
img.icon {
	width:27%;	
	margin: 8px;
	-ms-box-shadow: #000 2px 2px 5px;
	-webkit-box-shadow: #000 2px 2px 5px;
	-moz-box-shadow: #000 2px 2px 5px;
	box-shadow: #000 2px 2px 5px;
	border: solid 2px #fff;
	
	}	
	
	
img.nachrichtenBild {
	float:right;
	margin:10px 10px 5px 20px;
		
}
	
	
