body {
    font-family: Arial, Helvetica, Verdana;
}

.bodytext{ margin: 0; }

a.menu {
    display:block; 
    width:150px; 
    height:150px; 
    border:4px double #999999; 
    margin-top:2px; 
    padding:10px;
    font-family:Tahoma,sans-serif; 
font-size:12px; 
}

a.menu:link    { 
    color:#666; 
    background-color:transparent; 
    text-decoration:none;  
    text-align: center;
}

a.menu:visited { 
    color:#666; 
    background-color:transparent; 
    text-decoration:none;  
    text-align: center;
}

a.menu:hover   { 
    color:#c66; 
    background-color:transparent; 
    text-decoration:none; 
    border:4px double #f99;  
    text-align: center;
}

a.menu:active  { 
    color:#c66; 
    background-color:transparent; 
    text-decoration:none; 
    border:4px double #f99;  
    text-align: center;
}

.table{
    width:1024px;
    height: 671px;
}

/*MENUS*/
.topnavi{
    color: black;
    text-decoration: none;
}

.topnavi:hover{
    color: gray;
    text-decoration: none;
}

.topnaviact{
    color: gray;
    text-decoration: none;
}

.topnaviact:hover{
    color: gray;
    text-decoration: none;
}

.secnavi{
    color: black;
    text-decoration: none;
}

.secnavi:hover{
    color: gray;
    text-decoration: none;
}

.secnaviact{
    color: gray;
    text-decoration: none;
}

.secnaviact:hover{
    color: gray;
    text-decoration: none;
}

.subnavi{
    color: black;
    text-decoration: none;
}

.subnavi:hover{
    color: gray;
    text-decoration: none;
}

.subnaviact{
    color: gray;
    text-decoration: none;
}

.subnaviact:hover{
    color: gray;
    text-decoration: none;
}

.language{
    color: black;
    text-decoration: none;
    font-weight: bold;
}

.language:hover{
    color: gray;
    text-decoration: none;
    font-weight: bold;
}

/*CONTENT*/
.content{
    font-size: 15px;
}

.titel{
    font-size: 20px;
    font-weight: bold;
}

.menu:hover{
    color: red;
}

p a, p a:visited {
    text-decoration: none;
    color: #389dba;
    font-weight: bold;
}

p a:hover{
    text-decoration: none;
    color: gray;
    font-weight: bold;
}

