body {
	background-color: #c6e5fd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	margin: 0px;
	padding: 0px;
}
img {
	border: 0;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #ccc;
	text-decoration: underline;
}

#content {
	border: 1px solid #333;
	width: 950px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background-color: #fff;
}
#hlContact {
	padding: 10px 20px 10px 20px;
	font-size: 1.5em;
	font-weight: bold;
}
#contactText {
	padding: 10px 20px 20px 20px;
}
#imprint {
	background-color: #0092cc;
	text-align: center;
	width: 950px;
	color: #fff;
	padding: 5px 0 5px 0;
	height: 30px;
	margin-top: 10px;
}
#imprint a {
	color: #fff;
}
#imprint a:hover {
	color: #ccc;
}
#header {
	width: 950px;
	height: 230px;
	margin-bottom: 10px;
}
#header2 {
	width: 950px;
	height: 203px;
	background-image: url(images/header2.jpg);
}
.clear {
	clear: both;
}
.teamBox {
	float: left;
	background-color: #fff;
	border: 1px solid #999;
	height: 235px;
	width: 217px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 3px;
}
#firstBox {
	margin-left: 10px;
}
.teamName {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 2px;
	color: #333;
}
.teamName a {
	color: #333;
}
.teamInfo {
	height: 64px;
	margin-bottom: 4px;
}
.hlGender {
	padding-left: 13px;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
	background-color: #ccc;
	height: 23px;
}
.rzLink {
	margin-top: 6px;
	text-align: center;
}
.rzLink a {
	text-decoration: none;
	background-color: #ccc;
	padding: 1px 4px 1px 4px;
	font-weight: bold;
}
.rzLink a:hover {
	background-color: #333;
	color: #fff;
}
.tbBox td {
	vertical-align: top;
}