body 
{
	font-family:Verdana;
	font-size:12px;
	background-color:#FFF;
	text-align:center;
	margin: 0px 0px 0px 0px;
}

h1 {font-size:18px;color:#000000;margin:0px;}
h2 {font-size:14px;color:#000000;}
h3 {font-size:14px;color:#000000;}

#wrapper {
	width:800px;
	margin:0px auto;
	text-align:center;
	border:1px dashed #666;
	height: auto;
	padding: 50;
}

/* Die Titelzeile */
#title {
	height:30px;
	text-align:center;
	background-color:#900;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 20px;
	font-weight: normal;
	padding-top: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Das Menü */
#menu {
	color:#333;
	background-color:#FFF;
	text-align:center;
	height: 25px;
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

/* Der Inhalt */
#content {
	background-color:#FFF;
	color:#900;
	height: 50px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	padding-top: 6px;
}
#onlinesender {
	background-color:#FFF;
	color:#FFF;
	height: 200px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 50px;
	padding-left: 175px;
}

