/*  
Theme Name: Web E-Line Award
Theme URI: http://www.der-prinz.com/2008/01/20/wordpress-magazine-style-theme-E-Line Award/
Description: A premium erotik-style layout for Wordpress with multiple functionalities inspired by the great themes of Brian Gardner Darren Hoyt and Michael Oeser 
Version: 2.0
Author: Tim Jagusch / Ralf Dorendorf
Author URI: http://www.mediatainment.biz

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

Credits
=======

Thanks to Darren Hoyt and his "Mimbo" theme which has been a great inspiration
and a good source for lots of the code I used for this theme especially the intensive
use of custom fields.

Thanks to Brian Gardner and "Revolution" which inspired me to put the two additional
page layouts "Featured Page" and "3-Column-Page" into the theme.

IÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¯ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¿ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ½d also like to thank Klaus Hartl (stilbuero.de) for the brilliant script I used 
for the tabbed section with the fade effect.

And last but not least my very special thanks go out to all of you out there
using the theme and sending me tons of emails telling me how great this theme is.

THANK YOU ALL!!!


/******************************************
*   HTML Elements                         
******************************************/
#newsletter{
margin-top:10px;
padding:10px;
border:1px solid #833;


}
#newsletter input{
margin:3px;
}
#newsletter h3{
color: #B42829;
font: 1.2em Verdana;
padding-bottom:8px;
font-weight: bold;
}

#sidebar_charts{
margin:10px;  
margin-bottom:15px;
border-left:20px solid #833;
border-right:1px solid #833;
border-top:1px solid #833;
border-bottom:1px solid #833;

}

#sidebar_charts .headline{
height:40px;
background-image: url(images/videotheken.jpg);
text-align: center;
}

#sidebar_charts .sidebar_charts_content{
font-weight: bold;
margin-left:-15px;	
color: #fff;
font: 14px Verdana;
padding-bottom:8px;
text-align: left;
font-style: italic;
}
#sidebar_charts .sidebar_charts_content a{
text-decoration:underline;
}


#sidebar-head{
height:87px;
background-image: url(images/charts_bg.jpg);

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

body,html {
	min-height:101%;
	}
	
body {
	background: #0E0E0E;
	color: #ffffff;
	padding: 13px 0 25px 0;
	}

body, select, input, textarea {
	font: 12px Arial, Verdana, Sans-Serif;
	line-height:1.5em;
	}
	
p {
	margin: 15px 3px 3px;
	color: #FFFFFF;
}

a:link, a:visited {
	color: White;
	text-decoration: none;
}

a:hover, a:active {
	color:#B42829;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.9em;
	padding:3px 6px;
	color: #FFFFFF;
	}

/****** Images ****************************/

img, a:link img, a:visited img{border:border:0px ; padding:0px;}
img.left,img.center,img.right,img.norm{ margin:5px 12px 5px 0; border:0px ; padding:0px;}
img.left{ float:left; margin:5px 12px 5px 5px; border:0px ; }
img.center{ display:block; margin:0 auto 5px auto; border:0px ; }
img.right{ float:right; margin:0 0 5px 12px; border:0px ; }

	
		
/******************************************
*   General Structure                         
******************************************/

#page { /*the main container*/
	width:880px;
	margin:0 auto;
	font-size:1em;
	padding: 10px 25px 35px 25px;
	border:3px double #333;
	background-color: #000000;
	background-image: url(images/backgrounds/pornaward_bg.jpg);
	background-repeat: no-repeat;
	}

#branding {/*where the logo sits*/
	width:625px;
	height:181px;
	padding-bottom:15px;
	
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	/*you guessed it: itÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¯ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¿ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ½s the sidebar container*/
	width: 250px;
	float: right;
	margin-top:15px;
	background: #000;
}
#contentad {
 
}

#leftcol {/*the left homepage column carrying the "Featured Article" section*/
	width:340px;
  margin-left:10px;
  margin-top:15px;	
	}
* html #leftcol {/*The IE6 Hack*/
	width:       340px;
	margin-left: 10px;
  margin-top:15px;
	}                             

