body{
background:#ffffff url('http://www.leeronline.de/navigation/hintergrundverlauf.jpg');
margin:0px 0px 0px 0px;
padding:0px;
color:#333;
font-family:"Trebuchet MS",arial,sans-serif;
font-size:70.5%;

}

#title, #title h1{
width:100%;	
margin:0px auto;
padding:0 0 5px 0;
font-size:1.1em;
line-height:1.2em;

}


#title h1{text-align:left;font-family:"Trebuchet MS",arial,sans-serif;font-style:italic;display:inline}
#title a:link, a:visited{
color:#b8ce83;
text-decoration:none;
}

#title a:hover, a:active{
color:#fff;
text-decoration:none;

}


#small{
position:relative;
padding-left: 5px;

}

#small2{
position:relative;
float:right;
margin-top: -17px;
color:#aaa;
}




UL.BLUE {
list-style: url(sencilla/bullet.jpg) disc;
font-size: 1.1em;

}

#innerwrap{float:left;width:75%;}

br.clear{clear:left;}

#leftcontent {
width:160px;
margin-top: 0px;
background-image:url("sencilla/strips_onside.jpg");
background-repeat:repeat-y;
font-size:1.0em;
padding-left: 12px;	
padding-top: 8px;
float:left;

}

#leftcontent p{padding-right:10px; margin-left: 5px; color:#888; font-size:1em;}
#leftcontent li{margin-left:-15px}

#leftcontent a, a:link { color:#0023BB; font-weight:500;}
#leftcontent a:hover, a:active{ color:#FF6666;}

#leftcontent li.active, #leftcontent li.active a, #leftcontent li.active a:link {color:#c33;}
#leftcontent li.active, #leftcontent li.active a:hover, #leftcontent li.active a:active {color:#f66;}




#centercontent {


color:#000;
margin-left: 170px;
margin-right:0;
padding:0 0 25px 25px;
min-height:350px;

}

#centercontent p {color:#000;}



#centercontent a, a:link, #centercontent a:visited { color:#0023BB;}

#centercontent h1 a, #centercontent h1 a:link,#centercontent h1 a:visited { color:#121e7b;}
#centercontent h2 a, #centercontent h2 a:link,#centercontent h2 a:visited { color:#121e7b;}

#centercontent a:hover, a:active{ color:#FF6666;}

#centercontent img {
padding: 0px;
display:inline;

border: 0px solid #f0f0f0;
}

#centercontent .floatRight{float:right;margin-left:10px;border:0px solid #ccc;padding:3px;}
#centercontent .floatLeft{ float:left;margin-right:10px;border:0px solid #ccc;padding:3px;}




#rightcontent {
width:200px;
font-size:1em;
background-image:url("sencilla/strips_onside.jpg");
background-repeat:repeat-y;
margin-top: 0; 
padding-left: 5px;
padding-right: 8px;
padding-top: 8px;
float:right;

}
#rightcontent h2{text-align:left;color:#333;margin-right:3px;}
#rightcontent h3,#rightcontent h1   {color:#000;margin-left:8px;}
#rightcontent p {color:#333;}

#rightcontent a, a:link { color:#888; font-weight:600;}

#rightcontent a:hover, a:active{ color:#FF6666;}




p,h1,pre,li {
margin:0px 0px 0px 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height: 1.6em;
text-align:left;
text-decoration:none;
}

h1 {
font-size:2.5em;
text-align:right;
color:#121e7b;
padding-top:15px;

}

h3 {
font-size:14px;
color:#999;

}



#rightcontent p {
font-size:11px

}
#rightcontent li {
font-size:11px;
margin-left:-10px;
}






/* ~~~~~~~~~ BEGIN FOOTER ~~~~~~~~~ */

#footer{
height:20px;
background:#fff url('sencilla/bg.jpg') top center repeat-x;
text-align: center;
padding-top: 8px;
clear: both;
float: none;
margin-top: 0px;
margin-left: -10px;
margin-right: -10px;
margin-bottom: -20px;
color:#999;

}

#footer a, a:link {
color:#999999;
text-decoration: none;

}
#footer a:hover {
color:#A5CE77;
text-decoration: none;

}

/* ~~~~~~~~~ END FOOTER~~~~~~~~~ */

/* 
REDAXO-Modul: do form!
Beschreibung: CSS-DEMO
Bereich: CSS 
Für: do form! 2.x  und 3.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: 1em;
	padding-right: 10px;
	padding-left: 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%;

}




/* 
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: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;	
	
}
 .forminfo 
{
	width: 360px;
	margin-bottom: 15px;
	background-color: #FFCC33;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
	font-weight: bold;
	border: 5px dashed #990000;
}

/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}


/* 
--------- FORMULAR-OBJEKTE ------------ 
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 400px;
	height: 200px;
	margin-left: 4px;
	border: 1px solid #003366;
	background-color: #DFEEDD;
}


/* Textfeld */
.formgen .formtext
{
	width: 250px;
	margin-left: 4px;
	padding-bottom: 4px;
	font-size: 1em;
	background-color: #E9EBF3;
	border: 1px solid #003366;
}

.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover {
	border-bottom-color: #000000;
	background-color: #FFCC66;	
}



/* Label */
.formgen label {
	width: 120px;
	clear: left;
	float: left;
	height: 20px;
	font-weight: bold;
	color: #003399;
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 200px;
	background-color: #33FF33;
	margin-left: 4px;
	color: #000000;
}


/* Sende-Button */
.formgen .formsubmit
{
	width: 100%;
	text-align: center;
	background-color: #006699;
	border: 1px solid #FFCC33;
	float: right;
	color: #FFFFFF;
}



/* Fieldsetbeschriftung */
.formgen legend {
	color: #FFFFFF;
	background-color: #990000;
	width: 150px;
}
.formgen .fieldset {
	margin-bottom: 10px;
}

/* -------------- AUSGABEN / Fehlermeldungen --------*/


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	
	border-bottom-width: 1px;
	color: #990000;
}

.formgen .formcaptcha
{
	border: 2px solid #990000;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}

.formgen .formreq {
	color: #006633;
}

.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 */

