html, body {
	margin:0px;
	background-color:#fff;
	font-family:Verdana,Arial,Helvetica;
	font-size:11px;
	color:#000;
}

a {
	font-family:Verdana,Arial,Helvetica;
	font-size:11px;
	color:#D40032;
}

#logo {
	padding:10px 0px 12px 40px;
}

#header {
	background-color:#D6D7D7;
	height:260px;
	width:100%;
	z-Index:1;
}

#headergrafik {
	border-top:15px solid #000;
	width:100%;
	background-color:#5B5F60;
	height:165px;
}

#navigation {
	height:45px;
	background-color:#000;
	width:100%;
}

#small_nav a
{
  color: #000000;
  text-decoration: none;
}

#small_nav a:hover
{
  color: #d40032;
  text-decoration: underline;
}

#language
{
  position: absolute;
  top: 350px;
  left: 590px;
}

#language a
{
  color: #000000;
  text-decoration: none;
}

#language a:hover
{
  color: #d40032;
  text-decoration: underline;
}

#hauptnavi {
	height:21px;
	border-top:1px solid #fff;
	border-bottom:1px solid #D40032;
	width:100%;
}

#hauptnavi a{
	background-color:#5B5F60;
	text-align:center;
	width:122px;
	border-right:1px solid #000;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	padding:4px 0px 4px 0px;
	float:left;
}

#hauptnavi a:hover{
	background-color:#D40032;
}


#content {
	padding:20px 0px 20px 40px;
	z-Index:999px;	
	line-height:17px;
}

.links {
	float:left;
	display:block;
}

table {
	padding:0px;
	margin:0px;
	border-spacing:0px;
}

th {
	font-weight:bold;
	background-color:#D6D7D7;
	margin:0px;
	text-align:left;
	border:0px;
	padding:2px 10px 2px 8px;
	border-spacing:0px;
	border-collapse:0px;
}

td {
	padding-left:8px;
	vertical-align: top;
}

.tab {
	line-height:17px;
	padding-top:5px;
	white-space: nowrap;
}

.pl40 {
	padding-left:40px;
}

.tabtrenn {
	border-bottom:1px solid #D6D7D7;
	height:7px;	
}

.home_headline {
	width:640px;
	border-bottom:5px solid #D40032;
	font-weight:bold;
	padding-bottom:5px;
}

#home {
	float:left;
	clear:both;
	width:640px;
}

#home .links {
	width:310px;
	float:left;
}

#home .rechts {
	width:310px;
	float:right;
	text-align:left;
}

#news {
	float:left;
	width:300px;
	line-height:14px;
}

#news .nachricht {
	padding-top:16px;
	// border-bottom:1px solid #D6D7D7;
}

.beschriftung {
	background-color:#000;
	color:#fff;
	font-weight:bold;
	padding:3px 0px 3px 10px;
}

.beschriftungtext {
	padding:6px 0px 3px 10px;
}

.weiter {
	border-bottom:1px solid #D40032;
	text-align:right;
}

#fleet td {
	border-bottom:1px solid #c0c0c0;
	padding:3px 20px 3px 0;
}

#headline
{
  margin-bottom: 15px;
  font-family: sans-serif;
  font-size:15px; 
  font-weight:bold;
}
.highlight {
	font-weight: bold;
	color: #D40032;
}
.redline {
	border-left: 2px solid #333;
	padding-left: 14px;
}
.bottom-redline {
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
	padding-top: 10px;
}
