body {
	font-family:Verdana;
	font-size:16px;
	background-color:#2f4f4f;
	text-align:center;
	cursor:default;
}

h1	{ font-size:22px; color:#ffffff; margin:0px; }
h2 	{ font-size:18px; color:#ffffff; }
h3	{ font-size:16px; color:#ffffff; }

p       { font-size:16px; margin-top:0px; }
/*span { font-size:16px; margin-top:0px; }*/
/*ul      { font-size:16px; margin-top:0px; }*/

td {
	font-size:16px;
	margin-top:0px;
	padding:5px;
}

img {
	border-style:none;
	vertical-align:middle;	
}

table.guestbook {
	padding:0px;
	font-size:12px;
}
table.crew {
	display:block;
	position:relative;
	float:right;
	width:300px;
	height:210px;
	background-image:url('./img/no_person.png');
	background-repeat:no-repeat;
}

div#andi, div#chris, div#domi, div#volker {
	display:none;
	position:relative;
	left:-7px;
	top:-7px;
}

iframe {
	border-style:none;
/*	border: 0;
	background-color: #669999;*/
}

.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 3px;
	margin-bottom: 2px;
	font-size: 12px;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	padding: 5px 9px;
	border: 1px solid white;
	color: #2f4f4f;
	background-color: lightblue;
}
.shadetabs li a:link, .shadetabs li a:visited {
	color: #2f4f4f;
}
.shadetabs li a:hover, .shadetabs li a:active {
	background-color: #669999;
	color: #2f4f4f;
	border-top: 2px solid orange;
}

.shadetabs li.selected{
	position: relative;
	top: 2px;
}

.shadetabs li.selected a{ /*selected main tab style */
	background-color: #669999;
	border-bottom-color: #669999;
	font-weight: bold;
	color: white;
}
.shadetabs li.selected a:link, .shadetabs li.selected a:visited { /*selected main tab style */
	color: white;
	text-decoration: none;
}
.shadetabs li.selected a:hover, .shadetabs li.selected a:active { /*selected main tab style */
	text-decoration: none;
}
/*
*html .tabs li.selected {
border-left: 1px solid #0C5E16;
}

*html .tabs li.selected a {
border-left: 0px;
}
*/
div.content {
 	height:550px;
	border:1px solid #ffffff;
	background-color:#669999;
	padding:10px 65px;
	color:#ffffff;
	overflow:auto;
}

.fs16px {
	font-size:16px;
}
.fs10px {
	font-size:10px;
}
.fs9px {
	font-size:9px;
}
.link {
	text-decoration:underline;
	font-weight:bold;
	color:orange;
}

/* Die Titelzeile */
#title {
	padding-top:66px;
	height:28px;
}

/* Das Menü */
#menu {
	padding:5px 0px 0px 0px;
	border-top:1px solid #669999;
	clear:right;
}

/* Die Gesamtformatierung */
#main {
	width:760px;
	margin:0px auto;
	text-align:left;
}

/* Fußzeile */
#footer {
	margin-top:6px;
	color:#2f4f4f;
	background-color: lightblue;
	border:1px solid white;
}