/* ==============================
File: stylesheet.css
Date: 070809
Author: pornmixxx.com
   ==============================*/
	
/* ==============================
   1. All
   ==============================*/
   
/* 1.a All */	
* { padding:0; margin:0; }
h1, h2, h3, p, ul { margin-bottom:1em; }
ul { margin-bottom:0; }
li { margin-left:1em; }

img {
	border:0;
}

html { height:101%; }

body {
	color:000;
	background:#ccc url(images/background.gif);
	font:0.7em Tahoma, sans-serif; 
   	line-height:1.5em;
}

h1 { font-size:150%; }
h2 { font-size:120%; }
h3 { font-size:110%; }

a {
	text-decoration:none;
	outline:none;
}
a:link {
	color:#000;
}
a:visited {
	color:#000;
}
a:hover,
a:focus {
	color:#ff0000;
}
a:active {
	color:#000;
}

a.red, a.red:active, a.red:visited {
	color:#990000;
	text-decoration:underline;
}

a.red:hover {
	color:#666666;
	text-decoration:none;
}

/* Globale Formular - Elemente: Fehlermeldungen, Textboxen, DropDown usw.
/* ************************************************************************ */

form {
	margin:0;
	padding:0;
}

input, select {
	font-size:11px;
}

.textfield {
	width:200px;
}

.error {
	color:#ff0000;
	background-color:#ffffe1;
	border:1px dashed #ff0000;
	margin-top:8px;
	margin-bottom:8px;
	font-weight:bold;
	padding:5px;
}

.keyword { /* Keywordmarkierung */
	background-color:#ffff00;
} 

fieldset {
	padding:10px;
	margin-bottom:15px;
}

fieldset legend {
	font-weight:bold;
	color:#000;
	padding-left:5px;
	padding-right:5px;
}

label {
	display:block;
	width:115px;
	float:left;
	font-weight:bold;
	color:#333;
}

/* Globale Auszeichnungen: Pfeile, Listen usw.
/* ************************************************************************ */

.textmarker {
	font-weight:bold;
	color:#333;
}

.textmarker-2 {
	color:#333;
}

.red-arrow {
	font-size:11px; 
	font-weight:bold; 
	color:#333; 
	font-family:verdana; 
	text-decoration:none;
	margin-right:5px;
}

.feedimage {
	margin-right:5px;
}

/* ==============================
   2. Layout
   ==============================*/
   
#content { 
	color:000;
	background:#fff url(images/bg_main_left.gif) repeat-y top left;
    width:970px;
	border-left:1px solid #003399;
	border-right:1px solid #003399;
	margin:0 auto;	  
}

/* 2. Header */

#header {
	position:relative;
	color:#fff;
	background:#003399 url(images/bg_logo.gif);
	height:100px;
}

#header .topnavi {
	position:absolute;
	top:5px;
	right:10px;
	text-align:right;
	padding:5px 0;
	margin-bottom:0;
}

#header .topnavi img {
	padding-top:4px;
}

#header .topnavi a{
	color:#fff;
}

#header .topnavi a:link {
	color:#fff;
}

#header .topnavi a:visited {
	color:#fff;
}

#header .topnavi a:hover,
#header .topnavi a:focus a {
    color:#ff0000;
	border-bottom:none;
}
#header .topnavi a:active {
	color:#fff;
}

/* 3. Search */

#search {
	color:#fff;
	background:#000;
	border-bottom:2px solid #000;
}

#search form {
	padding:3px;
    margin-left:263px;
    font-size:12px;
	font-weight:bold;
}

#search input,
#search select {
	font-size:12px;
}

/* 2. Main-Left */

#main-left {
	float:left;
	width:166px;
}

#main-left ul {
	
}

#main-left li {
	list-style-type:none;
	margin:0;
	border-bottom:1px solid #999; 	
}

#main-left li a {
	display:block;
	text-decoration:none;
	color:#000;
	font-weight:bolder;
	background:#dee1e7 url(images/bg_menu.gif) repeat-x top left;
	padding:5px 5px 5px 10px;
}

#main-left li a:link {
	
}

#main-left li a:visited {
	
}

#main-left li a:hover,
#main-left li a:focus a {
    font-weight:normal;
    letter-spacing:1px;
	background:#dee1e7 url(images/bg_menu_hoover.gif) repeat-x top left;
	border-bottom: none;
}
#main-left li a:active {
	
}

