﻿
/*Allgemeine Formatierung*/

*{
	margin: 0px;
	padding: 0px;
	outline-style: none;
	border: none;
	text-align: left;

}

p{
	margin:10px;
}

h1 {
	margin-top:5px;
	font-size:2.0em;
	font-weight: bold;
	margin-bottom:5px;
}

h3 {
	margin:10px;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom:2px;
}

ul{
	margin-top:5px;
	margin-left:30px;
	
}

a {
	text-decoration: none;
	color: #cccccc;
}

a:hover {
	color: #cccccc;
}


html,body {
	background: #000;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
  	color: #cccccc;
}

#wrapper{
	border: 0px solid red;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: auto;
}

#header{
	margin-top: 0px;
	border-bottom: 1px solid red;
	height: 252px;
	background:url(../images/final.png) no-repeat top;
}

#content{
	margin-left: 10px;
}


#footer{
	border-top: 1px solid red;
	text-align: center;
	line-height: 35px;
}
