/* Gültig für alle Seiten */

body
{
 font-size:12px;
/*an dieser Stelle kann die Schriftart für die ganze Webseite geändert werden. Es sollte trotzdem die Webseite
  kontrolliert werden da es sein kann das manche Textteile im Quelltext formatiert wurden. Beim Punkt Navigation steht nochmal ein
  Font-Family.*/
 font-family: Arial, Helvetica, sans-serif;
 color:#000000;
 background-color: #FFFFFF;
}

a:link
{
 text-decoration: underline;
 color: #940000;
}
a:visited
{
 text-decoration: underline;
 color: #940000;
}
a:focus
{
 text-decoration: underline;
 color: #940000;
}
a:active
{
 text-decoration: underline;
 color: #940000;
}
a:hover
{
 text-decoration: none;
 color: #940000;
}

.text_bold
{
 font-weight:bold;
}
td
{
 font-size:12px;
}

.cdmega_red
{
 color: #940000;
}
.cdmega_red_bold
{
 color: #940000;
 font-weight: bold;
}
cdmega_red_small
{
 color: #940000;
 font-size:11px;
}

/* Navigation - Navigation verwendet eine eigene Schriftart. */
.mainmenu
{
 background-color: #940000;
 font-family: verdana, helvetica, sans-serif;
 font-weight: bold;
 font-size: 12px;
 color: #000000;
 border-bottom: #EBEBED solid 1px;
}
.submenu
{
 /* background-color: #CD4F39; */
 background-color: #999999;
 font-family: verdana, helvetica, sans-serif;
 font-size: 11px;
 color: #000000;
 border-bottom: #EBEBED solid 1px;
}
.submenu_blank
{
 background-color: #EBEBED;
 font-family: verdana, helvetica, sans-serif;
 font-size: 11px;
 color: #000000;
 border-bottom: #EBEBED solid 1px;
}
.platzhalter
{
 background-color:#FFFFFF;
 font-size:11px;
 border-left: #EBEBED solid 5px;
}
.tableborder
{
 border-left: #EBEBED solid 5px;
}
.nav_button
{
 border:0px;
 width:17px;
 height:14px;
 background-color: #940000;
}

/*Stylesheets der Newstabelle auf der Startseite.htm*/
/*Textformatierung und Hintergrundfarbe der Tabellenköpfe*/
.contentheadline
{
  background-color: #999999;
  font-weight: bold;
  font-size: 17px;
  text-align:left;
  color:#FFFFFF;
}
/*Textformatierung und Hintergrundfarbe des Tabelleninhalts, dieser Stylesheet wird auch bei allen anderen Tabellen verwendet*/
.contentrow_background
{
 background-color: #EBEBED;
 font-size:12px;

}

/*Stylesheats aller Tabellen der Webseite ausser Startseite.htm*/
/*Textformatierung und Hintergrundfarbe der Tabellenköpfe*/
.headline
{
 background-color: #999999;
 font-weight: bold;
 font-size: 17px;
 text-align:center;
 color:#FFFFFF;
}

/*wird nur bei Gedanken.htm verwendet*/
.headline_normal_aleft
{
 background-color: #999999;
 font-weight: bold;
 font-size: 12px;
 color: #FFFFFF;
 text-align:left;
}
/*wird verwendet bei WaechterDown.htm, WaechterNeu.htm, WaechterPreise.htm und bei UStVA_HTM\Down.htm*/
.headline15_aleft
{
 font-weight:bold;
 font-size:15px;	
 background-color: #999999;
 color:#FFFFFF;
 text-align:left;
}

.headline_left15
{
 font-weight:bold;
 font-size:15px;		
 background-color: #999999;
 color:#FFFFFF;
}

.headline_middle15
{
 font-weight:bold;
 font-size:15px;
 background-color: #999999;
 text-align:center;
 color:#FFFFFF;
}
.headline_right15
{

 font-weight:bold;
 font-size:15px;	
 background-color: #999999;
 text-align:center;
 color:#FFFFFF;
}

/* Wächter-Funktionstabelle-inhalt */
.funktionsrow_left
{
 border-bottom: #000000 solid 1px;
 background-color: #EBEBED;
 border-left: #000000 solid 1px;
}
.funktionsrow_middle
{ 
 border-left: #FFFFFF solid 1px;
 border-bottom: #000000 solid 1px;
 background-color: #EBEBED;
 text-align:center;
 vertical-align:top;
}
.funktionsrow_right
{
 border-left: #FFFFFF solid 1px;
 border-bottom: #000000 solid 1px;
 background-color: #EBEBED;
 border-right: #000000 solid 1px;
 text-align:center;
 vertical-align:top;		
}




