/**
weiss:  #FFFFFF
schwarz:  #000000
ganz dunkles schwarzblau: #000033
dunkelblau:    #003399
hellblau: #0099FF
orange: #FF9933
grau:  #999999
**/
body {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

a.link {
	color : #003399;
}

a.link:hover {
	color : #75B6CB;
}

a.unten {
  color: #003399;
	font-family : Arial, Helvetica, sans-serif;
  font-size: 10px;
  margin-left: 200px;
}

b.blau {
  color: #003399;
}

b.fehlermeldung {
  color: #FF0000;
  font-size: small;
  font-weight: bold;
  margin-top:2px;
  margin-bottom:2px;
}

h1 {
  color: #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18pt;
	font-weight: bold;
	text-align: center;
}

h2 {
  color: #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13pt;
	font-weight: bold;
  margin-bottom: 3pt;
}

table {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin-left: 10pt;
}

table.hm {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

a.hm {
	color : #999999;
  text-decoration: none;
}

a.hm:hover {
	color : #000000;
}

a.hm_h {
	color : #0099FF;
  text-decoration: none;
}

a.hm_h:hover {
	color : #000000;
}





/** explorer-Format start **/

#navigation {
  position: relative;
  margin-top: 5px;
  margin-left: 0px;
}

ul.closed, ul.opened {
  font-size:11px;
  list-style-type:none;
  font-weight:normal;
  line-height:16px;
}

ul.closed {
  display:none;
}

ul.opened {
  display:block;
  padding-left:15px;
  margin-left:0px;
}

li.doc {
  list-style-image: url(img/doc.gif);
  margin-left:32px;
}
li.pdf {
  list-style-image: url(img/pdf.gif);
  margin-left:32px;
}
li.zip {
  list-style-image: url(img/zip.gif);
  margin-left:32px;
}
li.neu {
  list-style-image: url(img/neu.gif);
  margin-left:32px;
}

a.folder {
  cursor:pointer;
  font-weight:bold;
  color:#000000;
  text-decoration:none;
} 

a.nav {
  font-weight:normal;
  font-style:normal; 
  color:rgb(0,0,0); 
}

a.nav:link, a.nav:hover, a.nav:active, a.nav:visited{
  text-decoration:none;
}

/** explorer-Format ende **/