* {
	padding:0px;
	margin:0px;
}
 
html {}

body {
	font-family:'Droid Sans', sans-serif;
	font-size:14px;
	line-height: 1.5em;
	color:#252525;
	background-color:#ffffff;
	background-image:url('background.jpg');
	width:100%;
	max-width:100%;
	min-width:100%;
}

h1 {
	font-size:22px;
	color:#F7931E;
	margin-bottom:6px;
	line-height: 1.2em;
}

h2 {
	font-size:18px;
	color:#009245;
	margin-bottom:6px;
}
h3 {
	font-size:16px;
	color:#F7931E;
	margin-bottom:6px;
	line-height: 1.2em;
}

img {
	border:0px;
}

#wrapper {
	position:relative;
	margin:auto;

}

#background {
	position:absolute;
	z-index:-1000;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;

}

#header {
	height:88px;
	padding-top:47px;
	width:980px;
	margin:auto;

}

#header-logo {
	float:left;
	height:88px;
	width:310px;
	padding-left: 10px;

}

#header-navigation {
	float:left;
	width:410px;	
	padding-top:39px;
	padding-left:25px;

}

#header-navigation a {
	display:block;
	float:left;
	width:130px;
	height:38px;
	background-image:url(brettchen.png);
	text-align:center;
	line-height:38px;
	font-size:13px;
	color:#403f40;
	text-decoration:none;
}


#header-navigation a:hover, #header-navigation a.active {
	background-image:url(brettchen_active.png);
	color:#ffffff;
}


#header-search {
	float:left;
	/*width:260px;	*/
	padding-top:40px;
	padding-left:5px;

}

#header-search input {
	float:left;
	height:32px;
	line-height:28px;
	width:140px;	
	font-size:13px;
	color:#403f40;
	font-style: italic;
	border:1px solid #000000;
	border-radius:5px;
	-moz-border-radius:5px;		
	-webkit-border-radius:5px;		
	-ms-border-radius:5px;		
	-o-border-radius:5px;		
}



#header-contact {
	float:left;
	text-align:center;	
	padding-top:17px;
	padding-left:15px;

}


#header-contact a {
	text-align:center;	
	font-size:14px;
	color:#403f40;
	text-decoration:none;
}


#header-contact a:hover, #header-contact a.active {
	color:#ffffff;
}


#header-contact img{
	float:left;
		
}
#main {
	position:relative;
}


#menu {

	height:55px;
	background: #fcd221; /* Old browsers */
background: -moz-linear-gradient(top, #fcd221 0%, #faba20 50%, #f7951e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcd221), color-stop(50%,#faba20), color-stop(100%,#f7951e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fcd221 0%,#faba20 50%,#f7951e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fcd221 0%,#faba20 50%,#f7951e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fcd221 0%,#faba20 50%,#f7951e 100%); /* IE10+ */
background: linear-gradient(to bottom, #fcd221 0%,#faba20 50%,#f7951e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd221', endColorstr='#f7951e',GradientType=0 ); /* IE6 */
}

#menu-content {

	width:980px;
	margin:auto;
	height:55px;
	padding-left: 20px;
}

#content-container {

	min-height:650px;
	width:980px;
	margin:auto;
	margin-top:15px;
}

#content-container-left {

	width:760px;
	float:left;
}

#content-container-right {

	width:215px;
	margin-left:0px;
	float:right;
}

#breadcrumb-container {

	width:980px;
	margin:auto;
}

#breadcrumb {

	width:700px;
	margin-top:65px;
	padding:10px 30px;
	background-color:rgba(255,255,255,0.95);
	font-size:14px;
}		

#breadcrumb a {
	text-decoration:none;
	color:#d48827;
}

#content {
	
	padding:30px;
	background-color:rgba(255,255,255,0.95);
}

#content a:link {
	color:#009245;
	text-decoration: none;
}

#content a:visited {
	color:#009245;
	text-decoration: none;
}

#content a:hover {
	color:#009245;
	text-decoration: underline;
}

#content a:active {
	color:#009245;
	text-decoration: none;
}

#content ul {
	margin-left: 15px;
}

