body {
	background-color: White;
	font-family: Georgia, serif;
	color: Black;
	margin: 0;
	padding: 0;
}
div {
    border: none;
}
a:link { 
    text-decoration:none; 
    border-style: none;
    border: none;
    color: black;
}
a:visited { 
    text-decoration:none; 
    border-style: none;
    color: black;
}
a:focus { 
    text-decoration:none; 
    border-style: none;
    color: rgb(39,156,168);
}
a:hover { 
    text-decoration:none; 
    border-style: none;
    color: rgb(39,156,168);
}
a:active { 
    text-decoration:none; 
    border-style: none;
    color: rgb(39,156,168);
}
form { 
	background-color: white; 
	padding:0px; 
	border:0px solid black; 
	}
textarea { 
	color: rgb(39,156,168); 
}
td, input, textarea { 
	font-size:13px; 
	font-family:Georgia, serif; 
	font-weight:bold; 
}
ul.first  {
	list-style-type: disc;
}
.area, .field { 
	background-color: white; 
	color: rgb(39,156,168);
	width:300px; 
	border:1px solid black; 
}
.field2 {
	background-color: white; 
	color: rgb(39,156,168);
	width:225px; 
	border:1px solid black;
}
.button { 
	background-color:#aaa; 
	color:#fff; 
	width:149px; 
	border:1px solid black; 
}
#title {
	background-color: white;
	position: absolute;
	top: 90px;
	height: 60px;
	left: 100px;
	width: 600px;
	text-align: left;
	font-size: 30px;
	line-height: 50px;
	margin: 0;
	padding: 0;
}

#willkommen {
	background-color: white;
	position: absolute;
	top: 180px;
	left: 100px;
	width: 600px;
	height: 20px;
	text-align: left;
	font-size: 20px;
	font-weight:bold;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
#mail {
	background-color: white;
	position: absolute;
	top: 100px;
	left: 150px;
	width: 600px;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
