body{
	color: #646567;
	margin: 0px;
	background-color: #fff;
	font: 11px/15px Arial, Geneva;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

#main{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
}

#overdiv{
	background-color: #ccc;
	width: 100%;
	height: 100%;
	position: absolute;
	cursor: pointer;
	opacity: 0.7;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	text-align:center;
	margin: 0 auto;
	padding: 0;
	z-index: 10;
	
}

#overdiv_loading{
	background: #fff url(../grafiken/loading.gif) no-repeat center;
	width: 250px;
	height: 250px;
	border: 1px dotted #000;
	position: absolute;
	float: none;
	z-index: 11;
	top: 50%;
	left: 50%;
	margin-top: -125px;
	margin-left: -125px;
}

table tr td{
	font: 11px/15px Arial, Geneva;
	color: #646567;
}

input[type=text] {
	border: 1px solid #969696;
}

input[type=password] {
	border: 1px solid #969696;
}

.formfelderlogin{
	font: normal bold 11px Arial, Geneva;
	color: #fff;
	background-color: silver;
	width: 100px;
	height: 15px;
	border: 1px solid #969696;
}

p {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #646567;
}


.counter{
	background: url(../grafiken/zaehler.jpg) no-repeat;
}

.bildrahmen{
	border-width:3px;
	border-style:solid;
	border-color:#C9C9C9;
}

.headlinegrau{
	color: #646567;
	font: bold 16px Arial;
}

.headlinegold {
	font: bold 12px Arial;
	color: #A06F00;
}

.headlinegrau12 {
	font: bold 12px Arial;
	color: #646567;
}

.headlinegold16 {
	font: bold 17px Arial;
	color: #A06F00;
}

.meldung_system {
	font: bold 17px Arial;
	color: #fff;
	border: 1px solid #A06F00;
	height: 20px;
	margin-bottom: 15px;
	background-color: #A06F00;
}

.error_system {
	font: bold 17px Arial;
	color: #fff;
	border: 1px solid #F13B6B;
	height: 20px;
	margin-bottom: 15px;
	background-color: #F13B6B;
}


.headlinerot{
	font: bold 16px Arial;
	color: #F13B6B;
}

.textrot{
	font: bold 11px Arial;
	color: #F13B6B;
}

#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(../../grafiken/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(../../grafiken/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../grafiken/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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #666;
	}.AccordionTitle, .AccordionContent, .AccordionContainer
{
  position:relative;
  width:755px;
}

.AccordionTitle
{
  overflow:hidden;
  cursor:hand;
  font-family:Arial;
  font-size:8pt;
  font-weight:bold;
  vertical-align:middle;
  text-align:center;
  background-repeat:repeat-x;
  display:table-cell;
  background-image:url('title_repeater.jpg');
  -moz-user-select:none;
}

.AccordionContent
{
	overflow: auto;
	display: none;
}

.headlinerotbo{
	font: bold 20px Arial;
	color: #F13B6B;
}