@charset "UTF-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;

}

html, body {
  font-family: Verdana,Helvetica,Arial,sans-serif;
  background-color:#000;
  color:#999;
  height: 100%;
}

h1.componentheading {
display: none;
}

/* Links */
a {
  color:#fff;
  border:0;
  text-decoration: underline;
}

a:hover{
  color:#666;
  border:0;
}

a:active {
  color:#777;
  border:0;
}

/* Keine Rahmen bei Bildern */
img {
	border: 0 none;
}

/* Layout*/
#container{
  width: 940px;
  position: absolute;
  left: 50%;
  width: 940px;
  margin-left: -470px;
  height:100%;
  background-color: #000;
}

#header_top{ /*oberer verlauf*/
  float: left;
  background-image:url(../images/img_Header_Top.jpg);
  background-repeat:no-repeat;
  height: 40px;
  background-color:#000;
  color: #fff; 
  width:940px;
}

#header_menubar{ /*menu*/
  float: left;
  background-image:url(../images/img_Menubar.jpg);
  background-repeat:no-repeat;
  height: 35px;
  background-color:#000;
  color: #fff; 
  width:940px;
  display:block;
  font-size: 12px;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-weight: bold;
  text-align: right;
  text-decoration:dotted;
  padding-top: 25px;
}

#header_img{ /*header image*/
  float: left;
  background-image:url(../images/img_Header.jpg);
  background-repeat:no-repeat;
  height: 370px;
  background-color:#01395C;
  color: #fff; 
  width:650px;
}
#header_menu { /* Header Menu rechts */
  float: left;
  width: 200px;
}

#header_menu ul {
  display: block;
  width: 200px;
  border-width: 2px;
  border-color: #0f0;
 
}

#header_menu li {
  background-color: #fff;
  border-width: 0px 0px 2px 0px;
  border-color: #000;
  border-style: solid;
}


#pathway{ /*Pfad*/
  float: left;
  background-image:url(../images/img_Pathway.jpg);
  background-repeat:no-repeat;
  height: 17px;
  background-color:#000;
  color: #fff; 
  width:940px;
  font-size: 12px;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-weight: bold;
  text-align: left;
  padding-left: 10px;
  padding-top: 3px;
}

#pathway a {
  color: #fff;  
  text-decoration: none; 
}

#pathway a:hover {
  color: #fc0;  
  text-decoration: none; 
}

#content{ /*main*/
  float: left; 
  background-color:#01395C;
  color: #fff; 
  width: 940px;
  min-height: 100%; 
}

#content_left{ /*Inhalt*/
  float: left;
  margin:5px;
  padding:5px;
  color: #fff;
  min-height:100%;
  width: 630px;
}

#content_right{ /* rechte Spalte */
  float: left;
  min-height: 100%;
  margin: 0px auto;
  border: 2;
  border-color: #fff;
}

#footer{ /*footer*/
  clear:both; 
  bottom:0px;
  position: fixed;
  background-color:#01395C;
  color: #fff;
  width: 940px; 
  height: 25px;
}

#menu{ /*linke Seite*/ 
  list-style: none;
  display:block;
  margin:0px;
  padding:0px;
  text-align: right;
} 

.menu li{
  /*float: left;*/
  list-style: none;
  display: inline;
  font-size: 12px;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-weight: bold;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 7px;
}

.menu a{  
  color: #fff;  
  text-decoration: none;
}

.menu li#current a{  
  color: #fc0;  
  text-decoration: underline;
}

.menu a:hover {  
  color: #fc0;  
  text-decoration: none;
}

.menu ul {
  margin-top: 15px;
}

ul /*ul.menu ul li*/ {
  list-style: none;
  display: inline;
  font-size: 12px;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-weight: bold;
  text-align: left;
  margin-left:15px;
  margin-right:15px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px;
  
}
.contentpaneopen {
  font-size:12px;
}
