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

*{ padding: 0;
   margin: 0;
   outline:0;
 }
 
body {
	background: url(../images/bg_pattern.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background-color:#926745;
}

p {
	line-height:20px;
	padding-bottom:10px;	
	
}
/* =================================================================
             www.haustier-umfrage.de - DIV Settings
===================================================================*/

#wrapper {
	width:800px;
	height:auto;
	margin:0 auto;
	position:relative;
	z-index:20;
}


#header {
	width:800px;
	height:230px;
	background:url(../images/bg_header.png) no-repeat;
	
}

#flashdiv {
	width:800px;
	height:230px;
	background:none;
	
}

#navi {
	width:800px;
	height:53px;
	background:url(../images/bg_navi.jpg) no-repeat;	
}

#main {
	width:800px;
	min-height:500px;
	background:url(../images/bg_main.jpg) no-repeat;
	background-color:#FFF!important;	
}


* html #main {
	height:500px;	
}

#main a {
	color:#d01d30;
	text-decoration:none;	
}

#main a:hover {
	color:#d01d30;
	text-decoration:underline;	
}

#left_box {
	width:229px;
	height:auto;
	float:left;
	position:relative;
	padding:37px 0 0 20px;	
}

#left_box_2 {
	width:161px;
	height:auto;
	float:left;
	position:relative;
	padding:37px 0 0 0;	
	margin-left:25px;
}

#content_1 {
	width:485px;
	height:auto;
	float:right;
	margin-top:37px;
	margin-right:20px;
	padding:20px 10px 0 20px;
	background:url(../images/bg_content_1.gif) no-repeat;		
}

#content_2 {
	width:730px;
	height:auto;
	float:right;
	margin-top:37px;
	margin-right:20px;
	padding:20px 10px 0 20px;
	background:url(../images/bg_content_2.gif) no-repeat;				
}

#content_3 {
	width:560px;
	height:auto;
	float:right;
	margin-top:37px;
	margin-right:20px;
	padding:20px 10px 0 20px;
	background:url(../images/bg_content_3.gif) no-repeat;				
}

#box_umfrage_right {
	width:500px; 
	float:right;	
}

#box_umfrage_left {
	width:200px;
	height:300px;
	background:#099;
	float:left;	
}

#bottom {
	clear:both;
	width:800px;
	height:84px;
	background:url(../images/bg_bottom.gif) no-repeat;	
}

#footer {
	padding-top:10px;
	color:#c06013;	
}

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

#footer a:hover {
	color:#d01d30;
	text-decoration:underline;	
}



#banner_holder {
	width:120px;
	height:600px;
	position:absolute;
	left: 816px;
	top: 235px;

	}
/* =================================================================
            www.haustier-umfrage.de - Class
===================================================================*/
h1 {
	color:#c06013;
	font-size:25px;
	margin-bottom:10px;		
}

h2 {
	color:#8b4626;
	font-size:18px;
	margin-bottom:10px;		
}

.sonderaktion {
	position:absolute;
	left: -3px;
}



/* =================================================================
            www.haustier-umfrage.de - Navi Leiste
===================================================================*/

#navi ul {
	list-style-type:none;
	color:#fff;
	padding:20px 0 0 15px;		
}

#navi li {
	display:inline;
	padding:0 5px 0 5px;	
}

#navi a {
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	font-size:15px;
}

#navi a:hover {
	color:#fae18e;	
}


a.buttonhover:hover {
background-image : url(../images/start_button_b.jpg);
height: 136px;
                width: 480px;
                               display:block;
                overflow:visible;
} 

a.buttonhover {
background-image : url(../images/start_button_a.jpg);
height: 136px;
                width: 480px;
                overflow:visible;
                display:block;
}



/* ====================================================================
				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 */

