@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0;
	top:0px;
	left:1px;
}
body{
	background-image: url(bilder/body_hg.jpg);
	background-color: #000;
}
h1{
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#69F;
	margin-bottom:10px;
	text-decoration:none;
	font-weight:lighter;
	margin-top: -5px;
	}
h4{
	text-decoration:none;
	font-size:9pt;
	font-family: Arial, Helvetica, sans-serif;
	color:#69F;
	margin-bottom:5px;
	font-weight:lighter;
	margin-top: 0px;
	}

p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:8pt;
	color:#ADADAD;
	}
.h-tabelle{
	width:100%;
	height: 100%;
}
.blau_link{
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	text-decoration:none;
	font-weight:lighter;
	margin-top: -5px;
	}
.blau_a{
	position: absolute;
	height: 22px;
	top: 1px;
	left: 470px;
	width:auto;
	}
a.blau_a:link{
	color: #828282;
	text-decoration: none;
	}
a.blau_a:active{
	color: #69F;            /*-----------------------------------------BLAU--------------------------------*/
	text-decoration: none;
	}
a.blau_a:visited{
	color:#616161;
	text-decoration: none;
	}
a.blau_a:hover{
	color: #69F;            /*-----------------------------------------BLAU--------------------------------*/
	text-decoration: none;
	}
#central{
	margin-right: auto;
	margin-top: 7px;
	position: relative;
	width: 860px;
	height: 570px;
	margin-left: auto;
	background-image: url(bilder/centr_hg.png);
	background-repeat: no-repeat;	
}
#header{
	background-image:url(bilder/header-hg.jpg);
	height: 116px;
	width: 810px;
	left: 0px;
	top: 0px;
	text-align: center;
	position: relative;
}
.haupt_bild_flash{
	height: 140px;
	background-repeat: no-repeat;
	width: 300px;
	position: absolute;
	left: 10px;
	top: 4px;
	z-index: 1;
}
	/*-----------Impressum Kontakt-------------*/
.kont_impr{
	position: absolute;
	width: 122px;
	height: 22px;
	top: 10px;
	left: 718px;
	}
a.ImpKont:link{
	color: #828282;
	text-decoration: none;
	}
a.ImpKont:active{
	color: #69F;            /*-----------------------------------------BLAU--------------------------------*/
	text-decoration: none;
	}
a.ImpKont:visited{
	color:#616161;
	text-decoration: none;
	}
a.ImpKont:hover{
	color: #69F;            /*-----------------------------------------BLAU--------------------------------*/
	text-decoration: none;
	}
	
	
	/*----------------------------------------------------------------------------------------------------------------------------------*/
	
	
	
	/*-----------Impressum Kontakt-------------*/
.kont_impr_jobs{
	position: absolute;
	width: 225px;
	height: 22px;
	top: 10px;
	left: 620px;
	}
a.ImpKont:link{
	color: #828282;
	text-decoration: none;
	}
a.ImpKont:active{
	color: #69F;            /*-----------------------------------------BLAU--------------------------------*/
	text-decoration: none;
	}
a.ImpKont:visited{
	color:#616161;
	text-decoration: none;
	}
a.ImpKont:hover{
	color: #69F;            /*-----------------------------------------BLAU--------------------------------*/
	text-decoration: none;
	}
	
	/*--------------------------------------------------------------------------------------------------------------------------------------*/
	
	
	
	
	
.menuschrift_links{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	height: auto;
	width: auto;
	}
.menuschrift_akt{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color:#69F;
}
/*------------------------ NAVI--------------------*/
#navi{
	top: 100px;
	width: 848px;
	height: 18px;
	position: absolute;
	background-image: url(bilder/menu_bg.jpg);
	left: 6px;
}

