body {
	background-color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 11px;
}
h1 {
	margin: 0;
	padding: 0;
	text-indent:-9999px;
	width: 255px;
	height: 100px;
	background: url('superbgimage.png') no-repeat;
}
h1 a {
	display: block;
	overflow: hidden;
	width: 255px;
	height: 100px;
}
a { 
	color: white;
	text-decoration: none;
}
a:hover { 
	text-decoration: none; 
	color: #eeeeee;
}
.small {
	font-size:10px;
}

#overlay {
	bottom: 10px;
	position: absolute;
	left: 15px;
	color: #fff;
	width: 255px;	
	z-index:1;
}

fieldset {
	border-width: 0px;
	text-align: left;
}
fieldset * {
	text-align: left;
}
legend {
	color: #fc0;
	cursor: pointer;
	display: block;	
}

#control {
	text-align: center;
}
#control a {
	font-weight: bold;
}

#thumbs, #thumbs1, #thumbs2 {
	visibility: hidden;
	text-align: center;
}
#thumbs a, #thumbs1 a, #thumbs2 a {
	text-align: center;
	display: block;
	line-height: 22px;
	float: left;
	width: 15px; 
	height: 19px;
}

#transition {
	width:100%;
}

#showtitle {
	z-index: 3;
	position: absolute;
	bottom: 20px;
	right: 20px;
	background: #000;
	display: none;
	color: #fff;
	padding: 10px;
	width: 275px;
	border-top: solid 1px #d4d4d4;
	border-left: solid 1px #d4d4d4;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;	
}

a.activeslide { color: white; background:#052c4b; }

#superbgimage {
	display: none;
	background: #fff url('superbgloading.gif') center center no-repeat;
}
#superbgimage img {
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
}

#contact {
	right: 15px;
	bottom: 15px;
	float: right;
	position: absolute;
	text-align:center;
}

#mail {
	position: relative;
	margin-left: 18px;
	margin-right: 0px;
	float: left;
	margin-top: 36px;
	background-image: url(../img/mail.png);
	height: 23px;
	width: 30px;
}

#xing {
	position: relative;
	margin-left: 18px;
	margin-right: 0px;
	float: left;
	margin-top: 30px;
	background-image: url(../img/xing.png);
	height: 27px;
	width: 62px;
}

#linkedin {
	margin-left: 10px;
	margin-top: 35px;
	position: relative;
	float: left;
	background-image: url(../img/linkedin.png);
	height: 23px;
	width: 72px;
}

.start {
	float: left;
	position: relative;
	margin-right: 10px;
	background-image: url(../img/b_play.png);
	width: 15px;
	height: 16px;
}

.stop {
	position: relative;
	float: left;
	margin-right: 10px;
	background-image: url(../img/b_stop.png);
	width: 16px;
	height: 16px;
}

.prev {
	float: left;
	position: relative;
	margin-right: 10px;
	background-image: url(../img/b_back.png);
	width: 22px;
	height: 16px;
}

.next {
	float: left;
	position: relative;
	margin-right: 10px;
	background-image: url(../img/b_forward.png);
	width: 22px;
	height: 16px;
}

.prev:hover, .stop:hover, .start:hover, .next:hover {
	background-position: 0 -16px;
}

#impressum {
	z-index: 2000;
	bottom: 20px;
	left: 20px;
	position: absolute;
}

