body,td,th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
body {
	background-color: #DFEFFF;
	margin-top: 35px;
}
.gruen_fett {
	color: #999900;
	font-weight: bold;
}
.blau_fett_kursiv {
	color: #006699;
	font-style: italic;
}
.blau_fett_kursiv_12 {
	font-size: 12px;
	color: #006699;
	font-style: italic;
}
.klein {
	font-size: 11px;
}
.klein_weiss {
	font-size: 11px;
	color: #FFFFFF;
}
a:link {
	color: #0070A6;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #0070A6;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #0070A6;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #0070A6;
	font-weight: bold;
}
.fett_40px {font-size: 40px
}
.header {
	font-size: 13px;
	font-weight: bold;
}
.zeilenabstand {
	line-height: 22px;
}
.hoeher {
	line-height: 1.6;
}
.input {
	FONT-SIZE: 14px;
	BORDER-LEFT-COLOR: #cccccc;
	BACKGROUND: #f2f2f2;
	BORDER-BOTTOM-COLOR: #cccccc;
	COLOR: #333333;
	BORDER-TOP-STYLE: solid;
	BORDER-TOP-COLOR: #cccccc;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	BORDER-RIGHT-STYLE: solid;
	BORDER-LEFT-STYLE: solid;
	BORDER-RIGHT-COLOR: #cccccc;
	BORDER-BOTTOM-STYLE: solid
}
.input_hidden {
	visibility: hidden;
}

/* 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(../js/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(../js/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../js/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(../js/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

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

#lbCaption {
	font-weight: bold;
}

