/*	Offroadschmiede Marcus Haase 2.0
	Created: 07.03.2008
	Updated: 11.04.2008	
	Author: Andreas Beusker
   ----------------------------------------------------*/

/* RESET */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, img,
blockquote, pre, abbr, acronym, address, code, del, dfn, em, q,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, hr
	{margin: 0;padding: 0;border: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;}

ol, ul { list-style: none;}
img, a img { border: none; }

body, html {min-height:101%;}

/* Global classes */
.clear         { clear:both; }
.clearright    { clear:right; }
 
.floatleft    { float:left; }
.floatright   { float:right; }
 
.textleft     { text-align:left; }
.textright    { text-align:right; }
.textcenter   { text-align:center; }
.textjustify  { text-align:justify; }

/* STRUCTURE */

.aussen {width:898px;margin:0 auto;}
.show {margin:20px 0 0 180px;}

.show .img {margin:0 0 20px 10px;float:right;text-align:center;padding:0;}
.show .img p {font-size:90%;text-align:center;margin:0 auto;}
.show .moreimg {margin:20px 0 0;}
.show .moreimg .odd {margin:0 0 20px 0;float:left;}
.show .moreimg .even {margin:0 0 20px 10px;float:left;}
div.mehr {padding:10px 0;border-bottom:1px solid #222;border-top:1px solid #222;}
.footer {clear:both;margin:30px 0;padding:20px 0 0;border-top:4px solid #222;}
.imgcenter {text-align:center;}
.imgcenter img {margin:10px auto;}

/* Fonts */

body {font: normal normal normal 75%/1.5em 'Lucida Grande', Verdana,Arial,sans-serif;color:#444;}

h1, h2, h3, h4, h5, h6 {font-weight: normal;}
h1 {font-size: 150%;margin:0 0 20px;}
h2 {font-size: 100%;}
h3 {font-size: 110%;}
h4 {font-size: 100%;}
h5 {font-size: 100%;}
h6 {font-size: 100%;}

p a {font-weight:bold;color:#000;}
.show img, .show a img {padding:1px;border:1px solid #333;}
p.zitat {padding:10px 60px 10px;margin:10px 0 20px;font-weight:bold;border-bottom:1px solid #222;border-top:1px solid #222;}
.show .moreimg p {padding:0 0 10px;}
.mehr p.mehr {font-weight:bold;font-style:italic;}
.footer p {padding:20px 140px;color:#666;font-style:italic;}
.footer p.clear {margin:20px 0 0;border-top:4px solid #222;}
.footer .toc hr {clear:both;visibility:hidden;}
.footer .toc div p {font-style:normal;margin:10px 0 0;padding:10px 0 0;border-top:0px solid #222;}
.einzel {width:600px;margin:10px auto 0;}
.imgeinzel {float:left;margin:0 30px 20px 0;padding:0;text-align:center;}
.imgeinzel p {font-size:90%;}
.text p {margin:1em 0 0;}
table {padding:0;border-collapse:collapse;}
table td {width:300px;padding:3px;border:1px solid #ddd;}
.img .lupe {background:transparent url(../08_layout/lupe.png) no-repeat right bottom;height:40px;margin:-40px 0 0 300px;position:relative;z-index:10;}

/* TOP */
.top {height: 120px;margin:10px 0 0;border-bottom:4px solid #222;}
.top-grafik {float:right;width:200px;height:110px;background:#fff url(../08_layout/zeichnung_kabine.jpg) no-repeat top right;}
.top img {margin:50px 0 0;border:0px;}

/*Navigation */
.nav {float:left; width:160px;margin:90px 0 20px 0;}
.nav ul.nav_main li {display:block;padding:0px;}
.nav ul.nav_sub {margin:2px 0 4px;}
.nav ul.nav_sub li {padding:0 0 0 10px;}
.nav a {color:#444;text-decoration:none;padding:2px 2px 2px 2px;}
.nav a.aktiv {color:#fff;background:#777;}
.nav a:hover {background:#333;color:#fff;}

.show .breadcrumb {margin:0 0 20px;}
.index .show .breadcrumb {visibility:hidden;}
.show .breadcrumb a {color:#444;}
.footer .toc {text-align:center;width:70em;margin:0 auto 0px;}
.footer .toc a {color:#444;text-decoration:none;}
.footer .toc a:hover {text-decoration:underline;}
.footer .toc ul.tocmain {text-align:left;}
.footer .toc ul.tocmain li {float:left;width:10em;font-weight:bold;}
.footer .toc ul.tocmain li ul li {display:block;font-weight:normal;font-size:90%;margin:0 0 0 0px;}
.footer .toc a.neu {padding:0 10px 0 0;background:transparent url(../08_layout/neu.png) no-repeat right bottom;}
.footer .neutext {margin:0;padding:0;font-style:normal;font-size:90%;}


/* ---- LIGHTBOX ---*/

#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; background: url(../images/prevlabel.gif) left bottom no-repeat;}
#nextLink { right: 0; float: right;background: url(../images/nextlabel.gif) right bottom no-repeat;}
#prevLink:hover, #prevLink:visited:hover {  }
#nextLink:hover, #nextLink:visited:hover {  }

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

#imageData{	padding:0 10px; color: #444; }
#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: 66px; 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; }