@font-face { font-family: 'VAG'; src: url('../fonts/vaground.ttf') format('truetype'); }

.beschriftung {
	font-family: Arial, "Arial Narrow";
	color:#666666;
	font-weight: bold;
	font-size: 10px;

}

.headline
{
  font-family: VAG, "VAG Round";
  color:#2DA818;
  text-align:left;
 }
 
.ueberschriftgross {
font-family: VAG, "VAG Round";
	font-size: 60px;
	font-weight: bold;
	color:#00AE00;
}

.ueberschriftSMART {
font-family: VAG, "VAG Round";
	font-size: 30px;
	font-weight: bold;
	color:#00AE00;
}
 
.ueberschrift {
font-family: VAG, "VAG Round";
	font-size: 22px;
	font-weight: bold;
	color: #000000;
}

.text {
  font-family:Georgia, "Times New Roman", Times, serif
  font-size:14px;
  font-weight:100;
  text-align:justify;
  top:auto;
  color:#000000;
 }
 
.werbe {
  font-family:VAG, "VAG Round";
  font-size:12px;
  font-weight:bold;
  top:auto;
  color:#009900;
 }
 
 .autorname {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:normal;
  top:auto;
  font-weight:bold;
  color:#000000;
 }
 
 .tabellenkopf {
  font-family:"Times New Roman", Times, serif
  font-size:16px;
  font-weight:bold;
  text-align:left;
  top:auto;
  color:#000000;
 }
 
 .termin {
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight:normal;
  text-align:left;
  top:auto;
  color:#000000;
 }
 
table {
   border-radius: 5px    
}

 
	 
 
 a:link { font-family: VAG, "VAG Round"; font-weight:bold; color:blue; text-decoration:none; }

a:visited { font-weight:; color:; text-decoration:none; }

a:focus { font-weight:; color:red; text-decoration:none; }

a:hover { font-weight:; color:green; text-decoration:none; }

a:active { font-weight:; color:lime; text-decoration:none; }


    #menu {
        font-size:18px;
        position:absolute;
		
		

    }

    #menu ul {
        list-style-type:none;
        list-style-image:none;
        margin:0;
        padding:0;
    }

    #menu li.topmenu {
        float:left;
    }

    .topmenu a {
        float:left;
        width:100px;
        text-align:center;
    }

    .topmenu ul{
        display:none;
    }

    .topmenu a, .submenu a{
        padding:5px;
        color:#006600;
        font-weight:bold;
        text-decoration:none;
        background-color:#CCCCCC;
        margin:0;
    }

    .submenu a{
        font-size:12px;
        width:100px;
        position:relative;
        clear:both; /* special IE6 */
    }

    #menu a:hover, .topmenu.on a {
        color:white;
        background-color:#99CC33;
    }

    .topmenu:hover ul {
        display:block;
        z-index:500;
    }
