*{
  margin: 0;
  padding: 0;
}

body{
  font: 10px Verdana, Arial, cursive;
  text-align: justify;
}

a:link,
a:visited{
  text-decoration: none;
  color: #662222;
  background-color: inherit;
}

a:hover{
  text-decoration: underline;
}

#container{
  color: inherit;
  width: 786px;
  margin: 20px auto 20px auto;
  border: 1px solid black;
  background-color: #fefefe;
}

#submenu,
#menu{
  list-style: none;
  text-align: center;
  border-bottom: 1px solid black;
}

#submenu li,
#menu li{
  display: inline;
}

#menu li a:link,
#menu li a:visited{
  color: #990000;
  background-color: inherit;
  text-decoration: none;
  font-family: inherit;
  font-size: 12px;
  font-weight: bold;
  padding-right: 10px;
  padding-left: 10px;
}

#submenu li a:link,
#submenu li a:visited{
  color: #990000;
  background-color: inherit;
  text-decoration: none;
  font-family: inherit;
  font-size: 11px;
  padding-right: 10px;
  padding-left: 10px;
}

#submenu li a:hover,
#menu li a:hover{
  color: #fefefe;
  background-color: #9a0000;
}

#header{
  width: 786px;
  height: 110px;
  background-color: transparent;
  background-image: url("images/header.png");
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom: 1px solid black;
  position: relative;
}

#content{
  height: 100%;
  position: relative;
  margin: 5px 5px 5px 5px;
  font-family: Verdana, Arial;
}

#content h1 { /* ueberschrift gross*/
	font-family: inhert;
	font-size: 18px;
	text-decoration: underline;
	font-weight: bolder;
}

#content h2 { /* ueberschrift klein*/
	font-family: inhert;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}
#content h3 { /*zwischenueberschrift*/
	font-family: inhert;
	font-size: 12px;
	font-weight:bold;
}

#content p{
	font-family: inhert;
	font-size: 12px;
}

#footer{
  width: 100%;
  color: black;
  background-color: #b51621;
  border-top: 1px solid black;
  text-align: center;
}

#footer p{
  padding-top: 3px;
  padding-bottom: 3px;
  color: inherit;
  background-color: inherit;
}

#footer p a:link,
#footer p a:visited{
  color: black;
  background-color: inherit;
}

form label{
  text-align: left;
  display: block;
  font-size: 14px;
  margin-left: 5px;
}

form input{
  color: #990000;
  background-color: #fefefe;
  border: 1px solid #990000;
  padding: 2px;
}

form input:focus{
 color: inherit;
  background-color: #e6acac; /*#e6acac;*/
}

form input.textbox{
  display: block;
  width: 90%;
  margin: 0 auto 0 auto;
}

form input.submit{
  display: block;
  margin-top: 5px;
  margin-left: auto;
  margin-bottom: 5px;
  margin-right: auto;
}

#content table.gbt{
	width:700px;
	border: 1px solid black;
	background: #efefef;
	margin: 3px 10px 3px 10px;
}

#content td.gb{
	width:200px;
	background: #EEE8AA;
}

#content td.gbc{
  width:500px;
	background: #EEE8AA;
}





