/*********************************************/
/*                                           */
/*     Global stylesheet - Act One           */
/*                                           */
/*********************************************/

/* OVERRULE - STYLESHIT */
.midden {width:545px !important;}
.rechts {display:none !important;}

/* HOME - GALLERY */
h3 {
	color:#fff !important;
	margin: 0;	
	padding: 7px 0 0 0;
	font-size: 16px;
	text-transform: uppercase;
}
div#feature_list {
	background:#f0f0f0;
	width:545px;
	height:240px;
	margin-top:5px;
	margin-bottom:10px;
	overflow:hidden;
	position:relative;
}
div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
}

ul#tabs {
	left: 0;
	z-index: 2;
	width: 270px;
}
ul#tabs li {
	font-size: 11px;
	font-family: Arial;
}
ul#tabs li a {
	color: #222 !important;
	text-decoration: none;	
	display: block;
	padding: 5px 60px 10px 10px;
	height: 80px;
	outline: none;
}
ul#tabs li a:hover {
	background: none !important;
	text-decoration: underline;
}
ul#tabs li a.current {
	background:  url('../img/feature-tab-current.png') top right no-repeat;
	color: #FFF !important;
}

ul#tabs li a.current:hover {
	background:none !important;
	text-decoration: none;
	cursor: default;
}
ul#output {
	background:black;
	right: 0;
	width: 320px;
	height: 240px;
	position: relative;
}
ul#output li {
	position: absolute;
	width: 320px;
	height: 240px;
}
ul#output li a {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	background: #000;
	-moz-border-radius: 2px;
}
ul#output li a:hover {
	background: #D33431;
}

/* HOME - NEWS */
.bericht {
	background:#E8F4FE;
	border-top:1px dotted #69c;
	line-height:1.6em;
	height:100px;
	padding:5px 5px 5px 100px;
	position:relative;
}
.bericht:hover {
	background:#fff;
}
.bericht img {
	border:2px solid #f1f1f1;
	position:absolute !important;
	left:5px;
	width:85px;
	height:85px;
}
.bericht strong a {
	color:#2f3d7a;
	text-decoration:none;
}

/* FOOTER */