@charset "utf-8";

@import url("content.css");
@import url("menu.css");
@import url("fce.css");

/* ALLGEMEIN
**************************************************************************************************************/

body {
	margin:0;
	padding:0;
}

html, body {
	min-height: 100%;
	overflow-x:hidden;
}

#back_bar {
	position:absolute;
	/* top wird dynamisch berechnet */
	left:50%;
	width:50%;
	height:19px;
	background-color:#2859a9;
}

#back_image {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-align:right;
	vertical-align:bottom;
	overflow:hidden;
	visibility:hidden;
}
#back_image_img {
	position:absolute;
	right:0;
	bottom:0;
	width:100%;
}

#wrapper {
	position:absolute;
	left:50%;
	top:0; /* anpassung per JS */
	width:960px;
	height:640px;
	margin:0 0 0 -480px;
	background-color:#ffffff;
}

#back_bar {
	position:absolute;
	left:50%;
	top:35px; /* anpassung per JS */
	width:50%;
	height:19px;
}

/* HEADER
**************************************************************************************************************/

#header {
	position:relative;
	height:93px;
	z-index:43;
	background-image:url(../images/header.png);
	background-position:left top;
	background-repeat:no-repeat;
}
#header a.home_link_box {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:240px;
	height:73px;
	cursor:pointer;
	text-decoration:none;
}
	#claim_box {
		position:absolute;
		left:442px;
		top:35px;
		width:478px;
		height:19px;
	}
	#claim_box.claim_box_with_icon {
		width:425px;
	}
	#claim_box_text {
		padding:2px 0 0 0;
		text-align:right;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight:normal;
		color:#ffffff;
	}

	#fahrzeug_icon {
		position:absolute;
		left:884px;
		/*top:21px;*/
		top:23px;
		width:150px;
		height:60px;
	}
	#fahrzeug_icon .fahrzeug_icon_img {
		width:150px;
		height:60px;
		background-position:left top;
		background-repeat:no-repeat;
	}

	#topbar {
		position:absolute;
		left:370px;
		top:0;
		width:590px;
		height:35px;
	}

		#topmenu {
			float:right;
			position:relative;
			display:inline;
			width:387px;
		}

		#lang_selector {
			float:right;
			position:relative;
			display:inline;
			width:27px;
			margin-right:3px;
		}

		#searchbox {
			float:right;
			position:relative;
			display:inline;
			padding:5px 41px 0 0;
			width:132px;
		}

	#mainmenu {
		position:absolute;
		left:0;
		top:73px;
		width:100%;
		height:20px;
	}

/* CONTENT
**************************************************************************************************************/

#content_wrapper {
	position:relative;
	height:507px;
	padding:0 39px 0 40px;
	z-index:41;
}

	#col_left {
		float:left;
		position:relative;
		display:inline;
		width:700px;
		margin:0 8px 0 0;
	}

		#content_top {
			width:700px;
			height:286px;
			margin:0 0 8px 0;
			overflow:hidden;
		}

		#content_top_layer {
			position:absolute;
			left:374px;
			top:159px;
			width:290px;
			height:126px;
			overflow:hidden;
		}
		#content_top_layer_back {
			position:absolute;
			left:352px;
			top:146px;
			width:320px;
			height:140px;
			background-image:url(../images/content_top_layer_back.png);
			background-position:left top;
			background-repeat:no-repeat;
		}

		#content {
			height:191px;
			padding:13px 8px 0 10px;
			overflow:auto;
			position:relative;
		}

	#col_right {
		float:left;
		position:relative;
		display:inline;
		width:173px;
	}

		#right_top {
			height:285px;
			margin:0 0 8px 0;
		}

		#right_bottom {
			height:213px;
		}

/* FUßZEILE
**************************************************************************************************************/

#submenu_wrapper {
	position:relative;
	padding:0 39px 0 53px;
	height:40px;
}

#content_path {
	float:left;
	position:relative;
	display:inline;
	width:428px;
	padding:4px 0 0 0;
}

#submenu {
	float:left;
	position:relative;
	display:inline;
	width:440px;
}

/* ECKEN
**************************************************************************************************************/

#corner_lefttop,
#corner_righttop,
#corner_leftbottom,
#corner_rightbottom,
#corner_contenttop_rightbottom,
#corner_contentrighttop_leftbottom,
#corner_contentrightbottom_lefttop {
	line-height:0;
	font-size:0;
}

#corner_lefttop {
	position:absolute;
	left:40px;
	top:93px;
	width:21px;
	height:20px;
	z-index:199;
	background-image:url(../images/wrapper_corner_lefttop.png);
	background-position:left top;
	background-repeat:no-repeat;
}

#corner_righttop {
	position:absolute;
	left:901px;
	top:93px;
	width:20px;
	height:20px;
	z-index:199;
	background-image:url(../images/wrapper_corner_righttop.png);
	background-position:left top;
	background-repeat:no-repeat;
}

#corner_leftbottom {
	position:absolute;
	left:40px;
	top:579px;
	width:21px;
	height:21px;
	z-index:199;
	background-image:url(../images/wrapper_corner_leftbottom.png);
	background-position:left top;
	background-repeat:no-repeat;
}

#corner_rightbottom {
	position:absolute;
	left:900px;
	top:580px;
	width:21px;
	height:20px;
	z-index:199;
	background-image:url(../images/wrapper_corner_rightbottom.png);
	background-position:left top;
	background-repeat:no-repeat;
}

#corner_contenttop_rightbottom {
	position:absolute;
	left:723px;
	top:365px;
	width:17px;
	height:14px;
	background-image:url(../images/wrapper_corner_contenttop_rightbottom.png);
	background-position:left top;
	background-repeat:no-repeat;
	z-index:42;
}

#corner_contentrighttop_leftbottom {
	position:absolute;
	left:748px;
	top:362px;
	width:14px;
	height:17px;
	background-image:url(../images/wrapper_corner_contentrighttop_leftbottom.png);
	background-position:left top;
	background-repeat:no-repeat;
	z-index:42;
}

#corner_contentrightbottom_lefttop {
	position:absolute;
	left:748px;
	top:387px;
	width:14px;
	height:17px;
	background-image:url(../images/wrapper_corner_contentrightbottom_lefttop.png);
	background-position:left top;
	background-repeat:no-repeat;
	z-index:42;
}

/* RAHMEN
**************************************************************************************************************/

#border_top,
#border_left,
#border_right,
#border_bottom {
	line-height:0;
	font-size:0;
}

#border_top {
	position:absolute;
	left:61px;
	top:93px;
	width:840px;
	height:2px;
	z-index:199;
	background-image:url(../images/wrapper_border_top.png);
	background-position:left top;
	background-repeat:repeat-x;
}

#border_left {
	position:absolute;
	left:40px;
	top:113px;
	width:3px;
	height:466px;
	z-index:199;
	background-image:url(../images/wrapper_border_left.png);
	background-position:left top;
	background-repeat:repeat-y;
}

#border_right {
	position:absolute;
	left:918px;
	top:113px;
	width:3px;
	height:467px;
	z-index:199;
	background-image:url(../images/wrapper_border_right.png);
	background-position:left top;
	background-repeat:repeat-y;
}

#border_bottom {
	position:absolute;
	left:60px;
	top:598px;
	width:840px;
	height:2px;
	z-index:199;
	background-image:url(../images/wrapper_border_bottom.png);
	background-position:left top;
	background-repeat:repeat-x;
}


