body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #ADD8E6;
}
#main
{
	margin-left : auto;
	margin-right : auto;
	width : 1020px;
	border: 0px solid red;
	text-align : left;
	background-color : #C0FFC0;
}
#links{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	margin: 20px 0px 10px 0px;
	width: 450px;
	height: 800px;
	overflow: hidden;
	border: 0px solid Black;
	color: #6A5ACD;
	font-weight: bold;
	background-color: White;
}
#links-oben{
	position: absolute;
	margin: 3px 3px 3px 3px;
	width: 444px;
	height: 800px;
	overflow: hidden;
	border: 0px solid Blue;
	background-color: White;
	color: #6A5ACD;
}
#rechts{
	position: absolute;
	margin: 20px 0px 10px 460px;
	width: 550px;
	height: 800px;
	overflow: hidden;
	border: 0px solid Blue;
	background-color: White;
}
#rechts-oben{
	position: absolute;
	margin: 3px 3px 3px 3px;
	width: 544px;
	height: 800px;
	overflow: hidden;
	border: 0px solid Blue;
	background-color: #6A5ACD;
	color: White;
}
#unten{
	position: absolute;
	margin: 820px 0px 10px 0px;
	width: 1010px;
	border: 0px solid Blue;
	background-color: White;
	height: 500px;
}
#unten-innen{
	position: absolute;
	margin: 3px 3px 3px 3px;
	width: 1004px;
	border: 0px solid Blue;
	background-color: transparent;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0 3 8 3;
	padding: 0;
}

h1 {
	color: Purple;
	padding: 0 0 8px 0;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
h1.extra {
	color: #6A5ACD;
	padding: 0 0 8px 0;
	font-family: "Century Gothic";
	font-weight: bold;
	font-size: 70px;
	text-align: left;
}
h2 {
	color: White;
	padding: 0 0 8px 0;
	font-family: "Century Gothic";
	font-weight: bold;
	text-align: center;
	font-size: 150%;
}
h3 {
	padding : 8px 0 8px 0;
	font-weight : bold;
	font-size : 130%;
}

h4 {
	padding : 0 0 4px 0;
	font-weight : bold;
	font-size : 16px;
	font-weight : bold;
	text-align : left;
}

p {
	text-align: left;
	font-size: 80%;
	font-family: "Century Gothic";
	font-weight: normal;
}
a {
	color: Navy;
	font-family: "Century Gothic";
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}
input,select,textarea {
background-color : #333333;
font-family: cursive;
	font-size: 14px;
color : #FFFFFF;
border-style: dotted;
border-color : green;
}
