/* General page styles */
body { 
	margin: 20px;
	background: #474747;
	color: #ffffff;
	font-size: 100%;
}
a { 
	color: #f90; 
}
h1, h2, h3, h4, h5, h6 { 
	margin: 0; 
	padding: 0; 
	font-weight: normal; 
	color: #f90; 
}
p { 
	margin: 0 0 1em 0; 
	text-align: left; 
	line-height: 140%;
	color: #ffffff;
}
th {
	border: hidden 0px;
	font: 0.9em georgia, serif;
	color: #f90;
	background: #ddd;
	padding: 0.2em;
	font-weight: bold;	
}

td {
	border: 0.1em solid #ddd;
	font: 0.9em georgia, serif;
	padding: 0.15em;
}

td.noborder {
	border: hidden 0px;
}

/* Page header */
.header {
	text-align: center;
	background: url('img/header_bg.gif') repeat-x; 
	color: #474747;
	height: 70px;
	width: 80%; 
	margin: 0 auto;
}
.logo {
	position: relative;
	float: left;
	margin: 5px 5px;
}
.headerText {
	padding-top: 20px;
	font-style: italic;
	font-weight: bold;
	font-size: 1.5em;
}

/* Navi as tabs */
.navWrapper { 
	width: 80%; 
	margin: auto; 
}
.tabStrip ul { 
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
}
.tabStrip li { 
	position: relative; 
	margin: 0 2px 0 0; 
	list-style-type: none; 
	float: left; 
}
.tabLink { 
	display: block; 
	text-decoration: none; 
	padding: 17px 15px 0 15px; 
	height: 33px; 
	width: 80px;
	background: #444444; url('img/tabBg.png') repeat-x; 
	background-position: 0 -50px; 
	color: #606060; 
	white-space: nowrap;
	font-weight: bold;	
}
.tabLink:hover { 
	background-position: 0 0; 
}
.tabLinkActive { 
	display: block; 
	text-decoration: none; 
	padding: 17px 15px 0 15px; 
	height: 33px; 
	width: 80px;
	background: #595959 url('img/tabBgActive.png') repeat-x; 
	background-position: 0 -50px; 
	color: #ffffff; 
	white-space: nowrap;
	font-weight: bold;
}
.tabLinkActive:hover { 
	background-position: 0 0; 
}
.corner { 
	position: absolute; 
	width: 10px; 
	height: 10px; 
	background: url('img/corners.png') no-repeat; 
	font-size: 0%; }
.topLeft { 
	top: 0; 
	left: 0; 
	background-position: 0 0;
}
.topRight { 
	top: 0; 
	right: 0; 
	background-position: -10px 0; 
}
/* Content area */
.contentArea { 
	display: block; 
	clear: both; 
	background: #595959; 
	padding: 20px; 
	margin: 0 0 20px 0; 
}
.subNavi ul { 
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
}
.subNavi li { 
	padding: 0 15px 0 0; 
	margin: 0 2px 0 0; 
	list-style-type: none; 
	float: left; 
}
.subNaviLink {
	color: #393939; 
	text-decoration: none;
	font-weight: bold;
}
.subNaviLink:hover {
	color: #ffffff; 
	text-decoration: none;
	font-weight: bold;
}
.subNaviLinkActive {
	color: #ffffff; 
	text-decoration: none;
	font-weight: bold;
}
.contentText {
	color: ffffff;
	text-decoration: none;
	text-align: justify;
}
.startLinks {
	width: 33%;
	height: 100%;
	text-align: center;
	float: left;
}
.startMitte {
	width: 33%;
	height: 100%;
	text-align: center;
	float: left;
	overflow: auto;
}
.startRechts {
	width: 33%;
	height: 100%;
	float: left;
	text-align: center;
}
.sommerRechts {
	width: 50%;
	height: 100%;
	float: left;
	text-align: center;	
}
.sommerLinks {
	width: 50%;
	height: 100%;
	text-align: center;
	float: left;
}
.footer {
	background: #444444;
	text-align: center;
}
.clearLeft {
	clear: left; 
}
.contentTable {
	border: 1px;
	border-color: #f90;
}
.hofContainer {
	display:table;
}
.hofLinks {
	width: 33%;
	height: 100%;
	display:table-cell;
	text-align: center;
	float: left;
	overflow: auto;
}
.hofMitte {
	width: 33%;
	height: 100%;
	display:table-cell;
	text-align: center;
	float: left;
	overflow: auto;
}
.hofRechts {
	width: 33%;
	height: 100%;
	display:table-cell;
	text-align: center;
	float: left;
	overflow: auto;
}