html, body {
	margin: 0;
	}

body {
	text-align: center;
	background: url(background.gif) no-repeat top center;
	font-family: sans-serif;
	}

#main {
	margin: 10px auto;
	width: 750px;
	text-align:left;
	}

#head {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	}

#head h1 {
	margin: 0;
	padding-bottom: 5px;
	width: 100%;
	font-size: 250%;
	}

#menue {
	margin-top: -5px;
	float: left;
	width: 25%;
	}

#menue a {
	color: black;
	font-size: 75%;
	display: block;
	padding: 3px;
	text-decoration:none;
	border: 1px solid #cccccc;
	margin: 3px 0 3px 0;
	width: 90%;
	background: url(halbtransparent.gif);
	}

#menue a:hover {
	border-top:solid 1px #eeeeee;
	border-right:solid 1px #304e6a;
	border-bottom:solid 1px #304e6a;
	border-left:solid 1px #eeeeee;
	}

#content {
	margin-left: 25%;
	padding: 10px;
	}

#content h3 {
	width: 100%;
	}

#content a {
	color: black;
	}

#content a:hover {
	text-decoration: none;
	}
