
/* Hintergrundfarbe des Inhaltsbereichs sowie Formatierung der Links im Inhaltsbereich */

body
  {
  background-color:#f8f8f8;
  background-image:url(../pix/main-back2.jpg);
  background-attachment:fixed;
  background-repeat:no-repeat;
  }
a:link
  {
  font-family:trebuchet ms, verdana, helvetica, arial, sans-serif;
  color:#309;
  font-weight:bold;
  font-size:10pt;
  text-decoration:none;
  }
a:active
  {
  font-family:trebuchet ms, verdana, helvetica, arial, sans-serif;
  color:#309;
  font-weight:bold;
  font-size:10pt;
  text-decoration:none;
  }
a:visited
  {
  font-family:trebuchet ms, verdana, helvetica, arial, sans-serif;
  color:#309;
  font-weight:bold;
  font-size:10pt;
  text-decoration:none;
  }
a:hover
  {
  font-family:trebuchet ms, verdana, helvetica, arial, sans-serif;
  color:#309;
  font-weight:bold;
  font-size:10pt;
  text-decoration:underline;
  }

/* Flexible Maße der Inhalts-Tabelle */

.content
  {
  width:100%;
  height:100%;
  }

/* Minitabelle für den Titel 
- über dem Text mit 2 Smilies/Symbolen (heart.gif)
- die "_vb"-Versionen sind für ungespaltenen, zentrierten Text */

.titel_tab
  {
  width:470px;
  height:30px;
  padding-top:10px;
  }
.titel_tab_vb
  {
  width:940px;
  height:30px;
  padding-top:20px;
  padding-bottom:8px;
  }
/* Linkes Smilie */
.titel_tdl
  {
  text-align:right;
  }
/* Rechtes Smilie */
.titel_tdr
  {
  text-align:left;
  }
/* Titel Textformatierung 
- bitte keine Titel anlegen, die länger mehr als 2 Zeilen sind!!!  */
.titel
  {
  font-family:trebuchet ms, verdana, helvetica, arial, sans-serif;
  color:#206;
  text-align:center;
  font-weight:bold;
  font-size:13pt;
  width:200px;
  }
.titel_vb
  {
  font-family:trebuchet ms, verdana, helvetica, arial, sans-serif;
  color:#206;
  text-align:center;
  font-weight:bold;
  font-size:13pt;
  width:350px;
  }

/* Formatierung der Listentabelle (z.B. für die Netzwerk-Seite) */

.list_tab
  {
  width:900px;
  padding-top:10px;
  }

/* Formatierung des Textes im Inhaltsbereich */

.text
  {
  font-family:trebuchet ms, verdana, helvetica, arial, sans-serif;
  color:#206;
  font-weight:normal;
  font-size:10pt;
  padding:10pt;
  }
/* Listentext - rb = rechtsbündig, lb = linksbündig, z = zentriert */
.listentext_rb
  {
  font-family:trebuchet ms, verdana, helvetica, arial, sans-serif;
  color:#206;
  font-weight:normal;
  font-size:10pt;
  padding:3pt;
  text-align:right;
  width:400px;
  }
.listentext_lb
  {
  font-family:trebuchet ms, verdana, helvetica, arial, sans-serif;
  color:#206;
  font-weight:normal;
  font-size:10pt;
  padding:3pt;
  text-align:left;
  width:500px;
  }
.listentext_z
  {
  font-family:trebuchet ms, verdana, helvetica, arial, sans-serif;
  color:#206;
  font-weight:normal;
  font-size:10pt;
  padding:3pt;
  text-align:center;
  }
  
/* Linke Textspalte */

.links
  {
  width:470px;
  height:412px;
  vertical-align:top;
  }

/* Rechte Textspalte */

.rechts
  {
  width:470px;
  height:412px;
  vertical-align:top;
  }

/* Spalte für Filme und andere Elemente, die vertikal zentriert sein sollen */

.willkommen_film
  {
  vertical-align:middle;
  text-align:center;
  width:470px;
  height:412px;
  }
  
/* Minitabelle für den Bereich "Admins im Forum" auf der Kontaktseite */

.mini-tab
  {
  width:360px;
  padding-top:20px;
  }
.mini-left
  {
  width:120px;
  height:100px;
  text-align:center;
  vertical-align:center;
  }
.mini-right
  {
  width:240px;
  text-align:left;
  font-family:trebuchet ms, verdana, helvetica, arial, sans-serif;
  color:#206;
  font-weight:normal;
  font-size:10pt;
  padding:3pt;
  }
