/* Gesamt-Bereich */
body {
    border:0 none;
    margin:0;
    padding:0;
}
img {
    border: 0 none;	
}
#container {
    width:950px;
    margin:0 auto;
    line-height:1.5;
    color:#222222;
    font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size:75%;
}
.all {
	border-left: 2px solid #1e1a6d;
	border-right: 2px solid #1e1a6d;
	border-bottom: 2px solid #1e1a6d;
}
/* Header-Bereich */
.header {
  height:100px;
	width: 100%;
	position: relative;
}
.header > span {
  left: 79px;
  position: absolute;
  top: 60px;
}
.header .breadcrumb_beq {
  left: 110px;
}
.headline_blue {
	font-weight:bold;
	width: 100%;	
}
.headline_blue h3 {
	float: left;	
}
.abstand_directory {
	margin-left: 30px;
}
.header .welcome {
	color: #8B008B;
	margin-right:10px;
	float: right;
	position: relative;
	top: 13px;
	left: -80px;
}
.img_text {
    background:url(header_pdc.jpg) no-repeat scroll left top;
}
.img_text_beq {
    background:url(header_beq.jpg) no-repeat scroll left top;
}
.img_text_sbe {
    background:url(header_sbe.jpg) no-repeat scroll left top;
}
.img_text_iabs {
    background:url(header_iabs.jpg) no-repeat scroll left top;
}
/* Menü-Bereich */
.menu {
	background:url(menu_background.jpg) repeat-x scroll left top transparent;
  height:36px;
	position:relative; 
	z-index: 99;
}
ul.horizontal {
    margin: 0 0 0 10px;
    padding: 0;
}
ul.horizontal ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 175px;
}
ul.horizontal ul li {
    margin-top: -5px;
    padding-top: 5px;
}
ul.horizontal ul li a {
    width: 100%;
}
ul > li {
    position: relative;
}
ul.horizontal > li {
    display: inline;
    float: left;
    list-style: none outside none;
    padding-right: 25px;
}
li ul {
    display: none;
    left: 0;
    position: absolute;
    top: 27px;
}
ul.horizontal li a {
    background: none repeat scroll 0 0 #1E1A6D;
    border-bottom: 0 none;
    color: #BBBBBB;
    display: block;
    font-weight: bold;
    padding: 5px;
    text-decoration: none;
}
ul.horizontal a:hover {
    color: #EEEEEE;
    text-decoration: none;
}
* html ul li {
    float: left;
}
* html ul li a {
    height: 1%;
}
li:hover ul, li.hover ul {
    display: block;
}
ul.horizontal > li:hover > a {
	background: url(menuitem_background_selected.jpg) repeat-x scroll left top transparent;
	color: #EEEEEE;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */
/* Content-Bereich */
.content {
	margin: 15px;
	background-color: transparent;	
	position:relative;
	z-index: 1;
	overflow: hidden;
}
h4 {
    color: #1e1a6d;
    font-weight:bold;
}
h1 {
    color: #1e1a6d;
    font-weight:bold;
    font-size:medium;
}
h2 {
	color: #000000;
	font-size:10.5pt;
}
h3 {
	color: #1e1a6d;
	font-size:9.5pt;
}
a {
    text-decoration: none;
   	color:#1e1a6d;
}
/* a:hover, .searchbox, .searchgo, .tdbodysm added by Tasha */
a:hover {
    text-decoration: underline;
   	color:#1e1a6d;
}
.searchbox {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 5px
}
.searchgo {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
.tdbodysm {  
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt;
	margin-left: 10px;
	margin-right: 10px;
}

