body,table,td,tr {
  color: #000000;
  background-color: #577EBD;
  font-family: verdana,arial,helvetica;
  font-size: 10pt;
  margin: 0px;
  padding: 0px;
  scrollbar-face-color: #446D8C;
  scrollbar-arrow-color: #FFFFFF;
  scrollbar-track-color: #FFFFFF;
  scrollbar-shadow-color: #CFCFCF;
  scrollbar-highlight-color: #AFAFAF;
  scrollbar-3dlight-color: #0070C0;
  scrollbar-darkshadow-Color: #000000;
}

h1 {
  color: #FFFFFF;
  background-color: inherit;
  font-family: verdana,arial,helvetica;
  font-size: 24pt;
  font-weight: bold;
}

h2 {
  color: #0050A0;
  background-color: inherit;
  font-family: verdana,arial,helvetica;
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
}

h3 {
  color: #00B0B0;
  background-color: inherit;
  font-family: verdana,arial,helvetica;
  font-size: 12pt;
  font-weight: bold;
  font-style: italic;
}

h4 {
  color: #325067;
  background-color: inherit;
  font-family: verdana,arial,helvetica;
  font-size: 12pt;
  font-weight: bold;
  font-style: italic;
}

h5 {
  color: #FFFFFF;
  background-color: inherit;
  font-family: verdana,arial,helvetica;
  font-size: 10pt;
  font-weight: bold;
}

a:link, a:visited {
  color: #FFFFFF;
  background-color: inherit;
  text-decoration: none;
  font-weight: bold;
  font-size: 10pt;
}

a:active {
  color: #0050A0;
  background-color: inherit;
  text-decoration: none;
  font-weight: bold;
  font-size: 10pt;
}

a:hover {
  color: #0050A0;
  background-color: inherit;
  text-decoration: underline;
  font-weight: bold;
  font-size: 10pt;
}

td.oben {
   color: #FFFFFF;
   background-color: #577EBD;
   background:url(images/oben.jpg);
   font-family: verdana,arial,helvetica;
   font-size: 20pt;
   font-weight: bold;
   padding-bottom: 40px;
   margin: 0px;
   width: 755px;
   text-indent: 80px;
}

td.links {
   color: #FFFFFF;
   background-color: #577EBD;
   background:url(images/links.jpg);
   font-family: verdana,arial,helvetica;
   font-size: 12pt;
   font-weight: bold;
   padding: 0px;
   margin: 0px;
   width: 200px;
   height: 639px;
   text-indent: 10px;
}

.impressum {
   font-size: 6pt;
   font-weight: normal;
}
/* Ende Layout Suchfeld */

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #577EBD;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #0050A0;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #0050A0;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.jpg) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.jpg) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #0050A0;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 113px;
	height: 22px;
	background: transparent url(../images/closelabel.jpg) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
/* Ende Slimbox */