@charset "utf-8";
/* Globales */
* {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}
body {
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	background: url(bilder/bg.jpg) #000000;
	margin: 0;
	padding: 0;
}
a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
img {
	border: 0px;
}
/*Standard Div Elemente*/
#header {
	position: absolute;
	background: url(bilder/header_livesex_cams.png) no-repeat top;
	height: 325px;
	width: 935px;
	margin: 0 0 0 -468px;
	left: 50%;
	top: 10px;
}
#name {
	position: absolute;
	height: 100px;
	width: 650px;
	margin: 80px 0 0 220px;
}
#container {
	position: absolute;
	width: 935px;
	height: auto;
	left: 50%;
	margin: 0 0 0 -468px;
	top: 340px;
}
#headcont {
	height: 30px;
	background: url(bilder/head.png) no-repeat;
}
#content {
	width: 935px;
	height: auto;
	padding-left: 30px;
	background: url(bilder/body.png) repeat-y;
	z-index: 1;
	text-align: justify;
}
#rechts {
	float: right;
	width: 200px;
	height: 100%;
	margin-right: 60px;
	text-align: justify;
	padding-left: 10px;


}
#footcont {
	width: 935px;
	height: 39px;
	bottom: 0;
	background: url(bilder/foot.png) no-repeat;
	text-align: center;
	z-index: 2;
}
#footer {
	background: url(bilder/footer.png) no-repeat;
	height: 150px;
	width: 935px;
	padding: 25px;
}
/*Ueberschriften*/
h1 {
	font-size: 30px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
/* Navigation*/
#navigation {
	position: absolute;
	margin: 250px 0 0 220px;
	height: 20px;
	width: 650px;
}
#navigation li {
	display: inline;
	padding-right: 20px;
}
