
	td {font-family: verdana; font-size:10pt; color:#F0F0F0;}
	.fett {font-family: verdana; font-size:10pt; color:#F0F0F0; font-weight:bold;}	
	.klein {font-family: verdana; font-size:8pt; color:#F0F0F0; font-weight:bold;}			
	.kleiner {font-family: verdana; font-size:8pt; color:#F0F0F0;}
	.copyright {font-family: verdana; font-size:8pt; color:#808080;}
		
	.titelhell {font-family: arial; font-size:10pt; color:#FFFFFF; font-weight:bold;}	
	.titeldunkel {font-family: arial; font-size:10pt; color:#222222; font-weight:bold;}		
	.kastenoben {font-family: arial; font-size:8pt; color:#222222; font-weight:bold;}
	.kastenlinkshell {font-family: arial; font-size:10pt; color:#FFFFFF; font-weight:bold;}
	.kastenlinksdunkel {font-family: arial; font-size:10pt; color:#222222; font-weight:bold;}	

	h1 {font-family: verdana; font-size:16pt; color:#CF170F; font-variant: small-caps;}
	h2 {font-family: verdana; font-size:16pt; color:#CF170F; font-variant: small-caps;}
	h3 {font-family: verdana; font-size:10pt; color:#F0F0F0; font-variant: small-caps;}	
	h4 {font-family: verdana; font-size:12pt; color:#CF170F; font-variant: small-caps;}

	.txtbox {font-family:verdana; font-size:10pt; background-color:#0F1740; color:#F0F0F0; border: 1 solid #FFFFFF; }
	.submitbox {font-family:verdana; font-size:10pt; background-color:#0F1740; color:#CF170F;  font-weight:bold; border: 1 solid #FFE700; }	

	a {font-weight: bold; text-decoration: none;}
	a:link {color: #CF170F;}
	a:visited {color: #CF170F;}
	a:active {color: #CF170F; text-decoration: underline;}
	a:hover {color: #CF170F; text-decoration: underline;}	

	a.hell:link {color: #DDDDDD;}
	a.hell:visited {color: #DDDDDD;}
	a.hell:active {color: #FFFFFF; text-decoration: underline;}
	a.hell:hover {color: #FFFFFF; text-decoration: underline;} 
	
	a.dunkel:link {color: #222222;}
	a.dunkel:visited {color: #222222;}
	a.dunkel:active {color: #444444; text-decoration: underline;}
	a.dunkel:hover {color: #444444; text-decoration: underline;} 
	
	
	
	
/* fotos für lightbox*/
dl.photo {
	position: relative;
	width: auto;
	float: left;
	margin: 0 15px 15px 0;
}
dl.photo .caption {
	display: none;
}
dl.photo .zoom a {
	position: absolute;
	right: 10px;
	bottom: 10px;
	background: url(images/zoom.png) 0 0 no-repeat;
	width: 56px;
	height: 56px;
	text-indent: -9999px;
	display: block;
}
dl.photo img {
	border: 1px solid #fff;
}
dl.presse-club-photo .zoom a {
	background: url(images/zoom-small.png) 0 0 no-repeat;
	width: 20px;
	height: 20px;
	right: 4px;
	bottom: 7px;
}

/* lightbox*/
.mask {
	background-color: #000;
	width: 100%;
}
.loading-mask {
	background: #fff url(/images/loading.gif) no-repeat fixed center;
}
.showbox {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	margin: 20px 0 0; /* möglichkeit abstand nach oben zu definieren */
	padding: 5px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
.showbox.loading {
	background: #fff url(/images/loading.gif) no-repeat center;
}
.showbox-head {
	background-color: #fff;
	overflow: hidden;
	padding: 20px 0 5px 0;
	font-size: 12px;
	text-align: center;
	color: #000;
}
.showbox-head h1 {
	position: absolute;
	left: -9999em;
	height: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 1px;
}
.showbox-head a {
	color: #000;
	cursor: pointer;
	font-size: 12px;
}
.showbox-head .prev,
.showbox-head .next {
	position: absolute;
	top: 0;
	left: 0;
}
.showbox-head .next {
	left: auto;
	right: 0;
}
.showbox .close-button {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #000;
	cursor: pointer;
	font-weight: bold;
	cursor: pointer;
	font-size: 12px;
}
.showbox a.a11y-focus {
	text-decoration: underline;
}
.showbox-toolbar {
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
}
.showbox-toolbar a.ui-disabled {
	display: none;
}
.showbox .content-box {
	position: relative;
	zoom: 1; 
	overflow: hidden;
	margin: 0 auto;
	background-color: #999;
}
.showbox .multimedia-box-wrapper {
	position: relative;
	zoom: 1;
}
.showbox .overlay-control {
	position: absolute;
	height: 100%;
	display: block;
	top: 0; /* Abstand nach oben, wenn multimedia-box paddings, margin oder border kreiert */
	width: 40%;
	cursor: pointer;
	/* IE no hover */
	background: transparent url(/images/prev-next.png) no-repeat -9999px -9999px;
}
.showbox .content-box .next {
	right: 0;
}
.showbox .content-box .prev {
	left: 0;
}
.showbox .overlay-control span {
	position: absolute;
	top: 50%;
	left: 0;
	margin: -20px 0 0;
	width: 40px;
	height: 40px;
	text-indent: -9999em;
	background: #fff url(/images/prev-next.png) no-repeat 0 0;
}
.showbox .content-box .next span {
	float: right;
	background-position: -40px 0;
	right: 0;
	left: auto;
}
.showbox .overlay-control.over-control span {
	display: block;
}
.showbox .content-box .ui-disabled {
	cursor: default;
}
.showbox .overlay-control span,
.showbox .content-box .ui-disabled span,
.showbox .content-box .ui-disabled.over-control span {
	display: none;
}
.showbox .multimedia-box {
	overflow: hidden;
}
.showbox .text-content {
	background: #ececec;
	padding: 5px;
}
.showbox h2 {
	margin: 5px 0;
	font-size: 13px;
	color: #000;
}
.showbox p {
	margin-bottom: 10px;
	font-size: 120%;
}
.showbox ul {
	margin: 10px 0 10px 0;
}
.showbox li {
	list-style: none;
	color: #555;
	font-size: 110%;
}

