@charset "utf-8";


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


/* Typselektoren (HTML)
--------------------------------------------------------------------------------*/
body {
	/* height:100.01%; */
	background-color:#000000;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	margin:60px 0 75px 0;
	overflow:scroll;
	overflow:-moz-scrollbars-vertical;
	text-shadow:#000000 0 0 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 {
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom:1px solid #FFFFFF;
	margin-bottom:10px;
}

h2 {
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom:1px solid #FFFFFF;
	margin-bottom:10px;
}

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;
}

/* Reihenfolge: a:link, a:visited, a:hover, a:focus, a:active  */
a:link,
a:visited {
	text-decoration:none;
	color:#ff9900;
}

a:hover,
a:focus,
a:active {
	text-decoration:none;
	color:#FFFFFF;
}


/* Allgemeine Klassen
--------------------------------------------------------------------------------*/
.nowrap {
	white-space:nowrap;
}

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

.float-left {
	float:left;
}

.float-right {
	float:right;
}

.clear {
     clear:both;
     display:block;
     overflow:hidden;
     width:0px;
     height:0px;
}

.previewpicsborder img {
	border: 1px solid #555555;
	padding:1px;
}

.previewpicsborder:hover img {
	border: 1px solid #ff9900;
}

.previewpicsborder:hover {
	color: red; /* IE Bugfix */
}


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

#wrapper {
	width:980px;
	margin:0 auto;
}


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

#content {
	width:980px;
	background-image:url(../images/template/main_bg.gif);
	background-repeat:repeat;
	overflow:hidden; /* Bugfix */
}


/* Main
--------------------------------------------------------------------------------*/

#main {
	width:787px;
	float:left;
}


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

#banner {
	width:120px;
	float:right;
}

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

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


/* Logo
--------------------------------------------------------------------------------*/

#logo {
	background:transparent url(../images/template/pornodownloads-logo.gif) no-repeat scroll center top;
	display:block;
	width:497px;
	height: 44px;
	text-indent: -9999px;
	/* margin:0 0 50px 0; */
	margin:0 0 35px 0;
	float:left;
}


/* Wettbewerb
--------------------------------------------------------------------------------*/
#wettbewerb {
	float:right;
	padding-right:192px;
}


/* Quick Nav (Absolut positioniert)
--------------------------------------------------------------------------------*/

#quick-nav {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:29px;
	background-color:#666666;
	background-image:url(../images/template/top_bg.gif);
	background-repeat:repeat-x;
	margin:0 0 30px 0;
}

#quick-nav ul {
	width:980px; /* entspricht wrapper Breite */
	margin:0 auto;
}

#quick-nav li {
	float:left;
	height:29px;
	border-left:1px solid #222222;
	line-height:29px;
}

#quick-nav li.last {
	border-right:1px solid #222222;
}

#quick-nav li a {
	display:block;
	color:#d7d7d7;
	font-size:14px;
	font-weight:bold;
	padding:0 17px 0 17px;
}

#quick-nav li a:hover {
	background-color:#333436;
	color:#ffffff;
}


/* Main -> #youporn-clip
--------------------------------------------------------------------------------*/

#main #youporn-clip {
	margin-bottom:35px;
}

#main #youporn-clip h2 {
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom:1px solid #FFFFFF;
	margin-bottom:10px;
}

#main #youporn-clip p {
	padding:10px 0 10px 0;
	line-height:120%;
}

#main #youporn-clip p.youporn-clip-details {
	width:587px;
	float:left;
	color:#ff9900;
}

#main #youporn-clip a.button-download {
	float:right;
	color:#000000;
	display:block;
	width:187px;
	height:28px;
	background-image:url(../images/template/download_button_on.gif);
	line-height:28px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

#main #youporn-clip a.button-download:hover {
	color:#FFFFFF;
	background-image:url(../images/template/download_button_off.gif);
}

#main #youporn-clip ul {
}

#main #youporn-clip ul li {
	float:left;
	margin:0 13px 0 0;
}

#main #youporn-clip ul li.last {
	margin:0;
}

#main #youporn-clip ul li.last {
	margin:0;
}

#main #youporn-clip a {
color:#ff9900;
text-decoration:none;
}

#main #youporn-clip a:hover {
color:#ffffff;
}


/* Pagination Links
--------------------------------------------------------------------------------*/
.paginationlinks {
display:inline-block; /* wegen span */
font-size:14px;
font-weight:bold;
color:#000000;
background-color:#ffffff;
padding:5px 8px 5px 8px;
border:1px solid #555555;
margin:0 3px 0 0;
}

a.paginationlinks {
display:inline-block; /* wegen span */
font-size:14px;
font-weight:bold;
color:#cccccc;
background-color:#272727;
padding:5px 8px 5px 8px;
border:1px solid #555555;
margin:0 3px 0 0;
}

a.paginationlinks:hover {
display:inline-block; /* wegen span */
font-size:14px;
font-weight:bold;
color:#000000;
background-color:#bbbbbb;
padding:5px 8px 5px 8px;
border:1px solid #555555;
margin:0 3px 0 0;
}


/* Formular
--------------------------------------------------------------------------------*/

#main fieldset legend {
    visibility:hidden;
}

#main input, #main textarea {
	width:320px;
}

#main dl {
	width:500px;
}

#main dt {
	clear:both;
	float:left;
	width:180px;
	padding:10px 0 10px 0;
}

#main dd {
	float:right;
	width:320px;
	padding:10px 0 10px 0;
}


/* AGB
--------------------------------------------------------------------------------*/

#agb h2{
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom:1px solid #FFFFFF;
	margin-bottom:10px;
}

#agb h3{
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
	/* border-bottom:1px solid #FFFFFF; */
	/* margin-bottom:10px; */
}

#agb p {
	padding-bottom:20px;
	line-height:130%;
}


/* Banner Box
--------------------------------------------------------------------------------*/
#bannerbox {
	width:787px;
	margin:0 0 0 0;
	padding:0 0 30px 0;
} 


/* MDH Box
--------------------------------------------------------------------------------*/
#mdhbox {
	background-color:#ab0000;
	width:775px;
	height:140px;
	margin:0 0 40px 0;
	padding:0 0 0 12px;
	text-align:center;
} 


/* Cat Box
--------------------------------------------------------------------------------*/
#catbox {
	margin:20px 0 20px 0;
	background-color:#161616;
	padding:35px 40px 25px 40px;
	border:1px solid #ff9900;
	text-align:center;
} 

#catbox a {
	display:inline-block;
	background-color:#272727;
	border:1px solid #555555;
	color:#cccccc;
	font-size:14px;
	font-weight:bold;
	padding:5px 8px 5px 8px;
	margin:0 3px 12px 0;
	white-space:nowrap;
}

#catbox a:hover, #catbox a.active {
	background-color:#bbbbbb;
	color:#000000;
}
