/* 
Daily-picks V2.0 Style
Author: Christian Oberück
Version 1.0 
Date: 30.05.2007
*/
/* Textboxen importieren*/
@import url(textboxes.css);
@import url(discussmodul.css);

/*-------------Container ---------------*/

#maxsize {
	position:relative;
	padding:0;
	margin:auto;
	text-align:left;
	width:990px;
}	

#werbung {
	float:left;
	margin-top:40px;
	margin-right:5px;
	border:1px solid #000;
}

#container {
	position:relative;
	padding:0;
	margin:auto;
	margin-top:20px;
	text-align:left;
	width:850px;
	float:left;
	}

/*-------- der Container besteht aus subcontainern */

#header {
	padding:0;
	margin:0;
	width:850px;
	height: 150px;
	overflow:hidden;
	position:relative;
	}

#left_container {
	float:left;
	width:215px;
	display:inline;
	}
	
#header_extension {
    position: relative;
    padding: 0;
    margin: 0;
    width: 215px;
    height: 120px;
	}

#right_container {
	float:right;
	width:215px;
	display:inline;
	}

#main_container {
	float:left;
	width:420px;
	display:inline;
	}
	
.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
	

.anmeldekasten {
	position: absolute;
	top: 121px;
	left: 4px;
	width: 210px;
	height: 29px;
}

.anmeldekasten_1024 {
	position: absolute;
	top: 181px;
	left: 4px;
	width: 210px;
	height: 29px;
}

.pop_tippseinsehen {
	position:absolute;
	margin-left:5px;
	width:472px;
	z-index:2;
	border:1px outset #333;
	color:#333;
	background:url(images/background_popup.png) repeat;
	margin-bottom:20px;
}

#popup {
	visibility:hidden;
}

.x_close {
	float:right;
	clear:both;
	cursor:pointer;
}

.popinhalt {
	padding:2px;
	clear:both;
}

/* Tippübersicht */

#tippuebersicht {
	width:100%;
}



#tipp_panel {
	display:inline;
}

/* Tippübersicht ENDE*/

/*-------------Boxen in der linken Spalte */

#abschluss_left {
    position: relative;
    padding: 0;
    margin: 0;
    width: 215px;
    height: 30px;
}


/*-------------Boxen in der rechten Spalte */

#trend_box_header {
    position: relative;
    width: 215px;
	height:30px;
	padding:0px;
	margin:0px;
	z-index:1;
}

#trend_box {
    position: relative;
    margin: 0px;
    width: 215px;
	padding:0px;
	z-index:1;
}

#trend_box_footer {
    position: relative;
	margin:0px;
	padding:0px;
    width: 215px;
	height:20px;
	z-index:1;
	
}

#tippuebrsichttabelle {
	z-index:3;
}

/*-------------Footer */

#footer {
	margin: 0;
	padding: 0;
	height:40px;
}

.inhaltpadding {
padding-left:10px;
}

