/* CSS Document */
body{
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
font-size:11px;
background-color: #575757;
background-image: url(bilder/bg.gif);
text-align:center;
}

#frame{
height:564px;
width:840px;
margin:auto;
margin-top:27px;
background-color:#ffffff;
overflow:hidden;
}
#head{
float:left;
width:892px;
background-image:url(bilder/index_e_03.gif);
background-repeat:repeat-x;
}
#unten{
float:left;
width:840px;
text-align:left;
}
#left{
float:left;
width:200px;
}
#content{
	width:640px;
	height:460px;
	overflow:auto;
	left: 200px;
/*
background-color:#0099CC;
*/
}

#intro{
position:absolute;
top:610px;
left:0px;
width:100%;
text-align:center;
padding-bottom:120px;
}
.intro{
width:840px;
margin:auto;
background-color:#fff;
border:1px solid #999;
text-align:left;
padding-top:15px;
padding-bottom:27px;
}
.intro h1{
font-size:13px;
margin: 3px 32px 4px 32px;
}
.intro p{
margin: 3px 32px 4px 32px;
}