﻿body{
text-align:center;	
}

#webseite{
width:980px;
margin:auto;
}


#oben{ 
position: relative; position:fixed; width:100%; z-index: 100;  top: 0px;
width:980px;
margin:auto;
height:45px;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-o-border-radius:10px;
background-color: rgba(29,29,29,0.8);

}

#ebene1{
position:absolute;
position:fixed;
width:157px;
top:50px;
right:2px;
}


#content {
width:960px;
float:left;
margin: 50px 0px 10px 0px;
padding: 10px 10px 10px 10px;
font-family:Arial, Helvetica, sans-serif;
color:white;
font-size:15px;
background:rgba(29,29,29,0.8);
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-o-border-radius:10px;

}

#I1{
width:940px;
margin-top:20px; 
height:97%;
}

#myFrame{
font-family:Arial, Helvetica, sans-serif;
color:white;
font-size:15px;
}


#unten{
width:980px;
margin:auto;
margin-top:10px;
padding-top:8px;
height:20px;
background:rgba(29,29,29,0.8);
color:white;
font-family:Arial, Helvetica, sans-serif;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-o-border-radius:10px;
clear:both;

}

.link{

color:white;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;

}


#ende{
width:980px;
margin-top:10px;
height:1000px;

}

