body {
	font-family:Trebuchet MS,Verdana,sans_serif;
	font-size:medium;
	background-color:white;
}

/* The Header of this page */
#header {
	padding-left:100px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom-width:thin;
	border-bottom-color:silver;
	border-bottom-style:dotted;
}
#header h1 {
	font-size:x-large;
	color:darkred;
}

/* The main content area */
#maincontent {
	padding-left:100px;
/*	font-size:12px; */
}
#maincontent td {
	vertical-align:top;
}
#maincontent a {
	text-decoration:none;
}
#maincontent a:hover {
	text-decoration:none;
}
#maincontent img {
	border:none;
}
#impressum {
	position:absolute;
	bottom:30px;
	right:0px;
	left:0px;
	padding-left:100px;
	border-top-width:thin;
	border-top-color:silver;
	border-top-style:dotted;
}
#impressum th {
	font-size:10px;
	font-weight:bold;
	vertical-align:top;
}
#impressum td {
	font-size:x-small;
	padding-left:0px;
	padding-right:5px;
	vertical-align:top;
}
#impressum p {
	font-size:x-small;
}
#impressum a {
	text-decoration:none;
}
#impressum a:hover {
	text-decoration:none;
}
	