/* CSS strelow-dichtungen.de, 77PS - FLorian Schlenker*/

@charset "UTF-8";

/* reset */
* {
	margin: 0;
	padding: 0;
}

/* standard */
html, body, p, ul, ol,
span, a, table, td, form, img, li {
	list-style:none;

	padding: 0px;
	font-size:11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height:18px;
}



body{
	text-align:center;
	background-color:#EEEFEF;
}
html, body
{
	height: 100%;
	height: 100%;
	min-height: 100%;
}

h1{
	font-size:14px;
	font-weight: bold;
}
h2{
	font-size:12px;
	font-weight: bold;
}
h3{
	font-size:10px;
	font-weight: bold;
}
a{
	color:#f76b00; 
  }
a:active{color: #FF961d;  }
a:visited{ 	color:#000000; }
a:hover{
	color:#a7a8ab;}


#container{
width:1000px;
text-align:center;
margin: auto;
background-image:url(back_container.jpg);
}
#header{
width:1000px;
height:147px;
background-image:url(header_1.jpg);

}
#header img{
margin-top:95px;
}
p{
padding-top:10px;
}
p li{
line-height: 30px;
}

#navi{
margin-left:158px;
float:left;
width:205px;
background-image:url(navi_back.jpg);
background-repeat:no-repeat;
}
#adresse{
margin-left:48px;
margin-top:100px;
float:left;
text-align:left;

}
#content{
float:left;
width:364px;
text-align:left;
padding:30px;
}
#right{
margin-right:70px;
float:right;
width:142px;
}
.footer{
margin-left:52px; 
clear:both;
width:948px;
height:20px;
background-color:#F67900;
}

.footer a{	color:#000000; text-decoration:none;}
.footer  a:active{color: #000000;  }
.footer  a:visited{ 	color:#000000; }
.footer  a:hover{	color:#000000; text-decoration:underline;}

/* Navigation */
#navigation{
	float:left;
	height:100%;
	width:205px;
}
/* 1st Level */
#navigation ul{
	list-style: none;
	margin-top:25px;
	}
#navigation li{
	height:Auto;}
#navigation li a{
	line-height:30px;
	display:block;
/*	white-space:nowrap;*/
	text-align:left;
	color: #ffffff;
	font-size:11px;
	font-weight:700;
	text-decoration: none;
	padding-left:20px;
	border-left-width: 28px;
	border-left-style: solid;
	border-left-color: #EEEFEF;
}
#navigation li a:hover{
	color: #f76b00;
}
#navigation li a.current{
	color: #ffffff;
	background-color:#A5A6A9;
	padding-left:20px;
	border-left-width: 28px;
	border-left-style: solid;
	border-left-color: #F67900;
}

/* 2nd Level */
#navigation ul ul {
	height:auto;
	margin: 0px;}
#navigation ul ul li{
	height:auto;
	margin: 0px;}
#navigation ul ul li a{
	height:auto;
	display:block;
	color: #000000;
	line-height:20px;
	background-image:none;
	font-weight:normal;
}


#navigation ul ul li a:hover{
	background-image:none;
	color: #CC0000;
}
#navigation ul ul li a.current{
	background-image:none;
	color: #FF961d;
}

/* 
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:11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-right: 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: 300px;
	height: 100px;
	border: 1px solid #F67B00;

}


/* Textfeld */
.formgen .formtext
{
	width: 300px;

	padding-bottom: 4px;
	font-size: 1em;
	
		border: 1px solid #F67B00;
}

.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover {
	
	background-color: #EFEFEF	;
}



/* Label */
.formgen label {
	width: 320px;
	clear: left;
	float: left;
	height: 20px;
	font-weight: bold;
	padding-top:10px;
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
width: 300px;

	padding-bottom: 4px;
	font-size: 1em;
	
		border: 1px solid #F67B00;
}


/* Sende-Button */
.formgen .formsubmit
{	font-size:14px;
	width: 100px;
	text-align: center;
	background-color: #F67B00;
	border: 1px solid #FFCC33;
	float: center;
	color: #000000;
}



/* 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 */