#leftcol, #rightcol {
	float:left;
	background-color: #1A1A1A;
	}	
	
#rightcol {/*actually the column in the middle of the homepage (if the right column is the sidebar)*/
	width:        250px;
        margin-top:   15px;
	text-align:   left;
	
	}


#leftcolbtm, #rightcolbtm {
	position:absolute;	
  margin-top:10px;
	float:left
	}
#leftcolbtm .feature {
        min-height:150px;
	}	
#leftcolbtm {/*actually the column in the middle of the homepage in the bottom (if the right column is the sidebar)*/
	width:600px;
	margin-top: 6px;
	text-align:left;
	top: 0px;
	}
* html #leftcolbtm {/*HACK for IE6*/
	width:600px;
	margin-top: 6px;
	text-align:left;
	top: 0px;
	}
	#rightcolbtm {/*actually the column in the middle of the homepage in the bottom (if the right column is the sidebar)*/
	width:600px;

	margin-top: 6px;
	top: 0px;	
	}

		
/******************************************
*   Sidebar                         
******************************************/

.subnav li {/*.subnav is mainly the categories list*/
	list-style:none;
	}

.subnav li a:link, .subnav li a:visited {
	display:block;
	padding:4px 4px 4px 20px;
	border-bottom: 1px solid #999;
	background-color: #000000;
	}
		
.subnav li a:hover, .subnav li a:active {
	background: #F4F4EC;
	text-decoration:none;
	}
	
#sidelist li {
	list-style:none;
	}
	
.bullets li {
	margin:0 0 5px 15px;
	list-style:square;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	
	margin-left:22px;
	}

#sidelist .children {
	background-color: #FFFFFF;
	}

#sidelist .children li {
	list-style: none;
	margin-left:15px;
	padding-left:15px;
	border-bottom:1px solid #fff;
	background-color: #FFFFFF;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	color: #666;
	background-color: #FFFFFF;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#000;
	}

	
	
/******************************************
*   Headlines                         
******************************************/

.blogtitle, .blogtitle a {
	
	padding: 0px 0px 10px 108px;
	}
#blogtitle h1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #FFF;
}
#blogtitle h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFF;
}

/* The Bolgtitle HACK for IE6 */
* html .blogtitle, .blogtitle a {
	position: static;
	}
* html #blogtitle h1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #FFF;
}
* html #blogtitle h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFF;
}


h1 {
	color: #B42829;
	font-size: 1.8em;
	font-family: Verdana;
	font-weight: bold;
	margin: 0px 10px 0px 0px;
	padding: 20px 0px 0px 10px;
	}
	
h2 {
	color: #B42829;
	font: 1.8em Verdana;
	padding-bottom:8px;
	border-bottom:1px solid #666;
	margin: 20px 0;
	}

h3 {
	font: 0.9em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.3em;
	margin-bottom:4px;
	font-weight:bold;
	color:#B42829;
	}

/*#sidebar h2, #sidebar h3 a {
	font: 0.9em Arial, Helvetica, sans-serif;
	letter-spacing:0.3em;
	text-transform:uppercase;
	margin-bottom:4px;
	font-weight:bold;
	color:#B42829;
	}

#sidebar h3, #sidebar h2 {
	font-size:0.9em;
	border-top:0px double #999;
	border-bottom:0px solid #999;
	padding:5px 0 5px 2px;
	margin:20px 0 15px 0;
	color:##B42829;
	}*/

h3#respond {
	font-size:1.1em;
	border-top:1px solid #666;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px;
	color: #FFFFFF;
	}

h3 a:link, h3 a:visited {
	color: #FFFFFF;;
	}

h4 {
	font-size:1.2em;
	margin-bottom:6px;
	}
	
	
	
/******************************************
*   Content                        
******************************************/

#content {
	width:605px;
	float:left
	}
#featured-content {
	width:880px !important;
	text-align:center;
	}
#featured-content p{

	text-align:center;
	}
#featured-content iframe {
  border:1;
  margin: 0 auto;
  text-align:center;
  }

