body{
	background-color: #888888;
	border:none;
	padding: 0px;
	margin: 0px;
	font-family: sans-serif;
	font-size: 13px;
}ta

.h4{
	font-size:100%;
}

table {
	font-size: 100%;
}

tr, 
td, 
th {
	font-size: 100%;
}

form {
	border: none;
}

fieldset {
	border: none;
}

.header{
	display: block;
	position: relative;
}
.mainFrame{
	position: absolute; 
	left: 0px;
	top: 0px;
	background-image: url(images/main_bg.gif);
	width: 1024px;
	min-height: 100%;
}

* html .mainFrame {
	height:100%;
}

.content{
	margin-left: 185px;
	margin-top: 5px;
	width: 815px;
	min-height: 500px;
	padding-bottom: 20px;
}

* html .content{
	height:550px; 
}
.nav{
	float: left;
	width: 165px;
	background-color: #535b4c;
	font-size: 0.923em
}
.vereine{
	position: absolute; 
	left: 0px;
	bottom: 15px;
	width: 165px;
	text-align: center;
}
.vereine img {
	margin-top: 10px;
}
.navTitleContainer{
	display: block; 
	width: 165px;
	margin: 0px;
	margin-top: 3px;
	padding: 0px;
	height: 27px;
	background-image: url(images/nav_title.png);
	position: relative;
}
.navTitle{
	color: white;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	margin: 0px;	
	margin-left: 25px;
	bottom: 5px;
	display: block;
	position: absolute;
	font-size: 110%;
}
.nav ul{
	list-style-type: none;
	margin: 0px;
	padding-left: 15px;
	margin-top: 2px;
	font-size: 0.9em;
}
.nav ul.firstLevel{
	margin-bottom: 7px;
	padding-left: 25px;
}
.nav li{
	margin: 0px;
	margin-top: 2px;
	font-weight: bold;
}
.nav a{
	text-decoration: none; 
	color: white;
}
.nav a:hover{
	color: black;
}
.sponsors{
	position: absolute; 
	bottom: 0px;
	left: 168px;
	width: 856px;
	background-color: #AAAAAA;
}
.sponsors table td{
	border-collapse: collapse;
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 25%;
	text-align: center;
}
.sponsors table{
	width: 100%;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.formError, .formError a {
    color: red;
}
.formError h4{
    margin-bottom: 0px;
}

