
 body {

scrollbar-arrow-color: #FF0000;
scrollbar-3dlight-color: #808080;
scrollbar-highlight-color: #FF0000;
scrollbar-face-color: #0000A0;
scrollbar-shadow-color: #808080;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #8080FF;
 background: #FFEFD5 url("../images/logobs/logom.jpg") no-repeat center top;
 font-family: Arial, Helvetica, sans-serif;
  }

h3 {
		   color: #006400;
		text-decoration: underline overline;
		}

 a:link {
	text-decoration: none;
	color: Blue;
	}

a:visited {
	text-decoration: none;
	color: Blue;
}


a:hover {
	color: Red;
	text-decoration: underline;
	}

a:active {
	text-decoration: none;
	color: Red;
}

th {
	text-align: left;
	background-color: #AFEEEE;
	}

.bier {
	background-color: Yellow;
}
.weisswein {
	background-color: #33CC33;
}
.rotwein {
	background-color: #FF9999;
}

.mineral {
	background-color: #99CCFF;
}

.obst {
	background-color: #FFCC66;
}

.sprit {
	background-color: #FFFFCC;
}







