@charset "utf-8";
/* CSS Document */

div, h1, h2, h3, h4, h5, h6, img, ul, li, p, a {
    border: 0;
    margin: 0;
    padding: 0;
	color:#000000;
	text-decoration:none;
	list-style:none;
	list-style-type:none;
	font-size: 12pt; 
	line-height: 14pt;
}

/* ---------- Body */

body {
    margin: auto;
    width: 900px;
    font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 11px;
	background-color:#f0f3fa;
}

/* ---------- Page und Header */

#page {
    margin-top: 0px;
	margin-bottom: 3px;
    width: 900px;
    border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color:#FFFFFF;
}

	#banner {
		height: 230px;
		background-image: url("./banner_1.jpg");
		background-repeat: no-repeat;
	}


/* ---------- Menu */

#menu {
	background-color:#FFFFFF;
	border-left: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	float: left;
	display: block;
	color:#000000;
    text-decoration: none;
	list-style-type: none;
	font-size: 14px;
	width: 220px;
	margin-left: 0px;
    margin-top: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 5px;

}

	#menu li {
		margin-top: 3px;
		margin-left: 15px;
	}
	
	#menu a{
		color: #000000;
	}
	
	a.rex-current {
		font-weight:bold;
	}

/* ---------- Content */

#content {
	margin: 10px 0px 10px 215px;
	min-height: 400px;
	padding: 10px 10px 10px 15px;
	border: 0px solid #ffffff;
	background-color:#FFFFFF;
}

	#content p {
		color:#000000;
		text-decoration:none;
		list-style:none;
		list-style-type:none;
		font-size: 10pt; 
		line-height: 14pt;
		font-weight: normal;
	}

	#content h1 {
		color:#000000;
		font-weight: normal; 
		font-size: 16pt;
		line-height: 20pt;  
	}
	
	#content h2 { 
		color:#000000;
		font-weight: normal; 
		font-size: 14pt;
		line-height: 18pt; 
	}
	
	#content h3 {
		color:#000000;
		font-weight: normal; 
		font-size: 12pt;
		line-height: 16pt; 
	}
	
	#content h4 {
		color:#000000;
		font-weight: normal; 
		font-size: 11pt;
		line-height: 14pt; 
	}

	#content h5 {
		color:#000000;
		font-weight: normal; 
		font-size: 10pt;
		line-height: 12pt; 
	}

	#content a,
	#content a:link,
	#content a:visited,
	#content a:active {
		color:#666666;
		text-decoration:underline;
		list-style:none;
		list-style-type:none;
		font-size: 10pt; 
		line-height: 14pt;
	}
	
	#content ul {
	margin-left: 0px;
	margin-bottom: 5px;
	color:#000000;
	font-size: 18px;
	}
	
	#content li {
	margin-left: 15px;
	color:#000000;
	font-size:16px;
	}
	
	#content li a,
	#content li a:link,
	#content li a:visited,
	#content li a:active {
		display: block;
		text-decoration: none;
		color: #000000;    
	}

	#sitemap li a,
	#sitemap li a:link,
	#sitemap li a:visited,
	#sitemap li a:active {
		font-size: 16px;
		line-height: 20px;
	}


/* ---------- Footer */

#footer {
	margin-left: 0px;
	height: 25px;
	text-align:center;
	line-height: 35px;
	color: #666666;
	padding-top: 0px;
	font-size:10px;
	font-weight: normal;
	border-bottom: 2px solid #ffffff;
	background-color:#FFFFFF;
}

/* table test 
----------------------------------------------------------------
*/

table {
	width:100%
	border-collapse: collapse;
	font-size:12px;
	color:#000000;
}

table td, 
table th
table tr {
	border: 0px solid #9e9061;
	padding: 3px 10px;
}

caption {
	background: #1b1505;
	color: #fff;
}

table thead {
	background: #E6B414;
	color: #fff;
}

table tfoot {
	border-bottom: 2px solid #E6B414;
	font-size:10px;
	text-align: right;
}

table tfoot td {
	padding: 1px 3px;
}

/* tabellen ende


/* ---------- Module */

/* ---------- Gästebuch / multiGuestbook */
/* ---------- http://wiki.redaxo.de/index.php?n=R4.MultiGuestbook */
#guestbook {
 border-bottom:1px solid #474747;
 margin-top: 10px;
}


/* 
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: 16px;
    padding-right: 10px;
    padding-left: 0px;
    padding-top: 15px;
}



/* 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: #FFE8C2;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
	font-weight: normal;
	text-align:center;
	color:#ff0000;
	
}

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

}


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


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 400px;
	height: 200px;
	margin-left: 4px;
	border: 1px solid #000000;
	background-color: #ffffff;
}


/* Textfeld */
.formgen .formtext
{
	width: 250px;
	margin-left: 4px;
	padding-bottom: 4px;
	font-size: 1em;
	background-color: #ffffff;
	border: 1px solid #000000;
	margin-bottom: 3px;
}

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



/* Label */
.formgen label {
	width: 250px;
	clear: left;
	float: left;
	height: 20px;
	font-weight: normal;
	color: #000000;
	margin-left: 15px;
	margin-top: 5px;
}


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


/* Sende-Button */
.formgen .formsubmit
{
	width: 70px;
	text-align: center;
	background-color: #F0F0F0;
	border: 1px solid #000000;
	float: left;
	color: #000000;
	margin-left: 276px;
}



/* Fieldsetbeschriftung */
.formgen legend {
	color: #000000;
	font-weight: normal;
	font-size: 18px;
	/*background-color: #9E9061;*/
	width: 110px;
	margin-bottom: 10px;
}
.formgen .fieldset {
	margin-bottom: 10px;
	border: 0px;
}

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

.formgen .formheadline {
	color: #993300;
	background-color: #ffe8c2;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
}

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

/* zweispalter Modul */
/* Titel/Text Titel/Text und Bild Bild */
.zweispalter {
	width:650px; 
}

.zweispalter_1 {
	width:320px;
	margin-right: 5px;
}

.zweispalter_2 {
	width:320px;
	margin-left: 5px;

}

.zweispalter_1, .zweispalter_2 {
	float: left;
}

.clearLeft {
	clear:left;
}
