html {
	background-color: #ccf;
}
body {
	color: #000;
	background-color: #fff;
	font-family: "Nimbus Sans L", Arial, Helvetica, sans-serif; 
	max-width: 60em;
	padding: 10px;
	height: 100%;
	position: relative;
} 
body#forum {
	padding: 10px 0 10px 0;
} 
.news {
	font-family: "Bitstream Vera Serif", Garamond, serif;
}
h1 {
	text-align: center;
       	white-space: nowrap; 
	margin: 0;
}
h2,h3 {
	margin-top: 0; padding-top: 5px;
}
.col1 {
	background-color: #ccf;
	float: left;
	padding: 0 5px 10px 5px;
	max-width: 60em;
	height: 100%;
	-moz-border-radius: 1%;
	-webkit-border-radius: 1%;
}
.spacer {
	margin: 5px;
	float: left;
}
.col2 {
	background-color: #ffa;
	overflow: hidden;
	padding: 0 5px 10px 5px;
	max-width: 60em;
	position: relative;
	height: 100%;
	-moz-border-radius: 1%;
	-webkit-border-radius: 1%;
}
.col2 p {
	position: relative; z-index: 1;
}
p.intro {
	padding: 12px;
	background-color: #ccf;
	font-size: 90%;
	-moz-border-radius: 1%;
	-webkit-border-radius: 1%;
}
#info img { vertical-align: middle; border: none; }
td img { max-width: none !important; }
.menu {
	font-family: "Century Gothic", "Bitstream Vera Sans", sans-serif; 
	text-align: center;
}
#content .menu {
	text-align: left;
}
.menu a {
	  color: #000;
	  margin-left: 4px;
} 
.menu a:hover {
	text-decoration: underline;
	background-color: #ffa;
} 
.num { font-family: "Courier New", monospace !important; text-align: right; }
.even { background-color: #ccc; }
.odd { background-color: #ddd; }
.error { color: red; background-color: #ffc; }
.date {
	font-size: 80%;
	font-family: sans-serif; 
}
a.selected {
	text-decoration: none;
}
#header {
	position: relative; z-index: 1;
}
#logo {
	position: absolute; top: 3px; left: 3px;
}
#logo3 {
	position: absolute; top: 3px; right: 3px;
}
#content {
	height: 100%;
	position: relative; z-index: 1;
}
#map { height: 480px; }

.dwz td a { text-decoration: none; color: black; }
.dwz td a:hover { text-decoration: underline; }
.dwz tbody tr:hover { background-color: #eff; }

table.vorstand {
	border-collapse: collapse;
	width: 32em;
	margin: auto;
}
.vorstand th {
	width: 10em;
	text-align: left;
	padding-left: 3px;
}
.vorstand tr {
	height: 5ex; 
	border: thin solid black;
}
caption {
	font-weight: bold;
	font-size: 150%;
}
.gallery {
	text-align: center;
	margin: auto;
}
.gallery a img {
	border: none;
	padding: 2px 1px 2px 1px;
	vertical-align: middle;
}

@media print {
 .menu, h1 { display: none; }
 #content {
  color: #000; 
  background-color: #fff;
  max-width: none; 
  margin: 0;
  padding: 0;
 }
}

