@charset "UTF-8";
/* CSS Document */

html {
	margin:0px;
	height:100%;
	}

body {
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	line-height: 1;
	}

#content {
	width:510px;
	background-color:#FFFFFF;
	}

#top {
	display:none
	}
	
#navi{
	display:none
	}
	


#subnavi {
	display:none
}



#mobilead {
	display: none;
	}
	
#inhalt {
	width:510px;
	}

h1 {
	font-size:14px;
	/*border-bottom:2px solid #FF8900;*/
	}

h2 {
    font-size:12px;
    margin-bottom:0px;
    }
 
.pnor{
    margin-top:0px;
    }

.right {
   position: relative;
   right: 20px;
   font-weight:bold;
   text-align: right; /* depends on element width */
   }

#footer {
	display:none
	}


#news {
	display:none
}
	
.clear {clear:both;}

a { color:#FF8900;
	text-decoration:none;}

a:hover {
	text-decoration: underline;}

.wichtig {
	color: #fff;
	background-color:#fff;
	border: 1pt solid black;
	font-weight:bold;
	padding:5px;
	}	


.wichtig h2 {
	border-bottom: 2px solid #fff;}	
	
/*/////////////////////////////////////////////////////////////////////////////
CSS - Definition - DEMO
Formular Generator fÃ¼r Redaxo 4.x 
Version 4.5 Community Editon
Stand: 13.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: 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%;
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: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;

}


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


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


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 190px;
	border: 1px solid #ccc;
	margin-left:4px;
	height: 200px;

}


/* Textfeld */
.formgen .formtext
{
	width: 190px;
	border: 1px solid #ccc;
	background-color: #eeeeee;
	margin-left: 4px;
}

/* Passwortfeld */
.formgen .formpassword
{
	width: 210px;
	background-color: #CCCCCC;
	margin-left: 4px;
}

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


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 210px;
	background-color: #eee;
	border: 1px solid #ccc;
	margin-left: 4px;
}


/* Sende-Button */
.formgen .formsubmit
{
	width: 195px;
	margin-left:104px;
	background-color:#eee;
	border: 1px solid #ccc;
	
}


/* Definition des Fieldsets, das das ganze Formular umschlieÃt */
.formgen fieldset {

width: 320px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 0px;
border: 0px solid #fff;
}


/* Fieldsetbeschriftung */
legend {
display:none;
visibility:hidden;
color: #fff;
}

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

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

