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


.wrapper {
 font-family: 'Open Sans', sans-serif;	
 font-size: 85%;
 color:#333333;	
}

/*
*
*	TOPP AND CONTAKT DROPDOWN
*
*/

a:focus {
	outline: none;
}
#panel {
	background-color:#ff8800;
	background:url(../img/cloud.png) top center no-repeat;
	top:30px;
	z-index:11;
	height: 225px;
	width: 100%;
	display: none;
}
.btn-slide {
	text-align:center;
	height: 25px;
	margin: 0 auto;
	display: block;
	font: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}
.active {
	background-position: right 12px;
}
#contactwrapper {
	position:relative;
	top:10px;
	width:100%;
}
#contacttop {
	background-color:#fff;
	zoom: 1;
	filter: alpha(opacity=50);
	background-color: rgba(255,255,255,0.5);
	height:200px;
}
#adresstitle {
	width:125px;
	margin:-3px 0 -12px 0;
	;
}
#adresswrapper {
	font-size:90%;
}





/*
*
*	STATISTIK EXPERIMENT (NOT IN USE)
*
*/

.statwrapper {
	border:thin dotted #999999;
	font-size: 0.875em;
	padding:10px 10px 0 10px;
	border-radius:4px;
	width:100%;
}

.statwrapper h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
}
.statwrapper b {
	color:#000000;
}
#stat11 {
	margin: 7px 0 3px 0;
	width:87%;
	height:9px;
	background-color:#ff8800;
	border-radius:4px;
}
#txt11 {
	clear: both;
	font-weight:bold;
	width:83%;
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
}
#txt12 {
	margin-top:7px;
	font-weight:bold;
	color:#999999;
	min-width:13%;
	font-family:Verdana, Geneva, sans-serif;
	float:right;
	text-align:left;
}
#stat12 {
	width:17%;
	height:9px;
	background-color:#bbbbbb;
	border-radius:4px;
	margin: 1px 0;
	float:right;
}
#stat21 {
	margin: 7px 0 3px 0;
	width:25%;
	height:9px;
	background-color:#bbbbbb;
	border-radius: 4px;
}
#txt21 {
	color:#bbbbbb;
	font-family:Verdana, Geneva, sans-serif;
	clear: both;
	font-weight:bold;
	width:23%;
	text-align:right;
}
#txt22 {
	margin-top:7px;
	font-weight:bold;
	color:#ff8800;
	min-width:75%;
	font-family:Verdana, Geneva, sans-serif;
	float:right;
	text-align:left;
}
#stat22 {
	width:80%;
	height:9px;
	background-color:#ff8800;
	border-radius: 4px;
	margin: 1px 0;
	float:right;
}
#stapel1 {
	position:absolute;
	margin: -5px -8px;
	height:44px;
	width:4px;
	background-color:#bbbbbb;
	left:85%;
	z-index:1;
}
#stapel2 {
	position:absolute;
	margin: -5px -8px;
	height:44px;
	width:4px;
	background-color:#ff8800;
	left:25%;
	z-index:1;
}
#stapelInside1 {
	background-color:#ff8800;
	margin: 0;
	height:44px;
	width:50%;
}
#stapelInside2 {
	margin: 0;
	height:44px;
	width:50%;
	background-color:#bbbbbb;
}
#statspalt1 {
	position:relative;
	float:right;
	width:50%;
}
#statspalt2 {
	position:relative;
	float:left;
	width:50%;
}