body {
	margin: 0px;
	background-color: #e59a34;
	background-color:#ecb636;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #58595b;
}

h1 {
	color: #a91e2e;
}
h2 {
	color: #a91e2e;
}
h3 {
	color: #a91e2e;
}
h4 {
	color: #a91e2e;
}
h5 {
	color: #a91e2e;
}
h6 {
	color: #a91e2e;
}

#header{
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	height: 294px;
	width: 1020px;
	position: relative;
}

#menu{
	width: 980px;
	position: relative;
	padding-top: 250px;
	padding-left: 35px;
	text-align: left;
}
#menu a, a:link, a:visited, a:hover, a:active { font-size: 15px; color: #ffd700; text-decoration: none; }

#mambologo{
	height: 80px;
	width: 205px;
	float: right;
	margin-top: 80px;
	margin-right: 310px;
	position: relative;
	z-index: 5;
}

#facebook {
	float:right;
	margin-right:80px;
	margin-top: -20px;
}

.current {
	font-weight: bold;
}

a, a:link, a:visited, a:hover, a:active {
	font-size: 12px;
	color: #a91e2e;
	text-decoration: none;
}

#content{
	background-image: url(background.jpg);
	background-repeat: repeat-y;
	width: 1020px;
	height: auto;
}
#center{
	width: 780;
	float: left;
	text-align: justify;
	padding-left: 100px;
	padding-right: 140px;
	position: relative;
	z-index: 2;
	margin-bottom: 260px;
}
#left{
	width: 380px;
	float: left;
	text-align: justify;
	padding-left: 100px;
	position: relative;
	z-index: 2;
	margin-bottom: 260px;
}
#right{
	width: 360px;
	float: right;
	text-align: justify;
	padding-right: 140px;
	position: relative;
	z-index: 2;
	margin-bottom: 260px;
}
#background{
	background-image: url(body.jpg);
	background-repeat: no-repeat;
	min-height:727px;
	position: relative;
	width: 1020px;
	height: auto;
	background-position: bottom;
	z-index: 1;
}
#language{
	float:left;
	position: relative;
	z-index: 1;
}
/* Formular Definition */
/*//////////////////////////////////////////////////////////////////////////////*
/* Div das das Formular umschließt */
.formgen { font-size: 0.9em;}

/* 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 : 100%; text-align: left;}

/*Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann*/
.formgen .formblock { }
.forminfo  { color: #e59a34; font-weight: bold; background-color: #dddddd; margin-bottom: 5px; width: 100%; border: dotted 1px #79787c }

/*Verhalten von br-Tags*/
.formgen br {clear : both;}

/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield  { margin: 2px; width: 250px; height: 100px; float: right; border: solid 1px #e59a34 }

/* Textfeld */
.formgen .formtext  { margin: 2px; padding-bottom: 2px; width: 250px; float: right; border: solid 1px #e59a34 }
.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover { border-bottom-color: #e59a34;}

/* Label */
.formgen label  { width: 100px; height: 20px; float: left; clear: left; }

/* Aussehen der Select-Ausgabe */
.formgen .formselect  { color: #e59a34; background-color: #e59a34; margin-left: 4px; width: 200px }

/* Sende-Button */
.formgen .formsubmit  { color: #58595b; background-color: #e59a34; text-align: center; margin: 2px; width: 100px; float: right; border: solid 1px #e59a34 }

/* Fieldsetbeschriftung */
.formgen legend  { color: #ffffff; background-color: #e59a34; width: 150px }
.formgen .fieldset { margin-bottom: 10px; }

/* -------------- AUSGABEN / Fehlermeldungen --------*/
/* Markierung der Labels bei Fehler */
.formgen .formerror  { color: #e59a34; border-bottom: 1px }
.formgen .formcaptcha { border: 1px solid #c6da38; vertical-align: top; float: left; margin-right: 10px;}
.formgen .formreq  { color: #00703c }
.formgen .formheadline  { color: #83be42; font-style: italic; background-color: #bdbec0; margin: 5px }

/*//////////////////////////////////////////////////////////////////////////////*
/* Ende der Formulardefinition */
