/* DESIGN ELEMENTE
-------------------------------------------------------------- */
html, body, form, fieldset, p, div, h1,  h2, h3, h4, h5, h6 { -webkit-text-size-adjust:none; }

body {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:70%; /* Die Schriftgröße EM ist in Prozent > 0.70 * 16px = 11px */
	line-height:1.5em;
	margin:0;	
	padding:0;
	}
		
img { border:0; }	

/* POSITIONIERUNGEN */	
	
.left  { float:left; text-align:left; }
.right { float:right; text-align:right; }	
.clear { clear:both; }
.hide  { display: none; }

/* HEADLINES */

h1 { font-weight:normal; font-size:1em; line-height:1.5em; margin:0; }
h2 { font-weight:normal; font-size:1em; line-height:1.5em; margin:0 0 1.5em 0; }

/* TEXT & PARAGRAPHS */

p           { line-height:1.5em; margin:0 0 1.5em 0; }
blockquote  { font-style:italic; margin:1em; }
strong      { font-weight:bold; }
em		    { font-style:italic; }

.small      { font-size: 0.9em; line-height: 1.7em; }

/* LINKS IM INHALT */

a 		   { outline:none; }
a.intern   { background-image:url(../img/icon_intern.gif); }
a.extern   { background-image:url(../img/icon_extern.gif); }
a.download { background-image:url(../img/icon_download.gif); }	
a.back 	   { background-image:url(../img/icon_back.gif); }

a.intern, a.extern, a.download , a.back { 
	background-repeat:no-repeat;
	background-position:right;
	padding:0 1em 0 0; 
	}

/* HAUPTNAVIGATION */

a.hauptnavi       { text-decoration:none; }
a.hauptnavi:hover { text-decoration:none; }
a.hauptnavi:focus { text-decoration:none; }

a.hauptnavi .light       { text-decoration:none; }
a.hauptnavi .light:hover { text-decoration:none; }
a.hauptnavi .light:focus { text-decoration:none; }

a.hauptnavi.aktiv        { text-decoration:none; }
a.hauptnavi.aktiv .light { text-decoration:none; }

.box_haelfte a 			{ font-size:11px; }
.box_haelfte a:hover 	{ font-size:11px; }
.box_haelfte a:focus 	{ font-size:11px; }

/* KUNDEN */

.box_kunden a     { text-decoration:none; }
.box_kunden a:hover { text-decoration:none; }
.box_kunden a:focus { text-decoration:none; }
.box_kunden a.aktiv { text-decoration:none; }


/* LISTEN */

li ul, 
li ol       { margin: 0; }
ul, ol      { line-height: 1.5em; margin: 0; }

ul          { list-style-type: none; }
ol          { list-style-type: decimal; }

/* TABELLEN */

table         { margin-bottom: 1.4em; text-align:left; width:100%; }
th            { font-weight: normal; }
thead th 	  { background: #42a82b; color:#fff; }
th,td,caption { padding: 4px 10px 4px 0px; }
tr.even td    { background: #eee; }
tfoot         { font-style: italic; }
caption       { background: #eee; }

/* FORMS */

form 		{ margin-bottom:1em; }
label       { font-weight:normal; margin-right:1em; }
fieldset    { padding:1em; margin:0; border:1px solid #ccc; }
legend      { color:#42a62a; font-weight:bold; font-size:1em; }
select      { color:#585858; font-size:1em; font-style:normal; }

	/* Form fields
	-------------------------------------------------------------- */
	
	input[type=text], input[type=file],
	input.text, input.title, 
	textarea, select { 
	background-color:#fff; 
	border:1px solid #6175A1; 
	font-size:11px;
	padding:1px;
	color:#004278;
	}
	
	input[type=text]:focus, input[type=file]:focus, 
	input.text:focus, input.title:focus, 
	textarea:focus, select:focus { 
	  border-color:#004278;
	}
	
	input[type=text], input[type=file], 
	input.text, input.title,
	textarea, select {
	  margin:0.2em 0;
	}
	
	input.text, 
	input.title		{ width:293px; padding:2px; }
	input.text		{ font-size:1em;}
	input.title		{ font-size:1em; font-weight:bold; }
	textarea		{ width:300px; height:250px; padding:2px; }
	
	input.image		{ top:4px; position:relative;}
  	input[type=radio], input.radio	{ top:2px; position:relative; margin-left:0; margin-right:4px;}	
	
	input[type=checkbox], input.checkbox { position:relative; top:0.15em; }
	
	/* Success, notice and error boxes
	-------------------------------------------------------------- */
	
	input.error      { border-color:#d91c63; }
	input.notice     { border-color:#ff7200; }
	input.success    { border-color:#1db3bc; }

/* lightbox elements */
#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(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/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: 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: #012B53; }