body {
  margin: 15px 15px 15px 15px;
  padding: 0px;
  font-family: verdana, sans-serif;
  font-size: 14px;
  background-color: #0b0b49;  
  background: #000 url(../images/bgndblue1b.jpg)  top left;
}

#siteBox {
  float: left;
  width: 100%;
  color: #000;
}





/* -- oberer Frame -- */

#header {
  float: left;
  width: 100%;
  height: 90px;
  background: #000 url(../images/banner1.jpg) no-repeat ;
   text-align: center;
}

#header a {
  float: right;
  width: 85px;
  padding: 5px 10px 5px 10px;
  font-size: 14px;
  text-align: center;
  text-transform: ;
  text-decoration: bold;
  color: #FFF;
  background-color: #666;
  border-bottom: 6px solid #0b0b49;
  border-right: 1px solid #333;
  border-left: 1px solid #666;
}

#header a:hover, #header a.active {
  padding-top: 5px;
  background-color: #2F3762;
}

#header a.lastMenuItem {
  background-image: url(../images/but2.gif);
  background-repeat: no-repeat;
  background-position: top right;
  border-right: 0px;
}

a .desc {
  display: none;
  text-transform: lowercase;
  color: #000;  
}

a:hover .desc, .active .desc {
  display:none ;
}





/* -- oberer Frame - Titel unter 7klang-- */


.title {
  float: left;
  padding: 70px 0px 30px 10px;
  font-size: 12px;
  font-weight: bold;
  text-transform: none;
  text-align: left;
  line-height: 1,2px;
  letter-spacing: 2px;
  color: #000099;
}

.subTitle {
  padding: 0px 0px 0px 0px;
  font-size: 12px;
  text-align: left;
  font-weight: bold;
  text-transform: none;
  line-height: 1,2px;
  letter-spacing: 2px;
  color: #000099;
}





/* -- Container -- */




#content {
  float: left;
  width: 100%;
  padding: 1em 0 1em 0;
  background: #222 url(../images/bgndblue1b.jpg) repeat;
}

#contentLeft {
  float: left;
  width: 20%;
  margin-bottom: 1em;
  background:  url(../images/bgndblue1a.jpg) repeat top left;  
}

#contentRight {
  float: right;
  width: 75%;
  background:  url(../images/bgndblue1a.jpg) repeat top left;
}

#contentRight a {  
  font-size: 12px;
  text-decoration: none;
  color: #000066;
  border-bottom: 0px solid #000828;
  font-weight: bold;
}

/* schrift im rechten container */



#content p {  
  margin: 0em 1.2em 0.7em 1.2em;
  font-size: 12px;
  line-height: 1.8em;
  color: #000;
}


/* schrift im navimenue (die Links) */
#content a {  
  font-size: 12px;
  text-decoration: none;
  color: #000066;
  border-bottom: 0px solid #000828;
  font-weight: bold;
}

#content a:hover {
  color: #CC0000;
  border-bottom: 1px dotted #FF2F0A;
}

#contentRight a {  
  font-size: 12px;
  text-decoration: dotted;
  color: #330099;
  border-bottom: 1px solid #FFFF66;
  font-weight: bold;
}

.header, .subHeader {
  display: block;
  clear: both;  
  font-weight: bold;
  font-size: 15px;
  text-transform: ;
  color: #000099;
  line-height: 1.8em;
  border-bottom: 2px solid #939393;    
}

.subHeader {
  border: 2px;
}





/* -- Nav-menue -- */

#content a.menuItem {
  display: block;  
  padding: 3px 0 5px 54px;
  background: url(../images/.gif) no-repeat center left;
  border: 0px;
}

#content a:hover.menuItem { 
  color: #274BFF;
  background:  url(../images/.gif) no-repeat center left;
  border: 0px;
}
#content a.menuItemaktiv {
  display: block;  
  padding: 3px 0 5px 44px;
  background: url(../images/ani.gif) no-repeat center left;
  border: 1px;
}


/* -- unterer Frame -- */

#footer {
  float: left;
  width: 100%;
  height: 90px;
  font-size: 12px;
  text-transform: bold;
  line-height: 2.6em;
  color: #0AD;
  background: #25509F url(../images/banner1.jpg) no-repeat top left;
}

#footerLeft {
  float: left;
  width: 30%;
  height: 90px;
  text-align: left;
  background: url(../images/ecke_bl.gif) no-repeat bottom left;
}

#footerRight {
  float: right;
  width: 35%;
  height: 90px;
  text-align: left;
  background: url(../images/ecke_br.gif) no-repeat bottom right;
}

#footer a {
  color: #0AD;

}

#footer a:hover {
  color: #666666;
}




/* -- farben -- */

.grey {
  font-size: 12px;
  color: #656565;
  font-weight: bold;
}

.white {
  font-size: 12px;
  color: #FFF;
}

acronym {
  color: #595959;
  font-weight: bold;
  cursor: help;
  border-bottom: 1px dotted #5AA767;
}

.red {
  font-size: 12px;
  color: #A50505;
  font-weight: bold;
  letter-spacing: 1px;
  
}

 



/* -- <ul> tag styles -- */

ul{
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 0px;
  list-style-image: url(../images/listenbutt.gif);
}

li {
  margin-left: 1px;
}






/* -- Images classes -- */

.imgLeft, .imgRight {
  margin: 5px;
  
}

.imgLeft {
  float: left;
  margin-left: 1px;
  
}

.imgRight {
  float: right;
  margin-right: 1px;
}






/* -- runde Ecke -- */

.bottomCorner {
  text-align: right;
}

.vBottom {
  vertical-align: bottom;
}
