body{
	font: 80%/1.4 Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #eeeeee;
}

#wrapper {
	width: 1000px;
	margin:auto;
	position: relative;
	margin-top:25px;
		
}

#wrapper #banner {
	height: 175px;
	background-repeat: no-repeat;
}
#wrapper #banner #banner_rechts{
	height:150px;
	width:805px;
	background-image: url(../img/banner_rechts.png);
	background-repeat: no-repeat;
	margin-left:195px;
}
#wrapper #banner #banner_links{
	height:150px;
	width:195px;
	float:left;
	margin:0px;
	padding: 0px;
	background-color:#eeeeee;
}


#wrapper #banner #topnav {
	line-height: 25px;
	height:25px;
	width:805px;
	background-image: url(../img/bg_topnav.png);
	background-repeat: no-repeat;
	margin-left:195px;
}
#bannernav a{
	text-decoration:none;
}


ul#topNavigation{
	margin:0 0 0 3px;;
	padding:0;
}
ul#topNavigation li {
	margin:0;
	padding:0;
	display:inline;
	
}
#topNavigation div {
	line-height:25px;
	background-image: url(../img/bg_nav_top.png);
	margin-right:5px;
}

#topNavigation a {
	display:block;
	float:left;
	line-height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:0 8px 0 8px;
	font-weight: bold;
	color:#333;
	border-right:1px solid #ffffff;
	text-decoration:none;
	background-image: url(../img/bg_nav_topx.png);
}
#topNavigation a:hover{
	background-image: url(../img/bg_nav_top_aktiv.png);
	color:#ffffff;	
}
#topNavigation a.menueTopAktiv{
	background-image: url(../img/bg_nav_top_aktiv.png);
	color:#ffffff;	
}

#content{
	background-image:url(../img/bg_content.png);
	background-repeat: repeat-y;
	padding-top:50px;
	padding-bottom:50px;
	
}


#wrapper #inhalt {
	/* min-height: 600px; */
	margin-left: 55px;
	margin-right: 245px;
}
*html #wrapper #inhalt {
	/* height: 600px; */
}

#wrapper #inhalt_r {
	/* min-height: 475px; */
	margin-right: 55px;
	margin-left: 245px;
}
*html #wrapper #inhalt_r {
	/* height: 475px; */
}


#inhalt_top{
	height:15px;
	background-image: url(../img/bg_inhalt_top.png);
	background-repeat: no-repeat;
}
#inhalt_text{
	min-height: 375px;
	padding-left:15px;
	padding-right:15px;
	background-image: url(../img/bg_inhalt.png);
	background-repeat: repeat-y;
}
html* #inhalt_text{
	/* height:375px; */
}

#inhalt_footer{
	height:15px;
	background-image: url(../img/bg_inhalt_footer.png);
	background-repeat: no-repeat;
}


#wrapper #rechts {
	position:absolute;
	top:200px;
	left:739px;;
	width:206px;
	height: 600px;
}
#wrapper #links {
	float: left;
	width:195px;
}

.box_header{
	margin-top:25px;
	margin-left: -5px
}


.box_text{
	margin-top:5px;
	padding:5px;
	background-color:#EFE1CF;
}

h1, h2, h3{
	margin:0px;
	color: #7D6D61;
}
h3{
	background-color: #EFE1CF;
	padding:3px;
	font-size:100%;
}
p{
	margin:0px;
	padding-bottom:10px;
	padding-top:10px;
}
form{
	margin:0px;
	padding:0px;
}
img{
	border:none;
}
a{
	color:#333333;
}
a:hover{
	color: #CC0000;
}
	
#wrapper #footer {
	clear:both;
	line-height: 25px;
	height: 30px;
	background-image: url(../img/bg_footer.png);
	background-repeat: no-repeat;
	text-align:center;
	font-style: italic;
}

/* linke Navigation */
#links ul{ 
    padding:0px;
	margin:0px;
	
}


#links li{ 
    list-style:none;
}

#links li a{
	display:block;
	padding: 5px;
	background-color: #DEC9AB;
	border-bottom:1px solid #AF9D89;
	text-decoration:none;
	letter-spacing: 1px;
	font-size:12px;
}
#links li a:hover{
	background-color:#EFE1CF;
	
}

 a.dfxNav{  				/*links in den dfxNaven*/
		
}

a.dfxNav:hover {
	padding-left:28px;
}
#links a.dfxNavSub{
	background-color:#E9D6BE; 				/*links in den dfxNaven - Unterrubriken*/
	padding-left: 20px;
}


#links a.dfxNavSub:hover {
	background-color:#EFE1CF;
	
}
#links a.dfxNavOn{
	background-color: #EFE1CF;
}


#links a.dfxNavSubOn{
	background-color:#EFE1CF;
	padding-left: 20px;
}

.rot{
	color:#CC0000;
}
.tdBackForm{
	background-color:  #F9F4EE;
}

.tabForm th, th{
	background-color: #EFE1CF;
	padding: 3px;
	text-align:left;
}

.tabForm td{
	background-color: #F9F4EE;
	padding: 3px;
}


textarea.code{
	background-color: #ffffff;
	border: 1px solid #7D6D61;
	width:98%;
	padding: 3px;
}

.clear{
	clear:both;
	font-size:0px;
	line-height:0px;
	height: 0;
}
#actionbox{
	width:278px;
	border: 1px dotted #7D6D61;
	padding-top: 5px;
	padding-bottom:5px;
	float:right;
	text-align:center;
	
}

#dfxNewsbox{
 float:right;
 width:300px;
 border:1px solid  #EFE1CF;
}

#dfxGreeting{
 padding-right:320px;
}

