@charset "utf-8";
/* CSS Document */

body {
	background-attachment: scroll;
	background-color: #FFF;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, sans-serif, "Trebuchet MS", Arial;
	font-size: 12px;
}
a:link, a:active, a:visited {
	text-decoration:none;
	color:#6f0000;	
}
a:hover {
	text-decoration:none;
	color:#bb3833;
}
history a:link, history a:active, history a:visited {
	text-decoration:none;
	color:#FFF;	
}
history a:hover {
	text-decoration:none;
	color:#bb3833;
}
.topbanner {
	height: 86px;
	width: 986px;
	clear: none;
	float: none;
	text-align: right;
	margin: 0 auto;
}
.bottombanner {
	height: 75px;
	width: 986px;
	clear: both;
	text-align: right;
	margin: 0 auto;
}
.contentbox {
	height: auto;
	width: 986px;
	float: none;
	margin: 0 auto;
	background-color: #f5f5f5;
}
.contentboxLeft {
	height: auto;
	width: 315px;
	clear: none;
	float: left;
	text-align: right;
	background-color: #f5f5f5;
}
.contentboxRight {
	height: auto;
	width: 671px;
	clear: none;
	float: right;
	text-align: left;
	background-color: #f5f5f5;
	background-image: url(images/cbackground.png);
	background-repeat: repeat-x;
}
.contentboxLeftBottom {
	height: auto;
	width: 315px;
	clear: left;
	float: left;
	text-align: left;
	background-color: #f5f5f5;
	background-color: #000;
}
.history {
	font-size: 10px;
	text-transform: uppercase;
	color: #999;
}
.verein {
	font-size: 30px;
	color: #bb3833;
	font-style: normal;
	font-weight: normal;
}
.tabletitel {
	font-size: 12px;
	color: #bb3833;
	font-style: normal;
	font-weight: normal;
}
.titel, .titel a {
	font-size: 16px;
	color: #bb3833;
	font-style: normal;
	font-weight: normal;
}
.titel a:hover {
	text-decoration: underline;
	color:#bb3833;
}
.imgborder {
	margin: 1px;
	padding: 4px;
	background-color: #F8EDEC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
