/* CSS Document */

* { padding: 0; margin: 0; }

html { height:101%; }

body { background-color:#FF9900; }

.Stil1 {
	font-size: 0.8em;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#wrapper {
width: 600px;
height: 400px;
margin-top:60px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}

#inhalt {
background-color:#FF9900;
width:100%;
}

#text {
position:relative;
top:350px;
left:250px;
width:350px;
margin:5px;
padding:5px;
z-index:3;
}

