@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(/inc/img/background_h.png);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 1em;
	margin-top: 15px;
	margin-right: 40px;
	margin-bottom: 15px;
	margin-left: 40px;
}
.header {
	height: 34px;
	background-image: url(/inc/img/nav_bg.png);
	background-repeat: repeat-x;
	padding-top: 6px;
}
.Verein {
	top: 15px;
	left: 40px;
	background-image: url(/inc/img/logo.png);
	background-repeat: no-repeat;
	text-indent: -1000px;
	height: 50px;
	width: 164px;
	margin: 10px;
}
.content {
	left: 90px;
	display: block;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
.rightcontent {
	float: right;
	width: 220px;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-image: url(/inc/img/grey_bg_trans.png);
	background-repeat: repeat;
}
.footer {
	width: 100%;
	background-color: #487dae;
	height: 40px;
	text-align: center;
	font-size: 0.7em;
}
.footer a {
	color: #CCC;
}
.footer a:hover {
	text-decoration: none;
}
.subfooter {
	background-color: #205281;
	color: #FFF;
	font-size: 1.2em;
	padding-top: 2px;
	padding-bottom: 2px;
}
.clear {
	clear: both;
	float: none;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/* content elements */
.content a:link {
	color: #205281;
	}
.content a:visited {
	color: #487dae;
}
.content a:hover {
	text-decoration: none;
}
pre {
	white-space:pre-wrap;      /* CSS3 */
	white-space:-moz-pre-wrap; /* Gecko */
	white-space:-pre-wrap;     /* Opera 4-6 */
	white-space:-o-pre-wrap;   /* Opera 7+ */
	word-wrap:break-word;      /* IE 5.5+ */
	font-size: .9em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* CSS zur Gestaltung der Tabelle */
table {
	border-collapse: collapse;
	font-size: 1.1em;
}
th {
	background-color: #3e83c9;
	color: #fff;
	font-weight: bold;
	padding: 2px 11px;
	text-align: left;
	border-right: 1px solid #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
}
td {
	padding: 6px 11px;
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
}
td * {
	padding: 6px 11px;
}
tr.alt td {
	background: #ecf6fc;
}
tr.over td {
	background: #bcd4ec;
}
tfoot {
	font-size: 0.8em;
}
.small {
	font-size: 0.7em;
}
.error {
	font-size: 0.8em;
	font-style: oblique;
	color: #F00;
}

.anzeige {
	width: auto;
	height: auto;
	display: inline-block;
	margin: 2px 10px 10px 0px;
	padding: 10px;
	border: 1px solid #CCC9BA;
	font-size: 0.6em;
	text-transform: capitalize;
	background-color: #E5E5E5;
	padding: 3px;
}
