/***********************************************/
/* Standardschrift und Links          		   */
/***********************************************/
body,tr,a,div,table,cell,td,li 
  {
    font-size: 10pt;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    text-decoration:none;
    color:#333333;
  }

a
  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #398F99;
    text-decoration:underline
  }

a:hover
  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #398F99;
    text-decoration:underline; 
  }
/***********************************************/
/* Schrift im Menue                            */
/***********************************************/
.menu
  {
    font-size: 10pt;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    text-decoration:none;
    color:#000000;
  }
a.menu
  {
    font-size: 10pt;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    text-decoration:none;
    color:#000000;
  }
a.menu:hover
  {
    font-size: 10pt;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    text-decoration:underline;
    color:#000000;
  }
/***********************************************/
/* Kleine Schriftart fuer Footer etc.          */
/***********************************************/
.klein
  {
    font-size: 8pt;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    text-decoration:none;
    color:#333333;
  }
a.klein
{
    font-size: 8pt;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    text-decoration:underline;
    color:#398F99;
}
a.klein:hover
{
    font-size: 8pt;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    text-decoration:underline;
    color:#398F99;
}
/***********************************************/
/* Headlines und Footers                       */
/***********************************************/
.headline
  {
	font-size: 12pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#398F99;
	font-style: normal;
	font-weight: bold;
  }

.headlineKlein
  {
	font-size: 10pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#398F99;
	font-style: normal;
	font-weight: bold;
  }

.footer
  {
    font-size: 8pt;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    text-decoration:none;
    color:#333333;
    background-image: url(img/bg.gif); 
	background-repeat:repeat;
	background-color: #E6E6E6;
  }

/***********************************************/
/* Background                                  */
/***********************************************/
.bgBlack
{
	background-image: url(img/bg_black.gif);
	background-repeat:repeat;
	background-color: #000000;
}

.bgGrey
{
    font-size: 10pt;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    text-decoration:none;
    color:#333333;
    background-image: url(img/bg.gif); 
	background-repeat:repeat;
	background-color: #E6E6E6;
}

.bgMenu
{
    font-size: 10pt;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    text-decoration:none;
    color:#000000;
    background-image: url(img/bg_menu.gif); 
	background-repeat:repeat;
	background-color: #9CC7CC;
}

.bgMain
{
    font-size: 10pt;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    text-decoration:none;
    color:#000000;
    background-image: url(img/bg_main.gif); 
	background-repeat:repeat;
	background-color: #D7E9EB;
}
