#wrapper { 
text-align: left;
margin: auto;
width: 987px;
height: 1200px;
background-image: url(images/back.png);
}
body {
margin-top: 0; 
padding:0;
background-color:#fff;
height:900;
overflow-y: scroll;
}


#menu {
float:left;
text-align:right;
margin-top:30px;
margin-left:15px;
height: 900px;
width: 230px;
}
#navibereich { 
float: left;
text-align: left;
height: 350px;
width: 229px;
margin-top: 30px;
}
#navibereich a {
float: left;
width: 197px;
height: 30px;
color: #000;
text-decoration: none;
text-underline: none;
padding: 9px 9px 0px 9px;
border: 15px solid #93ae59; 
border-bottom: none;
border-top: none;
border-right: none;
font-size: 100%;
}
#navibereich a:hover,
#navibereich a:focus {
float: right;
text-decoration: none;
text-underline: none;
padding: 9px 9px 0px 9px;
border: 15px solid #91ac5a; 
border-bottom: none;
border-top: none;
border-left: none;
font-size: 110%;
font-weight: bolder;
font-style: bold;
background-color: #d8e3c1;
}
#index #navi01 a,
#leistungen #navi02 a,
#beratungseinsatz #navi02b a,
#philosophie #navi03 a,
#ueber_uns #navi04 a,
#tatigkeit #navi05 a,
#kontakt #navi06 a,
#impressum #navi07 a,
#datenschutz #navi08 a {
float: right;
color: #000;
text-decoration: none;
text-underline: none;
background-color: #d8e3c1;
padding: 10px 9px 0px 9px;
border: 15px solid #91ac5a;
border-bottom: none;
border-top: none;
border-left: none;
font-size: 110%;
font-weight: bolder;
font-style: bold; 
}
#navibereich li {
float: left;
list-style-type: none;
}
 /* ----------------------------------------------------------------> MAIN */
#links a {
float:left;
margin-top: 15px;
height: 44px;
width: 44px;
background-image:url(images/ln.png);
}
#links a:hover,
#links a:focus {
float:left;
height: 44px;
width: 44px;
background-image:url(images/lh.png);
}

#rechts a {
float:left;
margin-top: 15px;
margin-left: 15px;
height: 44px;
width: 44px;
background-image:url(images/rn.png);
}
#rechts a:hover,
#rechts a:focus {
float:left;
height: 44px;
width: 44px;
background-image:url(images/rh.png);
}

#hoch a {
float:left;
margin-top: 15px;
margin-left: 15px;
height: 44px;
width: 44px;
background-image:url(images/hn.png);
}
#hoch a:hover,
#hoch a:focus {
float:left;
height: 44px;
width: 44px;
background-image:url(images/hh.png);
}
#main {
float:left;
height: 1200px;
width: 727px;
}

#textbox {
float:left;
margin-top:280px;
margin-left:28px;
height: 450px;
width: 672px;
}

#textbox_passbild {
float:left;
margin-top:20px;
margin-left:25px;
height: 162px;
width: 485px;
}

#passbild{
float:left;
height: 160px;
width: 155px;
margin-top:20px;
border-width:1px; border-style:solid; border-color:#3eb0e4;
}

 /* ----------------------------------------------------------------> UNTEN */
#unten {
	position: fixed;
	background-image:url(images/unten.png);
	color:#fff;
	bottom: 0px;
	height: 45px;
	width: 987px;
	font-size: 80%;
	padding-bottom:10px;
	vertical-align:middle;
}