@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding:0px;
}
body, html {
	background-image:url(bg.png);
	height: 100%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#336699;
	font-weight:bold;
}
div {
	height:200px;
	float:left;
}
#container {
height:200px;;
	width:100%;
	position:absolute;
	top:50%;
	margin-top: -100px;
	float:none;
}
#links {
	background-image:url(links.png);
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC;
	border-left-width:0px;
	border-right-width:0px;
}
#content {
	background-image:url(intro.png);
	background-repeat:repeat-y;
	width:960px;
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC;
	border-left-width:0px;
	border-right-width:0px;
}
#rechts {
	background-image:url(rechts.png);
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC;
	border-left-width:0px;
	border-right-width:0px;
}
img {
	margin-top:16px;
	float:left;
	margin-left: 232px;
}
a {
	color:#336699;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
ul {
	float:left;
	margin-left:50px;
	margin-top: 78px;
}
ul li {
	list-style-type:none;
	padding-bottom:15px;
}
table td {height:200px;}