/* Schriftart in den Tables und Seitenabstände */
td,tr,p,div 
        {
	font-family        : Tahoma, Verdana, Arial, Helvetica;
	font-size          : 12px;
	margin-left        : 0px;
	margin-right       : 0px;
	}

/* Style und Abstände der Tables untereinander */
table, tr, td 
       { 
       border-style        : none; 
       border-width        : 0px; 
       padding             : 0px;
       border-spacing      : 0px;
       margin              : 0px;
       border-collapse     : collapse;
       }

/* Supertight Spezialstyle */
.supertight_16
	{
	font-family       : Tahoma, Verdana, Arial, Helvetica;
	font-size         : 16px;
	font-weight       : bold;
	color             : #000000;
	text-align        : left;
	padding-left      : 0px;
        }

.supertight_12
	{
	font-family       : Tahoma, Verdana, Arial, Helvetica;
	font-size         : 12px;
	color             : #000000;
	text-align        : left;
	padding-left      : 0px;
        }

.supertight_10
	{
	font-family       : Tahoma, Verdana, Arial, Helvetica;
	font-size         : 10px;
	color             : #000000;
	text-align        : left;
	padding-left      : 0px;
        }

.scrollen_weg
	{
	overflow: auto; 
	height: 280px; 
        
scrollbar-base-color:#8C8CC6;
  scrollbar-3d-light-color:#FFFFFF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#8C8CC6;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#ACACE6;
	}

/* Komponentenüberschrift (News, Termine, Regeln usw.) */
.componentheading 
      {
	font-family       : Tahoma, Verdana, Arial, Helvetica;
	font-size         : 16px;
	font-weight       : bold;
 	color             : #000000;
	text-align        : left;
	line-height       : 16px;
	height            : 15px;
	padding-left      : 0px;
	margin-bottom     : 3px;
	}

/* Inhaltsüberschrift, Überschrift eines Beitrages z.B. in den News */
.contentheading 
        {
	font-family       : Tahoma, Verdana, Arial, Helvetica;
	font-size         : 16px;
	font-weight       : bold;
 	color             : #000000;
	text-align        : left;
	line-height       : 16px;
	height            : 16px;
	border-left       : 0px solid #C8C8C8;
	padding-left      : 0px;
        margin-left       : 0px;
	margin-bottom     : 2px;
	}


/* Sektionsunterteilungen (z.B. im Forum die einzelnen Postings untereinander) */
.sectiontableheader 
        {
	padding           : 2px;
	color             : #000000;
	font-weight       : bold;
	}
.sectiontableentry1, 
        {
	background-color  : #000000;
	}
	
.sectiontableentry2 
        {
	background-color  : #000000;
	}

/* Eingabeboxen (Suche, neues Posting im Forum etc. ) */
.inputbox 
        {
	font-family       : Tahoma, Verdana, Arial, Helvetica;
	font-size         : 12px;
	color             : #000000;
	background        : #6E6E6E;
	border            : 1px none #DAA520;
	background-color  : #919191;
	margin-top        : 2px;
	margin-bottom     : 2px;
	}

/* Formatierung der Links und der besuchten Links sowie Mouseover bei Links */
a:link, a:visited 
        {
	font-size         : 12px; 
	color             : #000000;
	text-decoration   : none;
	font-family       : Tahoma, Verdana, Arial, Helvetica;
	}
a:hover {
	color             : #cc9900;
	}

/* "weiter" Link auf den Inhaltsseiten */
a.readon:link, a.readon:visited 
        {
	font-size         : 12px; 
	color             : #000000;
	text-decoration   : none;
	font-family       : Tahoma, Verdana, Arial, Helvetica;
	}
a.readon:hover 
        {
	color             : #000000;
	}

table.contenttoc {
	color: #000000;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	margin-left: 0px;
	border-collapse: collapse;
	padding: 10px;
        margin-left: 0px;
    }

table.contenttoc td {
	
	font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 8pt;
    font-weight: normal;
    text-align:left;
	padding: 3px;
        margin-left: 0px;
}

/* Formatierung der Datumsangaben "erstellt am" und "modifiziert am" sowie das aktuelle Datum. */
.createdate 
        {
	font-family       : Tahoma, Verdana, Arial, Helvetica;
	font-size         : 10px;
	color             : #C8C8C8;
	text-decoration   : none;
	font-weight       : normal;
	}
.modifydate 
        {
	font-family       : Tahoma, Verdana, Arial, Helvetica;
	font-size         : 10px;
	color             : #C8C8C8;
	text-decoration   : none;
	font-weight       : normal;
	}
.date 
        {
	font-family       : Tahoma, Verdana, Arial, Helvetica;
	font-size         : 12px;
	color             : #C8C8C8;
        }


/* Trennt das Gute vom Bösen */


.contentdescription {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 16px;
	color: #000000;
	text-align: left;
	padding-left: 12px;
	}

li {
	list-style: inside 3px;
	}
	
	.sitetitle
	{
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 20px;
	color: #C8C8C8;
	}

.small {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #C8C8C8;
	text-decoration: none;
	font-weight: normal;
	}

.smalldark {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #C8C8C8;
	text-decoration: none;
	font-weight: normal;
	}
 
.button {
	
	color: White; 
	font-family: Tahoma, Verdana, Arial, Helvetica;
	text-align: center;
	font-size: 12px;
	border: 1px none #C8C8C8;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 5px;
	background: #FF0044;
	}


a.mainlevel  {
  font-family      : Tahoma, Verdana, Arial, Helvetica;
  text-align       : left;
  display          : block;
  line-height      : 20px;
  height: 20px;
  font-size        : 13px;
  font-weight      : bold;
  width            : auto;
  color            : #000000;
  padding-left     : 5px;
    }
a.mainlevel: link {
  text-align       : left;
  font-size        : 13px;
  font-weight      : bold;
  width            : 100%;
  display          : block;
}
a.mainlevel:link, a.mainlevel:visited {
  text-align       : left;
  font-size        : 10px;
  font-weight      : bold;
  padding          : 0px 0px 0px 2px;
  color            : White;
  width            : auto;
}
a.mainlevel:hover {
text-align       : left;
display          : block;
color            : #CCCC9A;
font-weight      : bold;
text-decoration  : none;
border-left: 10px solid #DAA520;
}
	
a.sublevel:link, a.sublevel:visited {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	color: #DAA520;
	font-weight: normal;
}

a.sublevel:hover {
	
	color: #DAA520;
	font-weight: bold;
	}

.contentpane {		
	background-color : #FFFFFF;
	}

.contentpaneopen {	
	background-color : #FFFFFF;
	}



.content_rating {
	font-weight: normal;
	font-size: 8pt;
}

.content_vote {
	font-weight: normal;
	font-size: 8pt;
}


table.moduletable {
	
	margin: 3px 0px 3px 5px;
	width: 95%;
	
	}

table.moduletable th {
	
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #DAA520;
	text-align: left;
	background-color: #FFFFFF;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 2px;
	}

table.moduletable td {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
	padding-top: 5px;
	color: #FFFFFF;
	}
	
 
.poll {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #DAA520;
	line-height: 14px
	}

.pollstableborder {
	border: 1px solid White;
}


.category {
	color: #5A5A29; 
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 16px; 
	font-weight: bold; 
	text-decoration: none;
	}

a.category:link, a.category:visited {

	color: #DAA520;  font-weight: bold;
	}

a.category:hover {
	color: #5A5A29;
	}