/***********************************************************/
/*                                                         */
/*          Stylesheet für ein 3 spaltiges Layout          */
/*                          2006                           */
/*                                                         */
/*                                                         */
/***********************************************************/

body {background: #ffffff url(../gfx/Startseite/faux3.png) repeat-y;
	font-family: arial ; 
     
}

#seite{ 
               
          
}

#content {
	position: absolute;
	top: 230px;
	left: 220px;
	background: transparent;
        width:760px;
	z-index:5;
        overflow: auto;
        font-size: 12px;
        color: #000000;
      
}


#rechts {
	position: absolute;
	top: 220px;
	left: 1000px;
	background: transparent;
	width:210px;
	max-width:210px;
        font-size: 10px;
        z-index:6; 
}


#links {
	position: absolute;
	top: 500px;
	left: 10px;
	background: transparent;
	width:180px;
	max-width:180px;
        font-size: 10px;
        z-index:6; 
}



#submenu {
	position: absolute; 
	background:#696a68;
	left: 20px;
	top: 173px;
	width:1180px;
	z-index:4; 
	font-size:15px;
	a:link { color:#000000; font-weight:bold; }
}




#hauptmenue {
	position: absolute; 
	background:#2d2d2d;
	left: 20px;
	top: 220px;
	width:150px;
	z-index:4;   
}




#bild {
      background:url(../gfx/Startseite/Header.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width:1130px;
	height:176px;
	z-index:2;
	
}




#horizontalgrafik {
      background:transparent;
	position: absolute;
	top: 0px;
	left: 0px;
	width:1000px;
	height:128px;
	z-index:1;
	
}

/* Login - Members Area */

form{
	margin: 5px;
	padding: 5px 5px;
     
}

.zeile {
	clear: both;
	margin: 5px 0px;
      
}

.zeile Label {
	display: block;
	float: left;
	widht: 8em;
}

.zeile input {
	background-color: cadetblue;
	boarder: 1px solid #C2C2B2;
	font-weight: bold;
	color: black;
      max-widht: 30px;
}				




table{font-size: 12px}




/*
label,input  {
	display: block;
	width: 400px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width:100px;
	padding-right: 20px;
	background: lightgrey;
}

br {
	clear: left;
}
*/








a.ml1 {     		text-decoration: none; 
		color: rgb(0,0,0); 	
		background-color:transparent; 
		font-weight:bold;
		font-size:12px;
		font-family:verdana, sans-serif;
		
		border-top:1px solid #66a066;
		letter-spacing:-1px;
		line-height:180%;
		
    		

    		
        		}	

a:link.ml1 {    }          















