/* Dreiplus */
/* ===== 'Hacks' und 'Hilfscontainer' ===== */
/* commented backslash hack \*/ 
html, body {
height: 100%;
}
/* ende backslash hack */
/* safari wrapper (thanks to Tim Connor) */
html > body  #dfx_minheight {
float: left;
width: 0;
height: 100%;
margin-bottom: -42px;
}
/* fuer IE mac */
* > html #dfx_clearfooter {
float: left;
width: 100%;
} 
/* gegen IEs 3-Pixel-Bug */
* html #dfx_content {
height: 1%;
}
* html #dfx_spiegel {
height: 1%;
}
/* fuer IE (der 'height' sowieso als 'min-height' sieht */
* html #dfx_wrapper {
height: 100%;
} 
 /* Platz fuer 'header' und 'footer' schaffen */
#dfx_clearheader {
height: 122px;
}
#dfx_clearfooter {
clear: both;
height: 40px;
}
/* Bei folgenden die Margins immer 1px weniger als die width setzen,
   da sonst u.U. der 'footer' nicht nach unten gedrueckt wird! */
#dfx_links {
position: relative;
width: 185px;
float: left;
}

/* ===== Ende der 'Hacks' und 'Hilfscontainer' ===== */


td,p,div,li,input, select,textarea,a,.dfxTextDetail {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #000000;line-height:1.4;}


input,select {
	border: 1px solid #666666;
	margin:0;
}
textarea {
	border: 1px solid #666666;
}

th, .dfxNewsboxHeader{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	background-color:#FFEAAA;
	border-top:none 0px #666666;
	border-right:none 0px #666666;
	border-bottom:none 0px #666666;
	border-left:none 0px #666666;
	margin:0px 0px 0px 0px;
	padding:3px 5px 5px 5px;
}
#dfxNewsbox{
	position:absolute;
	left:650px;
	top:0px;
	width:145px;
	background-color: #ffffff;
	border: 1px solid #660000;
	padding:10px;
}


/* Hintergrundfarben Flächen*/

.tdBack2 {
	background-color: #FFEAAA;
}
.tdBack1 {
	background-color: #FFF2CC;
}

.divBackRot {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CC0000;
	font-size:12px;
	color: #FFFFFF;

}
#dfx_wrapper {
	min-height: 100%;
	margin: 0 0 -40px 165px;
}
 /* -60px = 'footer'-Höhe */

#dfx_header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 122px;
}

#dfx_menueLeftRahmen{
	width:145px;
	margin-left:10px;
}

#dfx_content {
	position: relative;
	width:500px;
	text-align: center;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}

* html #dfx_content {
	width:540px;
}

#dfx_content #dfx_spiegel {
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #660000;
	padding:10px;

}
#dfxNewsbox{
	position:absolute;
	left:650px;
	top:0px;
	width:145px;
	background-color: #ffffff;
	border: 1px solid #660000;
	padding:10px;
}

	

#dfx_footer {
	top:20px;
	position: relative;
	height: 20px;
	clear: both;
	text-align: right;
	font-size:12px;
	line-height:20px;
	color: #FFFFFF;
	background-color: #CC0000;
	padding-right:15px;
}

#dfx_footer a{
	clear: both;
	text-align: right;
	font-size:12px;
	color: #FFFFFF;
}

.bgRotMenue {
	border-left: 1px solid #FFF3CE;
	background-color: #CC0000;
}
#Nav {
	margin-left:0px;
}

li.dfxMenueItem { 
    list-style:none;
	padding-left:0px;
	margin-bottom:2px;
}

a.dfxNav{  				/*links in den dfxNaven*/
	display:block;
	width:135px;
	text-decoration:none;
	padding: 1px 4px 1px 14px;
	background-color:#E8E6CE;
	border-top:1px solid #DDDAB7;
	border-bottom:1px solid #DDDAB7;
}
* html a.dfxNav {
	width:145px;
}


a.dfxNav:link {text-decoration:none;} 
a.dfxNav:visited {text-decoration:none;}
a.dfxNav:hover {
	background-color:#DDDAB7;
	border-top:1px solid #660000;
	border-bottom:1px solid #660000;
	border-left:6px solid #CC0000;
	padding-left:8px;
}
a.dfxNav:active {text-decoration:none;}

