/* @group HTML */

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

body { 
	background: #fff url('../../images/web/background.png') repeat-x;
	font: 11px Tahoma;
}

a:hover { color: #333; text-decoration: underline; }
a img { border: 0px; }
a { color: #333; text-decoration: none; outline: none; }
h4 { font: 13px "Trebuchet MS"; margin-bottom: 6px; }

#main { 
	width: 1006px;
	margin: auto auto;
	background: url('../../images/web/main.png') no-repeat;
}

#container {
	background: url('../../images/web/container.jpg') repeat-y 0 20px;
}


/* @end */

/* @group Header */

#header {
	height:129px;
	background: url('../../images/web/header.jpg') no-repeat;
}

#logo {
	padding-top: 8px;
	padding-left: 135px;
	width: 220px;
	height: 90px;
	color: #fff;
	font-size: 12px;
	font-family: Helvetica;
	line-height: 120%;
}

#logo a { color: #fff; }
#logo a:hover { color: #fff; text-decoration: none; }
#logo img { margin-bottom: 0px; margin-top: 3px; }

#navigation {
	float: left;
	margin-left: 20px;
}

#navigation li {
	float: left;
	height: 29px;
	list-style: none;
}

#navigation li a {
	float: left;
	height: 17px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 5px;
	background: url('../../images/web/navigation.jpg') repeat-x bottom;
	color: #fff;
	font-size: 12px;
}

#navigation li a:hover {
	background: url('../../images/web/navigation-over.jpg') repeat-x bottom;
	text-decoration: none;
}

#navigation li a.active,#navigation li a.active:hover {
	float: left;
	height: 19px;
	padding-top: 2px;
	background: #E31002;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
}

#login {
	float: right;
	padding-left: 6px;
	text-align: right;
	font-size: 10px;
	margin-right: 15px;
}

#login input {
	width: 65px;
	height: 18px;
	background: url('../../images/web/input.gif') no-repeat;
	font: 10px Tahoma;
	color: #333;
	padding-left: 6px;
	padding-top: 2px;
	margin-left: 2px;
	border: 0px;
}

#login #submit {
	width: 46px;
	height: 18px;
	padding: 0px;
	background: transparent;
}

#login a {
	padding: 4px 12px 5px 12px;
	color: #444;
	height: 10px;
	float: left;
	font-weight: bold;
}

#login a:hover {	
	background-color: rgb(165, 13,0);
	color: #fff;
	text-decoration:none;
}


#update {
	width: 59px;
	height: 17px;
	float: left;
	background: url('../../images/web/update.gif') no-repeat;
	margin-left: 80px;
}

#update:hover {
	cursor: pointer;
	background-position: bottom;
}

#logout {
	width: 60px;
	height: 17px;
	float: left;
	background: url('../../images/web/logout.gif') no-repeat;
	margin-left: 5px;
}

#logout:hover {
	cursor: pointer;
	background-position: bottom;
}


/* @end */

/* @group Content */

#content {
	width: 987px;
	padding-left: 10px;
}

/* @group Left */

#left {
	width: 212px;
	float: left;
	margin-left: 4px;
}

#search {
	background: url('../../images/web/search.jpg') no-repeat;
	width: 973px;
	height: 52px;
	color: #fff;
	margin-left: 4px;
	margin-bottom: 2px;
	padding-top: 8px;
}
#search li {
	list-style: none;
	margin-left: 2px;
	padding-left: 5px;
	float: left;
}
#search li span {
	width: 50px;
	float: left;
	text-align: right;
	padding-right: 6px;
	padding-top: 5px;
}

#search .radio { margin-left: 5px; }
#search .nick { width: 95px; padding: 1px; font-size: 9px; }
#search input,#search select { margin-top: 3px; }
#search #suchen { margin-top: 0px; }
#search form { clear: both; }

#quick {
	width: 206px;
	padding-top: 6px;
	background: #F2F7FB;
	border: 1px solid #C6DDF9;
	text-align: center;
	font-size:13px;
	font-family: Arial;
	color: #333;
}

