/* ##### CSS für Body ##### */
body
{
	color: #ffffff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: Black;
	margin:0px;
}

a {
	color: #ffffff; 
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	}
	
a:hover       
		{ 
		color: #000000; 
		background-color: #ffffff;
		}

a.schaltfl
		{ color: #cccccc; 
		font-weight: bold;
		display:block;
		border: solid #cccccc 2px;
		text-decoration: none;
		}
	
a.schaltfl:hover       
		{
	color: #000000;
	font-weight: bold;
	background-color: #cccccc;
	border: solid black 2px;
}

h1 
		{ 
		color: #ffffff; 
		font-size: 28px;
	    	text-decoration: none; 
		font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
		}
	
h3 
		{ 
		color: #ffffff; 
		font-size: 20px;
		text-decoration: none; 
		font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
		}
		
u
		{
		color: #cccccc;
		font-size: 20px;
		font-weight : normal;
		text-decoration : none;
		}
	
td            
		{ 
		color: #ffffff;
		font-size:11px; 
		text-align: left; 
		vertical-align: top;
		}
		
li
		{
		margin: 10px;
		list-style-type:square;
		}

td, th {
    color: #ffffff;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 11px;
}

.redborder {
	border: solid 1px Red;
}

.greenborder {
	border: solid 1px Green;
}

		
table.fb th { 
	background-color:#800000;
	border: solid #cccccc 2px;
	font-weight: normal;
	vertical-align:top;
	padding:5px;
}
		
table.fb td { 
	text-align:left;
	background-color:#000000;
	border: solid #cccccc 2px;
	padding:5px;
}



/* ##### Styles für zusätzliche Seiten (z.B. Gästebuch) ##### */


/* ##### review.php ####### */

#menulayer {
	position:absolute; 
 top:0px; left:0px; 
 width:300px; height:100%;
 background-color:#800000;
 z-index:3;
 border:solid #cccccc;
 border-width:0px 2px 0px 0px;
}

#menulayer a {
	display: block;
	padding: 3px;
	padding-left: 15px;
}

.tooltip
{
	position: absolute;
	top: -200px;
	left: -200px;
	text-align: center;
	background-color: Black;
	border: solid #cccccc 2px;
	display: none;
	z-index: 6;
}

.tooltip img {
	float: left;
	margin: 5px;
}


#tooltip
{
	position: absolute;
	top: -200px;
	left: -200px;
	text-align: center;
	background-color: Black;
	border: solid #cccccc 2px;
	display: none;
	z-index: 6;
	padding: 5px;
}

#tooltip_grafik {
	margin: 5px;
}
