@charset "UTF-8";
body {
	background-color: #000000;
	position: absolute;
	height: 100%;
	width: 100%;
	margin: 0px;
}
.tab-main {
	background-color: #000000;
	margin: 0px;
	height: 100%;
	width: 100%;
}
.tab-links {
	background-image: url(../pix/leistelinks1.gif);
	background-repeat: no-repeat;
}
.tab-bio {
	background-image: url(../pix/buttons/bio.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.tab-dates {
	background-image: url(../pix/dates.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.tab-datesfeld {
	background-image: url(../pix/datesfeld.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.tab-contact {
	background-image: url(../pix/contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.tab-gallery {
	background-image: url(../pix/datesfeldgallery.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

