@CHARSET "UTF-8";

body {
  color: white;
  font-family: "Georgia",serif;
}

hr {
	border: none;
	border-top: 1px solid #cccccc;
}

h1 {
  font-style: italic;
}

.rahmen {
	border: 1px solid white;
	padding: 2px;
	margin: 4px;
}

p, h1, h2 {
	margin-bottom: 12px;
}

a,
.gb a {
  color: #cc0000;
  text-decoration: none;
}
a:hover { text-decoration: underline; }
th a { color: white; }

.menu.on {
  font-weight: bold;
}

#footer {
  border-color:  #888888;
  color: #888888;
  font-size: 0.8em;
}
#footer a {
	text-decoration: underline;
  color: #888888;
}

table { border-collapse: collapse; }
th {
	font-size: 1.2em;
	/*font-style: italic;*/
	background-color: #555555;
  padding: 4px;
}
td {
	vertical-align: top;
  padding: 4px;
}
tr.odd { background-color: #111111; }
tr.even { background-color: #333333; }

.linkliste {
  list-style-type: circle;
  padding-left: 30px;
}

.pager {
	float: right;
}

.error_list {
	list-style: none;
	color: red;
}

.gbmail { display: none; } /* Antispam */

#gbform * th,
.mitglieder * th {
  background: none;
  font-size: 1em;
  text-align: right;
}
.pflicht {
  color: red;
  font-weight: bold;
}

#foto {
	width: 240px;
	height: 320px;
	float: left;
	padding: 4px;
}