#content a {
        color: #B42829;
        text-decoration: underline;
        font-weight: bold;
        }
.description {
	font-size: 0.9em;
	font-weight: bold; 
	color:#988;
        padding: 0px 0px 30px 200px;
	}

/* Featured Articles formatting "leftcol" */

.feature {
	padding:0px;
	border: 0px solid #ccc;
	background-color: #1A1A1A;
	background-image: url(images/backgrounds/bg_featured.jpg);
	background-repeat: repeat-x;
	}


.feature p, #rightcol p {
	
	margin: 0px 5px 0px 5px;
}

#leftcol img, #rightcol img {
	padding:1px;
	border:0px solid #999;
	}

#leftcol .feature {	margin-bottom: 15px; }

/* Formating of the Leadstory stuff in the tabbed section */
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	padding:1px;
	border: 1px solid #999;
	}

.title, a.title  {
	font-family: Verdana;
	font-size:1.3em;
	font-weight:bold;
	color: #B42829;
	letter-spacing:normal;
	padding:5px 0 5px 2px;
	margin:20px 0 15px 0;
	}
#title h2 {
	font-family: Verdana;
	font-size:1.3em;
	font-weight:bold;
	color: #B42829;
	letter-spacing:normal;
	padding:5px 0 5px 2px;
	margin:20px 0 15px 0;
	}
#title a {
	font-family: Verdana;
	font-size:1.3em;
	font-weight:bold;
	color: #B42829;
	letter-spacing:normal;
	padding:5px 0 5px 2px;
	margin:20px 0 15px 0;
	}
#title h3 {
	font-family: Verdana;
	font-size:1.3em;
	font-weight:bold;
	color: #B42829;
	letter-spacing:normal;
	padding:5px 0 5px 2px;
	margin:20px 0 15px 0;
	}
		
#lead p {
	margin-bottom:10px;
	}
	
.startheadline {
font-family: Verdana;
	font-size:1.3em;
	font-weight:bold;
	color: #B42829;
	letter-spacing:normal;
	padding:5px 0 5px 2px;
	margin:20px 0 15px 0;
}

.startheadline h2{
font-family: Verdana;
	font-size:1.3em;
	font-weight:bold;
	color: #B42829;
	letter-spacing:normal;
	padding:5px 0 5px 2px;
	margin:20px 0 15px 0;
}
.startheadline a  {
	font-family: Verdana;
	font-size:1.3em;
	font-weight:bold;
	color: #B42829;
	letter-spacing:normal;
	padding:5px 0 5px 2px;
	margin:20px 0 15px 0;
	}


/* Formating of "rightcol" which is the column in the homepage middle ;-) */

#rightcol img {
	float:left;
	margin:1px 1px 1px 0px;
	}


#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
	
#rightcol .clearfloat {
	/*border-bottom:1px solid #999;*/
	padding:0px 0;
	}	
	
#rightcol p {
	background-image: url(images/backgrounds/bg_featured.jpg);
	background-repeat: repeat;
	
}
	
/* Post Formatting */

.entry {
	padding-bottom:28px;
	text-align:left;
	
	}
.post {
	background-image: url(images/page_bg.png);
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
}
.postindex {
	
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	
}

.post blockquote {
	color:#ffffff;
	background:#F4F4EC;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	
	margin-left:48px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #ffffff;
	border-top:1px solid #ffffff;	
	}	
	
.postmetadata {
	font-size:0.9em;
	margin:0 0 10px 0;
	padding:5px 10px;
	border-top:1px solid #E6E3D3;
	border-bottom:1px solid #E6E3D3;
	background-color: #666666;
	}
				

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	
#language {
	float:left;
	padding-top: 18px;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 0;
	 	}
.qtrans_language_chooser { 
	list-style-type:none 
	}
.qtrans_language_chooser li { 
	float:left; margin-right:3px 
	}
#searchform {
	float:left;
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 0;
		}
#searchresults {
	background-color: #0E0E0E;
	width:875px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#blogtitle {
	width:271px;
	height:42px;
	z-index:1;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 615px;
	}
