body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
    background: #333333 url(bembelbar-hintergrund.jpg);
	margin: 10px;
}
a:link, a:visited {
	color: #FF0000;
	background-color: #550000;
	text-decoration: none;
}

a:active{
	color: #FF0000;
    font-weight: bold;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
.header {
	background-color: #000000;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
}

.menu {
	vertical-align: top;
	background-color: #000000;
	width: 170px;
	padding: 0px;
}
.menu ul, .menu li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu ul {
	border-bottom: 0px;
	background-color: #000000;
}
.menu ul ul {
	padding-left: 10px;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 4px 10px 4px 10px;
	color: #FFFFFF;
	display: block;
	background-color: #000000;
	text-decoration: none;
}
.menu a:hover {
	background-color: #FF0000;
	text-decoration: none;
}
.menu_current {
	font-weight: bold;
}

.current {
	font-weight: bold;
}

.search {
	padding: 5px 5px 5px 10px;
}

.content {
	/* background-color: #FFFFFF; */
	width: 600px;
	font-color: #FFFFFF;
	padding: 10px;
	height: 400px;
	vertical-align: top;
}
.footer {
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	height: 10px;
}

table.gbentry {
  width: 98%;
  border: 1px solid #DCDCDC;
  border-collapse: collapse;
  margin-bottom: 10px;
}

table.gbentry td.gbtitle {
  font-weight: bold;
  padding: 0 5px 0 5px;
  background-color: #DCDCDC;
  color: #000000;
}

table.gbentry td.gbcontent {
  padding: 5px; 
  background-color: #FFFFFF;
  color: #000000;
}

img.button {
  vertical-align: bottom;
}



