@charset "utf-8";

* {
	margin:0px;
	padding:0px;}
	
html, body {
	height:100%;}

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-color: #CCC;
	color:#CCC;}

a {
	color:#09F;}

a:hover {
	color:#F00;}

h1 {
	font-size:16px;
	font-weight:bold;}

p {
	margin-top:30px;}
	
img {
	position:absolute;
	margin-left:526px;
	margin-top:-140px;
	border:none;}

#spacer {
	height:50%;}
	
#container {
	height:267px;
	margin-top:-133px;
	background-image: url(bilder/bg_menu.png);
	background-repeat: repeat-x;
	background-position: center;
}

#content {
	width:750px;
	margin:auto;
	padding-top:100px;}


