/* CSS Document */

/* -------- Farb-Vorgaben -------- */

#navigation, a.textlink:hover, a.text:hover
	{
	background: #B0B0B0;
	}

body
	{
	scrollbar-face-color: #B0B0B0;
	scrollbar-highlight-color: #B0B0B0;
	scrollbar-shadow-color: #B0B0B0;
	}

textarea {scrollbar-track-color: #EEEEEE;}

a.bottom:hover, a.textlink, a.text
	{
	color: #999999;
	}

#header
	{
	background-image: url(../img/jpg/titel-grau.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 60px;
	}

td.bg, .suchfeld
	{
	background: #EEEEEE;
	}


td.bgbild1
	{
	background: white url(../kontakt/images/brauerei.jpg) no-repeat top right;
	}

