/* ### undo #################################################################### */

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }


legend { display:none; }

div, p, li, a {background-repeat:no-repeat; }

/* ### reset some basic style ################################################### */

dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }

a:hover { text-decoration:none; }

* { padding: 0; margin: 0; }
html {
	min-height: 99%;
	margin-top: 0px;
	margin-bottom: 10px;
	overflow:scroll;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 background: #DEE2ED;
 }

a {
	color:#004282;
	text-decoration: none;
	font-weight: bold;
	
}

a:hover {
	color:#FF6600;
	text-decoration: none;
	font-weight: bold;
	
}

#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#faux {
 background: url(bg_faux.png);
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {position: relative;
 color: #333;
 width: 922px;
 height: 56px;
 margin: 10px 0px 0px 0px;
 background: url(header.png);
 background-repeat: no-repeat;
}
#leftcolumn { 
 display: inline;
 color: #333;
 line-height:1.6em;
 margin: 0px;
 width: 206px;
 float: left;
}
#menu { 
 display: inline;
 color: #333;
 margin: 0px;
 padding-left: 12px;
 padding-top: 12px;
 padding-bottom: 32px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 padding: 0px;
 width: 716px;
 display: inline;
 position: relative;
}
#headline { 
 color: #333;
 padding: 0px;
 width: 716px;
}
#content { 
 color: #333;
 padding-left: 33px;
 padding-right: 33px;
 text-align: justify;
}
#footline { 
 color: #333;
 padding: 0px;
 width: 716px;
}
#footer, #footer2 { 
 background: url(footer.png);
 background-repeat: no-repeat;
 width: 922px;
 clear: both;
 height: 56px;
 color: #333;
 margin: 0px 0px 10px 0px;
 }
#footer2 { 
 background: url(footer2.png);
 }
.clear { clear: both; background: none; }

#jahreszahl { 
 text-align: right;
 font-size: 0.8em;
 padding: 0 10px 20px 0;
}


/* Allgemeines */

h1 {
  font-size: 1.2em;
  font-weight: bold;
  color: #20376e;
  border-bottom: 1px solid #e67817;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

p {
  padding-bottom: 1em;
}

/* Menu */


#menu ul {
	margin: 40px 0 0 0px;
	padding: 0;
	list-style-type: none;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	color: #20376e;
	/* border-top: 1px solid #e67817; */
}
#menu ul li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/* border-bottom: 1px solid #e67817; */
}
#menu ul a {
	display: block;
	margin: 0;
	width: 180px;
	color: #20376e;
	padding: 5px 3px 5px 3px;
	text-decoration: none;
}
#menu ul a:hover, #menu ul li:hover
{
	color: #000;
	background: #fff;
}
#menu ul li.active, #menu ul li.active a
{
	color: #000;
	background: #fff500;
}

#content ul li {
	list-style: square outside none;
	margin-left: 18px;
	padding-left: 8px;
}

/*/////////////////////////////////////////////////////////////////////////////
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: 633px;
}


/* 
Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/


.formgen .formblock
{
	background-color: transparent;
	padding: 2px 2px 2px 2px
}


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


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


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


/* Textfeld */
.formgen .formtext
{
	height: 15px;
  width: 430px;
	margin-left: 4px;
}
/* Trennelement , Abstand */
.formgen .formtrenn
{
	display: block;
	height: 20px;	
}
.formgen .formtrenn hr
{
	height: 1px;	
	border: 0;
}
/* Hinweistext */
.formgen .formhinweis
{
	font-weight: bold;
	color: #004282;
	font-size: 1.2em;
}
/* Überschrift */
.formgen .formheadline
{
	font-weight: bold;
	color: #004282;
	margin-left: 177px;
}


/* Passwortfeld */
.formgen .formpassword
{
	width: 200px;
	background-color: #CCCCCC;
	margin-left: 4px;
}
/*Captcha-Bild*/
.formgen .formcaptcha {
	margin-left: 344px;
}

/* Label */
.formgen label {
font-family: Arial, Helvetica, sans-serif;
width: 170px;
clear: left;
float: left;
height: 20px;
padding: 0px;
text-align: left;
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 430px;
	margin-left: 4px;
}


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


/* Definition des Fieldsets, das das ganze Formular umschließt */
.formgen fieldset {
width: 633px;

}

fieldset.shown {
  border: 1px solid #ccc;
  margin: 5px 0 0 0;
  padding: 14px;
}


/* Fieldsetbeschriftung */
.formgen legend.shown {
	font-weight: bold;
	color: #333333;
	display: block;
	padding: 0 4px 10px 2px;
	margin: 0;
}


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

/* Fehlermeldung nach Versand */

.formgen .forminfo {
	color: #000;
	border: 1px dashed #000000;
	margin: 5px;
	padding: 5px;
}


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	color: #FF8C00;
	
}

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


table.csv {
  	border-collapse: collapse;
  	border-bottom: 1px solid #ddd;	
  	width: 100%;
  }
table.csv tr td, table.csv tr th {
  	border-bottom: 1px solid #ddd;	
  	padding: 4px 15px 4px 3px;
  	vertical-align: top;
  	text-align: left;
  }
table.csv tr th {
  	background: #ddd;	
  }


#warnung {
	position:absolute; 
	height:480px; 
	width:550px; 
	top:80px; 
	left:50%; 
  margin-left: -275px;
	z-index:99; 
	border:8px solid red; 
  background: white;
	padding:20px;
}

