@charset "UTF-8"; /* charset festlegen */


body {
font: normal 62.5% "Trebuchet MS",Helvetica,sans-serif;
color: #000000;
background: #fff url(../images/body_bg.jpg) center top no-repeat;
}

#wrapper {
position: relative;
margin: 0 auto;
width: 758px;
}

#content-wrapper {
	margin: 0;
	background: #fff url(../images/website_bg.png) top left no-repeat;
	float: left;
}

#header {
	width: 100%;
	height: 93px;
	background: url(../images/header_bg.png) 0 0 no-repeat;
	margin: 100px 0 0 0;
}

#content {
	width: 510px;
	padding-right: 20px;
	float: left;
	margin: 35px 15px 0 5px;
}

#links {
	width: 590px;
	margin: 0 0 0 210px;
}

#links ul {
	margin: 10px 0 0 0;
}

#links ul li {
	margin: 0 15px 0 0;
}

#links ul li a {
display: block;
float: left;
margin: 0 15px 0 0;
color: #d2e8ba;
font-size: 1.2em;
background: url(../images/pfeil-links.gif) center left no-repeat;
padding: 0 0 0 12px;
}

#links ul li a:hover {
color: #fff;
}

#hauptnavi {
	width: 590px;
	margin: 0 0 0 200px;
}

#links ul,
#hauptnavi ul {
	width: 590px;
	float: left;
}

#links ul li,
#hauptnavi ul li {
	float: left;
	display: block;
}

#hauptnavi ul {
	margin: 17px 0 0 0;
}

#hauptnavi ul li a {
background: transparent;
display: block;
height: 30px;
margin: 0 25px 0 0;
padding: 10px 10px 0 10px;
font-size: 1.6em;
color: #fff;
}

#hauptnavi ul li a:hover {
background: #fff;
color: #000;
}


#hauptnavi ul li._active a {
	background: #fff;
	color: #000;
}

#hauptnavi ul li div {
	display: none;
}


/* Seitennavigation */
#navi {
	width: 190px;
	float: left;
	margin: 50px 10px 0 0;
}
#navi ul {
	margin: 0;
}

#navi ul li {
	font-size: 1.3em;
	display: block;
	margin: 11px 0;
}

#navi ul li a {
	color: #000;
	text-decoration: none;
	background: none;
	display: block;
	padding: 3px 0 3px 20px;	
}

#navi ul li a.rex-current {
	color: #fff;
	text-decoration: none;
	background: #7aba32 url(../images/pfeil-weiss.gif) center left no-repeat;
	display: block;
	padding: 3px 0 3px 20px;	
}





/* Kontaktdaten */
#kontaktdaten {
	margin: 15px 0 0 5px;
	width: 165px;
	float: left;
}

#kontaktdaten address {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #999;
	margin: 10px 0 0 15px;
}

#kontaktdaten p a {
	color: #467a0b;
	text-decoration: none;
	background: url(../images/pfeil-gruen.gif) center left no-repeat;
	padding: 0 0 0 12px;
	display: block;
	margin: 0 0 0 4px;
}

#kontaktdaten p a:hover {
	text-decoration: underline;
}


/* Footer */
#footer {
	width: 100%;
	height: 28px;
	background: url(../images/footer-bg.jpg) center left no-repeat;
	float: left;
	margin: 10px 0 0 0;
}

#footer p {
	color: #fff;
	font-size: 1.2em;
	margin: 5px 0 0 0;
	text-align: center;
}


/* Typo */
h1 {
	color:#467a0b;
	font-size: 2em;
	margin: 0 0 7px 0;
	font-weight: normal;
}

h2 {
	color:#467a0b;
	font-size: 1.6em;
	margin: 10px 0 0 0;
	font-weight: normal;
}

h3 {
	color:#467a0b;
	font-size: 1.4em;
	margin: 10px 0 0 0;
	font-weight: normal;
}

p {
	color: #333;
	font-size: 1.3em;
	margin: 5px 0;
}

a.kontakt-btn {
	display: block;
	width: 179px;
	height: 40px;
	background: url(../images/kontakt-btn.jpg) center left no-repeat;
	margin: 15px 0;
}

a.kontakt-btn:hover {
	background: url(../images/kontakt-btn-hover.jpg) center left no-repeat;
}

a.kontakt-btn span {
	display: none;
}

/* Kontaktformular */
/* 
REDAXO-Modul: do form!
Beschreibung: CSS-DEMO
Bereich: CSS 
Für: do form! 2.x  und 3.x
Stand: 20.04.2009 
Version: 1.0
--------------------------------------------------------------------------
HINWEISE:
--------------------------------------------------------------------------
!! Das CSS berücksichtigt nicht alle möglichen Felder 
!! Farben nicht 1 zu 1 übernehmen
!! ist ja nicht wirklich hübsch

Weitere Infos zu den CSS hier:
http://wiki.redaxo.de/index.php?n=R4.DoForm
-------------------------------------------------------
*/

/* Formular Definition */
/*//////////////////////////////////////////////////////////////////////////////*

/* Div das das Formular umschließt */
.formgen {
	font-size: 1.2em;
}


/* 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: 360px;
	margin-bottom: 15px;
	background-color: #FFCC33;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
	font-weight: bold;
	border: 5px dashed #990000;
}

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


/* 
--------- FORMULAR-OBJEKTE ------------ 
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 400px;
	height: 200px;
	margin-left: 4px;
	border: 1px solid #003366;
	background-color: #DFEEDD;
}


/* Textfeld */
.formgen .formtext
{
	width: 250px;
	margin: 10px 5px;
	padding-bottom: 4px;
	font-size: 1em;
	background-color: #E9EBF3;
	border: 1px solid #003366;
}

.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover {
	border-bottom-color: #000000;
	background-color: #FFCC66;	
}



/* Label */
.formgen label {
	width: 120px;
	clear: left;
	float: left;
	height: 20px;
	font-weight: normal;
	color: #000;
	margin: 10px 0;
}


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


/* Sende-Button */
.formgen .formsubmit
{
	background:url("../images/kontakt-btn.jpg") no-repeat scroll left center transparent;
	display:block;
	height:40px;
	margin:15px 0 0 150px;
	width:179px;
}



/* 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: #006633;
}

.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 */


/* Helferlein */
.ahem {  /*  entspricht im wesentlichen display:none; , ist aber screenreaderfreundlich */
position: absolute;
overflow: hidden;
height: 0;
width: 0;
left: -1000px;
top: -1000px;
}

.clear {
clear: both;
margin: -1px 0 0 0;  /* laesst 1px clear nach oben verschwinden */
height: 1px;  /* laesst &nbsp; auf 1px schrumpfen fuer IE */
font-size: 1px;
line-height: 1px;
width: 100%;
}

.last {
margin: 0;
border: none;
}