/* CSS Document 
 MEDIA
*/

#menu {
	width: 750px;
	margin: 0 auto;
	background-image:url(../images_f/bg_elektralab.jpg);
	background-repeat:no-repeat;
	z-index: 5;
	position: absolute;
	height: 110px;
}
#title_bar {
	background-image: url(../images_f/title_elektralab.jpg);
	background-repeat:repeat-x;
	height: 70px;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 0;
	position: relative;
}
#page {
	/*border: 1px solid green;*/
	height: 500px;
	z-index: 5;
	margin-top: 10px;
}

#col_left {
	width: 239px;
	/*border: 1px solid orange;*/
	float: left;
	margin-right: 5px;
	height: 130%;
	overflow: visible;
	position:relative;
	background-image:url(../images_f/line_col_bg_single.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

#col_left_bg {
	background-image:url(../images_f/line_float_cornerbr.gif);
	background-repeat:no-repeat;
	height: 200px;
	width: 200px;
	background-position:bottom right;
	position: absolute;
	bottom: -75px;
	right: -0px;
}

* html #col_left_bg {
	right: -1px;
}

* html .line_corner_tr {
	right: -1px;
}

#col_right {
	width: 450px;
	/*border: 1px solid magenta;*/
	float: left;
	color: #4a5147;
	padding-bottom: 20px;
	padding-left: 20px;
	position:relative;
	left: -10px;
	background-image:url(../images_f/line_corner_bl.gif);
	background-repeat:no-repeat;
	background-position: bottom left;
	/*background-image:url(../images_f/line_double.gif);
	background-repeat:repeat-y;
	left: -13px;*/
}

#col_right_bg {

}

* html #col_right_bg {

}

#col_right_bg_bg {
	position:relative;
	top: -35px;
	height: 200px;
	background-image: url(../images_f/line_col_bgdown.gif);
}

#col_right_detail1 {
	height: 250px;
	width: 495px;
	position: absolute;
	bottom: 10px;
	right: 0;
	z-index: -2;
}

* html #col_right_detail1 {
	height: 250px;
	width: 498px;
	position: absolute;
	bottom: 0;
	right: 0;
}

* html #col_right_bg_bg {
	position:relative;
	top: 385px;
	height: 500px;
	background-image: url(../images_f/line_col_bgdown.gif);
}