/* =================================================================
             www.fernseh-umfrage.de - CSS Document 
===================================================================*/

*{ padding: 0;
   margin: 0;
   outline:none;
 }
 
p {
	line-height:20px;
	padding-bottom:10px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background-color:#c3c3c3;
	background-repeat: repeat-x;
}

/* =================================================================
            www.fernseh-umfrage.de - DIV Settings
===================================================================*/

#container {
	width:100%;
	height:auto;
	margin:0 auto;
	background-position: top;
	background-image: url(../images/bg_container.jpg);
	background-repeat: repeat-x;

}

#wrapper {
	width:890px;
	height:auto;
	margin:0 auto;
	background:url(../images/bg_wrapper.gif) repeat-y;
	position:relative;
}
#wrapper2 {
	width:890px;
	height:auto;
	margin:0 auto;
	background:url(../images/bg_wrapper2.gif) repeat-y;
	position:relative;
}

#header {
	width:890px;
	height:200px;
	background:url(../images/bg_header.jpg) no-repeat;
}

#navi {
	width:890px;
	height:48px;
	background:url(../images/bg_navi.jpg) no-repeat;
}
     
#main {
	width:890px;
	min-height:350px;
	background:url(../images/bg_main.jpg) no-repeat;
}

#main h2{
	font-size: 18px;
	font-weight: bold;
	color: #a50406;
	text-decoration: none;
}

* html #main {
	height:350px;
}


#content {
	width:590px;
	height:auto;
	float:left;
	padding-top: 46px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 28px;
}

#content-start {
	width:555px;
	height:auto;
	float:left;
	padding-top: 46px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 28px;
}

#content2 {
	width:860px;
	height:auto;
	float:left;
	padding:46px 0 30px 28px;
}


#right {
	width:236px;
	height:auto;
	float:right;
	padding:0 15px 0 0;
}

#right-start {
	width:270px;
	height:auto;
	float:right;
	padding:0 15px 0 0;
}

#bottom {
	clear:both;
	width:890px;
	height:62px;
	background:url(../images/bg_footer.gif) no-repeat;
}

#footer a {
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	color:#fdaf0d;
	text-decoration:none;
}

#footer {
	padding-top:15px;
}

/* =================================================================
             www.fernseh-umfrage.de - Navi Settings
===================================================================*/

#navi ul {
	color:#fff;	
	padding:23px 0 0 40px;
}

#navi li {
	display:inline;
	color:#fff;	
}

#navi a {
	text-decoration:none;
	color:#fff;
	padding:0 5px 0 5px;
	font-weight:bold;
}

#navi a:hover {
	text-decoration:none;
	color:#ff2b2d;
	padding:0 5px 0 5px;
	font-weight:bold;
}





/* =================================================================
             www.fernseh-umfrage.de - Other Settings
===================================================================*/
#content h1#startseite {
	font-family:"Trebuchet MS";
	font-size:19px;
	margin-bottom:20px;
}

h1 {
	font-family:"Trebuchet MS";
	font-size:16px;
	margin-bottom:20px;
}

h2 {
	font-family:"Trebuchet MS";
	font-size:14px;
	margin-bottom:20px;
}

#content a {
	text-decoration:underline;
	color:#b02d2f;
}

#content a:hover {
	color:#000;
}

.box {
	width:520px;
	height:auto;
	float:right;
}


.red {
	color:#b02d2f;
}

.divider {
	clear:both;
	padding-bottom:20px;
	width:100%;
}

#content ul {
	list-style-image:url(../images/bullet.gif);
	margin-bottom:20px;
	padding-left:20px;
	line-height:20px;
}
#content2 ul {
	list-style-image:url(../images/bullet.gif);
	margin-bottom:20px;
	padding-left:20px;
	line-height:20px;
}

#banner_holder {
	width:120px;
	height:600px;
	position:absolute;
	left: 892px;
	top: 212px;
}




/* ====================================================================
				CLEARFIX Settings
======================================================================= */

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

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

