/* =================================================================
             www.gratisgewinnspiel.de - CSS Document 
===================================================================*/

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

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

/* =================================================================
             www.gratisgewinnspiel.de - DIV Settings
===================================================================*/

#container {
	width:100%;
	height:auto;
	background-color:#f5ebc9;
}

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

#main {
	width:680px;
	min-height:400px;
	padding:105px 136px 0 136px;
	background:url(../images/bg_main.jpg) no-repeat;
}

* html #main {
	height:400px;	
}

#bottom_wide {
	width:100%;
	height:329px;
	background:url(../images/bg_bottom_wide.gif) repeat-x;	
}

#bottom_grafik {
	width:952px;
	height:329px;
	margin:0 auto;
	position:relative;
	background:url(../images/bg_bottom_grafik.jpg) no-repeat;	
}


/* =================================================================
             www.gratisgewinnspiel.de - Menu Settings
===================================================================*/


#menu ul {
	float:right;
	list-style-type:none;
	color:#fff;
	padding-top:20px;
	padding-right:20px;
}

#menu li {
	display:inline;
	padding:0 4px 0 4px;
	text-shadow: 1px 1px 1px #818517;
	filter: dropshadow(color=#818517, offx=1, offy=1);
}

#menu li a {
	font-size:13px;
	color:#fff;
	text-decoration:none;
}

#menu li a:hover {
	color:#5a412c;	
}

#footer {
	padding-top:30px;
	color:#fff;
	text-shadow: 1px 1px 1px #2b170a;
	filter: dropshadow(color=#2b170a, offx=1, offy=1);	
}

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

#footer a:hover {
	color:#f5ebc9;
}


/* =================================================================
             www.gratisgewinnspiel.de - Other Settings
===================================================================*/

.logo {
	width:226px;
	height:38px;
	float:left;
	padding:0 0 0 20px;	
}


#banner_holder {
	width:120px;
	height:600px;
	position:absolute;
	left: 935px;
	top: 10px;
	background-color:none;
}


h1 {
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#e0410e;
	margin-bottom:10px;	
}

h2 {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#8e930c;
	margin-bottom:10px!important;	
}

.highlight_green {
	color:#8e930c;	
}

.oben {
	position:absolute;
	left: 800px;
	top: -17px;
}

.gewinnerdaten {
	margin-bottom:-10px;	
}

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

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

a.button_teilnhemen {
	width:243px;
	height:41px;
	text-indent:-10000px;
	display:block;
	background:url(../images/button_teilnehmen.gif) 0 0  no-repeat;	
}

a.button_teilnhemen:hover {
	background:url(../images/button_teilnehmen.gif) 0 -41px  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 */

