/*
Band S!GNAL
Stylesheet:           signal.css
Stand:                     2007-06-04
Erstellt:        Benedikt Kochen
*/

body {
  background-color:black;
  font-family: Verdana,Tahoma,sans-serif;
  font-size: 100%;
  color:black;
}

html {background-color:black;}

/* Für die linke obere Ecke, dem Signal Logo */
#bannerbereich {
   position:absolute;
   top:10px;
   left:5px;
   width:200px;
   height:50px;
   padding:0px;
   margin:0px;
   border:0px solid red;
   background-color:black;
}

/* Für die linke Spalte, die Menüauswahl */
#link3bereich {
   position:absolute;
   top:60px;
   left:0px;
   width:190px;
   height:100%;
   background:black;
   text-align:left;
   font-family:Verdana,Tahoma,sans-serif;
   font-size:12pt;
   font-style: normal;
}
#link3bereich a  {text-decoration:none; font-size: 100%; font-family:Verdana,Tahoma,sans-serif; color:white;}
#link3bereich a:hover {font-weight:normal; color: black background-color:white;}
#link3bereich li { font-size:12pt; line-height:15pt; color:yellow; list-style-type:square;}

/* Der mittlere eigentliche Kernteil */
#mittebereich {
   position:absolute;
   top:10px;
   left:215px;
   width:70%;
   height:90%;
   padding:0px;
   margin:0px;
   border:0px;
   text-align:left;
/*   background-color :#CACACA;    */
   background: black

   font-family:Verdana,Tahoma,sans-serif;
   font-size:10pt;
   color:white;
   font-style:normal;
}
#mittebereich a  {text-decoration:underline; font-size: 10pt; font-family:Verdana,Tahoma,sans-serif; color:black;}
#mittebereich a:hover {font-weight:normal; background-color:#cacaca; }
#mittebereich h1 {font-family:Verdana,Tahoma,sans-serif; font-size: 14pt; color:black; font-style: normal; margin-left:50px}
#mittebereich p,table {margin-left:50px;}
#mittebereich li  {margin-left:20px;}


/* Formatierungen innerhalb des Kernteils, also bei den ...txt Dateien */
#einfachtxt {
   text-align:left;
   background-color:#black;
   font-family:Verdana,Tahoma,sans-serif;
   font-size:10pt;
   color:white;
   font-style:normal;
}
#einfachtxt a  {text-decoration:underline; font-size: 10pt; font-family:Verdana,Tahoma,sans-serif; color: white;}
#einfachtxt a:hover {font-weight:normal; background-color:black; }
#einfachtxt h1 {font-family:Verdana,Tahoma,sans-serif; font-size: 14pt; color:white; font-style: normal; margin-left:50px}
#einfachtxt h2,h3,h4 {font-family:Verdana,Tahoma,sans-serif;                 color:white; font-style: normal; margin-left:50px}
#einfachtxt p,table {margin-left:50px;}
#einfachtxt li  {margin-left:20px;}



/* Nur für die Text auf der Hauptseite */
#textbereich {
   position:absolute;
   top:415px;
   left:215px;
   width:775px;
/*   height:410px;        */
      height:350px;
   padding:10px;
   margin:0px;
   border:0px solid orange;
   text-align:left;
/*   background:#CACACA;    */
   background: black
   a:font-family:Verdana,Tahoma,sans-serif; font-size: 9pt;    line-height: 125%;    color: white; font-style: normal;
}

/* Nur Für die Text auf der Hauptseite */
#infobereich {
   position:absolute;
   top:20px;
   left:760px;
   width:210px;
   height:370px;
   padding:10px;
   border:0px solid green;
   text-align:left;
   background:black;
   font-family:Verdana,Tahoma,sans-serif;
   font-size:9pt;
   color:yellow;
   font-style:normal;
}
#infobereich h1 {font-family:Verdana,Tahoma,sans-serif; font-size:12pt; color:red; font-style:normal;}
#infobereich a  {text-decoration:underline; font-size:9pt; font-family:Verdana,Tahoma,sans-serif; color:yellow;}
#infobereich a:hover {font-weight:normal; background-color:#00000000;}

/* Formatierungen auf der band seite */
#dieband {
   text-align:left;
   font-family:Verdana,Tahoma,sans-serif;
   font-size:9pt;
   color:white;
   font-style:normal;
   table:background-color:black;
   body:background-color:black;
  }
