/*
Band S!GNAL
Stylesheet:           signal.css
Stand:                21.09.2009
Erstellt:        Benedikt Kochen
*/

body {
  background-color:white;
  font-family: Verdana,Tahoma,sans-serif;
  font-size: 100%;
  color:black;
}

html {background-color:black;}

/* STARTSEITE */

/* Für die linke obere Ecke, S!gnal Logo */
#bannerbereich {
   position:absolute;
   top:10px;
   left:5px;
   width:200px;
   height:50px;
   padding:0px;
   margin:0px;
   border:0px solid red;
   background-color:black;
}

/* Linke Spalte - Menueauswahl */
#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; background-color:#000000;}
#link3bereich li { font-size:12pt; line-height:15pt; color:yellow; list-style-type:square;}

/* Mittelteil (mit Pic) */
#mittebereich {
   position:absolute;
   top:10px;
   left:215px;
   width:70%;
   height:90%;
   padding:0px;
   margin:0px;
   border:0px solid blue;
   text-align:left;
/*   background-color :#CACACA;    */
   background: black

   font-family:Verdana,Tahoma,sans-serif;
   font-size:10pt;
   color:black;
   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;}


/* Textbereich Hauptseite */
#textbereich {
   position:absolute;
   top:345px;
   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;
}

/* Infobereich 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;}

/* 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;
  }
  
/* RESTSEITEN - TXT-DATEIEN */
#einfachtxt {
   text-align:left;
   background-color:#cacaca;
   font-family:Verdana,Tahoma,sans-serif;
   font-size:10pt;
   color:black;
   font-style:normal;
}

#einfachtxt a  {text-decoration:underline; font-size: 10pt; font-family:Verdana,Tahoma,sans-serif; color:black;}
#einfachtxt a:hover {font-weight:normal; background-color:#cacaca; }
#einfachtxt h1 {font-family:Verdana,Tahoma,sans-serif; font-size: 14pt; color:black; font-style: normal; margin-left:50px}
#einfachtxt h2,h3,h4 {font-family:Verdana,Tahoma,sans-serif;                 color:black; font-style: normal; margin-left:50px}
#einfachtxt p,table {margin-left:50px;}
#einfachtxt li  {margin-left:20px;}