#quick ul {
	margin-top: 10px;
}

#quick li {
	list-style: none;
	margin-bottom: 5px;
	font-size:11px;
	text-align: left;
	padding-left: 8px;
}

#quick li span {
	width: 60px;
	float: left;
	text-align: left;
	padding-right: 6px;
	padding-bottom: 8px;
}

#quick input {
	width: 100px;
	border: 1px solid #ccc;
	padding: 2px;
}

#quick textarea {
	border: 1px solid #ccc;
	margin: 2px 0 2px 0;
	font: 11px Tahoma;
}

#quick .submit {
	width: 81px;
	height: 24px;
	margin-bottom: 5px;
	border: 0px;
}

#random {
	background-color: #F8FBFD;
	width: 200px;
	text-align: center;
	border: 1px solid #E4EFF9;
	margin-left: 2px;
	margin-bottom: 8px;
	padding: 2px 0 2px 0;
	color: #666;
	font-size: 10px;
}

#random h4 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin-bottom: 0px;
}

#random a {
	color: #0033CC;
	font-size: 15px;
}

#ad {
	margin-top: 6px;
	margin-bottom: 5px;
	margin-left: 1px;
}


/* @end */

/* @group Right */

#right {
	width: 520px;
	float: left;
}

/* @group Profiles */

#top {
	background: url('../../images/web/top.jpg') repeat top left;
	width: 504px;
	height: 21px;
	margin-bottom: 4px;
	padding-left: 16px;
	font: 11px "Trebuchet MS";
}

#top-number {
	padding-top: 4px;
	float: left;
}

#top-link {
	float: right;
	width: 74px;
	height: 20px;
	text-align: center;
	padding-top: 8px;
	margin-top: 1px;
}

#top-link:hover {
	background: url('../../images/web/top-link.png') no-repeat;
	text-decoration: none;
	cursor: pointer;
}

#paging {
	width: 500px;
	height: 21px;
	background: url('../../images/web/top.jpg') repeat-x bottom;
	margin: 4px auto 6px auto;
	padding-left: 15px;
}

#paging span {
	float: left;
	height:17px;
	text-align: center;
	padding: 4px 6px 0 6px;
}

#paging a {
	height:17px;
	float: left;
	text-align: center;
	padding: 4px 6px 0 6px;
}

#paging a:hover, #paging a.active {
	color: #fff;
	background: #9C2D35;
	text-decoration: none;
}

.profile {
	width: 117px;
	float: left;
	border: 1px solid #E4EFF9;
	background: #F8FBFD;
	text-align: center;
	padding: 4px 0 4px 0;
	font-size: 10px;
	font-family: "Trebuchet MS";
	line-height: 12px;
	margin: 2px 5px 2px 5px;
}

.profile:hover {
	text-decoration: none;
	background:#950C01 url('../../images/web/profile.png') repeat-x;
	color: #fff;
}

.profile img {
	border: 1px solid #000;
	padding: 0px;
}

.profile p {
	font-size: 12px;
	margin-top: 2px;
}

.profile:hover p {
	color: #fff;
}



/* @end */

/* @group Subpages */

#subpage {
	border: 1px solid #E4E4E4;
	width: 464px;
	margin: 4px auto 0 auto;
	padding: 24px;
	background: #fff;
/*	background: #EBEBEB url('../../images/web/subpage.png') repeat-x;*/

}
/*
#subpage {
	border: 1px solid #E1E1E1;
	width: 464px;
	margin: 4px auto 0 auto;
	padding: 24px;
	background: #EBEBEB url('../../images/web/subpage.png') repeat-x;
}

*/
#profile-big {
	float: left;
	margin-right: 14px;
}

#subpage h2 { font: bold 15px Helvetica; }
#subpage h2 #small { font: bold 15px Helvetica; }

#subpage li {
	list-style: none;
	margin-bottom: 5px;
}

