/* =================================================================
             www.bussgeld-umfrage.de - CSS Document 
===================================================================*/

*{ padding: 0;
   margin: 0;
   outline:0;
 }
 
body {
	background: url(../images/bg_pattern.jpg) repeat-x;
	font-family: "Trebuchet MS";
	font-size:12px;
	color:#000;
	background-color:#d8bc9c;
}

/* =================================================================
             www.bussgeld-umfrage.de - DIV Settings
===================================================================*/

#wrapper {
	width:804px;
	height:auto;
	margin:0 auto;
	position:relative;
	background:url(../images/bg_wrapper.jpg) repeat-y;
}

#header {
	width:804px;
	height:224px;
	background:url(../images/bg_header.jpg) no-repeat;
}

#logo {
	width:403px;
	height:58px;
	padding:34px 0 0 15px;
}

#navi {
	width:804px;
	height:42px;
	background:url(../images/bg_navi.jpg) no-repeat;
}	


#main {
	width:804px;
	min-height:426px;
	background:url(../images/bg_main.jpg) no-repeat;
}

* html #main {
	height:426px;
}


#content {
	width:486px;
	height:auto;
	float:right;
	padding:38px 30px 20px 0;
}

#content_02 {
	width:740px;
	height:auto;
	float:right;
	padding:38px 30px 20px 0;
}


div.button {
	margin-top:30px;
	width:445px;
	height:auto;
	padding:10px;
	background:#ebebeb;
	border:1px solid #d7b3a7;
}

div.button:hover {
	background:#f9d48e;
}

#teaser {
	width:255px;
	height:388px;
	position:absolute;
	left: 17px;
	top: -388px;
}


#bottom {
	clear:both;
	width:804px;
	height:84px;
	position:relative;
	background:url(../images/bg_bottom.jpg) no-repeat;
}

/* =================================================================
             www.bussgeld-umfrage.de - Links Settings
===================================================================*/

#footer {
	padding-top:30px;
}


#footer a {
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	}

#footer a:hover {
	font-weight:bold;
	color:#fea807;
}

#main a {
	text-decoration:underline;
	font-weight:bold;
	color:#47110f;
}

#main a:hover {
	text-decoration:none;
}
/* =================================================================
             www.bussgeld-umfrage.de - Navi Settings
===================================================================*/
#navi ul {
	padding-left:15px;	
}

#navi ul li {
	display:inline;
}

#navi a {
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-weight:bold;
	color:#882b12;
	font-size:16px;
	padding-top:16px;
}


#navi a:hover {
	color:#fff;
}

/*---------------------------------xxxXXXxxx------------------------------------*/

#navi #btn_01 a {
	width:99px;
	height:26px;
	float:left;
	display:block;
	background:url(../images/btn_01.gif) 0 0 no-repeat;
	text-align:center;
	
}

#navi #btn_01 a:hover {
	width:99px;
	height:26px;
	float:left;
	display:block;
	background:url(../images/btn_01.gif) 0 -42px no-repeat;
	text-align:center;
	
}

/*---------------------------------xxxXXXxxx------------------------------------*/

#navi #btn_02 a {
	width:107px;
	height:26px;
	float:left;
	display:block;
	background:url(../images/btn_02.gif) 0 0 no-repeat;
	text-align:center;
	
}

#navi #btn_02 a:hover {
	width:107px;
	height:26px;
	float:left;
	display:block;
	background:url(../images/btn_02.gif) 0 -42px no-repeat;
	text-align:center;
	
}

/*---------------------------------xxxXXXxxx------------------------------------*/

#navi #btn_03 a {
	width:97px;
	height:26px;
	float:left;
	display:block;
	background:url(../images/btn_03.gif) 0 0 no-repeat;
	text-align:center;
	
}

#navi #btn_03 a:hover {
	width:97px;
	height:26px;
	float:left;
	display:block;
	background:url(../images/btn_03.gif) 0 -42px no-repeat;
	text-align:center;
	
}

/*---------------------------------xxxXXXxxx------------------------------------*/

#navi #btn_04 a {
	width:140px;
	height:26px;
	float:left;
	display:block;
	background:url(../images/btn_04.gif) 0 0 no-repeat;
	text-align:center;
	
}

#navi #btn_04 a:hover {
	width:140px;
	height:26px;
	float:left;
	display:block;
	background:url(../images/btn_04.gif) 0 -42px no-repeat;
	text-align:center;
	
}

/*---------------------------------xxxXXXxxx------------------------------------*/

#navi #btn_05 a {
	width:69px;
	height:26px;
	float:left;
	display:block;
	background:url(../images/btn_05.gif) 0 0 no-repeat;
	text-align:center;
	
}

#navi #btn_05 a:hover {
	width:69px;
	height:26px;
	float:left;
	display:block;
	background:url(../images/btn_05.gif) 0 -42px no-repeat;
	text-align:center;
	
}




#banner_holder {
	width:120px;
	height:600px;
	position:absolute;
	left: 807px;
	top: 6px;
}

/* =================================================================
             www.bussgeld-umfrage.de - Class & Others Settings
===================================================================*/

h1 {
	font-size:18px;
	font-weight:bold;
	color:#a23d1a;
	margin-bottom:20px;
}

h2 {
	font-size:14px;
	font-weight:bold;
	color:#fea807;
	padding-bottom:10px;
}

p {
	padding-bottom:10px;

}


.divider {
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
}


/* ====================================================================
				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 */

