﻿body, h1, h2, h3, h4, div, p, table, th, td, li {
  font-family: Arial, Helvetica, sans-serif;
  color:black;
  background-color: white;
}

a:link {
  color: blue;
}
a:visited {
  color: purple;
}
a:hover {
  color: fuchsia;
}

h1, h2, td {
	text-align: center;
}
  
#menu table{
	 width: 70%;
	 margin-left: 15%;
    margin-right: auto; 
    border-style: none;
}

#menu th{
  	 border-color: blue;
  	 border-width: .2em;
  	 border-style: solid;
  	 padding: .4em;
  	 background-color: whitesmoke;
}

#menukurz table{
	 width: 20%;
	 margin-left: 40%;
    margin-right: auto; 
    border-style: none;
}

#menukurz td{
	 width: 20%;
  	 border-style: none;
  	 padding: .4em;
  	 background-color: white;
}

#menukurz th{
  	 border-color: blue;
  	 border-width: .2em;
  	 border-style: solid;
  	 padding: .4em;
  	 background-color: whitesmoke;
}

.small {font-size: 90%;}

.space {width: 8%;}

.spez {margin-left: 30%;}

.hrkurz {width: 90%}

.txtblue {color: blue; text-align: center;}

#footer table{
	 width: 100%;
    border-color: black;
  	 border-width: .025em;
  	 border-style: solid; 
}
#footer td{
    width: 33%;
    padding: .25em;		
}




