* {font-size: 100.01%;}
html {
	font-size: 62.5%;
}
body {
	margin: 0;
	font: 1.2em/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #eeeeee;
	background-image: url(pix/hintergrundbild.jpg);
	background-position: center top;
}

img {
	border: none;
}
/*a:focus {
outline:solid;
}*/

a:focus {
	/* Außenabstand: keiner */   /*margin: 0;*/
/* Innenabstand: keiner */   /*padding: 0;*/
/* Textdekoration: unterstrichen */   text-decoration: underline;
} 

a:active {
text-decoration: underline;
} 

form {
	margin: 0;
	padding: 0;
}
#main {
	margin: 0 auto;
	width: 800px;
	position: relative;
}
.skip {
	display: none;
}
/* header start */
#header {
	width: 800px;
	height: 95px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: auto;
	text-align: center;
	background-color: #FFFFFF;
}
/* logo */
.logo {
	float: left;
	margin: 18px 0 0 19px;
}
.logo a {
	display: block;
	width: 119px;
	height: 48px;
	text-indent: -9999px;
	overflow: hidden;
}
.header-text {
	position: absolute;
	top: 18px;
	left: 348px;
	width: 386px;
	height: 62px;
	text-indent: -9999px;
}
/* main navigation */
.main-nav {
	position: absolute;
	top: 86px;
	left: 164px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 680px;
}
.main-nav li {
	float: left;
	list-style: none;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	padding: 0 8px 0 8px;
	margin: 0 0 0 -2px;
	white-space: nowrap;
}
.main-nav a {
	text-decoration: none;
}
.main-nav a:hover {
	text-decoration: underline;
}
/* header end */
/* footer start */
#footer {

}
#footer address {
	margin: 0;
	padding: 30px 0 15px;
	font-size: 0.76em;
	line-height: 1.2em;
	font-style: normal;
	color: #666;
	text-align: center;
}
#footer address a {
	text-decoration: none;
	color: #666;
}
#footer address a:hover {
	text-decoration: underline;
}
/* footer end */
/* main container start */
.container {
	overflow: hidden;
	width: 100%;
	padding: 105px 0 0;
}
/* left column */
.column {
	float: left;
	width: 154px;
	margin: 0 0 0 5px;
	display: inline;
}
/* side navigation */
.side-nav {
	margin: 10px 0 0;
	padding: 0;
}
.side-nav li {
	list-style: none;
	padding: 0 0 11px;
	font-size: 0.84em;
	line-height: 1.2em;
}
.side-nav li a {
	color: #666;
	text-decoration: none;
}
.side-nav li a:hover {
	color: #057abd;
	text-decoration: underline;
}
.side-nav li a.active {
	color: #057abd;
}
/* side navigation end */
/* content start */
.content {
	float: left;
	width: 788px;
	margin: 11px 0 0 6px;
	padding: 0 0 14px;
	display: inline;
	overflow: hidden;
	min-height:400px;
}
.content h1 {
	margin: 0 0 0 1px;
	padding: 0 0 13px;
	color: #FF00FF;
	font-size: 1.2em;
	line-height: 1.1em;
	font-weight: bold;
}
.content h2 {
	margin: 15px 0 0 1px;
	padding: 0 0 18px;
	color: #FF00FF;
	font-size: 1em;
	line-height: 1.5em;
}

h4 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #FF00FF;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 3px;
	margin:0;
	}
	
.front-box.orange h2,
.front-box.blue h2,
.front-box.green h2 {
	margin: 3px 0 0 1px;
	padding: 0;
}
.front-box.green h2 {
	color: #79bd05;
}
.front-box.blue h2 {
	color: #057abd;
}
.front-box.orange h2 {
	color: #fa8642;
}
.content p {
	margin: 0 0 0 1px;
	padding: 0 0 12px;
	font-size: 1em;
	line-height: 20px;
}
.content p a {
	color: #FF00FF;
	text-decoration: none;
}
.content p a:hover {
	text-decoration: underline;
}
.content ul {
	margin: 0 0 0 28px;
	padding: 8px 0 12px;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: normal;
}
.content ul li {
	list-style: none;
	padding: 0 0 0 13px;
}
.content .image {
	float: right;
	margin: 5px 0 0 5px;
	padding: 0 0 10px 4px;
}
.content .imgleft {
	float: left;
	margin: 5px 10px 0 0;
	padding: 0 0 4px;
}
.content .imglclear {
clear:left;
}
.content .image img {
	display: block;
}
/* front boxes */
.front-box {
	border: 1px solid #ccc;
	margin: 0 0 9px;
	padding: 0 5px 1px 10px;
	overflow: hidden;
	width: 654px;
}
.front-box.orange {
	background: url(../images/line-orange.gif) repeat-y;
	padding-bottom: 13px;
}
.front-box.blue {
	background: url(../images/line-blue.gif) repeat-y;
}
.front-box.green {
	background: url(../images/line-green.gif) repeat-y;
}
/* content end */
/* main container end */

.formfelder {
	font: 1.1em/1.1em Verdana, Arial, Helvetica, sans-serif;
	border-top-color: #dddddd;
	border-top-style: solid;
	border-top-width: 1px;
	border-left-color: #dddddd;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #dddddd;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #dddddd;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #FFFFFF;
	margin-top: 5px;
	width: 400px;
	/*height: 16px;*/
	padding-left: 3px;
}
.error {color:#CC0000; font-weight:bold;}



/*             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/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/next.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: 113px; 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; }



/* bildding */
div.figure {
  float: right;
  width: 300px;
  border: 0;
  margin: 0.4em;
  padding: 0.4em;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}



#newsblock {
	width: 380px;
	padding:0;
	margin: 0 19px 15px 0;
	text-align: left;
	float:left;
	overflow:hidden;
	clear:right;
	line-height:18px;
		text-decoration:none;
		display:block;
}
#newsblock a {
			text-decoration:none;
			color:#000;
}
#newsblock a:hover {
			text-decoration:none;
	color:#FF00FF;
}
#newsblock p {
	margin: 0;
	padding: 5px 0 5px 5px;
	text-align: left;
	color:#000;
	line-height:18px;
		text-decoration:none;

}
#newsblock p a {
	text-decoration:none;
}
#newsblock p a:hover {
	text-decoration:none;
	color:#FF00FF;
}
#newsblock img {
text-align:center; padding:0 0 10px 0; 
}


