@page { margin:1cm 1cm 2cm 2cm; }

body, html {
     font-family: Verdana;
     font-size: 10pt;
     color: #000000;
     margin:0px;
     padding:0px;
     top: 0;
     bottom: 0;
     height: 100%;
}

td {
     font-family: Verdana;
     font-size: 10pt;
     color: #000000;
     text-align: left;
}     

#header
{
    display:none;
}

#navigation
{
    display:none;

}

#haupt
{
   top: 0px;
   left: 0px;
   background-color:transparent;
padding: 0px;
margin: 0px;
  border: 0px;

}

.navititle { text-align: center; font-weight: bold; font-size: 12pt;}

.haupttitle { font-weight: bold; font-style: italic; font-size: 12pt; padding-left: 10px; }

.haupthr { color: #000000; background-color: #000000; height: 2px; width: 700px; padding-left: 10px}

#meldung
{
  font-weight: bold;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;

}

#navilist
{
  margin-left: -15px;
  list-style-type: square;
  list-style-position: outside;

}

a:link, a:visited, a:active {
        font-weight:bold;
        text-decoration: none;
        color: #004CB4;
}

a:hover {
        font-weight:bold;
        text-decoration: overline underline;
        color: #3D86EA;
}

#navigation a:link, #navigation a:visited, #navigation a:active {
        font-weight:bold;
        text-decoration: none;
        color: #000855;
}

#navigation a:hover {
        font-weight:bold;
        text-decoration: overline underline;
        color: #0008A7;
}


input, select, textarea, img { 
   display:none;
}

.tabelle
{
	 background:#ffffff;
	 border-bottom:1px dotted #1A5EAB;

}

/*navigation*/
#projektmenu ul 		{margin:0; padding:0; }
#projektmenu li 		{margin:0; padding:0; list-style:none; display:inline; border: 1px black solid;}
#projektmenu a		{padding:0 20px 0 20px; text-decoration:none; }
#projektmenu a:hover {background-color: #A9C4ED; color: #000855;}
#projektmenu { text-align:center; }