.randomlinks h2, .livetip h2 {
	color:#333;
	font-size:14px;
	margin:12px 0 5px 10px;
}

.randomlinks img {
	padding:5px 22px;
	margin:0 0 5px 9px;
	border:1px solid #999;
}

/* 2. Main */

#main { 
	color:#666;
	background:#fff5de url(images/bg_main.gif) repeat-x top left;
	border-left:1px solid #ccc;
	border-bottom:2px solid #999;
	padding:10px 10px 25px 10px;
	margin:9px 297px 9px 175px;
}

.main h2 {
	font-size:11px;
	padding:2px;
	padding-left:15px;
	color:#990000;
}

.main h3 {
	font-size:11px;
	padding:2px;
	padding-left:15px;
	color:#000000;
	margin-top:25px;
}

.main h2 a,
.main h2 a:visited,
.main h2 a:active {
	display:block;
	text-decoration:none;
	color:#000000;
}

.main h2 a img {
	border:0;
	margin-right:8px;
}

.catlist {
	margin-top:6px;
	margin-bottom:12px;
	margin-right:30px;
}

.catlist img {
	float:left;
	margin-right:10px;
}

.catlist a,
.catlist a:active,
.catlist a:visited {
	color:#666;
}

.catlist a:hover {
	color:#ff0000;
}

.catlink {
	font-size:14px;
	font-weight:bold;
}

.adsense {
	border:1px dashed #999;
	padding:8px;
	margin-bottom:15px;
	text-align:center;
}

.subcats {
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:1px solid #666;
}

/* 2. Main-Right */

#main-right {
	float:right;
	width:288px;
}

#main-right .info {
	margin:10px 10px 5px 0;
	padding:3px;
	color:#fff;
	background-color:#ff0000;
	border-left:1px solid #666;
	border-bottom:2px solid #999;
}

#main-right .partners {
	margin:10px 10px 5px 0;
	padding:10px;
	color:#000;
	background:#ccc url(images/bg_promo03.gif) no-repeat top left;
	border-left:1px solid #666;
	border-bottom:2px solid #999;
}

#main-right .partners p, .promo03 p {
	margin:0;
	text-align:left;
}

#main-right .partners h2, .promo03 h2 {
	color:#333;
	font-size:14px;
	margin-bottom:5px;
}

#main-right .promo02 {
	margin:10px 10px 5px 0;
	padding:0 44px;
	color:#000;
	background:#ebebdc url(images/bg_promo02.gif) no-repeat top left;
	border-left:1px solid #ccc;
	border-bottom:2px solid #999;
}

#main-right .promo03 {
	margin:10px 10px 5px 0;
	padding:10px;
	color:#fff;
	background:#ffcc66 url(images/bg_promo01.gif) no-repeat top left;
	border-left:1px solid #666;
	border-bottom:2px solid #999;
}

/* Links: Allgemein
/* ************************************************************************ */

a.linkurl,
a.linkurl:active,
a.linkurl:visited {
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

a.linkurl:hover {
	color:#ff0000;
}

.bookmarks img {
	margin-right:2px;
	padding:2px;
	border:1px solid #666;
}

/* Links: Links hinzf�gen / Links bearbeiten
/* ************************************************************************ */

#addform label,
#editform label {
	width:115px;
}

#addform input[type="text"],
#editform input[type="text"] {
	width:325px;
}	

#addform input[type="checkbox"],
#editform input[type="checkbox"] {
	float:left;
	margin-right:10px;
}

#addform .info,
#editform .info {
	margin-left:115px;
}

/* Links: Sponsor
/* ************************************************************************ */

.sponser-link table {
	width:100%;
	border:1px solid #999;
	margin-bottom:25px;
}

.sponser-link table td {
	padding:4px;
	text-align:center;
}

.sponser-link table td img {
	vertical-align:middle;
}

/* Links: Image
/* ************************************************************************ */

.image-link {
	border-bottom:1px solid #666;
	margin-bottom:15px;
	padding:5px;
}

.image-link .screenshot {
	float:left;
	border:1px solid #999;
	padding:4px;
	margin-right:10px;
}

.image-link .description {
	margin:0px;
	color:#333;
	text-align:justify;
}

.image-link .link-footer img {
	margin-left:5px;
	margin-right:5px;
}

/* Links: Tipp
/* ************************************************************************ */