#content img {
	-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.37);
	-moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.37);
	box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.37);
}

#content img.noshadow {
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
}

#info img {
	-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.37);
	-moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.37);
	box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.37);
}

#info img.noshadow {
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
}



#info {

	float:right;
	padding:15px;
	width:180px;
	background-color:rgba(255,255,255,0.95);
}

.blackboard {
	background-image:url(schiefertafel.png);
	background-repeat:no-repeat;
	width:185px;
	height:248px;
}

.blackboard-inner {
	
	font-family: 'Marck Script', cursive;
	color:#ffffff;
	padding:30px 15px 20px 30px;
	font-size: 22px;
	line-height: 24px;
	width:125px;
	height:198px;
	overflow:hidden;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.blackboard-inner a {
	color: #F7931E;
	font-size: 18px;
	text-decoration: none;
}

.blackboard-inner a:hover {
	color: #F7931E;
	font-size: 18px;
	text-decoration: underline;
}

#footer {

	padding:20px 0px 20px 0px;
	background-image:url('footer.jpg');

}

#footer-content {
	width:980px;
	margin:auto;
	padding-left:60px;
	line-height:150%;

} 

#footer-imprint {
	float:left;
	width:500px;

}

#footer-social {
	float:left;
	width:80px;
	margin-left: 20px;
}

#footer-menu {
	float:left;
	width:100px;
	text-align: right;
}

#footer a {
	text-decoration:none;
	color:#009245;
}

.green {
	color:#009245;
}

.orange {
	color:#d48827;
}



.clear {
	clear:both;
}


/** FORM */
/* Div das das Formular umschließt */
.formgen {
	font-size: 1em;
	padding-right: 10px;
	padding-left: 10px;
}
 
 
/* Was passiert wenn auf das Label geklickt wird? */
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;
 
}
 
 
 
.formgen form
{
line-height : 120%;
 
}
 
 
 
 
/* 
Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/
 
 
.formgen .formblock
{
	margin-bottom: 15px;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;	
 
}
 .forminfo 
{
	width: 580px;
	margin-bottom: 15px;
	background-color: #FFCC33;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	border: 5px dashed #990000;
	text-align:center;
}
 
/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}
 
 
/* 
--------- FORMULAR-OBJEKTE ------------ 
*/
 
 
/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 450px;
	width:70%;
	height: 100px;
	margin-left: 4px;
	border: 1px solid #003366;
	background-color: none;
}
 
 
/* Textfeld */
.formgen .formtext
{
	width: 450px;
	width: 70%;
	margin-left: 4px;
	padding-bottom: 4px;
	font-size: 1em;
	background-color:none;
	border: 1px solid #555;
	margin-bottom:4px;
}
 
.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover {
	border-bottom-color: #000000;
	background-color: #E3E3E3;	
}
 
 
 
/* Label */
.formgen label {
	width: 120px;
	width:25%;
	clear: left;
	float: left;
	height: 20px;
	font-weight: bold;
	color: #555;
}
 
 
/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 200px;
	background-color: #33FF33;
	margin-left: 4px;
	color: #000000;
}
 
 
/* Sende-Button */
.formgen .formsubmit
{
	width: 70px;
	text-align: center;
	background-color: none;
	border: 1px solid #555;
	color: #555;
	float:right;
	margin-right:2px;
}
 
 
 
/* Fieldsetbeschriftung */
.formgen legend {
	color: #FFFFFF;
	background-color: #990000;
	width: 150px;
}
.formgen .fieldset {
	margin-bottom: 10px;
}
 
/* -------------- AUSGABEN / Fehlermeldungen --------*/
 
 
/* Markierung der Labels bei Fehler */
.formgen .formerror {
 
	border-bottom-width: 1px;
	color: #990000;
}
 
.formgen .formcaptcha
{
	border: 2px solid #990000;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}
 
.formgen .formreq {
	color: #B6D852;
}
 
.formgen .formheadline {
	color: #993300;
	background-color: #FFF7EA;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
}
 
/*//////////////////////////////////////////////////////////////////////////////*
/* Ende der Formulardefinition */