/* =================================================================
             www.mode-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:url(../images/bg_mode_umfrage.jpg) repeat-x;
	background-color:#111111;
}

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

a {
	color:#775486;
	text-decoration:underline;
	
}

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

/* =================================================================
             www.mode-umfrage.de - DIV Settings
===================================================================*/
#wrapper {
	width:850px;
	height:auto;
	margin:0 auto;
	background:url(../images/bg_wrapper.jpg) repeat-y;
}

#header {
	width:850px;
	height:80px;
	background-color:#111111;
	position:relative;
}

.logo {
	float:left;	
}

#navi {
	float:right;
	padding-top:33px;
	width:450px;
	height:47px;
}

#main_startseite {
	width:850px;
	height:672px;
	position:relative;
	background:url(../images/bg_content_startseite.jpg) no-repeat;	
}

#main_unterseite {
	width:850px;
	height:auto;
	background:url(../images/bg_content.jpg) no-repeat;	
}
#title_box {
	width:657px;
	height:36px;
	padding:38px 0 0 15px;	
}

#content {
	width:607px;
	min-height:350px;
	padding:30px 25px 0 40px;
	background:none;	
}

* html #content {
	height:350px;	
}

#box_bottom {
	width:850px;
	height:250px;
	position:relative;
	background:url(../images/bg_bottom.jpg) no-repeat;
}

#bottom {
	width:850px;
	height:30px;
	color:#f02e86;
	background-color:#111;	
}

/* =================================================================
             www.mode-umfrage.de - Menu Settings
===================================================================*/

#navi ul {
	list-style-type:none;
	float:right;
	font-size:12px;	
}

#navi li {
	display:inline;	
}

#navi  li.aktiv a {
	display:block;
	padding:10px;
	float:left;
	color:#fff;
	text-decoration:none;
	background:#f02e86;
	margin-right:5px;
	border-radius: 10px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	-webkit-transition-property:color, background;  
 	-webkit-transition-duration: 1s, 1s;  
	-webkit-transition-timing-function: linear, ease-in;  	
}

#navi  li.aktiv a:hover {
	display:block;
	padding:10px;
	float:left;
	color:#fff;
	text-decoration:none;
	background:#a9326b;
	margin-right:5px;
	border-radius: 10px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	-webkit-transition-property:color, background;  
 	-webkit-transition-duration: 1s, 1s;  
	-webkit-transition-timing-function: linear, ease-in;  	
}

#navi li a {
	display:block;
	padding:10px;
	float:left;
	color:#fff;
	text-decoration:none;
	background:#111111;
	margin-right:5px;
	border-radius: 10px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	-webkit-transition-property:color, background;  
 	-webkit-transition-duration: 1s, 1s;  
	-webkit-transition-timing-function: linear, ease-in;  	
}

#navi li a:hover {
	background:#f02e86;
}

#bottom {
	color:#666666;	
}

#bottom a {
	color:#666666;
	text-decoration:none;	
}

#bottom a:hover {
	color:#ccc;
	text-decoration:underline;	
}


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

#main_unterseite h1#title_top {
	font-size:18px;
	color:#fff;
}

.bild_startseite {
	padding-top:112px;	
}

.bild_elbogen {
	position:absolute;
	left: 850px;
	top: 458px;
}

.button_startseite_teilnehmen {
	position:absolute;
	left: -23px;
	top: 412px;	
}

.button_weiter a {
	width:329px;
	height:79px;
	font-size:28px;
	color:#000;
	text-decoration:none;
	display:block;
	position:absolute;
	padding:50px 0 0 54px;
	left: -23px;
	top: 0px;
	background:url(../images/button_weiter.jpg) 0 0 no-repeat;
}

.button_weiter a:hover {
	color:#a9326b;
	background:url(../images/button_weiter.jpg) 0 -129px no-repeat;
}

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


#gewinnerseite h1{
	color:#f02e86;
	margin-top:10px;
	margin-bottom:10px;
	font-size:18px;
}

#gewinnerseite h2{
	color:#775486;
	margin-top:10px;
	margin-bottom:10px;
	font-size:16px;
}


