@charset 'utf-8';


/* Import CSS
--------------------------------------------------------------------------------*/
@import url(reset.css);
@import url(clearfix.css);


/* Typselektoren (HTML)
--------------------------------------------------------------------------------*/
body {
	background-color:#111111;
	background-image:url(../images/template/background.gif);
	background-position:top left;
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	overflow:scroll;
	overflow:-moz-scrollbars-vertical;
	text-shadow:#000000 0 0 0;
	margin:0 0 25px 0;
}


h1,h2,h3,h4,h5,h6,div,ol,ul,li,dl,dt,dd,p,input,textarea,select {
	text-align:left;
}

img, a img {
	border:0 none;
}

form {
	display:inline;
}

strong {
	font-weight:bold;
}

sup {
	font-size:70%;
	/font-size:100%;
	line-height:100%;
	vertical-align:text-top;
}

sub {
	font-size:70%;
}

em {
	font-style:italic;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

p {
   margin:0;
   padding:0;
}

ul,
li {
	list-style-type:none;
}


/*

table {
}

caption {
}

td,
th {
}

thead {
}

tfoot {
}

tbody {
}

*/


/* Globale Links
--------------------------------------------------------------------------------*/

a {
	outline:none; 
	text-decoration: none;
}

a:link {
color: #a60b0b;
}

a:visited {
color: #a60b0b;
}

a:hover {
color: #ffffff;
}

a:focus {
color: #a60b0b;
}

a:active {
color: #a60b0b;
}


/* Allgemeine Klassen
--------------------------------------------------------------------------------*/


a.mainlink:link {
color: #ffffff;
}

a.mainlink:visited {
color: #ffffff;
}

a.mainlink:hover {
color: #ffffff;
}

a.mainlink:focus {
color: #ffffff;
}

a.mainlink:active {
color: #ffffff;
}


/* Allgemeine Klassen
--------------------------------------------------------------------------------*/

.nowrap {
	white-space:nowrap;
}

.hideme {
	position:absolute;
	left:-9999px;
	top:-9999px;
}

.clear { /* Clear Float - http://sonspring.com/journal/clearing-floats */
     clear:both;
     display:block;
     overflow:hidden;
     width:0px;
     height:0px;
}

p.p15 {
   margin-bottom:15px;
}

p.p30 {
   margin-bottom:30px;
}

p.p50 {
   margin-bottom:50px;
}


/* Wrapper
--------------------------------------------------------------------------------*/
#wrapper {
	position:relative;
	width:980px;
	margin:0 auto;
	background-image:url(../images/template/main_bg.gif);
	/* overflow:visible; */
}


/* Wrapper
--------------------------------------------------------------------------------*/

#homeclick-one {
	position: absolute;
	width: 163px;
	height: 61px;
	top: 127px;
	left: 27px;
	color: #ffff00;
	cursor: pointer;
	cursor: hand;
}

#homeclick-two {
	position: absolute;
	width: 628px;
	height: 172px;
	top: 34px;
	left: 198px;
	color: #ffff00;
	cursor: pointer;
	cursor: hand;
}


/* Background Oben
--------------------------------------------------------------------------------*/
#background {
	width:980px;
	height:auto;
	background-image:url(../images/template/pornolinks_02.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}


/* Anmelden
--------------------------------------------------------------------------------*/
a#anmelden {
	position:absolute;
	top:15px;
	left:24px;
	width:168px;
	height:24px;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	padding:12px 0 0 0;
	text-align:center;
}

a:hover#anmelden {
	color:#FFFF00;
}


/* Top Nav
--------------------------------------------------------------------------------*/
ul#toplinks {
	position:absolute;
	top:0;
	right:150px;
	width:650px;
	height:27px;
	font-size:11px;
	font-weight:normal;
}

ul#toplinks li {
	float:right;
}

ul#toplinks li a {
	display:block;
	line-height:27px;
	color:#cf7676;
	padding:0 25px 0 0;
	font-weight:bold;
}

ul#toplinks li a:hover {
	color:#ffffff;
}

ul#toplinks li.first a {
	padding:0 0 0 0;
}


/* Navigation div
--------------------------------------------------------------------------------*/

#navigation {
	position:absolute;
	top:194px;
	left:26px;
	width:167px;
	/* height:2200px; */
	/* background-image:url(../images/template/navigation_bg.gif); */
}


/* Navigation ul->category
--------------------------------------------------------------------------------*/

#navigation ul.category {
	padding-bottom:50px;
}

#navigation ul.category li {
}

#navigation ul.category li a {
	width:154px; /* Breite 167px */
	height:30px;
	background:url(../images/template/navigation_bg_off.jpg);
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	padding:0 0 0 13px;
	line-height:30px;
}

#navigation ul.category li a:hover {
	background:url(../images/template/navigation_bg_on.jpg);
	color:#cf7676;
}

#navigation ul.category li.first a {
	background:url(../images/template/navigation_first_bg_off.jpg);
}

#navigation ul.category li.first a:hover {
	background:url(../images/template/navigation_first_bg_on.jpg);
	color:#cf7676;
}

