html
        {
         height: 100%;
         width:100%;
	 margin: 0px;
         overflow-y: scroll;
        }

body
	{
         height: 100%;
         width:100%;
	 margin: 0px;
         background-color: #94091e;
	}

table
	{
	 border-spacing: 0px;
	}

td
	{
	 padding: 0px;
	 color:#94091e;
	}

#fullheight
        {
         height: 100%;
        }

#fullheightwidth
        {
         height: 100%;
         width: 100%;
        }

.banner
	{
	 width: 1000px;
	 height: 145px; 
	}

.balken
	{
	 padding: 0px;
         width: 2px;
	 background-color:#94091e;
	}

.inhalt
	{
	 padding: 60px;
	 background-color:#fff8dc;
	 font-size: 19px;
	 text-align: justify;
	 vertical-align: top;
	}

.navigation
	{
	 padding: 5px;
	 height: 100px;
         width: 178px;
         font-size: 18px;
	 text-align: left;
	 vertical-align: center;
	 background-color:#fff8dc;
	}

.impressum
	{
         height: 50px;
	 padding-left: 60px;
	 padding-right: 60px;
         padding-bottom: 10px;
	 background-color:#fff8dc;
	 font-size: 16px;
	 text-align: justify;
         vertical-align: bottom;
	}

.haftungsausschluss
	{
         height: 50px;
	 padding-left: 60px;
	 padding-right: 60px;
         padding-bottom: 10px;
	 background-color:#fff8dc;
	 font-size: 12px;
	 text-align: justify;
         vertical-align: bottom;
	}

.navigationscontainer
	{
	 width: 178px;
	 padding: 5px;
	 text-align: left;
	 vertical-align: top;
	 background-color:#fff8dc;
	}

.linktabelle
	{
	 padding:10px;
	 background-color:#fff8dc;
         font-size: 16px;
	}



#headline
	{
	 font-size: 28px;
	 text-align: center;
	}






a:link
	{
	 color: #94091e;
	 text-decoration: underline;
	}
a:visited
	{
	 color: #94091e;
	 text-decoration: underline;
	}
a:focus
	{
	 color: #94091e;
	 text-decoration: underline;
	}
a:hover
	{
	 color: #94091e;
	 text-decoration: underline;
	}
a:active
	{
	 color: #94091e;
	 text-decoration: underline;
	}