/* Cascading Style Sheets - Datei für die Schlee-Website
   Made by Olaf Andersson */

/*--- Seitenkörper ---*/
body
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 10pt;
  margin: 0px;
  background-color: #FFFFFF;
  background-image: url(../bilder/zahnrad.gif);
  background-repeat: repeat-y;
  background-position: right;
  background-attachment: fixed;
}

p, td
{
  font-size:10pt; 
}

.trellis_tab
{
  border:0px;
  font-size:10pt; 
  spacing:0px;
  padding:0px;
  border-collapse:collapse;
}

.trellis_td
{
  text-align:center;
  width:40px;
  height:40px;
  font-weight:normal;
  border:1px solid black;
}

.trellis_head
{
  color:#00007F;
  font-weight:bold;
}

/*--- Überschriften ---*/
h1 
{
  font-family : "Trebuchet MS", Arial, Helvetica, sans-serif; 
  font-size : 14pt; 
  color: #00007F;
} 

h2 
{
  font-family : "Trebuchet MS", Arial, Helvetica, sans-serif; 
  font-size : 12pt; 
  font-weight: bold;
} 

h3 
{
  font-family : "Trebuchet MS", Arial, Helvetica, sans-serif; 
  font-size : 12pt; 
  font-weight: bold;
  color: #00007F;
} 

/*--- Hyperlink-Format ---*/
a {font-size: 10pt; text-decoration: none; font-weight: normal;}
a:link {color: #020098; text-decoration: none;}
a:visited {color: #4F4F4F; text-decoration: none;} /* dunkel grau */
a:active {color: #00007F; text-decoration: none;} /* dunkelblau */
a:hover{color: #00007F; text-decoration: underline;} /* dunkelblau */

/*--- Schriften ---*/
.pfad
{
  font-size: 9pt;
  color: #808080; 
  text-decoration: none;
  margin-left:20px;
}

.login
{
  font-size: 9pt;
  height: 20px;
  color: #020098;
  padding: 2 0 2 10;
  margin-left : 5px;
}

#blau 
{
  font-size : 12pt;
  color: #00007F;
  font-weight: bold;
}

.blau 
{
  color: #020098;
}

.rot 
{
  color: "#FF0000";
}

.gruen 
{
  color: "#008000";
}

.grau
{
  color: #808080;
}

.Logo1
{
  font-size: 14pt;
  color: #00007F;
  font-weight: bold;
  padding-left:5px;
}

.Logo2
{
  font-size: 8pt;
  color: #FF0000;
  font-style: italic;
  padding-left:5px;
}

.Management
{
  text-align: center;
  font-size : 14pt; 
  color: #00007F;
}

/*--- Formularelemente ---*/
input, textarea
{
  background-color: #EEEEEE;
  border: 1px solid #EEEEEE;
  font-size : 10pt;
  padding: 2 0 2 5;
  color:#020098;
}

.button
{
  border: 1px solid #000000;
  background-color: #EEEEEE;
  font-size : 10pt;
  color: #00007F;
  padding: 2 0 2 0;
  cursor: hand;
}

.button_dis
{
  border: 1px solid #000000;
  background-color: #EEEEEE;
  color:gray;
  font-size : 10pt;
  padding: 2 0 2 0;
}

/*--- sonstige Elemente ---*/
.linie
{
  color:#020098;
  height:1px; 
  text-align:left; 
  width:100%;
}

.linie_cms
{
  color:#020098;
  height:1px; 
  text-align:left; 
  position: absolute;
  top: 80px;
  left: 0px;
}

/* ############## Div-Bereiche ################# */
/* Bereich für das Logo oben links */
.LogoDiv
{
  position:absolute;
  top:0px;
  left:0px;
  width:145px;
  height:65;
}
/* Bereich für den Kopf oben */
.KopfDiv
{
  position:absolute;
  top:0px;
  left:145px;
  width:845;
  height:65;
}
/* Bereich für die Linie unter Logo und Kopf */
.LineDiv
{
  position:absolute;
  top:55px;
  left:0px;
  width:100%;
  height:1;
  text-align:left;
}
/* Bereich für das Menü links */
.MenueDiv
{
  position:absolute;
  top:67px;
  left:0px;
  width:145px;
  height:515px;
  border-right: 1px solid #EEEEEE;
}
/* Bereich für den Body rechts unten */
.BodyDiv
{
  position:absolute;
  top:67px;
  left:180px;
  width:820px;
  height:515px;
}
.BodyDivScroll
{
  position:relative;
  top:67px;
  left:180px;
  /*width:820px;*/
  width:80%;
  /*height:530px;*/
  height:85%;
  overflow:auto;
  overflow-x:hidden;
}

/* Bereich für das Copyright links unten */
.CopyrDiv
{
  position:absolute;
  bottom:20px;
  left:5px;
}
/* Bereich für die Anmeldeinfo oben rechts */
.AnmeldeInfPos
{
  position:absolute;
  top:70px;
  right:10px;
  font-size:9pt;
  color:#00007F;
}

.version
{
  position:absolute;
  left:12px;
  bottom:40px;
  font-size:9pt;
  color:darkblue;
}

.CopyPos
{
  position:absolute;
  bottom:20px;
  left:15px;
  font-size:
  9pt;color:#00007F;
}
