body {
	background-image:url("../images/header.jpg");
	background-position: center top;
	background-repeat:no-repeat;
	background-color:black;
	background-attachment:fixed;
	color:white;
	padding-top:200px;
	margin:0em;
	font-family:sans-serif;
}

div#menue {
	text-align:center;
	padding-top:2em;
}

a {
	cursor:pointer;	
}

a img {
	border:0px;
}

div#content {
	background-image:url("../images/transparent.png");
	border:1px solid black;
	padding-left:2em;
	padding-right:2em;
}

div#content a {
	background-color:#0e1013;
	text-decoration:underline;
}

div#content a:link{
	color:#ffd823;
}
div#content a:visited  {
	color:#eec712;
}
div#content a:focus  {
	color:white;
	background-color:#20262e;
}
div#content a:hover {
	color:white;
	background-color:#20262e;
}
div#content a:active {
	color:white;
}