ul#Navigation {
	padding: 0;
	text-align: center;
	position: absolute;
	top: 0px;
	width: 572px;
	left: 270px;
	height: 16px;
}
ul#Navigation li {
	list-style: none;
	float: left;
	position: relative;
	padding: 0 0 0 30px;
	text-align: center;
	width:auto;
	height: auto;

}
* html ul#Navigation li {
    margin-bottom: 0.0em;
}
:first-child + html ul#Navigation li {
	margin-bottom:0.0em;
}
ul#Navigation li ul {
	display:none;
	left:-0.4em;
	margin:0;
	padding:0;
	position:absolute;
	top:1.6em;
}
* html ul#Navigation li ul {
	left:-0.4em;
}
:first-child + html ul#Navigation ul {
	padding-bottom:0.0em;
}
ul#Navigation li:hover ul {
	display:block;
}
ul#Navigation li ul li {
	float: none;
	display: list-item;
	min-width: 120px;
	text-align: left;
	height: 15px;

}
ul#Navigation a, ul#Navigation span {
	display: block;
	text-decoration: none;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;

}
* html ul#Navigation a, * html ul#Navigation span {
	width:6.4em;
}
ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
	color: #f4ab02;/*-------------------------------------------------Gelb---------------*/
	text-align: left;
	height: auto;
	padding-bottom: 0px;
}
li a#aktuell {
	color: #f4ab02;                        /*--------------------------------------------Orange-----------------*/
	text-align: left;
	height: auto;
	padding-bottom: 0px;
}


  /* Erweiterung zur dynamischen Ein-/Ausblendung */
ul#Navigation li>ul {
    display: none;
	top:17px;    	
}


/*-----------------------Navi links-----------------*/
#content_navilinks{
	position: absolute;
	width: 230px;
	height: 200px;
	background-image: url(img/hg_content.gif);
	top: 120px;
	left: 10px;
	text-align: center;
}
.navi-logo{
	position:absolute;
	top:48px;
	left:0px;
	}		
.navi-links{
	position:absolute;
	top:49px;
	left: -12px;
	width: auto;
	}	
a.details:link{
	color: #FFF;
	text-decoration: none;
	}
a.details:active{
	color: #fff;
	text-decoration: none;
	}
a.details_akt{
	color: #fdc400;
	text-decoration: none;
	}
a.details:focus{
	color: #003399;
	text-decoration: none;
	}
a.details:visited{
	color: #fff;
	text-decoration: none;
	}
a.details:hover{
	color: #fdc400;
	text-decoration: none;
	}
.karta{
	position:absolute;
	top: 200px;
	left: 5px;
	}
/* -----------------------------------Content Rechts---------------------*/
.start_bild{
	position:relative;
	top:118px;
	width:auto;
	height:auto;
	margin-left:6px;
	}
.content_rechts{
	position:relative;
	top:127px;
	width:auto;
	height:429px;
	text-align: center;
}
.logo_ren{
	position:absolute;
	top:256px;
	width:auto;
	height:auto;
	left: 394px;
	}
.logo_dac{
	position:absolute;
	top:255px;
	width:auto;
	height:auto;
	left: 486px;
	}	
	/*-------------Logos--links-----*/
.logos{
	width:86px;
	height:120;
	text-align:center;
	min-width:100px;
	top: 220px;
	position: relative;
	margin: auto;
	}
/*---------------------------unten------------------*/
.foot-table{
	width:100%;
	height:400px;
	top: 5px;
	}
#foot{
	margin-right: auto;
	position: relative;
	width: 860px;
	height: 570px;
	margin-left: auto;
	top: 0px;
}

.flash-unt{
	position:absolute;
	top:10px;
	width: auto;
	left: 415px;
}

/*---------------unten TAGS----------------*/
.tags{
	position:absolute;
	width:845px;
	height:58px;
	left: 0px;
	top: 240px;
	overflow:auto;
	scrollbar-arrow-color: #333333;
	scrollbar-base-color: #070707;
	scrollbar-track-color: #070707;
	scrollbar-face-color: #070707;
	scrollbar-highlight-color: #070707;
	scrollbar-3dlight-color: #070707;
	scrollbar-darkshadow-color: #070707;
	scrollbar-shadow-color: #070707;
	border-left: 1px solid #333333;
	padding-right:5px;
	padding-left: 5px;
	}
