/*
/ CSS copyright 03/2010 by C.D.
/ header.css
/	| header | searchcontainer | languages | topnavigation | header_textlinks | groupbar
/	+ logo 	 + searchformtext  | searchform                                   
*/

 * {
    padding:0;
    margin:0;
    font-size:100.01%;
    }
body {
	background: url(../imguser/header/header-background-repeat.gif) repeat-x;
	height: 100000px;
}

#headerBG-fixed {/* reserved for fixed positioning header */}

/* header start */
	#header {
		font-family: Arial, Helvetica, sans-serif;
		position:relative;
		top: 0;
		width: 100%; 
		height: 110px;
    z-index:20;
	}
	#logo {
		position: absolute; top: 0; left: 0;
		background: url(../imguser/header/vdl-logo.gif) no-repeat;
		width:130px; height:65px;
	}
	#logo img.logo {border:0; width:130px; height:65px;}

/* section - Start */
	#section {
		position:absolute; top:0; left:837px;
		padding:60px 0 0 0; /* Positionierung der Flaggen */
		width:202px; height:40px; /* Groesse section real 202px x 100px* - padding beachten */
		background: url(../imguser/header/vdl-sectionlogo.gif) no-repeat;
	}
	#section.sds {background: url(../imguser/header/sektionslogo_VDL_sds.gif) no-repeat;}
	#section.drs {background: url(../imguser/header/sektionslogo_VDL_drs.gif) no-repeat;}
	#section.ses {background: url(../imguser/header/sektionslogo_VDL_ses.gif) no-repeat;}
	#section.scan {background: url(../imguser/header/sektionslogo_VDL_scan.gif) no-repeat;}
	#section.rent {background: url(../imguser/header/sektionslogo_VDL_rental.gif) no-repeat;}
	/* Sprach-Selectfeld */
    #languageswitch {
        position:absolute;
        top:78px;
        right:30px;
        width:145px;
        border:1px solid #B5123E;
        font-size:11px;
    }
	/* languages - Start -- disabled
	#section ul {list-style:none; display:block; position:absolute; right:-19px; width:200px;}
	#section ul li {float:left; margin-right:15px;}
	#section img.lang {border:0; width:20px; height:15px;}
	#section a {margin:0; padding:0;}
	#section a.DE {height:13px; width:20px; background: url(../imguser/header/DE.gif) no-repeat scroll 0 2px;}
	#section a.DE:hover,
	#section .active a.DE {height:13px; width:20px; background:url(../imguser/header/DE.gif) no-repeat scroll 0 -15px;}
	#section a.EN {height:13px; width:20px;	background: url(../imguser/header/EN.gif) no-repeat scroll 0 2px;}
	#section a.EN:hover,
	#section .active a.EN {height:13px; width:20px; background:url(../imguser/header/EN.gif) no-repeat scroll 0 -15px;}
	#section a.FR {height:13px; width:20px; background:url(../imguser/header/FR.gif) no-repeat scroll 0 2px;}
	#section a.FR:hover,
	#section .active a.FR {height:13px; width:20px; background:url(../imguser/header/FR.gif) no-repeat scroll 0 -15px;}
	#section a.NL {height:13px; width:20px; background:url(../imguser/header/NL.gif) no-repeat scroll 0 2px;}
	#section a.NL:hover,
	#section .active a.NL {height:13px; width:20px; background:url(../imguser/header/NL.gif) no-repeat scroll 0 -15px;}
	#section a.BE {height:13px; width:20px; background:url(../imguser/header/BE.gif) no-repeat scroll 0 2px;}
	#section a.BE:hover,
	#section .active a.BE {height:13px; width:20px; background:url(../imguser/header/BE.gif) no-repeat scroll 0 -15px;}
/* section, languages - Ende */

