body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	color: #6e6e6e;
	padding-bottom: 50px;
}


a {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #BAB9B9;
	text-decoration: none;
}

a img {
	border: 1px solid #b8cf99;
}

a:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #BDCC9A;
	text-decoration: none;
}

p {
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
}

h1 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	color: #6e6e6e;
	background-color: #ffffff;
}

h2 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	color: #6e6e6e;
	background-color: #ffffff;
}

h3 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	color: #6e6e6e;
	background-color: #ffffff;
}

.wrap {
	width: 950px;
	margin: 25px auto;
}

.top {
	background: url(img/top-bg.gif) bottom no-repeat;
	height: 389px;
}

.top-left {
	height:309px;
	display:block;
	float:left;
	padding: 0;
}

.top-right {
	width: 439px;
	height: 309px;
	display:block;
	float:right;
}

.logo a img {
	border:none;
}

.top-right img {
	margin:0;
	padding: 0;
}

.top-right a img {
	padding: 0;
	margin: 4px 0 0 6px;
}

.top-right .info-box {
	border: 2px solid #ffffff;
	line-height: 18px;
	padding: 5px 0px 5px 0px;
	width: 147px;
	text-align:center;
	margin: 4px 0 0 6px;
	text-decoration:none;
	font-weight:bold;
	color: #ffffff;
	font-size: 16px;
}

.top-right .info-box a {
	text-decoration:none;
	font-weight:bold;
	color: #ffffff;
	font-size: 16px;
}

.top-right .info-box a:hover {
	text-decoration: underline;
}

.franchise {
	padding: 6px;
	border: none;
}

.top-navi {
	margin-top: 28px;
}

.top-navi ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.top-navi ul li {
	margin: 0 14px 9px 0;
	display:block;
	float:left;
}

.top-navi ul li a {
	color: #6e6e6e;
}

.top-navi ul li a:hover {
	color: #bdcc9a;
}

#current {
	color: #bdcc9a;
}

.top-navi ul li a.on {
	color: #bdcc9a;
}

.main {
	background: url(img/main-right-bg.jpg) bottom right no-repeat #c0d2a0;
	height: auto;
}

.main-left {
	width: 511px;
	display:block;
	float:left;
	background:#ffffff;
}

.main-left table {
	margin-bottom: 10px;
	width: 100%;
}

.main-left tr td {
	background: #b1d187;
	color: #ffffff;
}

.main-left tr td.spalte2 {
	background:#e3eed5;
	color: #9ca0b2;
}

.textarea {
	width: 495px;
	height: 100px;
}

.white-spacer {
	height: 360px;
}

.content {
	line-height: 24px;
	padding-right: 10px;
}

.main-right {
	width: 439px;
	display:block;
	float:right;
	min-height: 364px;
	margin-top: 15px;
}

.main-right .info-box {
	border: 2px solid #ffffff;
	line-height: 18px;
	padding: 5px 0px 5px 0px;
	width: 147px;
	text-align:center;
	margin: 4px 0 0 6px;
	text-decoration:none;
	font-weight:bold;
	color: #ffffff;
	font-size: 16px;
}

.main-right .info-box a {
	text-decoration:none;
	font-weight:bold;
	color: #ffffff;
	font-size: 16px;
}

.main-right .info-box a:hover {
	text-decoration: underline;
}

.footer {
	width: 439px;
	float:right;
	color: #bab9d0;
	margin-top: 3px;
}

.footer-text {
	float:left;
}

.footer-links {
	float:right;
}

.footer-links a {
	color: #b8cf99;
	text-decoration:none;
	margin-left: 6px;
}

.footer-links a:hover {
	text-decoration: underline;
}

.clear {
	clear:both;
}

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

/* Formular-Hinweis */
.formgen .formhinweis {
	font-weight:bold;
}

/* Radio Funktion */
.formgen .formradio {
}

/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 470px;
	height: 100px;
	margin: 2px 0 15px 0;
	border: 1px solid #8ac06e;
	background-color: #F9FFEF;
}


/* Textfeld */
.formgen .formtext
{
	width: 470px;
	margin: 2px 0 15px 0;
	border: 1px solid #8ac06e;
	background-color: #F9FFEF;
	font-size: 1em;
}

.formgen select:focus, .formgen select:hover, 
.formgen .formtext:focus, .formgen .formtext:hover, 
.formgen textarea:focus, .formgen textarea:hover {
	border-color: #000000;
	background-color: #eaffdf;	
}



/* Label */
.formgen label {
	width: 470px;
	clear: left;
	float: left;
	height: auto;
	font-weight: normal;
	color: #7F7F7F;
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 100px;
	background-color: #ffffff;
	margin: 2px 0 15px 0;
	color: #000000;
}


/* Sende-Button */
.formgen .formsubmit
{
}

.formgen .formsubmit:hover {
}


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