.strich{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #363636;
}
a.tag:link{
	color: #3F3F3F;
	text-decoration: none;
	}
a.tag:visited{
	color:#444444;
	text-decoration: none;
	}
a.tag:hover{
	color: #4267CA;
	text-decoration: none;
	}
/*---------------------------------------NW------------------------*/
#nw_link{
	position: absolute;
	width: 180px;
	height: 430px;
	background-image: url(img/hg_content.gif);
	top: 135px;
	left: 15px;
	}
.links_ul{
	position:absolute;
	top:530px;
	left:15px;
	width: auto;
	}
.tab_links{
	width:auto;
	}
/*--------------------------------------ALL-------------------------------*/
.bilder{
	position:absolute;
	height:auto;
	left:600px;
	width: 561px;
	top: 180px;
	left: 255px;
	}
.textInh{
	position:absolute;
	left: 259px;
	overflow:auto;
	scrollbar-arrow-color: #69F;
	scrollbar-base-color: #272727;
	scrollbar-track-color: #272727;
	scrollbar-face-color: #272727;
	scrollbar-highlight-color: #272727;
	scrollbar-3dlight-color: #272727;
	scrollbar-darkshadow-color: #272727;
	scrollbar-shadow-color: #272727;
	height:auto;
	top:380px;
	width: 555px;
	padding: 5px 5px 10px 5px;
	max-height:127px;
	border-left: 1px solid #69F;
	z-index: 1;
	}
	
.scrolbar-link{
	position:absolute;
	left: 0px;
	overflow:auto;
	overflow:auto;
	scrollbar-arrow-color: #69F;
	scrollbar-base-color: #272727;
	scrollbar-track-color: #272727;
	scrollbar-face-color: #272727;
	scrollbar-highlight-color: #272727;
	scrollbar-3dlight-color: #272727;
	scrollbar-darkshadow-color: #272727;
	scrollbar-shadow-color: #272727;
	height:310px;
	top:42px;
	width: 200px;
	padding: 5px  5px 10px 5px;
	max-height:350px;
	}
	/*--------------------------------VIDEO--------------------*/
.tv{
	position:absolute;
	left: 416px;
	top: 159px;
}
.video{
	position:absolute;
	left: 7px;
	top: 160px;
}
.nutzfahrzeugehtml{
	position:absolute;
	top:120px;
	left:135px;
	}

/*----------------------------------------PUZZLE-----------------------*/
.puzzle{
	position:absolute;
	height:auto;
	top:50px;
	left:200px;
	width: 561px;
	top: 124px;
	left: 201px;
	}
.gwInh{
	position:absolute;
	left: 6px;
	overflow:auto;
	scrollbar-arrow-color: #69F;
	scrollbar-base-color: #272727;
	scrollbar-track-color: #272727;
	scrollbar-face-color: #272727;
	scrollbar-highlight-color: #272727;
	scrollbar-3dlight-color: #272727;
	scrollbar-darkshadow-color: #272727;
	scrollbar-shadow-color: #272727;
	height:397px;
	top:146px;
	width: 837px;
	padding: 5px 5px 10px 5px;
	max-height:150px;
	border-left: 1px solid #69F;
	}
/*-------------------------------------------------------------INTRANET-------------------------------------------*/
#galerie{
	position:absolute;
	left: 10px;
	top: 155px;
	height::400px;
	width:840px;
	height: 400px;
	}

.textInhIntranet{
	position:absolute;
	left: 255px;
	height:auto;
	top:140px;
	width: 555px;
	padding: 5px 5px 10px 5px;
	}
.anabmeld{
	position: absolute;
	top:13px;
	left:250px;
	width:auto;
	}
