  body {
    margin:0;
    background: white;
    }

  p {
  	font-size: 1em;
  	}

  hr {
  	color: white;
  	}

  .dark {
  	color: #009b8f;
  	}

  h1 {
  	font-family: arial,helvetica,sans-serif;
    font-size: 1.2em;
    line-height: 1.0em;
    font-weight: bold;
    margin-bottom: 0.5em;
    margin-top: 1.2em;
    }

  h2 {
  	font-family: arial,helvetica,sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 1em;
    }

  h2.center {
  	font-family: arial,helvetica,sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 1em;
    text-align: center;
    }

  h3 {
  	font-family: arial,helvetica,sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 0.8em;
    margin-bottom: 0.7em;
    }

  h4 {
  	margin: 0em;
    font-family: arial,helvetica,sans-serif;
    font-weight: bold;
    font-size: 0.8em;
    }

  h5 {
  	margin: 0em;
    font-family: arial,helvetica,sans-serif;
    font-size: 1em;
    font-style: italic;
    font-weight: bold;
    }

  a:link {
  	text-decoration: none;
    color: white;
    }

  a:visited {
  	text-decoration: none;
    color: white;
    }

  a:hover {
  	text-decoration: underline;
    color: white;
    }

  a.schwarz:link {
  	text-decoration: none;
    color: white;
    font-weight: bold;
    }

  a.schwarz:visited {
  	text-decoration: none;
    color: white;
    font-weight: bold;
    }

  a.schwarz:hover {
  	text-decoration: underline;
    color: white;
    font-weight: bold;
    }

  p.left {
  	margin-left: 40px;
    font-size: 1em;
  	}

  table {
  	width: 100%
  	font-color: white;
  	}

  th {
  	font-family: arial,helvetica,sans-serif;
  	font-color: white;
    }

  td {
  	font-family: arial,helvetica,sans-serif;
  	font-color: white;
    font-size: 13px;
    }

  .head {
    background:#009b8f;
    text-align:right;
    padding-right: 2.0em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    }

  .menue {
  	border-bottom: 1px solid white;
    background: #009b8f;
    padding-left: 16px;
    padding-top: 3px;
    padding-bottom: 3px;
    }

  .menueselect {
  	border-bottom: 1px solid white;
    background:#19C4B7;
    padding-left: 16px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight:bold;
    }

  .menue2 {
  	border-bottom: 1px solid white;
    background: #009b8f;
    padding-left: 36px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 0.9em;
    }

  .menue2select {
  	border-bottom: 1px solid white;
    background:#19C4B7;
    padding-left: 36px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 0.9em;
    font-weight:bold;
    }

  .menuebox {
    background: #009b8f;
    padding-top: 25px;
    vertical-align:top;
    width:25%;
    }

  .contentbox {
  	background: white;
  	font-size: 1em;
    vertical-align:top;
    width:75%;
    padding-left: 20px;
    padding-right: 20px;
    }