a.dfxNavSub{  				/*links in den dfxNaven - Unterrubriken*/
	display:block;
	width:115px;
	text-decoration:none;
	padding: 1px 4px 1px 34px;
	background-color:#E8E6CE;
	border-top:1px solid #DDDAB7;
	border-bottom:1px solid #DDDAB7;
}

* html a.dfxNavSub {
	width:145px;
}

a.dfxNavSub:link {text-decoration:none;} 
a.dfxNavSub:visited {text-decoration:none;}
a.dfxNavSub:hover {
	background-color:#DDDAB7;
	border-top:1px solid #660000;
	border-bottom:1px solid #660000;
	border-left:6px solid #CC0000;
	padding-left:28px;
}
a.dfxNavSub:active {text-decoration:none;}


a.dfxNavOn{
	display:block;
	width:135;
	text-decoration:none;
	padding: 1px 4px 1px 8px;
	background-color:#DDDAB7;
	border-top:1px solid #660000;
	border-bottom:1px solid #660000;
	border-left:6px solid #CC0000;
}
* html a.dfxNavOn {
	width:145px;
}

a.dfxNavOn:link {text-decoration:none;} 
a.dfxNavOn:visited {text-decoration:none;}
a.dfxNavOn:hover {text-decoration:none;}
a.dfxNavOn:active {text-decoration:none;}

a.dfxNavSubOn{
	display:block;
	width:115px;
	text-decoration:none;
	padding: 1px 4px 1px 28px;
	background-color:#DDDAB7;
	border-top:1px solid #660000;
	border-bottom:1px solid #660000;
	border-left:6px solid #CC0000;
}
* html a.dfxNavSubOn {
	width:145px;
}

a.dfxNavSubOn:link {text-decoration:none;} 
a.dfxNavSubOn:visited {text-decoration:none;}
a.dfxNavSubOn:hover {text-decoration:none;}
a.dfxNavSubOn:active {text-decoration:none;}


.tdBackForm {
	background-color: #color_1#;
}


/* Menü Top */
.divBackRot{
	line-height:20px;
	background-color: #CC0000;
}

/* Klassen diverse */


.tdBackForm {
	background-color: #FFF5D7;
}

p.code{
	border: 1px dashed #660000;
	padding: 10px;
	background-color:#FFFFFF;
}

/* Styles Container */

#dfx_top1{
position:absolute;
width:185px;
height:102px;
left: 0;
top: 0;
}

#dfx_top2{
position:absolute;
width:100px;
height:102px;
left: 185;
top: 0;
}
#dfx_top3{
position:absolute;
width:100px;
height:102px;
left: 285;
top: 0;
}
#dfx_top4{
position:absolute;
width:100px;
height:102px;
left: 385;
top: 0;
}
#dfx_top5{
position:absolute;
width:100px;
height:102px;
left: 485;
top: 0;
}
#dfx_top6{
position:absolute;
width:100px;
height:102px;
left: 585;
top: 0;
}
#dfx_top7{
position:absolute;
width:100px;
height:102px;
left: 685;
top: 0;
}
#dfx_top8{
position:absolute;
width:164px;
height:102px;
left: 786;
top: 0;
}
#dfx_top9{
position:absolute;
height:102px;
left: 950;
top: 0;
}
#dfx_topSub1{
font-size:11px;
line-height:20px;
position:absolute;
width:185px;
height:20px;
left: 0;
top: 102;
}

#dfx_topSub2{

position:absolute;
width:100px;
height:20px;
left: 185;
top: 102;
}
#dfx_topSub3{
position:absolute;
width:100px;
height:20px;
left: 285;
top: 102;
}
#dfx_topSub4{
position:absolute;
width:100px;
height:20px;
left: 385;
top: 102;
}
#dfx_topSub5{
position:absolute;
width:100px;
height:20px;
left: 485;
top: 102;
}
#dfx_topSub6{
position:absolute;
width:100px;
height:20px;
left: 585;
top: 102;
}
#dfx_topSub7{
position:absolute;
width:100px;
height:20px;
left: 685;
top: 102;
}
#dfx_topSub8{
position:absolute;
width:165px;
height:20px;
left: 785;
top: 102;
}
#dfx_topSub9{
position:absolute;
height:20px;
left: 950;
top: 102;
}

