* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 100.01%;
	background: url(../pics/verlauf.png) center top repeat-x;
	font-family: 'Trebuchet MS', Trebuchet, Verdana, Arial, Sans-serif;
	letter-spacing: 0.05em;
}

#container {
	width: 900px;
	height: 450px;
	background-color: black;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}

#nav {
	width: 900px;
	height: 50px;
	background-color: black;
}

#menu {
	font-size: 15px;
	font-weight: bold;
	color: white;
}

#menu ul {
	list-style: none;
}

#menu li {
	width: 160px;
	margin: 0px 10px 0px 10px;
	text-align: center;
	display: inline;
	line-height: 50px;
}

#menu li a {
	width: 150px;
	display: block;
	float: left;
	text-decoration: none;
	color: white;
	background: url(../pics/nav_verlauf.png) center left repeat-x;
}

#menu a:link {
	color: white;
}

#menu a:hover, #menu .active a {
	color: white;
	background: transparent;
}

#content {
	width: 560px;
	height: 300px;
	padding: 100px 170px 0px 170px;
	background-color: black;
	background: url(../pics/verlauf_footer.png) center top repeat-x;
}

#content p {
	margin-top: 20px;
	color: white;
	font-size: 14px;
	line-height: 1.5em;
	text-align: center;
}

#content ul {
	margin-top: 20px;
	color: white;
	font-size: 14px;
	margin-left: 100px;
	text-align: left;
	line-height: 1.75em;
}

#content li {
	list-style: none;
}

#content li a{
	color: white;
	padding-left: 1.5em;
	text-decoration: none;
	background: url(../pics/pfeil_re_weiss.png) left center no-repeat;
}

#content li a:hover{
	color: #777;
	background: url(../pics/pfeil_re_grau.png) left center no-repeat;
}

#content a {
	color: white;
	padding-left: 1.5em;
	text-decoration: none;
	background: url(../pics/pfeil_re_weiss.png) left center no-repeat;
}

#content a:hover{
	color: #777;
	background: url(../pics/pfeil_re_grau.png) left center no-repeat;
}


#content p.legal {
	margin-top: 20px;
	color: #555;
	font-size: 11px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	line-height: 18px;
	text-align: center;
}

#footer {
	width: 800px;
	height: 100px;
	background-color: black;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#footer p a.img {
	border: none;
}

#counter {
	height: 50px;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #555;
	padding: 10px;
	background-color: #111;
	background: url(../pics/verlauf_footer.png) center top repeat-x;
}

#counter p, #counter p img, #counter p img a {
	float: left;
	vertical-align: middle;
	border: none;
}

#counter .right {
	float: right;
}

#counter p.social {
	padding-left: 25px;
}
