body {
  background : #0b0039;
}
.top {
  width : 980px;
  height: 125px;
  background : url('imghome/top.jpg') no-repeat;
}
.nav {
  width : 200px;
  height: 100%;
  vertical-align : top;
  background : #c8c6c6;
}

.content {
  width : 780px;
  background : #c8c6c6;
  vertical-align: top;
}

.bottom {
  width : 980px;
  height : 12px;
  background : url('imghome/bottom.jpg') no-repeat;
}

/* Navigationsmenu */
.menu {
  list-style:none;
  margin: 0;
  padding: 0;
}
.menu #top {
  background : url('imghome/nav_top.jpg') no-repeat;
  height: 20px;
}
.menu #bottom {
  background : url('imghome/nav_end.jpg') no-repeat;
  height: 20px;
}
.menu #mid {
  color: white;
  padding-left:30px;
  background : url('imghome/nav_li.jpg') repeat-y;
}
/* Text  wenn href verwendet wird*/
.menu #mid a {
  display:block;
  padding:0.6em;
  width:100%;
  text-decoration: none;
  color: yellow;
  font-family: verdana, arial, sans-serif;
  font-size: 10pt;
}
.menu #mid a:hover {
 background: url('imghome/navbg.jpg') repeat-y left;
 }

 
/* Navigationsmenu2 Satellit Technik */
.menu2 {
  list-style:none;
  margin: 0;
  padding: 0;
}
.menu2 #top {
  height: 20px;
  background : url('imghome/nav_top2.jpg') no-repeat;
}
.menu2 #bottom {
  background : url('imghome/nav_end2.jpg') no-repeat;
  height:20px
}
.menu2 #mid {
  color: white;
  padding-left:30px;
  background : url('imghome/nav_li2.jpg') repeat-y;
}
.menu2 #mid a {
  display:block;
  padding:0.6em;
  width:100%;
  text-decoration: none;
  color: yellow;
  font-family: verdana, arial, sans-serif;
  font-size: 10pt;
}
.menu2 #mid a:hover {
  background: url('imghome/navbg2.jpg') repeat-y;
}


/* Textformatierungen */
h1 {
  text-align : center;
}
#bevel {
  font-size : 8pt;
}