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

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

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

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

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

#wrapper_2 {
	width:860px;
	height:auto;
	margin:0 auto;
	background:url(../images/bg_wrapper_2.gif) #fff repeat-y;
}

#header {
	width:860px;
	height:305px;
	position:relative;
	background:url(../images/bg_header.jpg) no-repeat;
}

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

#main {
	width:860px;
	min-height:400px;
	background:url(../images/bg_main.gif) no-repeat;
}

* html #main {
	height:400px;	
}

#main_2 {
	width:860px;
	min-height:400px;
	background:url(../images/bg_main_2.gif) no-repeat;
}

* html #main_2 {
	height:400px;	
}

#left_box {
	width:236px;
	height:auto;
	float:left;
	padding:0 0 0 30px;
}

#content {
	width:515px;
	height:auto;
	float:right;
	padding:20px 49px 30px 0;
}

#content_2 {
	width:762px;
	height:auto;
	float:left;
	padding:20px 0 30px 50px;
}


#bottom {
	clear:both;
	width:860px;
	height:108px;
	background:url(../images/bg_bottom.jpg) no-repeat;
}

#bottom_2 {
	clear:both;
	width:860px;
	height:108px;
	background:url(../images/bg_bottom_2.jpg) no-repeat;
}

#footer {
	padding-top:80px;
	color:#b4e5f7;	
}

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

/* =================================================================
             www.zeitschriften-umfrage.de - Other Settings
===================================================================*/
#menu ul {
	width:544px;
	height:52px;
	float:right;
	padding-right:20px;	
}

#menu li {
	display:inline;
}

#menu li a {
	font-size:15px;
	height:29px;
	float:left;
	display:block;
	padding:23px 22px 0 22px;
	text-decoration:none;
	color:#FFF;
	background:url(../images/bg_buttons.gif) 0 0 repeat-x;
	-webkit-transition-property:background;  
 	-webkit-transition-duration: 0,1s, 0,1s;  
	-webkit-transition-timing-function: linear, ease-in;
}

#menu li a:hover {
	background:url(../images/bg_buttons.gif) 0 -52px repeat-x;
	-webkit-transition-property:background;  
 	-webkit-transition-duration: 0,1s, 0,1s;  
	-webkit-transition-timing-function: linear, ease-in;
}

#menu li.aktiv a {
	font-size:15px;
	height:29px;
	float:left;
	display:block;
	padding:23px 22px 0 22px;
	text-decoration:none;
	color:#FFF;
	background:url(../images/bg_buttons.gif) 0 -52px repeat-x;
}

/* =================================================================
             www.zeitschriften-umfrage.de - Other Settings
===================================================================*/
h1 {
	color:#004158;
	font-size:22px;
}

h2 {
	color:#e17c31;
	font-size:16px;
}

.logo {
	width:337px;
	height:30px;
	padding:18px 0 0 20px;
}

.menu_fold {
	position:absolute;
	left: 860px;
	top: 305px;
}

.button_teilnahme {
	width:368px;
	height:61px;
	display:block;
	text-indent:-99999px;
	background:url(../images/button_teilnehmen.gif) no-repeat;	
}

.button_teilnahme:hover {
	background:url(../images/button_teilnehmen.gif) 0 -61px no-repeat;	
}

#content a {
	color:#004158;
	text-decoration:none;
}

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

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