#subpage li span {
	color: #333;
	width: 105px;
	float: left;
	text-align: left;
	padding-right: 6px;
	padding-top: 5px;
}

#subpage input {
	width: 155px;
	/*border: 1px solid #ccc;*/
	padding: 4px;
}

#subpage textarea {
	/*rder: 1px solid #ccc;*/
	font: 11px Tahoma;
	width: 155px;
}

#subpage .submit {
	width: 180px;
	border: 0px;
	margin-left: 125px;
}

#subpage .nick {
	width: 155px;
}



/*
#subpage h1 {
	font-size: 16px;
	font-weight: normal;
	color: #666;
	margin-bottom: 10px;
}
*/

h1 { font: normal 12px Helvetica; color: #fff; }

#subpage h1 { font: bold 15px Helvetica; color: #000; }
#subpage h1 #small { font: bold 15px Helvetica; color: #000; }

#heading {
	text-align: center;
}

#chat {
	font: 12px "Trebuchet MS";
	color: #666;
	line-height: 40px;
}

#sub {
	font: 11px "Trebuchet MS";
	color: #666;
}

#confirm {
	margin: 10px 30px 10px;
	font: 12px "Trebuchet MS";
	color: #666;
}

#chat span, #confirm span {
	font-size: 18px;
	color: #333;
}

#chat .indent, #confirm .indent {
	margin-left: 60px;
}

#sub li {
	list-style: none;
	margin-bottom: 5px;
	margin-left: 30px;
}

#sub li span {
	color: #333;
	width: 100px;
	float: left;
	text-align: left;
	padding-right: 6px;
	padding-top: 2px;
}

#sub input {
	width: 140px;
	border: 1px solid #ccc;
	padding: 4px;
}

#sub .submit {
	width: 57px;
	border: 0px;
	margin-left: 145px;
}

#details { margin-top: 6px; }

.col {
	font-weight: bold;
	width: 95px;
}

#nachricht {
	width: 235px;
	float: left;
	margin: 25px auto 0 auto;
	font:11px Arial;
	color: #333;
	line-height: 120%;
}

#nachricht p { font-size:13px; }

#kontakt {
	width: 201px;
	height: 305px;
	padding-right: 20px;
	padding-left: 4px;
	padding-top: 4px;
	float: left;
	background: url('../../images/web/cell.jpg') no-repeat;
	color: #fff;
	font: 11px Tahoma;
	margin-top: 30px;
}

#kontakt span {
	color: #fff;
}

#kontakt ul {
	margin-top: 20px;
	margin-left: 20px;
}

#kontakt li {
	list-style: none;
	margin-bottom: 5px;
}

#kontakt input {
	width: 100px;
	border: 1px solid #ccc;
	padding: 4px;
}

#kontakt textarea {
	border: 1px solid #ccc;
	margin: 2px 0 2px 0;
	font: 11px Tahoma;
	width: 92%;
	height: 70px;
}

#kontakt .submit {
	margin-top: 4px;
	border: 0px;
	width: 215px;
	height: 60px;
	padding: 0px;
}

.contact {
	margin-top: 25px;
}

.contact label {
	width:  110px;
	display:  inline-block;
	vertical-align: top;
	clear: both;
	margin-bottom: 4px;
}

.contact input.text,
.contact textarea {
	width:  150px;
	padding: 2px;
	margin-bottom: 4px;
}

.contact textarea {
	height:  115px;
}

.contact .submit {
	margin-top: 4px;
	margin-left: 120px;
}


/* @end */

/* @end */

/* @end */

/* @group Panel */

#panel {
	width: 233px;
	float:left;
	margin-left:5px;
}

#steck {
	border: 1px solid #000;
	padding: 4px;
	text-align:center;
	background: #000;
}

#reiche {
	width: 224px;
	height: 69px;
	display: block;
	background: url('../../images/web/reiche.jpg') no-repeat;
}

#reiche:hover {
	cursor: pointer;
	background-position: bottom;
}

#telefon {
	width: 224px;
	height: 69px;
	display: block;
	background: url('../../images/web/telefon.jpg') no-repeat;
	
}

