
/*  Reset Values */
* { padding: 0; margin: 0; }
html,body{ height: 100%; }

/* Basic */
body{
	font: 0.8em/160% Arial, Helvetica, Verdana, sans-serif;
	background-color:#595959;
}
img{border:0px;}


/* Layout */
#wrapper { 
	margin: 0 auto;
	width: 1118px;
}

#faux {
	position:absolute;
	background-image: url(../images/shadow.jpg);
	background-repeat:repeat-y;
	margin: 0px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width:1118px;
	min-height: 100%;
	background-color:#069;
}
* html #faux {
	height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
#leftcolumn { 
	display: inline;
	margin: 0px;
	padding: 0px;
	width: 67px;
	float: left;
}
#content { 
	float: left;
	margin-left: 67px;
	padding: 0px;
	width: 988px;
	display: inline;
	position: relative;
}
#rightcolumn { 
	display: inline;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 63px;
	float: right;
}
#footer { 
	width: 988px;
	height:8px;
	clear: both;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	margin: 0px;
}
.clear { clear: both; background: none; }

#contentarea{
	background-image: url(../images/line_contentarea.gif);
	background-repeat:repeat-y;
	background-position: left top;
	margin:30px 0px 20px 0px;
	overflow:hidden
}
#content_leftcolumn {
	width: 352px;
	border-right:1px solid #c1970d;
	float:left;
	/*margin:30px 0px 20px 0px;*/
	padding: 0px 0px 0px 12px;
	height:100%;
}

#content_rightcolumn{
	width:482px;
	float:left;
	/*margin:30px 0px 20px 0px;*/
	padding: 4px 93px 0px 43px;
	/*border-left:1px solid #c1970d;*/
}
#header img { 
	display:block;	/* IE6/7 Fix: Header Bild hatten 1px Abstand zum Menü */
}


/* Style */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
	line-height:130%;
	color:#006ab3;
	margin-bottom:10px;
}
p {
    color: #666;
    font: 1.0em/160% Arial, Helvetica, Verdana, sans-serif;
	text-align:justify;
	margin-bottom:10px;
}
p.bold {
    color: #666;
    font: 1.0em/160% Arial, Helvetica, Verdana, sans-serif;
	font-weight:bold;
	text-align:left;
}
p.indent {
    color: #666;
    font: 1.0em/160% Arial, Helvetica, Verdana, sans-serif;
	text-align:left;
	margin-left:70px;
}

ol{
	color: #666;
    font: 1.0em/160% Arial, Helvetica, Verdana, sans-serif;
	text-align:justify;
	margin-bottom:10px;
	font-weight:bold;
	margin-left: 30px;
}

div#content_leftcolumn p {
    color: #999;
    font: 0.8em/160% Arial, Helvetica, Verdana, sans-serif;
	text-align:left;
}
div#content_leftcolumn a:link, a:hover, a:visited, a {
	color:#c1970d;
	text-decoration:none
}
img#taetige_pic{ margin-top:15px; float:left; }
img#reg_button{	margin: 15px 0px 33px 180px; }
img#partner_index{ margin-top: 20px; }
img.voucher_button_index{ margin-top: 10px; margin-bottom:30px; }
div.bg_index{
	height:535px;
	background-image:url(../images/index_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;	
}
img#costs_friends{ margin-top: 35px; }
img#costs_cashbackcard{ float:right; }
img#cashback_online_shops{ margin-top: 20px; }
img#cashback_card_shops{ margin-top: 20px; }
img#cashback_gutscheine{ margin-top: 20px; }
img#friendshipbonus{ 
	margin: 0px 0px 0px 25px;
	float:right;
}


div#content_leftcolumn p{
	margin-left:25px;
}


#content_leftcolumn
{
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
.bolder{
	font: 1.3em Arial, Helvetica, Verdana, sans-serif;
	font-weight:bold;
}

