@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/bg_body.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	color:#000099;
	line-height:150%;
}

div.container {
	background-image:url(figuren/background.jpg);
	background-position:top;
	background-repeat:no-repeat;
	position:absolute;
	width:750px;
	min-height:800px;
	left:50%;
	margin-left:-375px;
	top:0px;
}

div.menu {
	margin-top:250px;
	margin-left:35px;
	width:150px;
	font-size:16px;
	font-weight:600;
	float:left;
}
div.menu a:link {
	text-decoration:none;
	color:#000099;
}
div.menu a:visited {
	text-decoration:none;
	color:#000099;
}
div.menu a:hover {
	text-decoration:underline;
	color:#000099;
}

div.content {
	margin-top:250px;
	margin-left:260px;
	width:450px;
}
div.content h1 {
	font-size:16px;
	font-weight:600;
	margin-bottom:35px;
}
div.content h2 {
	font-size:14px;
	font-weight:600;
	margin-top:25px;
}
div.content a:link {
	text-decoration:none;
	color:#000099;
}
div.content a:visited {
	text-decoration:none;
	color:#000099;
}
div.content a:hover {
	text-decoration:underline;
	color:#000099;
}
div.content li {
	margin-bottom:10px;
}