body {
	background:#CCCCCC;
	}
#headtable {
	position:absolute;
	background:url("../img/bluehead.gif");
	margin-left:150px;
	margin-top:-10px;
	width:1000px;
	height:40px;
	font-family:arial;
	color:white;
	font-size:9px;
	text-align:right;
	}
#logotable {
	position:absolute;
	background:url("../img/logo.gif");
	margin-left:160px;
	margin-top:0px;
	width:141px;
	height:82px;
	z-index:2;
	color:black;
	font-family:arial;
	font-size:21px;
	font-weight:bold;
	text-align:center;
	}
#menutable1 {
	position:absolute;
	margin-left:160px;
	margin-top:100px;
	color:black;
	font-family:arial;
	font-size:10px;
	z-index:3;
	}
#menutable2 {
	position:absolute;
	margin-left:160px;
	margin-top:200px;
	color:black;
	font-family:arial;
	font-size:10px;
	z-index:3;
	}
#menutable3 {
	position:absolute;
	margin-left:160px;
	margin-top:270px;
	color:black;
	font-family:arial;
	font-size:10px;
	z-index:3;
	}
#pictable {
	margin-left:180px;
	margin-top:10px;
	width:680px;
	height:300px;
	background:white;
	border: 1px solid silver;
	text-align:center;
	background:url("../img/erde.jpg");
	}
#contenttable {
	position:absolute;
	margin-left:150px;
	margin-top:30px;
	width:1000px;
	height:480px;
	background:white;
	}
#foottable {
	position:absolute;
	margin-left:150px;
	margin-top:510px;
	width:1000px;
	height:8px;
	background:white;
	text-align:right;
	font-family:arial;
	font-size:8px;
	}
#texttable {
	margin-left:180px;
	margin-top:10px;
	width:680px;
	height:auto;
	background:white;
	overflow:auto;
	}
#bordertable1 {
	position:absolute;
	margin-left:148px;
	margin-top:-10px;
	width:4px;
	height:530px;
	background:#B8B8B8;
	}
#bordertable2 {
	position:absolute;
	margin-left:1148px;
	margin-top:-10px;
	width:4px;
	height:530px;
	background:#BAB9B9;
	}
#formfailure {
	margin-left:180px;
	margin-top:10px;
	width:680px;
	height:300px;
	background:white;
	border: 1px solid blue;
	text-align:center;
	}
#noformfailure {
	margin-left:180px;
	margin-top:10px;
	width:680px;
	height:300px;
	background:white;
	border: 1px solid blue;
	text-align:center;
	}
a {
	color:black;
	text-decoration:none;
	}
h1 {	
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	}
h3 {	
	font-family:verdana;
	font-size:10px;
	font-weight:lighter;
	}
input {
	font-family:arial;
	font-size:10px;
	color:#000066;
	background:#6699FF;
	border:1px solid black;
	}
select {
	font-family:arial;
	font-size:10px;
	color:#000066;
	background:#6699FF;
	border:none;
	}
textarea {
	font-family:arial;
	font-size:10px;
	color:#000066;
	background:#6699FF;
	width:250px;
	border:none;
	}
