/* CSS File für nightynight.de */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	background-color: #F4B92B;
}
a:link {
	text-decoration: underline;
	color: #FFF;
}
a:visited {
	text-decoration: underline;
	color: #F00;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
h1, h2, h3, p 
{
	margin:0px;
	padding:0px;
}
#layout {
	height: 300px;
	width: 400px;
	padding: 0px;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	margin-top: -150px;
	margin-left: -200px;
	background-color: #B98320;
	left: 50%;
}
#logo {
	position: absolute;
	height: 94px;
	width: 89px;
	left: 27px;
	top: 15px;
}
#inhalt {
	position: absolute;
	height: 49px;
	width: 335px;
	left: 32px;
	top: 208px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
#inhalt2 {
	position: absolute;
	height: 128px;
	width: 258px;
	left: 136px;
	top: 18px;
}
p {
	line-height: 16px;
	font-size: 14px;
}
