* {
 padding: 0;
 margin: 0;
}

/* Allgemein */
body {
 font-family: Arial, Helvetica, sans-serif;
 color: black;
 font-size: 12px;
}

h1 
{
font-size: 18px;
}

h2
{
font-size: 16px;
}

h3
{
font-size: 14px;
}
h4
{
font-size: 12px;
}

a 
{
  background: transparent;
  color: black;
  text-decoration: none;
  border-bottom: 1px solid black;
}

a:hover 
{
  background: transparent;
  color: red;
  border-bottom: 1px dotted red;
}

/* Überschrift Text */
#headtext {
 font-size: 17px;
 font-weight: bold;
}

/* Seitenrahmen */
#wrapper {
 width: 770px;
 margin: 0 auto;
 background-color: white;
}
 
/* Seitenkopf */ 
#header {
 border: 1px solid red;
 margin: 5px 5px 0px 5px;
 height: 75px;
 padding: 5px;
 background-color: red;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 30px;
 color: white;
 /* text-align: center; */
}

/* Kopzeilen Bild */
#headerimage {
 margin: 0px 5px 0px 10px;
 height: 70px;
 padding: 0px;
 float: left;
 /*text-align: center; */
}

/* Kopzeilen Text */
#headertext {
  margin: 0px 0px 0px 35px;
 height: 37px;
 padding: 18px 0px 15px 0px;
 font-size: 30px;
 color: white;
 width: 80%;
 float: left;
 vertical-align:auto;
 text-align: center;
}

/* Linke Spalte */
#leftcolumn {
 margin: 0px 0px 0px 5px;
 padding: 15px 0px 0px 0px;
 display: inline; /* IE Hack */
 width: 15%;
 float: left;
 min-height: 350px;
 background-color: white;
}
* html #leftcolumn {height:350px} /* IE Min-Height Hack */ 

/* Parent Wrapper for inside boxes */
#stand {
 margin: 0px 0px 0px 5px;
 padding: 30px 0px 0px 0px;
 color: gray;
 background-color: white;
}

/* Querline */
 #centerline {
 border: 1px solid silver;
 margin: 0px 5px 0px 5px;
 padding: 2px;
 background-color: silver;
}
/* Mittelteil */
#centercolumn {
 border: 1px solid;
 border-top-color: white;
 border-right-color: white;
 border-bottom-color: white;
 border-left-color: silver;
 margin: 0px 0px 0px 0px;
 display: inline; /* IE Hack */
 padding: 15px 5px 5px 5px;
 width: 82.0%;
 float: left;
 min-height: 350px;
 background-color: white;
}
* html #centercolumn {height:350px} /* IE Min-Height Hack */ 

/* Fussteil */
#footer {
 background-color: silver;
 margin: 0px 3px 5px 3px;
 padding: 3px;
 float: left; 
 text-align: center;
 color: gray;
 width: 97.5%;
}

/* Navigation */
#navcontainer 
{ width: 100%; 
background-color: white;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 96%;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: black;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: red;
color: white;
}

#active a
{
background-color: silver;
}