.textInhgr{
	position:absolute;
	left: 255px;
	overflow:auto;
	scrollbar-arrow-color: #69F;
	scrollbar-base-color: #272727;
	scrollbar-track-color: #272727;
	scrollbar-face-color: #272727;
	scrollbar-highlight-color: #272727;
	scrollbar-3dlight-color: #272727;
	scrollbar-darkshadow-color: #272727;
	scrollbar-shadow-color: #272727;
	height:auto;
	top:180px;
	width: 555px;
	padding: 5px 5px 10px 5px;
	max-height:300px;
	border-left: 1px solid #69F;
	}
/*-----------------------------------------------NW--------------------------------------------------*/
#mwcentral{
	margin-top: 7px;
	position: relative;
	width: 860px;
	height: 570px;
	background-image: url(bilder/centr_hg.png);
	background-repeat: no-repeat;
	left: -7px;
}
#nwnavi{
	top: 100px;
	width: 100%;
	height: 18px;
	position: absolute;
	background-image: url(bilder/menu_bg.jpg);
	left: 6px;
}

/* -------------------------------------Wind.html------------------------*/
.flash{
	position:absolute;
	height:auto;
	top:50px;
	left:600px;
	width: 561px;
	top: 150px;
	left: 255px;
	}
/* -------------------------------Bunt---------------------------*/
.textInh_bunt{
	position:absolute;
	left: 308px;
	overflow:auto;
	scrollbar-arrow-color: #69F;
	scrollbar-base-color: #272727;
	scrollbar-track-color: #272727;
	scrollbar-face-color: #272727;
	scrollbar-highlight-color: #272727;
	scrollbar-3dlight-color: #272727;
	scrollbar-darkshadow-color: #272727;
	scrollbar-shadow-color: #272727;
	height:310px;
	top:183px;
	width: 520px;
	padding: 5px 5px 10px 5px;
	border-left: 1px solid #69F;
	}
.scrolbar-link-news{
	position:absolute;
	left: 4px;
	overflow:auto;
	overflow:auto;
	scrollbar-arrow-color: #69F;
	scrollbar-base-color: #272727;
	scrollbar-track-color: #272727;
	scrollbar-face-color: #272727;
	scrollbar-highlight-color: #272727;
	scrollbar-3dlight-color: #272727;
	scrollbar-darkshadow-color: #272727;
	scrollbar-shadow-color: #272727;
	height:310px;
	top:44px;
	width: 280px;
	padding: 5px  5px 10px 5px;
	max-height:350px;
	}
	/*---------------------------------------------------ZÄHLER---------------------------*/
	.zaeller{
	position:absolute;
	top:115px;
	left: -2px;
	border: 0;
	}
	
	/*-----------------------------------------------Flash Bilder (noDownload)-------------------------*/
.flash_bild{
		top:60px;
		position:relative;
		text-align:center;
		}
.fla_na_bilde{
	position:absolute;
	top: 441px;
	width: 850px;
	text-align: right;
	z-index: 1;
	}
.img_na_bilde{
	position:absolute;
	top: 270px;
	text-align: right;
	z-index: 1;
	width: auto;
	left: 30px;
	}
.tv_na_bilde{
	position:absolute;
	top: 73px;
	left: 410px;
	}
.unterschrift{
	position:relative;
	height:auto;
	top:50px;
	left:600px;
	width: 300px;
	top: -144px;
	left: 0px;
	
	}
.tv_kl{
	position:absolute;
	left: 230px;
	top: 580px;
	width: auto;
	text-align: right;
	z-index: 1;
	}
.bilder3az{
	position:absolute;
	height:auto;
	left:600px;
	width: 561px;
	top: 160px;
	left: 255px;
	}
.ek{
	position:absolute;
	height: 44px;
	width:70px;
	top: 20px;
	left: 437px;
	}
.ek2{
	position:absolute;
	width:70px;
	top: 20px;
	left: 456px;
	}

