 body {
    font: normal 10pt arial narrow, Helvetica, Arial, sans-serif;
    color: black; 
     background:url(bkgr.png); 
    background-repeat:repeat-x;
    min-width: 40em; 
  }
  
  html {
    padding: 0;
  }
  body {
    margin: 0; padding: 0;
  }

a:link { text-decoration:none; font-weight:bold; color:#E64215; }
a:visited { text-decoration:none; font-weight:bold; color:#000000; }
a:hover { text-decoration:none; font-weight:bold; color:#000000;}
a:active { text-decoration:none; font-weight:bold; color:#000000;} 

a:link.t { text-decoration:none; font-weight:normal; color:#E64215; }
a:visited.t { text-decoration:none; font-weight:normal; color:#000000; }
a:hover.t { text-decoration:none; font-weight:normal; color:#000000;}
a:active.t { text-decoration:none; font-weight:normal; color:#000000;} 

a img{border: 0px solid #00FF33;}

#kontent {
    position: absolute;
    top: 274px; left: 0em;
    width: 247px;
	  height: 945px;
    background:url(kontent.png);
    border: 0px solid silver;
    z-index:1;
  }
  html>body #kontent {
    position: fixed;
  }
  
  #menu {
    position: absolute;
    top: 90px; left: 0em;
    width: 247px;
	  height: 775px;
    background:url(menu.png);
    border: 0px solid black;
    z-index:2;
  }
  html>body #menu {
    position: fixed;
  }
  
  #topline {
    position: absolute;
    top: 0em; left: 0em;
    width: 247px;
	  height: 90px;
    background:url(bkgr.png);
    border: 0px solid black;
  }
  html>body #topline {
    position: fixed;
  }
  
  #header {
    width: 782px;
	  height: 184px;
	  background:url(header.png);
    border: 0px solid black;
  }
  
  #lo {
	  margin: 0;
	  padding: 0;
	  width: 247px;
	  height: 90px;
	  background:url(lo.png);
  }

  
  
  #Scrollbereich {
    background-color:transparent;
    padding: 0 0 0 247px;
    z-index:1000;
  }
  
  
  #Inhalt {
    margin-left: 0px; 
  }
  * #Inhalt {  
    background-color: transparent;
  }
  
  #werbung {
	  padding: 0;
	  margin: 0;
	  width: 756px;
	  height: 90px;
	  background:url(werbung.png);
  }
  
	
	#footer {
	  margin: 0;
	  height: 100%;
	  position: absolute;
	  padding: 0;
	  width: 247px;
	  background:url(menu_fill.png);
	  border: 1px solid black;
  }
  
	
  
  #headline {
  	background: url(title.png); 
  	text-align:right; 
  	vertical-align:middle; 
  	width:756px; 
  	height:31px; 
  	color:#FFFFFF; 
  	font-weight:bold; 
  	font-size: 19px; 
  	border: 0px solid black;
  }


 #pins {
	  padding: 62px 0 0 0;
	  width: 757px;
	  height: 109px;
	  font-size: 8pt;
	  color:#FFFFFF; 
	  background:url(footer.png);
	  background-repeat:no-repeat;
	  border: 0px solid black;
	  bottom: 0;
  }
  
#linie {
  border-bottom-color: white;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  width: 756px;
  clear: both;
}

#teamtab {
  font-size:80%; 
  color:#7c7c7c;
}

#team {
	background:url(bkgr.png);
	border: 0px solid black;
}

#galerierahmen {
	background:url(bkgr.png);
	width: 749px;
	padding: 8px 3px 6px 3px;
}

a.bilder {
  border:0px solid #000000;
  padding: 6px 3px 6px 3px;
}

.teaser {
	margin: 4px;
	position: relative;
	padding: 0px 10px 12px 10px;
	width: 350px;
	float: left;
	display: inline;
	background:url(bkgr.png);
	border: 0px solid black;
}

.floatLeft {
	float: left;
	margin: 0 10px 0 0;
}

.floatRight {
	float: right;
}

.t {
	display:block;
	text-decoration:none;
	background:none;
	margin-top: 0px;
	width:100%;
	height:100%;
	border: 0px solid black;
}

.grf {
  font-size:120%;
  font-weight:bold; 
  color:#E64215;
}


/* 
-------------------------------------------------------
*/

/* Formular Definition */


/* Div das das Formular umschließt */
.formgen {
	font-size: 1em;
	padding-right: 10px;
	padding-left: 137px;
}


/* 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: 487px;
	height: 200px;
	margin-left: 10px;
	border: 1px solid #ffffff;
}


/* Textfeld */
.formgen .formtext
{
	width: 487px;
	margin-left: 9px;
	padding-bottom: 4px;
	font-size: 1em;
}

/* Checkbox */
.formgen .formcheck
{
	margin-left: 9px;
	padding-bottom: 0px;
}

.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover {
	border-bottom-color: #cdcdcd;
	background-color: #b3b3ae;	
}



/* Label */
.formgen label {
	width: 120px;
	clear: left;
	float: left;
	height: 20px;
	
	
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 200px;
	background-color: #33FF33;
	margin-left: 4px;
	color: #000000;
}


/* Sende-Button */
.formgen .formsubmit
{
	width: 100px;
	text-align: center;
	background-color: #ababa6;
	border: 1px solid #cdcdcd;
	margin-left: 124px;
	color: #ffffff;
}



/* Fieldsetbeschriftung */
.formgen legend {
color: #333333;
}

/* -------------- 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;
}

/*//////////////////////////////////////////////////////////////////////////////*
/* Ende der Formulardefinition */




/* Download anbieten */

.list_content {
	font-weight:normal;
	text-decoration:none;
	font-size:10pt;
	color:#666666;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:24px;
	width:724px;
	background-color:#cecec8;
	margin:0px;
    line-height: 18px;
	}

.list_content2 {
	font-weight:bolder;
	text-decoration:none;
	font-size:10pt;
	color:#ffffff;
	padding-left:10px;
	padding-top:3px;
	padding-right:24px;
	padding-bottom:3px;
	width:724px;
	background-color:#a5a59d;
	margin:0px;
    line-height: 18px;
	}

.list_content3 {
	font-style:italic;
        font-size:10px;
	text-decoration:none;
	color:#000000;
	padding-left:10px;
	padding-top:3px;
	padding-right:24px;
	padding-bottom:3px;
	width:724px;
	background-color:#cdcec7;
	margin:0px;
    line-height: 18px;
	}
	
.formgen .newsletter 
{
	width: 370px;
	margin: 0;
	position:absolute;
	margin-top: -18px;
	margin-left: 158px;
	background-color: transparent;
	padding: 0;
	font-size: 12px;
	border: 0px solid black;
}

#form-module-thanks{
	visibility:hidden;
}