html, body, #wrap 
{
height: 100%;
width:100%;
}
.zeiger_hand 
{
	cursor:pointer;
}

.höhe
{
	height:410px;
}
button
{
	padding:0px;
	height: 50px;
	width: 220px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
	border: 1px solid #fff;
	
}
.graybg
{
	background: #b3b3b3;
	background: -moz-linear-gradient(top, #b3b3b3 0%, #5c5c5c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3b3b3), color-stop(100%,#5c5c5c));
	background: -webkit-linear-gradient(top, #b3b3b3 0%,#5c5c5c 100%);
	background: -o-linear-gradient(top, #b3b3b3 0%,#5c5c5c 100%);
	background: -ms-linear-gradient(top, #b3b3b3 0%,#5c5c5c 100%);
	background: linear-gradient(top, #b3b3b3 0%,#5c5c5c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b3b3', endColorstr='#5c5c5c',GradientType=0 );
}

.letter
{
	letter-spacing: normal;     
}
p
{
	width:auto;
	font-family:Calibri; 
	font-size:12pt; 
	color:gray; 
	letter-spacing:-1px; 
	margin:0px; 
	text-align:left;
}

body 
{
	font-family:Calibri
}
footer
{

background: #8e8e8e;
background: rgb(221,230,230);
background: -moz-linear-gradient(top, rgb(221,230,230) 0%, rgb(255,255,255) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(221,230,230)), color-stop(100%,rgb(255,255,255)));
background: -webkit-linear-gradient(top, rgb(221,230,230) 0%,rgb(255,255,255) 100%);
background: -o-linear-gradient(top, rgb(221,230,230) 0%,rgb(255,255,255) 100%);
background: -ms-linear-gradient(top, rgb(221,230,230) 0%,rgb(255,255,255) 100%);
background: linear-gradient(top, rgb(221,230,230) 0%,rgb(255,255,255) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dde6e6', endColorstr='#ffffff',GradientType=0 );
}
.article
{
	padding: 5px;
	text-align:left;
	font-size:13px;
	color:#333;
	text-align: justify;
	text-decoration: none
}
h1
{
	text-align:left;
	font-size:15px;
	margin-bottom:0px;
	margin-top:3px;
	color:#e5a61d;
	margin-bottom:20px
}

h3
{
	text-align:left;
	font-size:15px;
	margin-bottom:0px;
	margin-top:3px;
}

h4
{
	letter-spacing:-1px;
	color:#e89439;
	font-size:24px;
	margin-bottom:30px;
	margin-top:3px;
	
}

h2
{
	text-align:left;
	font-family:Calibri;
	text-align:left;
	font-size:15px;
	margin-bottom:0px;
	margin-top:3px;
	color:#e5a61d
}

.article
{
	text-align:left;
	font-size:13px;
	color:#333;
	text-align: justify;
	text-decoration: none
}
#header
{
	width:100%;
	height:76px;
	background:url(images/bgtop.jpg)
}
#logo
{
	width:220px;
	height:73px;
	float:left;
	background:url(images/logo.png)
}
#leer
{
	float:left;	
	width:804px;
	height:53px
	
}
#navi
{
	height:21px;
	width:804px;
	float:left;
	text-align:right 
}
#subnavi
{
	width:100%;
	height:30px;
	background:url(images/navi_bg1.jpg);
	background-repeat:repeat-x
}
#flasher
{
	height:auto;
	width:100%;
	padding-top: 20px;
	padding-bottom: 5px;
}
#gardientorange
{
background: rgb(229,165,29);
background: -moz-linear-gradient(top, rgb(229,165,29) 0%, rgb(229,165,30) 52%, rgb(244,195,90) 52%, rgb(229,165,29) 80%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(229,165,29)), color-stop(52%,rgb(229,165,30)), color-stop(52%,rgb(244,195,90)), color-stop(100%,rgb(229,165,29)));
background: -webkit-linear-gradient(top, rgb(229,165,29) 0%,rgb(229,165,30) 52%,rgb(244,195,90) 52%,rgb(229,165,29) 80%);
background: -o-linear-gradient(top, rgb(229,165,29) 0%,rgb(229,165,30) 52%,rgb(244,195,90) 52%,rgb(229,165,29) 80%);
background: -ms-linear-gradient(top, rgb(229,165,29) 0%,rgb(229,165,30) 52%,rgb(244,195,90) 52%,rgb(229,165,29) 80%);
background: linear-gradient(top, rgb(229,165,29) 0%,rgb(229,165,30) 52%,rgb(244,195,90) 52%,rgb(229,165,29) 80%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a51d', endColorstr='#e5a51d',GradientType=0 );
 }
.roundcorner
{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-moz-border-bottom-left-radius:5px;
	-moz-border-bottom-right-radius:5px;
	-o-border-top-left-radius: 5px;
	-o-border-top-right-radius: 5px;
	-o-border-bottom-left-radius: 5px;
	-o-border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.roundcorner_top
{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-o-border-top-left-radius: 5px;
	-o-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.roundcorner_bottom
{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-bottom-left-radius:5px;
	-moz-border-bottom-right-radius:5px;
	-o-border-bottom-left-radius: 5px;
	-o-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}


.box
{
	background-color:#f1f1f1;
	border:1px solid #CCC;
	padding :10px ;
}
.box_shadow {
  -moz-box-shadow: 3px 3px 5px #e2e2e2; /* FF3.5+ */
  -webkit-box-shadow: 3px 3px 5px #e2e2e2;/*Saf3+, Chr*/
  box-shadow: 3px 3px 5px #e2e2e2; /*Op10.5, IE 9, FF4*/
  filter:progid:DXImageTransform.Microsoft.Shadow  ?
  (color=#e2e2e2, Direction=135, Strength=5);
}


.floatclear
{
	overflow: hidden;
	width: 100%;
}
.splitter
{
	background:url(images/splitter.jpg);
	background-repeat:repeat-x;
	height:37px;
	width:1024px;
	margin-top:20px
}
.container
{
	width:820px;
}
.dotted
{
	background:url(images/dotted.png);
	background-repeat:repeat-x;
}

.navitext
{
	-opacity: 1;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s; 
	-moz-transition-duration: 0.5s;
	
	font-weight: 200 px;
	letter-spacing:-1px;
	text-decoration: none;
	font-family: Calibri;
	font-size: 13pt;
	text-decoration: none;
	color: #363636;
	padding-left: 15px;
	padding-right: 15px;

}
.navitext:hover
{
	opacity:1;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-o-border-top-left-radius: 5px;
	-o-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-transition-duration: 0.5s;
	background: url(images/navi_bg1.jpg);
	color:#e5a61d
}

.navitext2
{
	font-weight: 200px;
	letter-spacing:-1px;
	text-decoration: none;
	font-family: Calibri;
	font-size: 13pt;
	text-decoration: none;
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
}
.navitext2:hover
{
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	color: #e5a61d;
}
.contentüberschrift
{
	text-transform:uppercase;
	color:#313131;
	margin-bottom:15px;
	margin-left: 20px;
	margin-right: 20px
}

.linkliste
{
	margin-left: 20px;
	margin-right: 20px;
	width:212px;
	height:200px;
	text-align:left;
	float:left;

}
.linktext
{
	text-decoration: none;
	font-family: Calibri;
	font-size: 10pt;
	text-decoration: none;
	color: #01334e;
	padding-left: 15px;
	padding-right: 15px;
	
}

.linktext:hover
{
	font-weight: 700;	
}
.vertical_splitter
{
	background-image:url(./images/überblick/splitter.png);
	height:100%;
	width:2px;
	float:left
}
.font_footer {
	padding-left:10px;
	padding-right: 10px;
	font-family:Calibri;
	font-size: 10pt;
	color: #666;
	text-decoration: none;
	padding-top: 5px;
}


#contentfeld
{
	width:1024px;
	height:auto;
}

#abst
{
	text-align:center;
	width: 164px;	
	-o-transform:scale(1.0);
	-o-transition-duration: 0.5s;
	-moz-transform:scale(1.0);
	-moz-transition-duration: 0.5s;
	-webkit-transform:scale(1.0);
	-webkit-transition-duration: 0.5s;
}

#abst:hover
{
	-o-transform:scale(1.1);
	-o-transition-duration: 0.5s;
	-moz-transform:scale(1.1);
	-moz-transition-duration: 0.5s;
	-webkit-transform:scale(1.1);
	-webkit-transition-duration: 0.5s;
}

.ü_box
{
	padding:5px;
	width:180px; 
	height:180px;
	float:left;
	
	background: rgba(66, 66, 66, 0.0); /* transparent */
	-webkit-transition: background 1s ease;
}

.ü_box:hover
{
	background: rgba(66, 66, 66, 0.2); /* 40% fill */
}

.ü_boxhead
{
	height:40px;
	width:100%;
}

button
{
	-o-transform:scale(1.0);
	-moz-transform:scale(1.0);    
	-webkit-transform:scale(1.0);
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}

.vertical_splitter{
	background-image:url(./images/splitter-vertical.png);
	height:190px;
	width:2px;
	overflow:auto;
	float:left;
}

.vertical_splitter2{
	background-image:url(./images/splitter-vertical.png);
	height:30px;
	width:2px;
	overflow:auto;
	float:left;
}

button:hover
{
	-o-transform:scale(1.1);
	-o-transition-duration: 0.5s;
	-moz-transform:scale(1.1);
	-moz-transition-duration: 0.5s;
	-webkit-transform:scale(1.1);
	-webkit-transition-duration: 0.5s;
}

.gardientorange
{
background: rgb(229,165,29);
background: -moz-linear-gradient(top, rgb(229,165,29) 0%, rgb(229,165,30) 52%, rgb(244,195,90) 52%, rgb(229,165,29) 80%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(229,165,29)), color-stop(52%,rgb(229,165,30)), color-stop(52%,rgb(244,195,90)), color-stop(100%,rgb(229,165,29)));
background: -webkit-linear-gradient(top, rgb(229,165,29) 0%,rgb(229,165,30) 52%,rgb(244,195,90) 52%,rgb(229,165,29) 80%);
background: -o-linear-gradient(top, rgb(229,165,29) 0%,rgb(229,165,30) 52%,rgb(244,195,90) 52%,rgb(229,165,29) 80%);
background: -ms-linear-gradient(top, rgb(229,165,29) 0%,rgb(229,165,30) 52%,rgb(244,195,90) 52%,rgb(229,165,29) 80%);
background: linear-gradient(top, rgb(229,165,29) 0%,rgb(229,165,30) 52%,rgb(244,195,90) 52%,rgb(229,165,29) 80%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a51d', endColorstr='#e5a51d',GradientType=0 );
 }
 
 .gardientwhite
 {
	 background: rgb(255,255,255);
background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(241,241,241) 50%, rgb(225,225,225) 51%, rgb(246,246,246) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(50%,rgb(241,241,241)), color-stop(51%,rgb(225,225,225)), color-stop(100%,rgb(246,246,246)));
background: -webkit-linear-gradient(top, rgb(255,255,255) 0%,rgb(241,241,241) 50%,rgb(225,225,225) 51%,rgb(246,246,246) 100%);
background: -o-linear-gradient(top, rgb(255,255,255) 0%,rgb(241,241,241) 50%,rgb(225,225,225) 51%,rgb(246,246,246) 100%);
background: -ms-linear-gradient(top, rgb(255,255,255) 0%,rgb(241,241,241) 50%,rgb(225,225,225) 51%,rgb(246,246,246) 100%);
background: linear-gradient(top, rgb(255,255,255) 0%,rgb(241,241,241) 50%,rgb(225,225,225) 51%,rgb(246,246,246) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
 }
 td
 {
	 border:solid 1px #89aee5;
	 height: 25px;
 }
 .picbox
 {
	margin-top:5px;
	margin-left:5px;
	margin-bottom:14px;
	float:left;
	width: 90px;
	height:90px;
 }
 
 
 .gardient_hellblau
 {
	 background: rgb(227,238,255);
	background: -moz-linear-gradient(top,  rgb(227,238,255) 0%, rgb(150,194,255) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(227,238,255)), color-stop(100%,rgb(150,194,255)));
	background: -webkit-linear-gradient(top,  rgb(227,238,255) 0%,rgb(150,194,255) 100%);
	background: -o-linear-gradient(top,  rgb(227,238,255) 0%,rgb(150,194,255) 100%);
	background: -ms-linear-gradient(top,  rgb(227,238,255) 0%,rgb(150,194,255) 100%);
	background: linear-gradient(top,  rgb(227,238,255) 0%,rgb(150,194,255) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3eeff', endColorstr='#96c2ff',GradientType=0 );
 }
 
 .gardient_blue
 {
	background: rgb(227,238,255);
	background: -moz-linear-gradient(top,  rgb(227,238,255) 0%, rgb(158,190,235) 50%, rgb(125,165,224) 51%, rgb(125,165,224) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(227,238,255)), color-stop(50%,rgb(158,190,235)), color-stop(51%,rgb(125,165,224)), color-stop(100%,rgb(125,165,224)));
	background: -webkit-linear-gradient(top,  rgb(227,238,255) 0%,rgb(158,190,235) 50%,rgb(125,165,224) 51%,rgb(125,165,224) 100%);
	background: -o-linear-gradient(top,  rgb(227,238,255) 0%,rgb(158,190,235) 50%,rgb(125,165,224) 51%,rgb(125,165,224) 100%);
	background: -ms-linear-gradient(top,  rgb(227,238,255) 0%,rgb(158,190,235) 50%,rgb(125,165,224) 51%,rgb(125,165,224) 100%);
	background: linear-gradient(top,  rgb(227,238,255) 0%,rgb(158,190,235) 50%,rgb(125,165,224) 51%,rgb(125,165,224) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3eeff', endColorstr='#7da5e0',GradientType=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: 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; }






/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	width: 1024px;
	height: 350px;
}
/*--Window/Masking Styles--*/
.window {
	height:350px;	width: 1024px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 4px;
	width: 1024px;
	height: 350px;
}
.image_reel img {float: left;
	width: 1024px;
}

a img {border: none;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 5px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #000;
}
.paging a.active {
	font-weight: bold;
	background: #fceabb;
	background: -moz-linear-gradient(top,  #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabb), color-stop(50%,#fccd4d), color-stop(51%,#f8b500), color-stop(100%,#fbdf93));
	background: -webkit-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
	background: -o-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
	background: -ms-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
	background: linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 );

	border: 1px solid #fff;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}
