a:link {color:#fafad2; text-decoration:none;}
a:active {color:white; text-decoration:underline;}
a:visited {color:#8b0000; text-decoration:none;}
a:hover {color:#fafad2; text-decoration:underline;}


body{
        overflow: -moz-scrollbars-vertical;
        font-family: Verdana, Arial,
        Helvetica, sans-serif;
        font-size: small;
        padding: 20px 0px 20px 0px;
        background-color: Black;
        color: Silver;
}
h1 {font-size: 150%;}
h2 {font-size: 130%;}

#wrapper {

        width: 922px; /*festeBreite*/

        margin: auto;  /*zentrieren*/
}



#kopfbereich {
	
	height: 128px;
	text-align: center;
	padding: 10px 0px 2px 0px;
}	

/*---------------Menübalken-------------------------*/
#csshbar {
        width: 928px;
        height: 28px;
        background-repeat: repeat-x;
        margin:0px 0px 0px 1px;
	
	overflow: hidden;
	
}
#csshbar ul {
 	
	margin: 0 auto;
 	padding:0px 0px 0px 0px;
 	list-style:none;
	
}
#csshbar li {
	width:922px;
        display: inline;
        margin: 0px 0px 0px 0px;
        padding: 0px;
	overflow: hidden;
	

}
#csshbar a {
 /*width:60px;
 overflow: hidden;*/
 display: inline;
 text-decoration: none;
 background-image: url(../Bilder/Menu/menu.bmp);
 letter-spacing: 3px;
 margin:0px 1px 0px 0px;
 float:left;
 padding:1px 35px 1px 34px;



}
#csshbar a .hbarleftspan {
 background: left center no-repeat;
 display:block;
}
#csshbar a .hbarrightspan {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
        font-weight: bold;
        color: #D3D3D3;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
        background: right no-repeat;
        display: block;
}

#csshbar a:hover {
        background: #999999 repeat-x;
        background-image: url(../Bilder/Menu/blockactive.gif);
}

#csshbar a:hover .hbarleftspan {
 background: left no-repeat;
}
#csshbar a:hover .hbarrightspan {
 color: white;
 background: right no-repeat;
}
#csshbar #current a {
 /*background-image: url(../Bilder/Menu/blockactive.gif);*/
        background-repeat: repeat-x;

}
#csshbar #current .hbarleftspan {
 background: left no-repeat;
}
#csshbar #current .hbarrightspan {
 background: right no-repeat;
}

/*---------------Ende------Menübalken-------------------------*/


#textbereich {
		background-color: black;
		margin-top:10px;
		width: 922px;
}


/*Eingabefelder für neuen Eintrag*/
input, textarea, select {
font-family:tahoma,arial,helvetica,sans-serif;
font-size:8pt;
}


/*Hintergrund der Tabelle, eine Tabelle pro Eintrag
Breite und Alignment der Gästebucheinträge wird im *.php File eingestellt*/
#guestbooktable {
		padding: 1px;
		/*margin-left: 150px;
		margin-right: 150px;*/
		background:black;	
}

/* Titelzeile des Eintrags - also Name, Uhrzeit etc. */
#guestbooktitle {
        font-family: arial,helvetica,sans-serif;
        font-size: 10pt;
        font-weight: bold; 
		/*background:#660000;*/
        background: #111111;
        vertical-align: top;
}

/*Info Eintrag Nr., Datum, Uhrzeit*/
#guestbooktitleinfo {
font-family:tahoma,arial,helvetica,sans-serif;
font-size:8pt;
color:#ddaa00;
vertical-align:middle;
}

/*textfeld*/
#guestbookcell {
font-family:arial,helvetica,sans-serif;
font-size:9pt;
/*background:#880000;*/
background:#111111;
vertical-align:top;
}
/*unter Infozeile - soweit eingetragen*/
#guestbookinfo {
font-family:tahoma,arial,helvetica,sans-serif;
font-size:8pt;
color:#ff8800;
/*background:#660000;*/
background:#660000;
vertical-align:center;
}
/*unter Infozeile - wenn nicht eingetragen*/
#guestbookinfolight {
font-family:tahoma,arial,helvetica,sans-serif;
font-size:8pt;
color:#cc0000;
background:#660000;
vertical-align:top;
}







#fussbereich {

        /*padding: 20px;*/

 }

address {
        font-size: 80%;
        font-style: normal;
        letter-spacing: 2px;
        line-height: 1.5em;
        padding-top: 10px;
        border-top: 1px solid #003399;
        margin-top: 20px;
}