
*{
	padding: 0px;
	margin: 0px;
	border: none;
}

li  {
	color:#000000;
	margin-left:12px;
	
}

html {
	width:100%;
	height:100%;
	background-image:url(images/bg_html.jpg);
	background-repeat:repeat-x;
	background-color:#dfdfdf;
	}

body {
	width:100%;
	height:100%;
	font-family: arial, sans serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 15px;
	color:#FFFFFF;
		
}

a:link {
	color:#666;
	text-decoration:none;
}

a:visited {
	color:#666;
	text-decoration:none;
}

a:hover {
	color:#73A6B9;
	text-decoration:none;
}

hr {
	border-bottom: 1px dashed #929292;
	margin: 25px 0 25px 0;
}

b {
	color:#cc1919;
	font-weight:normal;
	text-transform:uppercase;
}

p {
	color:#333333;
	margin:5px 0 10px 0;
	line-height:15px;
}

h1,h2,h3,h4,h5,h6{
	margin: 0 0 8px 0;
	color:#fff;
	font-weight:normal;
	overflow: visible;
	color: #73A6B9;
	line-height:20px;
}

h1 {
	font-size:26px;
}

h2 {
	font-size:18px;
	margin:12px 0 12px 0;
	font-weight:bold;
	font-style:italic;
}

h3 {
	font-size:15px;
	color:#858585;
	margin:0 5px 8px 0;
	font-style:italic;
	font-weight:bold;
}


h5 {
	font-weight:normal;
	font-size:14px;
	line-height:20px;
	font-style:italic;
}

#page {
	width:960px;
}

#logo {
	width:305px;
	height:71px;
	background-image:url(images/logo.jpg);
	float:left;
	text-indent:-2000px;
}

#nav {
	width:630px;
	height:15px;
	float:left;
	margin:30px 0 0 10px;
}

	#nav ul {
		list-style-type:none;
	}
	
		#nav ul li {
			float:left;
			margin:0 15px 0 0;
		}
		
			#nav ul li a, #nav ul li a:visited {
				font-size: 11px;
				color:#7d7d7d;
			}
			
			#nav ul li a:hover {
				color:#72a6b7;
			}

#bild {
	width: 530px;
	padding: 0px 0px 100px 0px;
	min-height: 600px;
	z-index: 2;
	position: absolute;
	top: 70px;
	left: 10px;
	background: url(images/klammer.png) no-repeat top right;
		
}
	
#showcase {
	width:430px;
	min-height:600px;
	position:relative;
	padding:60px 0px 100px 530px;
	background-color:#dfdfdf;
	font-weight:normal;
	font-size:12px;
	background: url(images/bg_koppe.jpg) bottom no-repeat #dfdfdf;
}

	#showcase p {
		line-height:15px;
		color:#000000;
	}

	#showcase_text {
		width:300px;
		position:relative;
		top:140px;
		margin:0 0 0 520px;
	}
	
		#showcase_text h1 {
			color:#858585;
			font-size:13px;
			font-weight:bold;
		}
		
#button {
	width:390px;
	height:131px;
	margin:-15px 0 0 90px;
	position:relative;
	z-index:2;
	float:left;
}

#footer {
	width:100%;
	background-color:#73a6b9;
}
			
.clearer {
	clear:both;
}

.content_col {
	width:150px;
	float:left;
	margin:15px 15px 15px 15px;
}

	.content_col p {
		font-weight:bold;
		font-size:12px;
		color:#b4d0d9;
	}

#end {
	overflow:hidden;
	background: #73A6B9; 
	width: 100%;
	min-height: 20%;
}
/* VERALTET
REDAXO-Modul: doForm! 3
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: 2px;
	padding-left: 2px;
}


/* 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: 280px;
	margin-bottom: 15px;
	background-color: #DFDFDF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
	font-weight: bold;
	border: 5px dashed #73A6B9;
}

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


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


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 210px;
	height: 60px;
	margin-left: 4px;
	margin-top: 10px;
	border: 1px solid #73A6B9;
	background-color: #FFFFFF;
	font-size: 9px;
}


/* Textfeld */
.formgen .formtext
{
	width: 210px;
	margin: 10px 2px;
	padding-top: 2px;
	font-size: 1em;
	background-color: #FFFFFF;
	border: 1px solid #73A6B9;
	color: #000000;
}

.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover {
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;	
}


/* Label */
.formgen label {
	width: 200px;
	clear: left;
	float: left;
	font-weight: bold;
	color: #000000;
	margin: 10px 2px;
	padding: 3px 0px;
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 210px;
	background-color: #FFFFFF;
	margin: 10px 5px 5px 5px;
	color: #000000;
	font-size: 1em;
	border: 1px solid #73A6B9;
}

/* Sende-Button */
.formgen .formsubmit
{
	width: 100%;
	text-align: center;
	background-color: #73A6B9;
	border: 1px solid #000000;
	float: right;
	color: #000000;
}



/* Fieldsetbeschriftung */
.formgen legend {
	color: #000000;
	background-color: #FFFFFF;
	width: 98%;
	font-style: italic;
	font-weight: bold;
	padding: 6px;
}

.formgen .fieldset {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #000000;
}

/* ------------ TEXTFELD --------------- */

.formgen .formhinweis {
	font-style: italic;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.formgen .date_day {
	width: 50px;
	border: 1px solid #73A6B9;
	margin: 9px 2px;
}

.formgen .date_month {
	width: 50px;
	border: 1px solid #73A6B9;
	margin: 9px 2px;
}

.formgen .date_year {
	width: 95px;
	border: 1px solid #73A6B9;
	margin: 9px 2px;
}
	

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

.formgen .formheadline {
	color: #000000;
	background-color: #73A6B9;
	padding: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
	width: 97%;
}

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