* {margin: 0; padding: 0; border: none;}

body {
  background:  #fff;
  font-family: "Times New Roman", serif;
  text-align: left;
  color: #000;
}

#wrapper {
margin: 0;
width: 100%;
text-align: left;
font-size: 12pt;
}

#sidebar {
display: none;
}

#inhalt {
float: left; 
width: 100%;
}

#header {display: none;}

#logo {display: none;}
#adress {float: right; width: 193px;margin-top: 80px;margin-right: 2px; ;font-size: 0.8em;line-height: 1.8;font-weight: bold;}
.small {font-size: 0.75em;}

#nav {display: none;}

#content {margin: 0px 195px 0 18px;padding: 10px 0;}


h1 {margin: 0px 25px 20px 70px;padding-top: 20px; font-size: 1.4em;}

h2 {margin: 30px 25px 10px 110px; font-size: 0.9em;}
p {margin: 10px 60px 10px 110px; font-size: 0.9em;line-height: 1.4;}

#content ul  {margin: 10px 60px 10px 110px; font-size: 0.9em;}
#content ul ul  {margin: 10px 10px 10px 0px; font-size: 0.9em;}
#content ul li, #content li li  {margin: 10px 15px;list-style: desc;line-height: 1.4;}


#content ul ol {margin: 10px 60px 10px 10px; font-size: 0.9em;}
#content ol {margin: 10px 60px 10px 140px; font-size: 0.9em; }
#content ol li {margin: 10px 0;line-height: 1.4;}

#content a {color: #000;background: #fff; text-decoration: underline; font-weight: bold;}
#content a:hover, #content a:focus {color: #000;background: #fff; text-decoration: underline; font-weight: bold;}

#content a:after, #content a:link:after  { 
color: #000000;
background-color:transparent; 
content: " * Link " attr(href) "* "; }
}
a:visited:after {
color:#000000; 
background-color:transparent;
content: " * Link " attr(href) "* "; }

#kasten, .kasten {
margin: 10px 40px 10px 110px;
padding: 10px;
background: #fff;
color: #993333;
}

#kasten p {margin: 10px;line-height: 1.4;}


/* 
REDAXO-Modul: do form!
Beschreibung: CSS-DEMO
Bereich: CSS 
Für: do form! 2.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: 0.9em;
	margin-left: 110px;

}


/* 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: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;	
	
}
 .forminfo 
{
	width: 370px;
	margin-left: 110px;
	margin-bottom: 15px;
	color: #fff;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
	font-size: 0.9em;
	border: 1px solid #000;
}

/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}


/* 
--------- FORMULAR-OBJEKTE ------------ 
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	margin-top: 10px;
	margin-left: 5px;
	width: 250px;
	height: 200px;
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
}


/* Textfeld */
.formgen .formtext
{
	width: 250px;
	margin-top: 10px;
	margin-left: 4px;
	padding-bottom: 4px;
	font-size: 0.9em;
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}

.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover {
	border-bottom-color: #000;
	background-color: #fff;	
	color: #000;
}



/* Label */
.formgen label {
	width: 120px;
	clear: left;
	float: left;
	height: 20px;
	color: #000;
	background: inherit;
	font-size: 0.9em;
	margin-top: 10px;
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 200px;
	background-color: #fff;
	margin-left: 4px;
	color: #000;
}


/* Sende-Button */
.formgen .formsubmit
{
	margin-left: 120px;
	width: 252px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
}



/* Fieldsetbeschriftung */
.formgen legend {
	color: #000;
	background-color: #fff;
	width: 150px;
}
.formgen .fieldset {
	margin-bottom: 10px;
}

/* -------------- AUSGABEN / Fehlermeldungen --------*/


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	
	border-bottom-width: 1px;
	background: #fff;
	color: #000;
}


.formgen .formreq {
	color: #006633;
	background: inherit;
}

.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 */