* html #blogtitle { /* Hack for IE6 */
	width:271px;
	height:42px;
	z-index:1;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 120px;
	}

.button {
	padding: 1px;
	background:#333;
	color:#fff;
	border:none;
	}
/*.google {
	background-image: url(images/poweredbygoogle.gif);
	background-repeat: no-repeat;
	}*/

.button:hover {
	background:#666;
	color:#FFF;
	text-decoration:none
	}
	
#nlbg {/* Newsletter form in Gewinnspiel */
	background-color: #1A1A1A;	
}
#nlinsert {/* Newsletter form in Gewinnspiel */
	width: 250px;
	
}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	
	}



/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#000000;
	border:1px solid #E6E3D3;
	}

#commentform small {
	
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#000;
	
	}



/* Float Properties*/

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}	

.clearfloat {
	display:block;
	}
	
	
/******************************************
*   Footer                        
******************************************/

#footer {
	margin: 0 auto;
	width: 900px;
	font-size:0.9em;
	text-align:center;
	padding-top:15px;
	color:#FFF;
	}

#footer a {
	color:#ededed;
	}
	
/*******************************************
Zusatz Dennis Erotikstars Styles
*******************************************/
.erotikstars-border1{border: 2px solid #333;
                    font-weight: bold;
                    color: #fff;
                    }
.erotikstars-border2{border-top: 2px solid #333;
                    border-bottom: 2px solid #333;
                    font-weight: bold;
                    color: #fff;
                    }
.erotikstars-border3{border-top: 2px solid #333;
                    font-weight: bold;
                    color: #fff;
                    }
/*------Stile A-Z Artikel ----------*/
.box_a2z{
float:left;
width:280px;
margin:5px;
border:1px solid #444;
}

.box_a2z_heading{
text-align: center;
font-size:14px;
font-weight:bold;
padding:0px;
background:#990000;
color:#FFFFFF;
width: 280px;
height: 25px;
}

.box_a2z_content{

}

.box_a2z_content ul{
}
/*--------------Login Forms---------*/
#pass1, #pass2, #regcode, #captcha, #firstname, #lastname, #website, #aim, #yahoo, #jabber, #about, .custom_field

{
font-family: Arial,Verdana,Sans-Serif;

font-style: normal;

font-variant: normal;

font-weight: normal;

font-size: 12px;

font-size-adjust: none;

font-stretch: normal;

-x-system-font: none;

line-height: 1.5em;
width: 97%;
padding-top: 3px;
padding-right: 3px;
padding-bottom: 3px;
padding-left: 3px;
margin-right: 6px;

}

#captcha

{

width: 156px;
padding-top: 3px;
padding-right: 3px;
padding-bottom: 3px;
padding-left: 3px;
margin-right: 6px;

}
#captchaimg

{
padding-right: 3px;
float: left;

}
#disclaimer, #license, #privacy

{
	display: block;
	width: 97%;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #461312;
	border-top-width: 1px;
	border-right-width-value: 1px;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-bottom-width: 1px;
	border-left-width-value: 1px;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-top-style: solid;
	border-right-style-value: solid;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-bottom-style: solid;
	border-left-style-value: solid;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-top-color: #a7a6aa;
	border-right-color-value: #a7a6aa;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-bottom-color: #a7a6aa;
	border-left-color-value: #a7a6aa;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	font-weight: normal;
}

/*---- Formate fÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¼r iFrames -----*/

#inline {
	
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
		}
#inline a {
	color: White;
	text-decoration: none;
}
#adwords {
	background-color: #1A1A1A;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.wp-polls{
	clear:both;
}

/* Neuer Banner im Header */
#head-banner{
	width: 320px;
	height: 0px;
	background: #FFF;
	position: relative;
	z-index: 1000;
	top: 17px;
	left: 127px;
}

* html #head-banner{
	position: absolute;
	top: 40px;
	left: 227px;
}

.alignleft{
  float:left;
  margin-right:3px;
}