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;
	
	text-align: left;
}

#footer {
	margin-top: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #000000;
}

html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}
#main {padding-bottom: 43px;}  /* must be same height as the footer */
#footer {position: relative;
	margin-top: -43px; /* negative value of footer height */
	height: 43px;
	clear:both;} 
/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/********************************** 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;
}




/********************************* powered by ********************************/
#poweredby {
	position: absolute;
	bottom: 0px;
	padding-top: 3px;
	padding-bottom: 4px;
	width: 100%;
	text-align: right;
	font-size: 11px;
}
.orange {
	color: #f0832a;
}
.gray {
	color: #adaaa5;
}
a.poweredby {
	text-decoration : none;
	color: #444444;
}
