body { 
	background-color: #262626;
}

img, div {
	border: 0px;
}

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

#rahmen {
	position: absolute;
	width: 750px;
	height: 500px;
	margin-left: -375px;
	margin-top: -250px;
	left: 50%;
	top: 48%;
	border: 1px solid #717171;
	z-index: 300;
} 

#startbild {
	position: absolute;
	width: 258px;
	height: 54px;
	margin-left: -129px;
	margin-top: -27px;
	left: 50%;
	top: 40%;
}	


#nav {
	position: absolute;
	width: 748px;
	height: 27px;
	margin-left: -374px;
	left: 50%;
	top: 471px;
	z-index: 2;
	background: url(../gfx/nav_hintergrund.gif) repeat-x;
}

#nav_rechts {
	position: absolute;
	height: 27px;
	left: 15px;
	top: 0px;
	z-index: 1;
}
#nav_links {
	position: absolute;
	height: 27px;
	right: 15px;
	top: 0px;
	z-index: 1;

}

#content {
	z-index: 5;
	position: absolute; 
	left: 0px; 
	top:0px; 
	width: 748px; 
	height: 472px;

}

#content em {
	margin-left: -67px;
	margin-top: -45px;
}


#impressumlink {
	position: absolute;
	width: 744px;
	height: 530px;
	margin-left: -372px;
	margin-top: -264px;
	left: 50%;
	top: 48%;
	border: 0px solid;
	font-family: arial;
	font-size: 0.7em;
	letter-spacing: 0.2em;
}

#impressumlink p {
	position: absolute;	
	bottom: 0px;
	right: 12px;
}

#impressumlink a {
	color: #575757;
}	


