/*                          -*- c++ -*-                               */
/* Explanation:                                                       */
/* ============                                                       */
/* This is a Cascading Style Sheet to be used with HTML pages.        */
/* Insert the following crap in your <head></head> element:           */
/* <link rel=stylesheet type="text/css" href="rss.css">               */
/* This assumes that you do not change the name of this file and      */
/* that it resides in the same directory as your HTML file.           */
/* If you don't know what a directory is, please drop dead. Now.      */
/* ============                                                       */
/* There are basically three different things you can modify here:    */
/* the body stuff modifies your <body></body>, everything else the    */
/* other elements (like <p></p>) and the .xxx stuff can be used       */
/* to get more elements like <p class=doc></p> if you define .doc.    */

/* ========================== */
/* Setting the body     color:#7799BB;
    background-color:#000000;
}
h2
{
    font-size:12pt;
    color:#7799BB;
    background-color:#000000;
}
h3
{
    font-size:10pt;
    color:#7799BB;
    background-color:#000000;
}
h4
{
    font-size:9pt;
    color:#7799BB;
    background-color:#000000;
}
/* === */
/* Size and Color for standard text */
body,p,ol,ul,div,b,i,li
{
    font-size:9pt;
    font-family: Arial,Helvetica,sans-serif;
    color:#7799BB;
    background-color:#000000;
}
.strong
{
  font-weight:bold;
  color:#26D4FF;
  background-color:#000000;
}
.here
{
  font-weight:bold;
  color:#26D4FF;
  background-color:#000000;
}
.hallo
{
  font-weight:bold;
  color:#26D4FF;
  font-size:12pt;
  background-color:#000000;
}

td,th
{
    font-size:9pt;
    font-family: Arial,Helvetica,sans-serif;
    color:#7799BB;
    background-color:#000000;
}
.auftritt
{
    font-size:9pt;
    font-family: Arial,Helvetica,sans-serif;
    background-color:#33bbcc;
    color:#000000;
    alignment:left;
    text-align:left;
}
.tdmitglied
{
    font-size:9pt;
    font-weight:bold;
    font-family: Arial,Helvetica,sans-serif;
    background-color:#33bbcc;
    color:#000000;
    alignment:left;
    text-align:left;
		padding-right:5px;
		padding-left:5px;
}
.mitglied
{
    font-size:9pt;
    font-weight:bold;
    font-family: Arial,Helvetica,sans-serif;
    background-color:#33bbcc;
    color:#000000;
    alignment:left;
    text-align:left;
		text-decoration:none;
}
.mitglied_head
{
  color:#000000;
  background-color:#66ddff;
}
.highlight
{
    font-size:9pt;
    font-weight:bold;
    font-family: Arial,Helvetica,sans-serif;
    background-color:#66ddff;
    color:#000000;
    alignment:left;
    text-align:left;
}
.news
{
    font-size:9pt;
    font-family: Arial,Helvetica,sans-serif;
    background-color:#33bbcc;
    color:#000000;
    alignment:left;
    text-align:left;
}
.gbook
{
    font-size:9pt;
    font-family: Arial,Helvetica,sans-serif;
    background-color:#33bbcc;
    color:#000000;
    alignment:left;
    text-align:left;
}
.newest
{
    font-size:9pt;
    font-family: Arial,Helvetica,sans-serif;
    background-color:#66ddff;
    color:#000000;
    alignment:left;
    text-align:left;
}


/* ========================== */
/* Links                      */
/* ========================== */
a:link
{
  font-weight:bold;
}
.strong
{
  font-weight:bold;
  color:#26FFFF;
  background-color:#000000;
}
a:visited
{
  font-weight:bold;
}
.news
{
  color:#000000;
  font-weight:bold;
  background-color:#33bbcc;
}
.gbooklink
{
  color:#555555;
  font-weight:bold;
  background-color:#33bbcc;
}
.newest
{
  color:#000000;
  font-weight:bold;
  background-color:#66ddff;
}
.highlight
{
  color:#000000;
  font-weight:bold;
  background-color:#FFFF00;
}
.strong
{
  font-weight:bold;
  color:#26FFFF;
  background-color:#000000;
}
.auftrittb
{
  font-weight:bold;
  color:#33CCFF;
  background-color:#000000;
  text-align:left;
}
.auftrittp
{
  font-weight:bold;
  color:#33FF66;
  background-color:#000000;
  text-align:left;
}
a:active
{
  color:#AAAAAA;
}

a.an
{
   text-decoration:none;
}

.tablink {
	color: #333333;
	text-decoration: underline;
}
