/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
background-color:#FDF9EE;
background-position:center 10px;
font-size: 10pt;
font-family: Georgia, Times New Roman, Times, serif;
color:#000;
padding:10px 0 0 0;
margin:0px;
}


a { color:#333; text-decoration: none; }
a:hover { color:#333; text-decoration: underline; }



h1 {
font-size: 13pt;
color:#AC1C2D;
}



#container {
width: 850px;
border: 1px solid #B4152B;
background: #FDF9EE url(img/lay_baumhove.jpg) no-repeat;
padding-top:300px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
}



/* -----------------content--------------------- */
#content {
padding: 0px;
margin-left: 300px;
margin-right: 100px;
line-height:160%;
}


div#content { 
min-height:500px;
height:expression(this.scrollHeight > 500 ? "auto":"500px"); 
}



/* --------------left navi------------- */
#left {
float: left;
width: 200px;
margin: 0 100px 0 0;
padding:0;
text-align:right;
}

#navlist
{
padding: 0;
margin: 0;
width: 220px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.35em;
}

#navlist li a:visited { color:#FDF9EF; text-decoration: none; }
#navlist li a:link { color:#FDF9EF; text-decoration: none; }
#navlist li a:hover { color:#E38B26; text-decoration: none; }
#navlist li a:activ { color:#E38B26; text-decoration: none; }




 
 


/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0 100px 0 0;
padding: 0 0 20px 0;
text-align: right;
color:#AC1C2D; }


.img-text {
	font-size: 9pt;
	line-height: 120%;
	text-align:left;
}

.img-border {
border: 2px solid #999;

}








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


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


.formgen .formblock
{
	margin-bottom: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
}


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


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


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	border: #333 1px solid;
	width: 350px;
	height: 100px;
	margin-left: 4px;
}


/* Textfeld */
.formgen .formtext
{
    border: #333 1px solid;
	width: 350px;
	margin-left: 4px;
}
/* Trennelement , Abstand */
.formgen .formtrenn
{
	display: block;
	height: 20px;	
}
/* Hinweistext */
.formgen .formhinweis
{
	font-weight: bold;
}
/* Überschrift */
.formgen .formheadline
{
	font-weight: bold;
}


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

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


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


/* Sende-Button */
.formgen .formsubmit
{
	background-color:#918F7A;
	color:#fff;
	width: 200px;
	
}


/* Definition des Fieldsets, das das ganze Formular umschließt */
.formgen fieldset {
width: 450px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
border: 1px solid #FFF9F2;
}


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

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

