*{
	padding: 0;
	margin: 0;
}

html {
	margin: 0;
	padding: 0;
	background-color: #111;
	background-image: url(bilder/layout/bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}

body {
	color: #ddd;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
img{
	border:none;
}

a,
a:link,
a:active,
a:visited {
	text-decoration:underline;
	color: #FF0084;
}

a:hover {
	text-decoration:none;
	color: #FF0084;
}

#top {
	width: auto;
	height: 140px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0px;
	left: auto;
	right: auto;
	bottom: auto;
}

#header {
	width: 700px;
	height: 90px;
	padding: 0;
	margin: 0;
	background-image: url(bilder/layout/header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
}

#headerempty {
	width: 600px;
	height: 90px;
	padding: 0;
	margin: 0;
}

#navline {
	font-size: 1em;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	line-height: 40px;
	height: 40px;
	text-align: left;
	clear: both;
}

#navline ul {
	list-style:none;
	margin:0;
	padding:0;
}

#navline ul li {
	height: 40px;
	text-align:center;
	display:block;
	padding: 0;
	margin: 0;
	background-image: url(bilder/layout/navline_cut.png);
	background-repeat: no-repeat;
	background-position: top right;
	float: left;
}

#navline ul li a {
	display:block;
	margin: 0 2px 0 0;
	padding: 0 10px 0 10px;
	font-weight: bold;
	color: #ccc;
	text-decoration: none;
}

#navline ul li  a:hover {
	display:block;
	margin: 0 2px 0 0;
	padding: 0 10px 0 10px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-image: url(bilder/layout/navline_hover.png);
	background-repeat: repeat-x;
	background-position: top left;
}

#content {	
	width: auto;
	padding: 141px 10px 0 10px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: 0px;
	left: auto;
	right: auto;
	bottom: auto;
	z-index: 0;
	clear: both;
}

.pagecontent {
	width: 728px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	clear: both;
}

.clear {	
	clear: both;
	padding: 0px;
	margin: 0px;
	font-size: 0px;
	height: 0px;
	width: 0px;
}

.linkline {
	width: 728px;
	padding: 20px 0;
	margin: 0 auto;
	font-size: 0.7em;
	text-align: justify;
}

.linkline  a {
	text-decoration: underline;
	color: #aaa;
}

.linkline  a:hover {
	text-decoration: none;
	color: #aaa;
}

#footer {
	text-align: center;
	padding: 5px 0 20px 0;
	font-size: 0.7em;
	color: #777;
	clear: both;
}

#footer a,
#footer a:link,
#footer a:active,
#footer a:visited {
	text-decoration:underline;
	color: #777;
}

#footer a:hover {
	text-decoration:none;
	color: #777;
}

#tlline {
	padding: 0;
	margin: 0;
	width: 100%;
	line-height: 11px;
	font-size: 11px;
	position: absolute;
	top: 72px;
	left: 0;
	right: auto;
	bottom: auto;
	text-align: right;
	z-index:10;
}

#tlline ul {
	list-style:none;
	margin:0;
	padding: 3px;
}

#tlline ul li {
	text-align: left;
	display:inline;
	padding: 0 5px 0 5px;
	margin: 0;
}

#tlline ul li a {
	margin: 0;
	padding: 0;
	text-decoration: underline;
	font-weight: normal;
}

#tlline ul li  a:hover {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-weight: normal;
}

img.sexcamthumb {
	float: left;
	padding: 10px 10px 0 0;
	margin: 0;
}

p.textbox{
	padding: 5px 0;
	margin: 0;
	font-size: 0.9em;
	text-align: justify;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	color: #0072FF;
}

h2, h3, h4  {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 1.3em;
	color: #aaa;
}

hr {
	border: 0px;
	border-top: 1px;
	border-top-color: #333;
	border-style: dashed;
	height: 0;
	padding: 0 0 15px 0;
	clear: both;
}
