body {
background-image: url('bg_grad_02.jpg');
background-color: #e1ddd9;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0;
margin:0;
}
a {color: #db3003;}
a:visited {color:#db3003;}
a:hover {color: #564b47;}
a:active { color:#000000;}

h1 {
color: #0076bc;
font-size:20px;
text-transform:uppercase;
padding: 0px 0px 0px 0px;
margin: 20px 0px 0px 8px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
letter-spacing: -.05em;
line-height: 1.2em;
}

h2 {
font-size:18px;
font-weight: normal;
padding: 5px 10px;
margin:0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
letter-spacing: -.05em;
line-height: 1.2em;
}

img.download {vertical-align:middle;}

/* ----------container zentriert das layout-------------- */
#container {
width: 770px;
margin-top: 10px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: #ffffff;
}

/* ----------banner for logo-------------- */
#banner-de {
background: #0076bc url(banner_de.gif) no-repeat;
height: 157px;
text-align: left;
padding: 0px;
margin: 0px;
}
#banner-en {
background: #0076bc url(banner_en.gif) no-repeat;
height: 157px;
text-align: left;
padding: 0px;
margin: 0px;
}
#banner-de img, #banner-en img {padding: 0px;} 

/* ----------devider for clang-------------- */
#devider {
background-color: #84cdf9;
height: 25px;
text-align: right;
padding: 0px;
margin: 0 0 0 0;
}

#devider a {font-weight: bold; color: #db3003;}
#devider a:visited {font-weight: bold; color:#db3003;}
#devider a:hover {font-weight: bold; color: #564b47;}
#devider a:active {font-weight: bold; color:#000000;}

/* -----------------Breadcrump---------------- */
#urhere {
background-color: #ffffff;
padding: 0;
margin: 0 160px 0 200px;
text-align: left;
}
div#urhere { 
min-height:25px;
height:25px; 
}

/* -----------------Inhalt--------------------- */
#content {
background-color: #ffffff;
padding: 5px 0 0 0;
margin: -14px 160px 0 200px;
line-height: 1.4em;
text-align: left;
}
*html #content { margin: 0px 160px 0 200px;}

#content ul li
{
list-style-type: disc;
list-style-position: outside;
text-indent: 0px;
margin: 0 0 0 20px;
}
div#content { 
min-height:500px;
height:expression(this.scrollHeight > 500 ? "auto":"500px"); 
}


/*/////////////////////////////////////////////////////////////////////////////
CSS - Definition - DEMO 1.01
Formular Generator für Redaxo 4.x 
Ab: Version 4.5 Community Editon
Stand: 22.01.2008 

Erstellt von: Thomas Skerbis , www.klxm.de
Dieses CSS dient als Beispiel
Bitte nicht 1:1 übernehmen, ist ja auch nicht wirklich hübsch ;-) 

Funktioniert nicht mit Formular-Generator < v.4.43
 
/*



/* Formular Definition */


/* Div das das Formular umschließt */
.formgen {
	font-size: 1em;
}


label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;
}



.formgen form
{
line-height : 120%;
width: 370px;
}


/* 
Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/


.formgen .formblock
{
	margin-bottom: 2px;
	background-color: #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
	width: 405px;
}


/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}


/* 
--------- FORMULAR-OBJEKTE ------------ 
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 400px;
	height: 210px;
	margin-left: 0px;
}


/* Textfeld */
.formgen .formtext
{
	height: 17px;
    width: 200px;
	background-color: #eeeeee;
	margin-left: 4px;
	float: right;
}
/* Trennelement , Abstand */
.formgen .formtrenn
{
	display: block;
	height: 30px;	
}
/* Hinweistext */
.formgen .formhinweis
{
	font-weight: bold;
	color: #003366;
	font-size: 1.2em;
}
/* Überschrift */
.formgen .formheadline
{
	font-weight: bold;
	color: #003366;
}


/* Passwortfeld */
.formgen .formpassword
{
	width: 200px;
	background-color: #CCCCCC;
	margin-left: 4px;
}
/*Captcha-Bild*/
.formgen .formcaptcha {
	border: 1px solid #990000;
}

/* Label */
.formgen label {
font-family: Arial, Helvetica, sans-serif;
width: 165px;
clear: left;
float: left;
height: 20px;
padding: 0px;
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 200px;
	background-color: #CCCCCC;
	margin-left: 4px;
	float: right;
}


/* Sende-Button */
.formgen .formsubmit
{
	width: 50%;
	
}


/* Definition des Fieldsets, das das ganze Formular umschließt */
.formgen fieldset {
width: 345px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
border: 0px solid #5D81A3;
}


/* Fieldsetbeschriftung */
.formgen legend {
font-weight: bold;
color: #333333;
}

/* -------------- AUSGABEN / Fehlermeldungen --------*/

/* Fehlermeldung nach Versand */

div #form-module-thanks {
	color: #000000;
	font-weight: normal;
	background-color: #ffffff;
	border: 0px solid #cc0000;
	margin-left: 10px;
	padding: 0px;
	width: 370px;
}

div .forminfo {
	color: #cc0000;
	font-weight: bold;
	background-color: #ffddcc;
	border: 1px solid #cc0000;
	margin-left: 10px;
	padding: 5px;
	width: 400px;
}


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	font-weight: bold;
	color: #cc0000;
	background-color: #ffffff;
}

/*//////////////////////////////////////////////////////////////////////////////*
/* Ende der Formulardefinition */

#nav-footer {
background-color: #ffffff;
padding: 0px;
margin: 0 160px 0 200px;
}

p, pre{
padding: 5px 10px;
margin:0;
}

/* --------------left navigavtion------------- */
#left {
float: left;
width: 200px;
margin: 25px 0 0 0;
padding: 0px;
}
#right {
	float: right;
	background-color: #ffffff;
	width: 160px;
	margin: 0;
	padding: 0;
}
/* -----------footer--------------------------- */
#footer {
clear: both;
margin-top: 10px;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding: 4px 0 0 0px;
background-color: #84cdf9;
height: 20px;
text-align: center; }
