

  body {
	font-family: "Verdana, Arial, Helvetica", sans-serif;
	color: rgb(0, 0, 0);
	background-color: rgb(255, 255, 255); 
	font-weight: inherit;
    font-size: 0.7em;
    line-height: 1.4em;
    }

H1 { font-family: "Verdana, Arial, Helvetica", sans-serif;
        color: rgb(255, 255, 255);
	font-weight: bold;
        font-size: 1.3em;
        line-height: 1.7;
	}

H2 { font-family: " Arial, Helvetica", sans-serif;
        color: rgb(255, 255, 255);
	font-weight: bold;
        font-size: 1.3em;
        line-height: 1.3;
	}

td {
	font-family: "Verdana, Arial, Helvetica", sans-serif;
	color: rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
	font-weight: inherit;
	font-size: 0.7em;
	line-height: 1.4em;
    }


  p { padding: 10px 10px 10px 10px;
    background-color: rgb(255, 255, 255);
    min-width: 50px;
    max-width: 700px;
    }

  img { border-style: none;
    text-decoration: none;
    margin-right: 5px;
    margin-bottom: 15px;
    }

  a:link { border-style: none;
    background-color: transparent;
    color: rgb(0, 0, 0);
    text-decoration: none;
    }

  a:visited { color: rgb(0, 0, 0);
    text-decoration: none;
    }

  a:hover { text-decoration: none;
    color: rgb(0, 0, 0);
    font-weight: bold;
    }

  #menu a:link { text-decoration: none;
    padding-left: 0px;
    padding-right: 0px;
    }

  #menu a:visited { text-decoration: none;
    padding-left: 0px;
    padding-right: 0px;
    }

  #menu a:hover { background-color: rgb(100, 155, 230);
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-weight: bold;
    padding-left: 0px;
    padding-right: 0px;
    }

  #menu_ausgewaehlt { border-style: none;
    background-color: rgb(150, 255, 255;
    }

  .menu_hintergrund { position: relative;
    }

  .menu_vordergrund { position: absolute;
    }

  .menu_hintergrund_ausgewaehlt { display: inline;
    background-color: rgb(255, 255, 255);
    padding-left: 3px;
    padding-right: 3px;
    visibility: unvisible;
    }

