/* 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%;
}
.articlelist {
	padding: 0;
	margin-right: 30px;
}
.articlelist li {
	background: url(article.png) no-repeat 7px 0 transparent;
	list-style-type: none;
	margin: 0;
	padding-left: 30px;
}
.articlelist h3 {
	color: #1E1A6D;
	margin-bottom: 5px;
}
.articlelist a {
	font-weight:bold;
	text-decoration: underline;
	margin-right: 20px;
}
.articlelist img {
	margin-left: 5px;
	vertical-align: text-bottom;
}
.articlelist hr {
	border: none;
	border-top: 1px solid grey;
	height: 1px;
	margin: 15px 0 30px 0; 
}
.articlelist .links {
	margin-top: 5px; 
}
.onlinefirst {
	background: url(show.gif) 0 3px no-repeat transparent;
	list-style-type: none;
	margin: 0;
}
.onlinefirst h1 {
	color: #000000;
	margin-left: 17px;
}
.onlinefirst hr {
	border: none;
	border-top: 1px solid grey;
	height: 1px;
	margin: 15px 15px 15px 0; 
}
.onlinefirst ul {
	padding: 0 0 0 15px;
	margin: 0 15px 0 0;
}
.onlinefirst li {
	background: url(article.png) no-repeat 0 0 transparent;
	list-style-type: none;
	margin: 0 0 20px 0;
	padding-left: 20px;
	
}
.onlinefirst a {
	font-weight:bold;
	text-decoration: underline;
	margin-right: 20px;
}
.onlinefirst a.doilink {
	font-weight: normal
}
.onlinefirst img {
	margin-left: 5px;
	vertical-align: text-bottom;
}
.onlinefirst .links {
	margin-top: 5px; 
}
.abstract {
	background-color: #EEEEEE;
	padding: 8px;
	margin-top: 10px;
}
.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: 78px;
	margin-top: 5px;
}
.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;
}
.header .welcome img {
	position: relative;
	top: -35px;	
}
.img_text {
    background:url(header_main.png) 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: 40px;
	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: 180px;
}
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: 5px;
}
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;
}
ul.horizontal li.xsocial-facebook {
	background: url("fb29x.jpg") no-repeat scroll right center rgba(0, 0, 0, 0) ;
  float: right; 
	margin-right: 100px;
}
ul.horizontal li.social-facebook {
  float: right; 
	margin-right: 15px;		
	margin-top: 2px;
}
ul.horizontal li.social-facebook a {
	display: inline;	
	padding: 1px 0 0 0;	
	margin: 0;
}
* 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;
}
.bluebullet { 
	  list-style-image: url(blue-bold-bullet.jpg)
} 
