/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v34-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v34-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
	border: 0;
	background-color: #e6e6e6;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.5em
}

/* lightbox-part */

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

#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: transparent url(../images/blank.gif) no-repeat; /* 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: normal;
}

#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			

#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
/* ende lightbox-part */
	
p {
	color: #000000;
	font-family: 'Open Sans';
	font-weight: 400;
	line-height: 1.5em;
	font-size: 14px;
}

h1 {
  font-size: 24px;
  	font-family: 'Open Sans';
	font-weight: 400;
  color: #000;
  padding-right: 5px
   }
	
h2 {
	position: relative;
	left: -10px;
  font-size: 20px;
  	font-family: 'Open Sans';
	font-weight: 400;
  color: #f49e00;
  line-height: 1.2em;
  padding-top: 25px;
	}
	
h3 {
	font-size: 11px;
	color: #efb000;
	font-weight: normal;
	font-style: italic;
	line-height: 0.2em
	}
	
td {
	color: #909090;
	margin: 0; 
}

ul {
position: relative;
	left: 60px;
	color: gray
}

li {
	line-height: 1.5em;
	padding-top: 4px;
	padding-bottom: 4px;
}

li.greybackground {
	background-color: #f6f6f6;
	padding-top: 4px;
	padding-bottom: 4px;
}

img {
	border: 0px none;
	padding: 0px 0px 0px 0px;
}

form {
	margin: 3px;
	border: none;
}

input {
	border-style: solid;
	border-width: 1px;
	font-size: 10px;
	color: #909090;
	padding-left: 2px;	
}

textarea {
	border-style: solid;
	border-width: 1px;
	font-size: 10px;
	color: #909090;
	padding-left: 2px;
}

.greybackground {
	background-color: #fafafa
}

.checkbox {
	border: none;
	font-size: 10px;
	color: #909090;
}

a:link {
	text-decoration: none;
	}

a:active {
	text-decoration: none
	}
	
a:visited {
	text-decoration: none
	}
	
a:hover {
	color: #000000;
	text-decoration: underline
	}

.smallnav {
	font-size: 10px;
	font-weight: bold;
	color: #77beed;
	border-top: none;
	line-height: 1.3em
	}
	
.active {
	font-size: 12px;
	font-weight: bold;
	color: #7194c5;
	white-space: nowrap;
}

.inactive {
	font-size: 12px;
	font-weight: bold;
	color: #cdcdcd;
	white-space: nowrap;
}

.activesmall {
	color: #7194c5;
	white-space: nowrap;
}

.inactivesmall {
	color: #ccd4ec;
	white-space: nowrap;
}

.welcome {
	color: #7194c5;
	font-weight: bold;
	font-size: 15px;
}

table.nav {
	position: absolute;
	top: 198px;
	width: 850px
}

table.shadow {
	position: absolute;
	left: 30px;
	top: 210px;
	width: 870px
}

#top {
	padding: 0;
	margin: 0 auto;
	width: 1000px;
	clear: both;
	background: url("../pix/header3.jpg") no-repeat top;
	height: 281px;
}

#page {	
	text-align: left;
	background-color: white;
	margin: 0 auto;
	padding: 0;
	width: 1000px;	
	position: relative;
	background: url("../pix/border3.jpg") repeat-y top
	}
	
#footer {
	padding: 20px 0 0 0;
	margin: 0 auto;
	width: 1000px;
	clear: both;
	background: url("../pix/footer3.jpg") no-repeat bottom;
	height: 80px;
}

#text {
	position: absolute;
	left: 80px;
	top: 222px;
	padding: 10px;
	background-color: #ffffff;
	width: 500px;
	height: auto;
}

#footer p {
	margin: 0 0 60px 0;
	text-align: center;
	font-size: 9px	
}

#headline {
	position: absolute;
	left: 0px;
	top: 0px;
}

#text {
	position: absolute;
	left: 80px;
	top: 222px;
	padding: 10px;
	background-color: #ffffff;
	width: 500px;
	height: auto;
	color: Gray;
}

#textintro {
	position: absolute;
	left: 300px;
	top: 240px;
	padding: 10px;
	background-color: #ffffff;
	width: 350px;
	height: auto;
	color: Gray;
}

#textwhite {
	position: absolute;
	left: 300px;
	top: 190px;
	padding: 10px;
	background-color: #ffffff;
	width: 350px;
	height: auto;
	color: Gray;
}

#grafikrechts {
	position: absolute;
	left: 530px;
	top: 165px;
	width: 200px;
	height: auto;
}

#grafikunten {
	position: absolute;
	left: 80px;
	top: 430px;
	width: 200px;
	height: auto;
}


.maintext {
	position: relative;
	top: -80px;
	padding-left: 105px;
	padding-top: 1px;
	padding-bottom: 30px;
	width: 670px;
	color: Gray;
	line-height: 1.4em;
	z-index: auto;
}

