*{
	margin: 0;
	padding: 0;
}
body{
	background: #000;
	font: Verdana, Arial, Helvetica, sans-serif;
}

h1{
	font: bold 1.8em Georgia, Arial, Verdana, serif;
	color: #fc6404;
}
h2{
	font-size: 1.4em;
}
h3{
	font-size: 1.2em;
}
p{
	font-size: 1em;
}

a{
	color: #FFF;
}


/*IDs*/
#container{
	margin: auto;
	width: 1000px;
}

#header{
	width: 1000px;
	height: 250px;
	background: url(../Bilder/header.jpg);
	border-bottom: 5px solid #fc6404;
}

#content{
	width: 900px;
	margin: auto;
	margin-top: 2em;
	color: #fff;
	text-align: center;
}

#content p, h1, h2, h3{
	text-align: center;
	line-height: 1.5em;
}

/* Navigation */
#nav{
	position: absolute;
	width: 1000px;
	top: 255px;
}

#nav li{
	display: inline;
	list-style: none;
}

#nav a{
	text-decoration: none;
	padding: 3px 18.6px;
	font-weight: bold;
	color: #fff;
}

#nav a:hover{
	color: #000;
	background: #fc6404;
}