/* ALLGEMEINES */ 
* { margin:0; padding:0; font-family:Arial; }
a img { border:0; display:block; } /* display:block da inline-grafik in block-element eine lücke generiert */
h1, h2, h3, h4 { margin:7px 0 7px 0; padding:0; } 
p { margin:0 0 5px 0; padding:0; }
a { color:#F3990C; } 


#wrap { 
	margin-left:50px;
	width:908px; 
}

#logo img { display:block; }
/* NAVIGATION */
#navi_top { 
	background:url(../images/navbar.gif) no-repeat;
	height:19px;	/* 25px Navigationshöhe - 6px padding-top */
	padding:6px 0px 0px 8px !important; /* 8px padding + 12px margin der einzelnen Links = richtiger Abstand, bündig mit Logo  */
	padding:6px 0px 0px 0px;	/* IE */
	
}
#navi_top a { 
	text-decoration:none; 
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	display:block;
	float:left;
	margin-left:12px !important;
	margin-left:9px; /* IE */
}

#navi_top a:hover { color:#000; }
#navi_top .active { color:#000; }

#navi_bottom {
	background:url(../images/subnav.gif) no-repeat;
	height:29px;
	padding:4px 0px 0px 18px; /* 8px padding + 12px margin der einzelnen Links = richtiger Abstand, bündig mit Logo  */
	margin-bottom:6px;
}
#navi_bottom a { 
	text-decoration:none; 
	font-size:12px;
	font-weight:normal;
	color:#707173;
	display:block;
	float:left;
	margin-right:20px;
}

#navi_bottom a:hover { color:#F3990C; }
#navi_bottom .active { color:#F3990C; }

/* FOOTER */
#footer {
	text-align:center;
	font-size:10px;
	color:#9c9e9f;
	clear:both;	/* Floaten der beiden Contentspalten aufheben */
	padding-top:12px;
}

#footer a { color:#9c9e9f; text-decoration:none; }

/*RTE.classesAnchor*/

/*a.internal-link, #mainContent a.internal-link-new-window {
  padding: 0 0 0 20px;
  background: url(../../Bilder/doctype_icons/icon_link.gif) no-repeat center left;
  /* bild url, horizontaler Abstand von links, vertikaler Abstand von oben, nicht wiederholen 
}
a.external-link, #mainContent a.external-link-new-window {
  padding: 0 0 0 20px;
  background: url(../../Bilder/doctype_icons/icon_link.gif) no-repeat center left;
}*/
a.download_pdf {
  padding-left: 20px;
  background: url(../../Bilder/doctype_icons/icon_pdf.gif) no-repeat center left;
  text-decoration:none;
}
a.download_doc {
  padding-left: 20px;
  background: url(../../Bilder/doctype_icons/icon_doc.gif) no-repeat center left;
}
a.download_xls {
  padding-left: 20px;
  background: url(../../Bilder/doctype_icons/icon_xls.gif) no-repeat center left;
}