/* topnavigation - Anfang */
	#topnavigation {position:absolute; top:42px; left:230px; width:700px; height:25px; margin:0; padding:0;}
	#topnavigation.FR {left:192px;}
	#topnavigation a {font-family: Arial, Helvetica, sans-serif;; font-size:11px; font-size-adjust:none;
		font-stretch:normal; font-style:normal; font-variant:normal; font-weight:bold;
		line-height:12px; text-decoration:none; color:#717879}
	#topnavigation ul {list-style:none; margin:0; padding:0; background:none;}
	#topnavigation li {float:left; background:url(/imguser/header/topnavi-right-inactive.gif) no-repeat right top;
		padding:0; margin:0 5px 0 0; display:block; width:auto; height:25px;}
	#topnavigation li a {background:url(/imguser/header/topnavi-left-inactive.gif) no-repeat left top;
		margin:0; display:block; width:auto; height:25px;
		padding:5px 8px 0px 8px;}
	#topnavigation li:hover {background:url(/imguser/header/topnavi-right-hover.gif) no-repeat right top;}
	#topnavigation a:hover {background:url(/imguser/header/topnavi-left-hover.gif) no-repeat left top;}
	#topnavigation li.topnaviActive {background:url(/imguser/header/topnavi-right-active.gif) no-repeat right top;
	}
	#topnavigation li.topnaviActive a {background:url(/imguser/header/topnavi-left-active.gif) no-repeat left top; color:#FFFFFF;
	}
/* topnavigation - Ende */

/* header_textlinks - Anfang */
	#header_textlinks {
		position: absolute;
		top: 79px;
		left: 230px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
	    width: 580px;
	}
	#header_textlinks img {
		margin: 0; padding: 0; border: 0;
	}
	#header_textlinks ul {
		margin: 0; padding: 0;
	}
	#header_textlinks ul li {
		display: inline;
		color: #999999;
		padding-right: 7px;
	}
	#header_textlinks ul li a {
		padding: 0;
		background-color: transparent;
		color: #666666;
		text-decoration: none;
	}
	#header_textlinks ul li.active a {
		background-color: transparent;
		color: #666666;
		text-decoration: underline;
	}
	#header_textlinks a:hover {
		text-decoration: underline;
	}
/* header_textlink - Ende */

/* searchform - start */
	#searchform {border:0; margin:0; padding:0;}
	#searchform form {border:0;}
	#searchform form label {display:none}
	#searchform form fieldset.frontendsearchform {border:0;}
	#searchform form fieldset.frontendsearchform input {
		display:block; display:block; position:absolute; top:79px; left:182px;
	}
	#searchform form fieldset.frontendsearchform input#text_searchItems {
		display:block; position:absolute; top:77px; left:10px;
		border:1px solid #b2b3b4; background:#FFFFFF; color:#b5123e;
		font-family: Arial, Helvetica, sans-serif; font-size: 11px;
		padding:1px 2px; width:160px;
	}
/* searchform - end */

/* header end */

/* @group Groupbar-Content */

.groupbar {
	background: url(/imguser/groupbar/groupbar-bg.gif) repeat-x;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	border-top: 10px solid white;
	z-index: 30;
	height:30px;
	padding:0;
}
.groupbar ul {
	list-style-type: none;
	position: relative;
	display: block;
	height: 30px;
	width: 1000px;
	margin:0 auto;
}
.groupbar ul li {
	float: left;
}
.groupbar ul li a {
	display: block;
	height: 30px;
}
.groupbar ul li a.TRG {
	background: url(/imguser/groupbar/groupbar-TRG.gif) no-repeat left top;
	width: 200px;
}
.groupbar ul li a.TRT {
	background: url(/imguser/groupbar/groupbar-TRT.gif) no-repeat left top;
	width: 230px;
}
.groupbar ul li a.TKL {
	width: 190px;
	background: url(/imguser/groupbar/groupbar-TKL.gif) no-repeat left top;
}
.groupbar ul li a.VDL {
	width: 190px;
	background: url(/imguser/groupbar/groupbar-VDL.gif) no-repeat left top;
}
.groupbar ul li a.THC {
	width: 190px;
	background: url(/imguser/groupbar/groupbar-THC.gif) no-repeat left top;
}
.groupbar ul li a.TRG:hover {
	background: url(/imguser/groupbar/groupbar-TRG.gif) no-repeat left bottom;
}
.groupbar ul li a.TRT:hover {
	background: url(/imguser/groupbar/groupbar-TRT.gif) no-repeat left bottom;
}
.groupbar ul li a.TKL:hover {
	background: url(/imguser/groupbar/groupbar-TKL.gif) no-repeat left bottom;
}
.groupbar ul li a.VDL:hover {
	background: url(/imguser/groupbar/groupbar-VDL.gif) no-repeat left bottom;
}
.groupbar ul li a.THC:hover {
	background: url(/imguser/groupbar/groupbar-THC.gif) no-repeat left bottom;
}
/* @end */