body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px;

/*	background-color: #fefefe; */
background-color: #939393;

	font-family:Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 11px;
	line-height:13pt;
	color:#20415a;

}

td {
	font-family:Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 11px;
}

.navtable td {
	padding-bottom:1px;
}

.g_header {
	/*background-color: #d9100d;*/
}

.n_header {
/*	background-color: #081d51;*/
}

.f_header {
	background-color: #939393;
}
.contentbody {
	background-color: #D8D8D8;
}

.footertext, .footertext a, .footertext a:hover {
	color:#ffffff;
	font-size:9px;
}

.contentarea {
	padding-left:26px;
	padding-top:26px;
	width:48%;
}

.contentlogos_sub {
	padding-top:26px;
	padding-right:30px;
	text-align:left;
	float:right;
	width:40%;
}

.contentlogos {
	clear:both;
	padding-top:20px;
	padding-left:10px;
	z-index:5;
	text-align:center;
}

.faqpage { background:#d8d8d8; }

.faqitem {
	background:#efefef;
}
.faqitem .faqhead { cursor:pointer; padding:10px 30px; font-size:12px; }
.faqitem .faqbody { padding:10px 110px; background:url(../images/faqpfeil1.gif) 20px 0px no-repeat; }

.faqitem.odd {
	background:#d8d8d8;
}
.faqitem.odd .faqbody { padding:10px 110px; background:url(../images/faqpfeil2.gif) 20px 0px no-repeat; }

.faqinner { padding:0px 0px 10px 0px; min-height:70px; }

	/*
	background-image:url(../images/faq_bg.gif);
	background-repeat:repeat-y;
	*/
	background-color:#D8D8D8;

}

.faqarea_answer {
	padding-top: 0px;
	padding-left: 60px;
	padding-right: 40px;
	padding-bottom: 15px;
	background-color:#EFEFEF;
}

.faqarea_nav {
/*	width: 244px;*/
	width:55%;

	padding-top:16px;
	text-align: right;
	float:left;
}

.faqarea_link {
	padding-top:10px;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:10px;
	background-color:#D8D8D8;
}

.faqarea_link.on {
	background-color:#EFEFEF;
	}

.textbold {
	font-weight:bold;
}

a.faqlink_off, .faqarea_link a {
	color:#777777;
	text-decoration: none;
	font-weight:normal;
}
a.faqlink_off:hover, .faqarea_link a:hover {
	color:#777777;
	text-decoration: underline;
	font-weight:normal;
}

a.faqlink, .faqarea_link.on a {
	color:#20415a;
	text-decoration: none;
	font-weight:bold;
}
a.faqlink:hover, .faqarea_link.on a:hover {
	color:#20415a;
	text-decoration: none;
	font-weight:bold;
}


a.link {
	color:#999999;
	text-decoration: none;
	font-weight:normal;
}


a.link:hover {
	color:#000000;
	text-decoration: underline;
	font-weight:normal;
}

A {
	color: #20415a;
	text-decoration: none;
	font-weight:bold;
	
}
A:hover {
	color: #20415a;
	text-decoration: underline;
	font-weight:bold;
}

/*Make position:fixed work in IE6!*/

.fixed-top    /* position fixed Top    */{position:fixed;bottom:auto;top:0px;}
.fixed-bottom /* position fixed Bottom */{position:fixed;bottom:0px;top:auto;}
.fixed-left   /* position fixed Left   */{position:fixed;right:auto;left:0px;}
.fixed-right  /* position fixed right  */{position:fixed;right:0px;left:auto;}

* html,* html body   /* IE6 Fixed Position Jitter Fix *//*{background-image:url(about:blank);background-attachment:fixed;}*/
* html .fixed-top    /* IE6 position fixed Top        */{position:absolute;bottom:auto;top:expression(eval(document.documentElement.scrollTop));}
* html .fixed-right  /* IE6 position fixed right      */{position:absolute;right:auto;left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));}
* html .fixed-bottom /* IE6 position fixed Bottom     */{position:absolute;bottom:auto;top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));}
* html .fixed-left   /* IE6 position fixed Left       */{position:absolute;right:auto;left:expression(eval(document.documentElement.scrollLeft));}

