html, body {
	background-color: #292929;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	display: inline;
}
p a {
	font-size: 12px;
	color: #F0FFFF;
	text-decoration: none;
}
p a:hover {
	text-decoration: underline;
	color: #FC0;
}
.centerContent {
	width: 869px;
	margin-top: 0px;
	margin-right: 51px;
	margin-bottom: 0px;
	margin-left: 51px;
}
#container {
	width: 970px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	min-height: 100%;
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* FF Scroll-leiste */
	background-image: url(../assets/bg_content_back.jpg);
}
#navi01 {
	display: inline;
	position: absolute;
	height: 59px;
	margin-right: 21px;
	width: 848px;
	line-height:59px;
	text-align:right;
}
#innerNavi01 {
	display:inline;
	display:inline-table;
	display:inline-block;
    vertical-align:middle
	
}
@font-face {  
  font-family: medium ;  
  src: url( /css/medium.TTF ) format("truetype");  
}  
@font-face {  
  font-family: light ;  
  src: url( /css/light.TTF ) format("truetype");  
}  
.headerNavi {
	font-family: medium, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.headerNavi a {
	color: #CCC;
	text-decoration: none;
}
.headerNavi a:hover {
	color: #FFF;
	text-decoration: none;
}
#footer{
	top: 100%;
	left: 50%;
	width: 970px;
	margin-top: -47px;
	margin-left: -485px;
	overflow: hidden !important; /* FF Scroll-leiste */
	background-image: url(../assets/bg.jpg);
	background-repeat: repeat-y;
	position: fixed;
}
#innerFooter {
	font-size: 10px;
	color: #999;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 71px;
}
#innerFooter a {
	color: #999;
	text-decoration: none;
}
#bigPicture {
	background-color: #FFF;
	padding: 21px;
}
#bigPictureSubline {
	font-size: 10px;
	color: #000;
	background-color: #dadada;
	text-align: right;
	padding: 15px;
}
#mainContent {
	padding-top: 21px;
	padding-right: 21px;
	padding-bottom: 68px;
	padding-left: 21px;

}
#floater {
	width: 868px;
	min-height: 100%;
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
	background-image: url(../assets/bg_content.jpg);
	background-repeat: repeat-x;
	clear: both;
}#innerNavi {
	float: right;
	clear: right;
}
h2 {
	font-size: 14px;
	text-decoration: none;
}

