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

*{ padding: 0;
   margin: 0;
   outline:0;
 }
 
body {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background-color:#3a2a14;
}

p {
	line-height:20px;
	padding-bottom:10px;	
}

html {
	height:100%;	
}

/* =================================================================
             www.reise-umfrage.de - DIV Settings
===================================================================*/
#bg_container {
	width:100%;
	height:auto;
	background: url(../images/bg_pattern.jpg) #daccbf repeat-x;
}

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

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

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

#menu {
	width:890px;
	height:79px;
	background:url(../images/bg_menu.jpg) no-repeat;	
}

#main {
	width:890px;
	min-height:450px;
	position:relative;
	background:url(../images/bg_main.jpg) no-repeat;	
}

* html #main {
	height:450px;	
}

#flashdiv {
	width:275px;
	height:556px;
	position:absolute;
	background-color:none;
	left: -58px;
	top: -95px;
}

#content {
	width:603px;
	height:auto;	
	float:right;
	padding:38px 62px 30px 0;
}

#content_umfrage {
	width:705px;
	height:auto;	
	float:right;
	padding:38px 62px 30px 0;
}

#bottom {
	width:100%;
	height:100px;
	background-color:#3a2a14;	
	
}

#bottom_bar {
	clear:both;
	width:890px;
	height:67px;
	margin:0 auto;
	background:url(../images/bg_bottom_bar.jpg) no-repeat;	
}

#footer {
	width:796px;
	height:auto;
	float:right;
	padding-top:20px;
	color:#3a2a14;	
}

#footer a {
	font-size:12px;
	color:#3a2a14;
	font-weight:bold;
	text-decoration:none;	
}

#footer a:hover {
	color:#6f5430;	
}

#banner_holder {
	width:120px;
	height:600px;
	position:absolute;
	left: 899px;
	top: 192px;
}

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

#main a:hover {
	text-decoration:none;	
}

/* =================================================================
             www.reise-umfrage.de - Other Settings
===================================================================*/

h1 {
	font-family: 'Merienda One', Arial, cursive;
	font-size:24px;
	color:#da0647;
	margin-bottom:20px;
	
}

h2 {
	font-family: 'Merienda One', Arial, cursive;
	font-size:16px;
	color:#5bb1ce;
	margin-bottom:20px;
	
}


h3 {
	font-family: 'Merienda One', Arial, cursive;
	font-size:14px;
	color:#da0647;
	margin-bottom:20px;
	
}


.highlight_orange {
	color:#f6550e;	
}

.button_mitmachen {
	width:238px;
	height:342px;
	display:block;
	float:right;
	text-indent:-10000px;
	background:url(../images/button_mitmachen.jpg) 0 0 no-repeat;
	/*-webkit-transition-property:background;  
 	-webkit-transition-duration: 1s, 1s;  
	-webkit-transition-timing-function: linear, ease-in;*/
		
}

.button_mitmachen:hover {
	background:url(../images/button_mitmachen.jpg) 0 -342px no-repeat;
		
}

/* ====================================================================
				Menu Settings
======================================================================= */

#menu ul {
	list-style-type:none;
	float:right;
	margin-right:40px;
	margin-top:33px;
	font-size:18px;		
}

#menu li {
	display:inline;
	
}


#menu li a {
	display:block;
	padding:10px 15px 10px 15px;
	float:left;
	color:#fff;
	font-family: 'Merienda One', Arial, cursive;
	text-decoration:none;
	background:#905b38;
	margin-left:20px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-transition-property:color, background;  
 	-webkit-transition-duration: 1s, 1s;  
	-webkit-transition-timing-function: linear, ease-in;  	
}

#menu li a:hover {
	display:block;
	padding:10px 15px 10px 15px;
	float:left;
	color:#fff;
	font-family: 'Merienda One', Arial, cursive;
	text-decoration:none;
	background:#db7d40;
	margin-left:20px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-transition-property:color, background;  
 	-webkit-transition-duration: 1s, 1s;  
	-webkit-transition-timing-function: linear, ease-in;  	
}

#menu li.aktiv a{
	display:block;
	padding:10px 15px 10px 15px;
	float:left;
	color:#fff;
	font-family: 'Merienda One', Arial, cursive;
	text-decoration:none;
	background:#db7d40;
	margin-left:20px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-transition-property:color, background;  
 	-webkit-transition-duration: 1s, 1s;  
	-webkit-transition-timing-function: linear, ease-in;  	
}



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

