/* CSS Document */


body {
  margin:0px;
  padding:0px; 
  font-family: helvetica,arial;
  font-size: 12px;
  letter-spacing: 0pt;
  color:472916;
}

#wrapper {
	position:absolute;
	background-color: white;
	width: 780px;
	margin: 20px 0px 0px -400px;
	left: 50%;


}

#navi {
	background-color: white;
	width: 240px;
	float:left;
	align: left;


}

#header {
	background-color: white;
	margin-left: 260px;
	width: 520px;
}

#content {
	background-color: white;
	margin-left: 260px;
	width: 520px;
	position:absolute;
	top:480px;
}

#ad {
	width: 500px;
	height: 130px;
}

#donate {
	width: 50px;
	height: 30px;
}

#google {
	width: 50px;
	height: 30px;
	margin-left: 100px;
	margin-top: -20px;
}

#footer {
	background-color: white;
	width: 500px;
	height: 20px;
}


.oben    { vertical-align:top}
.mittig  { vertical-align:middle}
.unten   { vertical-align:bottom}

#frage { font:bold 16px Helvetica,Arial;
	 color:779bee; }

 a:link { text-decoration:none; color:#779bee; }
 a:visited { text-decoration:none; color:#d0bd70; }
 a:hover { text-decoration:none; color:#6c93ec; }
 a:active { text-decoration:none; color:#6c93ec; }
