/* =================================================================
             www.glueckslos.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:#f7dc16;
}

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

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

#wrapper {
	width:870px;
	height:auto;
	margin:0 auto;
	background:#FFF;
	
}

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

#menu {
	width:870px;
	height:49px;
	position:relative;
	background:url(../images/bg_menu.jpg) no-repeat;
}


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


* html #main {
	height:400px;	
}

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

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

#content a {
	color:#cf2420;	
}

#content a:hover {
	color:#dc591d;	
}


#bottom {
	clear:both;
	width:870px;
	height:58px;
	color:#ffffff;
	background:url(../images/bg_bottom.jpg) no-repeat;	
}

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

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

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



/* =================================================================
             www.glueckslos.de - Meu Settings
===================================================================*/
#menu ul {
	list-style-type:none;	
}

#menu li {
	display:inline;
}

/*-----------------------------------------------------------------*/

#menu .btn_01 a {
	width:148px;
	height:49px;
	text-indent:-9999px;
	float:left;
	display:block;
	background:url(../images/btn_01.gif) 0 0 no-repeat;
}

#menu .btn_01 a:hover {
	background:url(../images/btn_01.gif) 0 -49px no-repeat;
}

#menu .btn_01_aktiv a {
	width:148px;
	height:49px;
	text-indent:-9999px;
	float:left;
	display:block;
	background:url(../images/btn_01.gif) 0 -49px no-repeat;
}

/*-----------------------------------------------------------------*/

#menu .btn_02 a {
	width:147px;
	height:49px;
	text-indent:-9999px;
	float:left;
	display:block;
	background:url(../images/btn_02.gif) 0 0 no-repeat;
}

#menu .btn_02 a:hover {
	background:url(../images/btn_02.gif) 0 -49px no-repeat;
}

#menu .btn_02_aktiv a {
	width:147px;
	height:49px;
	text-indent:-9999px;
	float:left;
	display:block;
	background:url(../images/btn_02.gif) 0 -49px no-repeat;
}

/*-----------------------------------------------------------------*/

#menu .btn_03 a {
	width:120px;
	height:49px;
	text-indent:-9999px;
	float:left;
	display:block;
	background:url(../images/btn_03.gif) 0 0 no-repeat;
}

#menu .btn_03 a:hover {
	background:url(../images/btn_03.gif) 0 -49px no-repeat;
}

#menu .btn_03_aktiv a {
	width:120px;
	height:49px;
	text-indent:-9999px;
	float:left;
	display:block;
	background:url(../images/btn_03.gif) 0 -49px no-repeat;
}

/*-----------------------------------------------------------------*/

#menu .btn_04 a {
	width:234px;
	height:49px;
	text-indent:-9999px;
	float:left;
	display:block;
	background:url(../images/btn_04.gif) 0 0 no-repeat;
}

#menu .btn_04 a:hover {
	background:url(../images/btn_04.gif) 0 -49px no-repeat;
}

#menu .btn_04_aktiv a {
	width:234px;
	height:49px;
	text-indent:-9999px;
	float:left;
	display:block;
	background:url(../images/btn_04.gif) 0 -49px no-repeat;
}

/* =================================================================
             www.glueckslos.de - Other Settings
===================================================================*/
h1 {
	font-size:20px;
	color:#4a0001;
	margin-bottom:10px;
}

h2 {
	font-size:16px;
	color:#d32c1f;
	margin-bottom:10px;
}

.teaser {
	position:absolute;
	left: 651px;
	top: -17px;
}

.dice {
	position:absolute;
	left: 870px;
	top: 176px;
}

.bild_startseite {
	float:left;
	display:block;
	width:226px;
	height:295px;
	padding-right:20px;
}

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

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

#banner_holder {
	width:120px;
	height:600px;
	position:absolute;
	left: 905px;
	top: -311px;
}

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