#telefon:hover {
	cursor: pointer;
	background-position: bottom;
}

#videos {
	width: 224px;
	height: 69px;
	display: block;
	background: url('../../images/web/videos.jpg') no-repeat;
}

#videos:hover {
	cursor: pointer;
	background-position: bottom;
}

#erotik {
	width: 224px;
	height: 69px;
	display: block;
	background: url('../../images/web/erotik.jpg') no-repeat;
}

#erotik:hover {
	cursor: pointer;
	background-position: bottom;
}

#fotos {
	width: 224px;
	height: 69px;
	display: block;
	background: url('../../images/web/fotos.jpg') no-repeat;
}

#fotos:hover {
	cursor: pointer;
	background-position: bottom;
}

#top-frauen {
	float: left;
	width: 87px;
	background: url('../../images/web/frauen.jpg') no-repeat;
	padding-top: 40px;
	padding-left: 22px;
	padding-bottom: 10px;
	margin-left: 5px;
	margin-top: 8px;
}

#top-frauen img {
	margin-top: 4px;
}

#top-manner {
	float: left;
	width: 87px;
	background: url('../../images/web/manner.jpg') no-repeat;
	padding-top: 40px;
	padding-left: 22px;
	padding-bottom: 10px;
	margin-left: 6px;
	margin-top: 8px;
}

#top-manner img {
	margin-top: 4px;
}

/* @end */

/* @group Footer */

#footer {
	margin: auto auto;
	background: url('../../images/web/footer.jpg') no-repeat;
	width: 1006px;
	height: 42px;
	padding-top: 8px;
	text-align: center;
}

#footer a:hover { text-decoration: underline; }


.msg-normal-top {
	width:420px;
	height:21px;
	border-left:1px solid #EFEFEF;
	border-right:1px solid #EFEFEF;
	border-top:1px solid #EFEFEF;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background: url('../../images/web/msg-top.jpg') no-repeat;
	font-size:13px;
	padding-top:2px;
	color:#666;
}

.msg-normal {
	width:412px;
	height:15px;
	border-left:1px solid #EFEFEF;
	border-right:1px solid #EFEFEF;
	border-bottom:1px solid #EFEFEF;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background: #fcfcfc;
	font-size:10px;
	color:#666;
	padding:4px;
}

.msg-error-top {
	width:420px;
	height:21px;
	border-left:1px solid #E9E4E4;
	border-right:1px solid #E9E4E4;
	border-top:1px solid #E9E4E4;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background: url('../../images/web/msg-error-top.jpg') no-repeat;
	font-size:13px;
	padding-top:2px;
	color:#666;
}

.msg-error {
	width:412px;
	height:15px;
	border-left:1px solid #E9E4E4;
	border-right:1px solid #E9E4E4;
	border-bottom:1px solid #E9E4E4;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background: #F4EFEF;
	font-size:10px;
	color:#666;
	padding:4px;
}

/* @end */

/* @group Extra */

.left { float: left; }

.clear { clear: both; }

.right { float: left; }

#box {
	background: url('../../images/web/box.jpg') no-repeat;
	width: 235px;
	height: 72px;
	margin: 22px auto 0 auto;
	padding-top: 15px;
	padding-left: 35px;
	padding-right: 25px;
}

#desc {
 float: right;
 margin-top: 68px;
 color:#fff;
 text-shadow: 1px 1px 2px #000;
 margin-right:110px;
}
#desc h2 { font: 15px "Arial Black"; }

#links {
 margin: 6px 0 8px 12px;
 color:#fff;
 font-weight: bold;
 overflow: hidden;
}

#links a {
 color: #fff;
 background:#7A0B04 url('../../images/web/links.jpg') 0px -1px repeat-x;
 height:15px;
 float: left;
 padding: 3px 16px 2px 16px;
}

#links a#rss {
 float:right;
 background: url('../../images/web/rss.png') left no-repeat;
 padding-left: 18px;
}

/* @end */