.tipp-link {
	border-bottom:1px solid #666;
	margin-bottom:15px;
	padding:5px;
}

.tipp-link .description {
	margin:0px;
	color:#333;
	text-align:justify;
}

.tipp-link .link-footer img {
	margin-left:5px;
	margin-right:5px;
}

/* Links: Standard
/* ************************************************************************ */

.standard-link {
	border-bottom:1px solid #666;
	margin-bottom:15px;
	padding:5px;
}

.standard-link .description {
	margin:0px;
	color:#333;
	text-align:justify;
}

.standard-link .link-footer img {
	margin-left:5px;
	margin-right:5px;
}



/* Kommentare: Listen, Avatare, Zitate usw.
/* ************************************************************************ */

.commentlist ol {
	list-style-image:url(./images/comment.gif);
}

.commentlist ol li {
	padding-left:10px;
}

.commentlist ol li h4  {
	margin-top:20px;
	margin-bottom:0px;
	padding-bottom:2px;
	border-bottom:1px solid #333;
}

.commentlist ol li p+p {
	margin-top:5px;
}

.commentlist ol li blockquote {
	color:#666666;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	padding-top:5px;
	padding-bottom:5px;
}

.gravatar {
	float:right;
	border:1px solid #ccc;
	padding:3px;
	margin-top:10px;
	margin-left:15px;
}

.desc {
	margin:0px;
	margin-top:1px;
	font-size:10px;
	color:#666;
}

.desc a, .desc a:visited, .desc a:active {
	color:#333;
}

.desc a:hover {
	text-decoration:underline;
	color:#000;
}

.comment a, .comment a:visited, .comment a:active {
	color:#333;
	text-decoration:underline;
}

.comment a:hover {
	text-decoration:none;
	color:#ff0000;
}

/* Neue Links
/* ************************************************************************ */

.sortbar {
	margin-bottom:25px;
}

.sortbar label {
	font-weight:bold;
	width:155px;
}

/* Live - Suche
/* ************************************************************************ */

.livesearch {
	width:100%;
}

.livesearch th {
	padding:4px;
	color:#333;
	border-bottom:1px solid #666;
}

.livesearch td {
	padding:4px;
}

/* Suchbereich
/* ************************************************************************ */

.grey_line {
	margin:0;
	margin-bottom:10px;
	padding:0;
	width:860px;
	height:30px;
	background:#e1e1e1;
	border-top:1px solid #ffffff;
	text-align:right;
}

.grey_line span {
	float:left;
	margin:0;
	margin-top:6px;
	margin-left:5px;
	font-size:11px;
	font-weight:bold;
	color:#990000;
	font-family:verdana, arial, Sans-Serif;
}

.grey_line form {
	float:right;
    margin:0;
    margin-top:6px;
    margin-right:10px;
    font-size:11px;
	font-weight:bold;
}
	
.grey_line input,
.grey_line select {
	font-size:11px;
}

/* Sidebar: Neue Eintr�ge, Newsletter, Partner usw.
/* ************************************************************************ */

.sidebar {
    background-color:#ffffff;
    float:right;
    width:30%;
    margin:0 0 10px 0;
}

.sidebar h2 {
	background-color:#e1e1e1;
	font-size:11px;
	padding:2px;
	padding-left:15px;
	color:#333;
	margin:6px 0 6px 0;
}

.sidebar h2 a,
.sidebar h2 a:visited,
.sidebar h2 a:active {
	display:block;
	text-decoration:none;
	color:#000000;
}

.sidebar h2 a img {
	border:0;
	margin-right:8px;
}

.feed {
	padding-left:8px;
	margin-top:2px;
	margin-bottom:2px;
}

/* 2. Footer */

#footer {
	clear:both;
	text-align:center;
	padding:6px 0;
	margin:0;
	line-height:1.7em;
	color:#999;
	background:#003399;
	border-bottom:1px solid #003399;
}

#footer a {
	color:#999;
}

#footer a:link {
	color:#999;
}

#footer a:visited {
	color:#999;
}

#footer a:hover,
#footer a:focus a {
	color:#fff;
	text-decoration:none;
}

#footer a:active {
	color:#999;
}

/* Sonderseiten: Freechat usw.
/* ************************************************************************ */

#freechat {
	padding:0;
	margin:0;
        text-align:center;
}

#freechat h2 {
	padding:5px 0;
}

.partners {
	padding:10px 0
}