body {
	background: #fff;
	color: #000;
	font-family: arial, "lucida console", sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
	}

#main {
	position: absolute;
	text-align: center;
	left: 50%;
	margin-left: -225px;
}	
	
#wrap {
	position: relative;
	width: 550px;
}
	
#content {
	background: #a524c;
	margin: 0;
	padding: 0;
	width: 550px;
   text-align: left;
	}
#content p {
	line-height: 1.5em;
}
	
#menu {
	margin: 0;
	padding: 2px 0;
	padding-top: 70px;
	text-align: left;
	line-height: 2em;
	}
	
#menu h1 {
	font-size: 16px;
	font-weight: strong;
	margin: 0;
	padding: 0px;
}

h2 {
	font-size: 10px;
	font-weight: strong;
	margin: 10px 0;
	padding: 0;
}
	
a {
	color: #000000;
	text-decoration: underligned;
}
	
a:hover {
	background-color: #000000;
	color:white;
	font-family:arial;
	font-size:10px;
}

img {
	border: 0px solid #999999;
}

/* Links werden im Menu nicht unterstrichen, wenn die Klasse angeben wird!!! */
.current_page {
	text-decoration:none;
}
