@charset "UTF-8";

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset { margin: 0; padding: 0; border:0; }
.clearleft { clear: left; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }
.clearright { clear: right; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }
.clearboth { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }
 
img { border: 0; }

body {
	font: 100% HelveticaNeue-Light, HelveticaNeue, Helvetica, Arial, sans-serif;
	background: #d9dce3 url(/_images/pagebg.gif) top left repeat-x;
	color: #000000;
	text-align: center;
}

h2 {
	font-size: 30px;
	font-weight:bold;
	line-height:28px;
	margin-top:0px;
}

h3 {
	font-size: 16px;
	font-weight:bold;
	line-height:24px;
	margin-top:30px;
}
h4 {
	font-size: 14px;
	font-weight:bold;
	line-height:20px;
	margin-top:20px;
}

p {
	font-size: 14px;
	font-weight:normal;
	line-height:20px;
	margin-top:8px;
}
A {
	text-decoration:none;
	color:#f12121;
}
A.more {
	background: url(/_images/morelinkimg.gif) right 3px no-repeat;
	padding-right: 15px;
}
UL {
	margin-top:8px;
	xmargin-bottom:8px;
	
}

LI {
	font-size: 14px;
	font-weight:normal;
	line-height:20px;
	margin-top:3px;
	margin-bottom:3px;
	margin-left:20px;
}

TD {
	font-size: 14px;
	font-weight:normal;
	line-height:20px;
	vertical-align:top;
	text-align:left;
}
TD.right {
	text-align:right;
}
.small {
	font-size:12px;
}

#pageholder {
	margin: 0 auto;
	width: 1001px;
	text-align:left;
}
#navigationcontainer {
	position:relative;
}
#navigation {
	background: url(/_images/navibg.png) top left no-repeat;
	width: 297px;
	height: 346px;
	text-align: left;
	position:absolute;
	right:10px;
	top:30px;
	z-index: 9;
	-moz-transform:rotate(-4deg);	
	-webkit-transform:rotate(-4deg);	
	-o-transform: rotate(-4deg);
	rotation:-4deg;
}
#navigation ul {
	list-style:none;
}
#navigation li {
	display:block;
	font-size: 16px;
	line-height:20px;
	margin-bottom:10px;
}
#navigation li a {
	text-decoration:none;
	color:black;
}
#navigation .content {
	margin: 24px 40px 50px 34px;
}
#pageholder .top {
	background: url(/_images/container_topbg.png) top left no-repeat;
	height:50px;
	width: 1001px;
}
#pageholder .linedbg {
	background: url(/_images/container_linedbg.png) top left repeat-y;
	width: 1001px;
}
#pageholder .bottom {
	background: url(/_images/container_bottombg.png) top left no-repeat;
	height:50px;
	width: 1001px;
}
#pageholder .imagebg {
	background: url(/_images/container_imagebg.png) top left repeat-y;
	width: 1001px;
	height:407px;
	padding-left:51px;
}

#pageholder .welcomebg {
	background: url(/_images/container_imagebg.png) top left repeat-y;
	width: 900px;
	height:558px;
	padding-left:51px;
}
			

#pageholder .contentholder {
	margin: 0 50px 0 50px;
	padding-top:50px;
	background: url(/_images/imageshadow.png) top center no-repeat;
}
#pageholder .dbr3pilletop {
	background: url(/_images/dbr3pille_top.png) bottom right no-repeat;
	height:80px;
}
#pageholder .dbr3pillebottom {
	background: url(/_images/dbr3pille_bottom.png) top right no-repeat;
	height:50px;
	padding: 10px 300px 0 0;
	text-align: right;
}
#pageholder .dbr3pillebottom a {
	text-decoration:none;
	color:black;
	font-size:14px;
	text-shadow: white 1px 1px 2px;
}
#pageholder .welcomelinksunten {
	text-align: right;
}
#pageholder .welcomelinksunten a {
	text-decoration:none;
	color:black;
	font-size:14px;
	text-shadow: white 1px 1px 2px;
}

#pageholder .contentholder .contentleft {
	width: 280px;
	float:left;
	padding: 0 20px 0 30px;
	}
#pageholder .contentholder .contentright {
	margin: 0 40px 0 340px;
}

.contentleft a {
	color:#f12121;	
	text-decoration:none;
}

.referenzen_liste li{
	color:#000;
	font-size:14px;
	list-style-type:none;
	padding-top:20px;
}

.referenzen_liste a{
	color:#6e718f;
}

/* CSS für die 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;}
#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: 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; }

/* Lightbox Ende */