#navigation ul.category li.active a {
	background:url(../images/template/navigation_bg_on.jpg);
	color:#cf7676;
}

#navigation ul.category li.active-first a {
	background:url(../images/template/navigation_first_bg_on.jpg);
	color:#cf7676;
}


/* Navigation h3
--------------------------------------------------------------------------------*/

#navigation h3 {
	padding:0 0 20px 13px;
	font-size:14px;
	font-weight:bold;
}


/* Navigation ul->textlinks
--------------------------------------------------------------------------------*/

#navigation ul.textlinks {
	padding-bottom:30px;
}

#navigation ul.textlinks li {
}

#navigation ul.textlinks li a {
	width:154px; /* Breite 167px */
	height:25px;
	display:block;
	color:#cf7676;
	font-weight:bold;
	font-size:12px;
	/* text-transform:uppercase; */
	padding:0 0 0 13px;
	line-height:25px;
}

#navigation ul.textlinks li a:hover {
	color:#ffffff;
}


/* Content
--------------------------------------------------------------------------------*/

div#content {
	float:left;
	width:607px; /* Breite 830px */
	padding:223px 0 0 223px;
}


/* Banner
--------------------------------------------------------------------------------*/

div#banner {
	float:right;
	width:120px; /* Breite 150px */
	padding:8px 0 0 30px;
}

div#banner h4 {
	padding:0 0 20px 0;
	text-align:center;
	color:#ffffff;
	font-size:11px;
}

div#banner ul li a img {
	padding:0 0 10px 0;
}


/* Text Box
--------------------------------------------------------------------------------*/

div#textbox {
	width:585px; /* Breite inkl. Border: 607px */
	background-image:url(../images/template/pornolinks_02_box.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#292929;
	padding:10px;
	border:1px solid #3b3b3b;
	margin-bottom:25px;
}

div#textbox h1 {
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #ffffff;
	padding-bottom:10px;
	margin-bottom:10px;
}

div#textbox p {
	line-height:140%;
}


/* Pornolink First
--------------------------------------------------------------------------------*/

div#pornolink-first {
	/* width:auto; */
	/* height:auto; */
	/* border-top:5px solid #393939; */
	border-bottom:5px solid #393939;
	padding:15px 0 15px 0;
}


/* Pornolink
--------------------------------------------------------------------------------*/

div#pornolink {
	/* width:auto; */
	/* height:auto; */
	/* border-top:5px solid #393939; */
	border-bottom:5px solid #393939;
	padding:15px 0 15px 0;
}


/* Pornolink Pic
--------------------------------------------------------------------------------*/

div#pornolink-pic {
	float:left;
	width:170px; /* Breite 170px */
	margin: 0 25px 0 0;
}


/* Pornolink Text
--------------------------------------------------------------------------------*/

div#pornolink-text {
	float:right;
	width:412px;
}

div#pornolink-text h1 {
	font-size:18px;
	font-weight:bold;
	padding-bottom:15px;
	color:#a60b0b;
}

div#pornolink-text p {
	line-height:140%;
	padding-bottom:20px;
}

div#pornolink-text img {
	padding-bottom:20px;
}

div#pornolink-text ul {
	font-size: 11px;
}

div#pornolink-text li {
	display: inline;
	border-right: 1px solid #ffffff;
	padding: 0 7px 0 0;
	margin: 0 7px 0 0;
}

div#pornolink-text li.last {
	border-right: 0;
}


/* Detail Seite
--------------------------------------------------------------------------------*/

div#content h1 {
	font-size:18px;
	font-weight:bold;
	padding-bottom:15px;
	color:#ffffff;
}


/* Statistik Tabelle
--------------------------------------------------------------------------------*/

div#content table {
	table-layout:auto;
	border-collapse:collapse;
	width:607px;
	margin-top:25px;
}

div#content table th {
	background-color:#ffffff;
	color:#000000;
	font-weight:bold;
	padding: 5px;
	border-bottom:1px solid #680000;
}

div#content table td {
	color:#ffffff;
	padding: 5px;
	border-bottom:1px solid #680000;
}

div#content h2 {
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
}

div#content a.statistiklink {
	font-size:14px;
	font-weight:bold;
}


/* Werbepartner Detail
--------------------------------------------------------------------------------*/

#werbepartner-detail p {
	padding: 50px 0 10px 0;
	text-align:center;
}

#werbepartner-detail ul{
	/* list-style-type: none; */
	width: 468px;
	margin: 0 0 25px 69px;
	/* border: 1px solid white; */
}

#werbepartner-detail li {
	/* display: inline; */
}

#werbepartner-detail li a img {
	margin: 0 25px 10px 0;
}


/* Footer
--------------------------------------------------------------------------------*/

p.footer {
	text-align:center;
	padding: 100px 0 40px 0;
}

/* Pagination
--------------------------------------------------------------------------------*/

.pagination {
	font-size:14px;
	font-weight:bold;
	padding:25px 0 25px 0;
}