@charset "UTF-8";
/* CSS Document */
/***** general *****/
body {
	margin:0px auto;
	font-size: 13px;
	color:#070707;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #a9a4a4;
}
img {border:0px;}
a, a:active, a:link, a:visited, a:focus {text-decoration: none; color: #ba1111;}
a:hover {text-decoration: none; color: #060606;}

h1 {
	font-size:17px;
	color: #ba1111;
	text-transform: uppercase;
}
h2 {font-size:16px;	color: #ba1111;}
h3 {font-size:15px;	color: #ba1111;}
h4 {font-size:14px;	color: #ba1111;}
h5 {font-size:13px;	color: #ba1111;}
h6 {font-size:12px;	color: #ba1111;}
p {margin: 0;}
.clear {clear:both;}

ul {color: #ba1111;}
li {
	color: #ba1111;
	list-style-type: none;
}


#enter{
	position: relative;
	left: -240px;
	top: -100px;	
}

#website{
	width: 800px;
	height: 550px;
	background-color: #ffffff;
	border: 5px solid #ffffff;
}
#website_start{
	width: 800px;
	height: 550px;
	position: relative;
	margin: 150px;
}
#slogan{
	font-size: 14px;
	position: relative;
	top: 20px;
	margin-bottom:30px;
}
#background{
	height: 550px;
	width: 800px;
	position: relative;
	z-index: 0;
}
#right{
	margin-right:10px;
	float:right;
	text-align: right;
	font-size: 14px;
	font-weight: bold;	
}

#right a, a:active, a:link, a:visited, a:focus {text-decoration: none; color: #ba1111;}
#right a:hover {text-decoration: none; color: #060606;}

#right_impressum{
	height: 550px;
	text-align: right;
	font-size: 12px;
	color: #060606;
	overflow: auto;
	background-color: #a9a4a4;
}
#left{
	float:left;
	position: relative;
	z-index: 10;
	width:330px;
	height: 550px;
	background-image:url(bg_left.png);
}
#text{
	position: relative;
	z-index: 15;
	float:right;
	width:290px;
	height: 460px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	text-align: left;
}
#text a, a:active, a:link, a:visited, a:focus {text-decoration: none; color: #ba1111;}
#text a:hover {text-decoration: none; color: #fff;}

#logo{
	position: relative;
	z-index: 15;
	float:left;
	height: 135px;
	width: 120px;
	margin-left:100px;
	margin-top:-67px;
}

#menue{
	width: 800px;
	height: 50px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 10px;
	text-align: left;
}


#menu{
display: inline;
	margin: 0;
	list-style-type: none;
	color: #ba1111;
	text-decoration: none;
	padding: 0;
	float: left;
}
#menu ul{
	margin: 5;
	padding:0;
	list-style-type: none;
	float: left;
}

#menu ul li{padding-left:5px; padding-right:5px;}
* html #menu ul li { padding:0; margin:0;}

#menu ul li a:link, menu ul li a:visited{color: #ba1111;}
#menu ul li a.selected{color: #ba1111;}
#menu ul li a:hover{color: #fff;}
	
/* Formular Definition */
/*//////////////////////////////////////////////////////////////////////////////*
/* Div das das Formular umschließt */
.formgen { }

/* 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 : 100%; text-align: left;}

/*Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann*/
.formgen .formblock { }
.forminfo  { color: #000; font-weight: bold; background-color: #dddddd; margin-bottom: 5px; width: 100%; border: dotted 1px #ba1111 }

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

/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield  { margin: 2px; width: 180px; height: 100px; float: right; border: solid 1px #ba1111 }

/* Textfeld */
.formgen .formtext  { margin: 2px; padding-bottom: 2px; width: 180px; float: right; border: solid 1px #ba1111 }
.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover {}

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

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

/* Sende-Button */
.formgen .formsubmit  { color: #fff; background-color: #ba1111; text-align: center; margin: 2px; width: 100px; float: right; }

/* Fieldsetbeschriftung */
.formgen legend  { color: #ffffff; background-color: #dddddd; width: 150px }
.formgen .fieldset { margin-bottom: 10px; }

/* -------------- AUSGABEN / Fehlermeldungen --------*/
/* Markierung der Labels bei Fehler */
.formgen .formerror  { color: #ba1111; border-bottom: 1px }
.formgen .formcaptcha { border: 1px solid #ba1111; vertical-align: top; float: left; margin-right: 10px;}
.formgen .formreq  { color: #ba1111 }
.formgen .formheadline  { color: #ba1111; font-style: italic; background-color: #bdbec0; margin: 5px }

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

