@charset "UTF-8";
/* CSS Document */

body {
font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; color: #333;
}
	
	
/* Für IMG-Preload */
.hidepics {
  width:0px;
  height:0px;
  visibility:hidden;
}

div {	
	background-color:#FFF;
}
p {
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; color: #333;
}
.headline {
	font: 20px/25px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; color: #333;
	font-variant:small-caps;
	letter-spacing:1px;
	
}
.headlin_orange {
	font: 20px/25px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; color: #FF6600;
	font-variant:small-caps;
	letter-spacing:1px;
	
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
.justify {
	text-align:justify;
}
.center {
	text-align:center;
}
.italic {
	font-style:italic;
}
.standard_smallcaps {
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; color: #333;
	font-variant:small-caps;
	}
.standard {
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; color: #333;
	}
.standard_H {
	font: 14px/19px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; color: #333;
	}
.rot {
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; color: #FF001E;
	}
.gruen {
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; color:#090;
	}
.standard_u {
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; color: #333;
	text-decoration: underline;
}
.standard_u_mitte {
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; color: #333;
	text-decoration: underline;
}
.klein {
	font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; color: #333;
	}

.fett {
	font: 17px/20px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; color: #333;
	font-weight:bold;
}

.orange {
	color:#ff6600; 
}
.fussnote {
	font: 11px/17px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    color: #8A8A8A;
}
.navi
{
	font: 13px/19px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; color: #FF6600;
}


a:link.navi { color:#000000; text-decoration:none; cursor : hand; font-size:13px; }
a:visited.navi { color:#000000; text-decoration:none; cursor : hand; font-size:13px; }
a:hover.navi { color:#000000; text-decoration:underline; cursor : hand; font-size:13px; }
a:active.navi { color:#000000; text-decoration:underline; cursor : hand; font-size:13px; }
a:focus.navi { color:#000000; text-decoration:underline; cursor : hand; font-size:13px; }
a:link.bild { color:#000000; text-decoration:none; cursor : hand; font-size:15px; }
a:visited.bild { color:#000000; text-decoration:none; cursor : hand; font-size:15px; }
a:hover.bild { color:#000000;text-decoration:none;  cursor : hand; font-size:15px; }
a:active.bild { color:#000000; text-decoration:none; cursor : hand; font-size:15px; }
a:focus.bild { color:#000000; text-decoration:none; cursor : hand; font-size:15px; }
a:link { color:#000000; text-decoration:underline; cursor : hand; }
a:visited { color:#000000; text-decoration:underline; cursor : hand; }
a:hover { color:#000000; text-decoration:none; cursor : hand; }
a:active { color:#000000; text-decoration:underline; cursor : hand; }
a:focus { color:#E8E8E8; text-decoration:none; cursor : hand; }
a:link.fussnote { color:#4B4B4B; text-decoration:underline; cursor : hand; }
a:visited.fussnote { color:#4B4B4B; text-decoration:underline; cursor : hand; }
a:hover.fussnote { color:#4B4B4B; text-decoration:none; cursor : hand; }
a:active.fussnote { color:#4B4B4B; text-decoration:none; cursor : hand; }
a:focus.fussnote { color:#4B4B4B; text-decoration:none; cursor : hand; }
a:link.orange { color:#ff6600; text-decoration:underline; cursor : hand; }
a:visited.orange { color:#ff6600; text-decoration:underline; cursor : hand; }
a:hover.orange { color:#ff6600; text-decoration:none; cursor : hand; }
a:active.orange { color:#ff6600; text-decoration:none; cursor : hand; }
a:focus.orange { color:#ff6600; text-decoration:none; cursor : hand; }

a img { border : 0 none; }



/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	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.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 113px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


