@charset "utf-8";
/* CSS Document */

/*------------------ BASICS ------------------------*/

* {
	margin: 0px;
	padding: 0px;
	}


body {
	font-family: Verdana,Arial,Tahoma,Helvetica,Sans-serif;
	font-size: 12px; 
	}
	
img {
	border: none;
	}
	
html {
	background-image: url(../images/bg_verlauf.png);
	background-repeat: repeat-x;
	}
	
	
/*------------------ EXTRAS ------------------------*/



#direktkontakt {
	position: absolute;
	height: 202px;
	width: 239px;
	right: 0px;
	background-image: url(../images/direktkontakt_logistik.png);
	background-repeat: no-repeat;
	}
	


/*--------------------------------- HEAD bereich --------------------------------------------*/

#header {
	height: 145px;
	width: 640px;
	margin: 0 auto;

	}

#logo_shadow {
	height: 101px;
	width: 5px;
	margin-left: -5px;
	background-image: url(../images/logoshadow_left.png);
	background-repeat: no-repeat;
	}
	
#logo {
	height: 101px;
	width: 320px;
	margin-top: -101px;
	}
	
#navi {
	height: 40px;
	width: 640px;
	background-image: url(../images/navi_bg.png);
	background-repeat: repeat-x;
	}
	
#head_schlagwort {
	padding-top: 26px;
	margin-left: 430px;
	font-size: 26px;
	color: #FFF;
	}
	
#head_schlagwort_mittig {
	padding-top: 42px;
	margin-left: 430px;
	font-size: 26px;
	color: #FFF;
	}
	
	
/*----------------------------- navi ---------------------------------*/

#navi ul {
	padding-top: 16px;
	list-style: none;
	text-align: center;
	}


#navi li {
	display: inline;
	}

#navi a {
	margin: 6px;
	font-size: 13px; 
	text-decoration: none;
	color: #333;
	}
	
#navi a:hover {
	color: #0066cc;
	text-decoration: underline;
	}
	
#navi a:focus {
	color: #000;
	}
	
	
/*----------------------------- subnavi ---------------------------------*/

#subnavi {
	padding-top: 38px;
	height: 250px;
	width: 150px;
	}
	
#subnavi ul {
	margin-top: -6px;
	list-style: none;
	}


#subnavi li {	
	margin: 0px 0px 10px 0px;
	background-image: url(../images/logist_subnavi_bg.png);
	background-repeat: no-repeat;
	}

#subnavi a {
	padding-left: 20px;
	font-size: 13px; 
	text-decoration: none;
	color: #333;
	}

#subnavi a:hover {
	color: #000;
	font-weight: bold;
	}
	
#subnavi a:focus {
	color: #000;
	}

/*--------------------------------- MITTELTEIL ---------------------------------------*/

#logistpic {
	margin: 0 auto;
	height: 304px;
	width: 640px;
	background-image: url(../images/logistik_main_pic.png);
	background-repeat: no-repeat;
	}
	
#main_content {
	margin: 0 auto;
	margin-top: -20px;
	height: 100%;
	width: 640px;
	}
	
	
#text {
	width: 440px;
	height: 100%;
	margin-left: 200px;	
	margin-top: -288px;
	}
	

#kontakt_form td {
	padding: 3px;
	width: 90px;
	}
	
.auswahl {
	width: 90px;
	}
	
.bereich {
	width: 260px;
	}

.button {
	width: 100px;
	left: 10px
	}

/*--------------------------------- content ---------------------------------------*/


#inhalt_dienstleist {
	width: 440px;
	height: 100%;
	}
	
#text ul {
	margin-top: 0px;
	list-style: none;
	}
	
#text li {
	margin: 2px 0 0 10px;
	padding-left: 12px;
	background-image: url(../images/listen_pfeil.gif);
	background-repeat: no-repeat;
	}

#text a {
	text-decoration: none;
	color: #0066cc;
	}
	
#text a:hover {
	color: #000;
	text-decoration: underline;
	}
	
#back_link {
	text-align: center;
	}

#back_link a {
	color: #333;
	}
/*--------------------------------- Tabellendefinierung von "Team" ---------------------------------------*/

#text table {
	}

#text tr {
	}
	
#text td {
	vertical-align: top;
	}


/*--------------------------------- Listendefinierung von "Dienstleistungen" ---------------------------------------*/

#inhalt_dienstleist ul {
	list-style: none;
	}

#inhalt_dienstleist li {
	margin: 5px 0 0 10px;
	background-image: url(../images/listen_pfeil.gif);
	background-repeat: no-repeat;
	}

#inhalt_dienstleist ul a {
	text-decoration: none;
	color: #06C;
	}
	
#inhalt_dienstleist ul a:hover {
	color: #000;
	text-decoration: underline;
	}

#inhalt_dienstleist li:hover {
	background-image: url(../images/listen_pfeil_hover.gif);
	background-repeat: no-repeat;
	}


/*------------------------------- FOOTER bereich -------------------------------*/

#footer {
	width: 100%;
	height: 81px;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	}
	

	
#footer_text {
	padding-top: 30px;
	padding-right: 30px;
	text-align: right;
	font-size: 11px;
	color: #CCC;
	}
	
#footer_text a {
	text-decoration: none;
	color: #CCC;
	}
	
#footer_text a:hover {
	text-decoration: underline;
	color: #FFF;
	}
	

/*------------------------------- classes & text definitionen -------------------------------*/

h2 {
	font-family: Verdana,Arial,Tahoma,Helvetica,Sans-serif;
	font-size: 13px;
	font-weight: bold;
	}

h3 {
	font-size: 11px;
	font-weight: bold;
	}

.blau {
	color: #0066cc;
	}
	
.blau_big {
	color: #0066cc;
	font-weight: bold;
	}

.back_link {
	color: #0066cc;
	text-decoration: underline;
	}
	
.mittig {
	padding-top: 20px;
	}

.pic_border {
	padding: 2px;
	border: 1px solid #0066cc;
	}
	
	
/*------------------------------- LIGHTBOX 2.0 -------------------------------*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 113px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }




















