body{
	margin: 0;
	padding: 0;
	text-align: left;
	color: #37444F;
	background-color: #37444F;
	background:url(/files/back2.png) ;
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

#container{
	width: 1000px;
	height: 600px ;
	margin-left:15%;
    margin-right:15%;
    margin-top:20%;
    margin-bottom:20%;
	margin: 0 auto;
	text-align: left;
	position:relative;
	top:80px;
	background: url(/files/bg1.gif);
	background-repeat:no-repeat;
}



#head1 {
width:640px;
height:80px;
position:absolute;
background:#ffffff;
background:url(/files/bg2.gif) ;
background-repeat:no-repeat;
}

#head2 {
width:345px;
height:80px;
position:absolute;
margin-left:655px;
background:#ffffff;
background:url(/files/bg3.gif) ;
background-repeat:no-repeat;
}

#navigationsleiste {
width:1000px;
height:30px;
position:absolute;
top:80px;
background:#inherit;
padding:8px;
}


#xcontent {
overflow-y: auto;
width:620px;
height: 430px;
position:absolute;
top:110px;
background:#ffffff;
padding:10px;
font-size: 1.2em;
color: #37444F;
}


#navigation2 {
width:345px;
height:420px;
position:absolute;
top:110px;
margin-left:655px;
background:#ffffff;
background:url(/files/back4.png) ;
background-repeat:no-repeat;
}


#leistungsspektrum1 {
width:270px;
height: 170px;
position:absolute;
padding-left:20px;
padding-bottom:10px;
padding-top:10px;
padding-right:10px;
background:url(ls2.gif) ;

border-left:1px solid #fff; 
border-right:1px solid #fff;


}

#leistungsspektrum2 {
width:270px;
height: 170px;
background:url(ls2.gif) ;
background-repeat:no-repeat;
position:absolute;
margin-left:315px;
padding-left:20px;
padding-bottom:10px;
padding-top:10px;
padding-right:10px;
}

#leistungsspektrum3 {
width:270px;
height: 170px;
position:absolute;

background:url(ls2.gif) ;
background-repeat:no-repeat;
margin-top:220px;
border-left:1px solid #fff; 
border-right:1px solid #fff;
padding-left:20px;
padding-bottom:10px;
padding-top:10px;
padding-right:10px;

}

#leistungsspektrum4 {
width:270px;
height: 105px;
background:url(ls2b.gif) ;
background-repeat:no-repeat;
position:absolute;
margin-top:220px;
margin-left:315px;
padding-left:20px;
padding-bottom:10px;
padding-top:10px;
padding-right:10px;

}

#leistungsspektrum5 {
width:270px;
height: 45px;
background:url(ls2c.gif) ;
background-repeat:no-repeat;
position:absolute;
margin-top:355px;
margin-left:315px;
padding-left:20px;
padding-bottom:0px;
padding-top:10px;
padding-right:10px;

}

#home1{
width:270px;
height: 50px;
position:absolute;
background:url(home.gif) ;
background-repeat:no-repeat;
padding-left:20px;
padding-bottom:5px;
padding-top:5px;
padding-right:5px;
}
#home2{
width:270px;
height: 50px;
background:url(home.gif) ;
background-repeat:no-repeat;
position:absolute;
margin-left:315px;

padding-left:20px;
padding-bottom:5px;
padding-top:5px;
padding-right:5px;
}
#home3{
width:270px;
height: 50px;
background:url(home.gif) ;
background-repeat:no-repeat;
position:absolute;
margin-top:80px;
padding-left:20px;
padding-bottom:5px;
padding-top:5px;
padding-right:5px;
}
#home4{
width:270px;
height: 50px;
background:url(home.gif) ;
background-repeat:no-repeat;
position:absolute;
margin-left:315px;
margin-top:80px;
padding-left:20px;
padding-bottom:5px;
padding-top:5px;
padding-right:5px;
}
#home5{
width:270px;
height: 50px;
background:url(home.gif) ;
background-repeat:no-repeat;
position:absolute;

margin-top:160px;
padding-left:20px;
padding-bottom:5px;
padding-top:5px;
padding-right:5px;
}

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

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: 0px;
	background-color: #inherit;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-right: 2px;
	padding-left: 5px;
}


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


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


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 200px;
	height: 100px;
	margin-left: 4px;
}


/* Textfeld */
.formgen .formtext
{
	height: 20px;
                width: 200px;
	background-color: #eeeeee;
	margin-left: 4px;
}
/* Trennelement , Abstand */
.formgen .formtrenn
{
	display: block;
	height: 25px;	
}
/* 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: 120px;
clear: left;
float: left;
height: 18px;
padding: 0px;
}


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


/* Sende-Button */
.formgen .formsubmit
{
	width: 205px;
margin-left: 125px;
	
}


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


/* Fieldsetbeschriftung */
.formgen legend {
font-weight: bold;
color: #333333;
}

/* -------------- AUSGABEN / Fehlermeldungen --------*/

/* Fehlermeldung nach Versand */

.formgen .forminfo {
	color: #FFFFFF;
	background-color: #990000;
	border: 1px dashed #000000;
	margin: 5px;
	padding: 5px;
}


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	color: #FFFFFF;
	background-color: #990000;
}

