/* @override http://www.teamventure.de/de/index.php?css=site/basic.v.1270120641 */

body {
	background-color: #fff;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}

a:link, a:visited, a:active {
	color: white;
	text-decoration: none;
}

a:hover {
	color: black;
}

#center {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.border {
	border: 1px solid white;
	margin-top: 10px;
	margin-left: 10px;
	position: absolute;
}

.text {
	padding: 20px;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
}

.text p {
	margin-bottom: 5px;
}

.left {
	float: left;
	width: 480px;
}

.right {
	float: right;
	width: 480px;
	text-align: right;
}

#info {
	height: 100px;
	color: white;
}

#info .border {
	height: 85px;
	width: 458px;
}

/* @group header */

#header {
	padding-top: 10px;
}

#header a {
	color: black;
}

#header h1 {
	text-transform: uppercase;
	font-size: 14px;
	color: black;
	letter-spacing: 1px;
}

#header img {
	vertical-align: middle;
	padding-left: 20px;
}

/* @end */

#content {
	clear: both;
}

.start {
	background-color: #2c3776;
}

.events {
	background-color: #7fc175;
}

.trainings {
	background-color: #6bb4cd;
}

.freizeit {
	background-color: #df6e34;
}

.about {
	background-color: #1d468a;
}

.news {
	background-color: #2c3776;
}

/* @group footer */

#footer {
	font-size: 11px;
	margin-top: 5px;
	color: black;
	font-weight: normal;
	font-style: normal;
}

#footer a {
	color: black;
}

#footer a:hover {
	text-decoration: underline;
}

/* @end */