body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#eee;
}

/* Links */
div#header a:link {
	color:#fff;
	margin-left:10px;
}
a:link {
	color:#c00;
	text-decoration:none;
}
div#header a:visited {
	color:#fff;
}
a:visited {
	color:#c00;
	text-decoration:none;
}

/* Divs */
div#main {
	width:800px;
	margin:0 auto 0 auto;
}
div#header {
	background-color:#c00;
	padding:15px;
	padding-bottom:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
div#header_content {
	height:90px;
}
div#navi {
	position:relative;
	height:35px;
}
div#navi ul {
	list-style:none;
	padding:0px;
	margin:0px;
	font-size:18px;
	line-height:30px;
}
div#navi ul a:link {
	display:block;
	color:#333;
	text-decoration:none;
	margin:0px;
}
div#navi ul a:visited {
	color:#333;
}
div#navi li {
	float:left;
	width:135px;
	height:35px;
	text-align:center;
	margin-right:15px;
	margin-left:0px;
	background-color:#fff;
}

div#content {
	background-color:#fff;
	margin:0px;
	padding-right:15px;
	padding-left:15px;
	padding-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	line-height:19px;
}
div#footer {
	height:30px;
	line-height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	text-align:right;
	border-bottom:1px solid #ccc;
}
div.box {
	background-color:#fcfcfc;
	border:1px solid #ccc;
	padding:10px;
	display:table;
	margin-top:15px; 
	margin-bottom:15px;
	margin-right:20px;
}
div.contact {
	float:left;
	width:170px;
	margin-bottom:15px;
}

/* Text-Styles */
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-size:30px;
	font-style:italic;
	font-weight:normal;
}
div#header h1 {
	color:#fff;
	font-size:34px;
	margin-top:10px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:18px;
	font-weight:normal;
	margin-top:-13px;	
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-size:20px;
	line-height:23px;
	font-style:italic;
	font-weight:normal;
}
.fehler {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#c00;
	font-size:20px;
	font-weight:normal;
	font-style:italic;
	line-height:22px;
}
.result {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#c00;
	font-size:50px;
	line-height:55px;
	font-weight:bold;
}
.stat_result {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#c00;
	font-size:30px;
	line-height:33px;
	font-weight:bold;
}

/* Tables */
table {
	border-spacing:0; 
	border-collapse:collapse;
}
table td {
	vertical-align:top;
	border-bottom:1px solid #ddd;
	line-height:2em;
}

/* Forms */
input, textarea {
	border:1px solid #ccc;
	font-size:16px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}
input[type="submit"], input[type="button"] {
	border:1px solid #999;
	background-color:#c00;
	font-size:18px;
	color:#fff;
	padding:7px;
}

/* andere */
.center {
	text-align:center;
}
.left-float {
	float:left;
}