/* 
Daily-picks V2.0 Style
Author: Christian Oberück
Version 1.0 
Date: 18.04.2008
Farbschemas (Bilder)
*/

/*--- header ---------------------------------------------------------------*/

#header{
	background: url(images/header_background_1024.jpg) no-repeat;
}

/*--- Main Container */

body {
	background: url(images/body-bg.jpg) repeat-x 0 100%;
	background-attachment: fixed;
}

#main_container {
	background: url(images/maincontainer_1024_bg.gif) repeat-y;
}


.artikel_info {
	border-bottom-color: #71AECB;
}

/*--- Right Caontainer */

#right_container {
	background: url(images/background_boxright.gif) repeat-y; 
}

.right_container_headline {
	background: url(images/headline_boxright.gif) no-repeat;
}

#trend_box {
	background: url(images/trend_box_bg.gif) repeat-y;
}

#trend_box_header {
	background: url(images/trend_box_header.gif) no-repeat;
}

#trend_box_footer {
	background: url(images/trend_box_footer.gif) no-repeat;
}

/*--- Left Container */

#header_extension {
	background: url(images/headerextension_boxleft_bg.gif) no-repeat;
}

#anmeldekasten_top {
	background: url(images/login_top.gif) no-repeat;
}

#anmeldekasten_top_error {
	background: url(images/login_top_error.gif) no-repeat;
}

#anmeldekasten_top_welcome {
	background: url(images/login_top_welcome.gif) no-repeat;
}

#left_container {
	background: url(images/background_boxleft.gif) repeat-y; 
}

.left_container_headline {
	background: url(images/headline_boxleft.gif) no-repeat;
}

.left_container_headline_cs {
	background: url(images/headline_boxleft_an.gif) no-repeat;
}

#abschluss_left {
	background: url(images/borderbottom_boxleft.gif) no-repeat;
}

/*--- footer */

#footer {
	background: url(images/maincontainer_1024_bg_en.gif) no-repeat;
}

/*--- Tabelle */
.caption {
	background:#fff;
	font-weight:bold;
}

.leftside {
	background:#3798B9;
}

.rightside {
	background:#71AECB;
	margin-left:20px;
} 
