body {
	/* Schriften ohne Serifen */
	font-family: "Trebuchet MS", Helvetica, Arial, "Arial Black", "Comic Sans MS", Verdana, "Lucida Sans Unicode", "Lucida Grande", Impact, sans-serif;
	
	margin: 0px;
	font-size: 12px;
}
table {
	border: none;
	border-collapse: collapse;
}
td {
	vertical-align: top;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
img {
	border: none;
}
/********************************** layout ***********************************/
#containerHeader {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	width: 383px;
	height: 117px;
	padding-top: 5px;
	padding-left: 12px;
	margin-top: 20px;
	float: left;
	background-color: #FFFFFF;
}
#containerContent {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding-bottom: 15px;
	
	text-align: left;
}

#footer {
	margin-top: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #000000;
}

div.slide {
	position: absolute;
	z-index: 0;
	height: 100%;
	width: 100%;
}

#wrap {
	z-index: 100;
	position: absolute;
	width: 980px;
	margin-left: -490px;
	left: 50%;
}

#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 43px;
	clear:both;
	z-index: 1000;	
} 

/********************************** nav **************************************/
ul.nav {
	width: 585px;
	float: left;
	background: #000000 url('/images/arrow.gif') no-repeat;
}
li.nav {
	float: right;
	padding-top: 3px;
	padding-bottom: 2px;
}
a.nav {
	margin-right: 6px;
	text-decoration: none;
	color: #e3000f;
	background-color: #000000;
	font-size: 19px;
}/*
a.nav:hover, a.navSel {
	border-bottom: 10px solid #000000;
}*/
a.navWhite {
	color: #FFFFFF !important;
}
/********************************** content **********************************/
div.teaser, div.teaser2 {
	float: left;
	width: 155px;
	height: 160px;
	padding: 20px;
	
	background: url('/images/teaser_bg.png');	
	color: #FFFFFF;
	text-align: right;
	font-size: 22px;
}
div.teaser2 {
	width: 200px;
	height: 200px;
	padding: 0px;
}
div.teaser3 {
	width: 395px;
	text-align: right;
}
a.teaser {
	display: block;
	width: 160px;
	height: 160px;
	color: #FFFFFF;
	text-decoration: none;
	background: url('/images/arrow_white_big.gif') bottom right no-repeat;
}
a.teaser3 {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 8px;
	background: url('/images/arrow_white.gif') 0px 4px no-repeat;
}
/*
td.logomarken {
	width: 125px;
	height: 40px;
}
*/
img.logo {
	width: 280;
	height: 87;
	margin-right: 50px;
}
td.logo {
	padding-top: 28px;
}
ul.text {
	margin: 20px;
	list-style-type: square;
}
li.text {
	margin-bottom: 10px;
}
a.textfloat {
	color:  #e3000f;
}
a.textfloat:hover {
	color:  #000000;
}
a.footerfloat {
	color:  #e3000f;
}
a.footerfloat:hover {
	color: #ffffff;
}

a.fancy {
	margin-right: 10px;
	float: left;
	width: 145px;
	height: 110px;
	
	border-left: 1px solid #a9a9a9;
	border-top: 1px solid #a9a9a9;
	border-right: 1px solid #f2f2f2;
	display: table-cell;
	border-bottom: 1px solid #f2f2f2;
	vertical-align: middle;
}
img.fancy {
}
/********************************* powered by ********************************/
#poweredby {
	position: absolute;
	bottom: 0px;
	padding-top: 3px;
	padding-bottom: 4px;
	width: 100%;
	text-align: right;
	font-size: 11px;
	color: #444444;
}
.orange {
	color: #f0832a;
}
.gray {
	color: #adaaa5;
}
a.poweredby {
	text-decoration : none;
	color: #444444;
}

a.datenschutzerklaerung {
	text-decoration : none;
	color: #444444;
}