body {
	background-attachment: scroll;
	background-image: url(menu/background.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	margin: 0px;
  overflow: hidden;
}
table, tr {
  font-size: 12px;
  color: #777777;
}
#content {
	font-size: 12px;
	z-index: 40;
	position:absolute;
	left: 0px;
	top: 328px;
	height: 100px;
	bottom: 60px;
	overflow: auto;
	color: #777777;
	padding-right: 10px;
	overflow-x: hidden;
}
#logo2 {
	z-index:10;
	position: absolute;
	left: 606px;
	top: 100%;
	margin-top: -103px;
}

#logo3 {
	z-index:20;
	position: absolute;
	left: 922px;
	top: 207px;
}
#grauer_balken {
	z-index: 15;
	position: absolute;
	left: 0px;
	top: 225px;
	height: 69px;
	width: 100%;
	background-color: #E5E4E4;
}
#subline {
	position: absolute;
	left: 0px;
	top: 100%;
	margin-top: -10px;
  height: 10px;
  width: 588px;
	background-color: #FFFFFF;
}
#imprint_line{
	z-index: 25;
	position: absolute;
	font-size: 10px;
	color: #999999;
	top: 100%;
	left: 610px;
	margin-top: -50px;
}
#menu_graphic {
	position: absolute;
	z-index: 35;
	left: 75px;
	top: 15px;
}
#title_graphic {
	position: absolute;
	z-index: 34;
	left:0px;
	top: 121px;
}
#copy_line{
	position: absolute;
	left: 60px;
	top: 330px;
	color: #BF2300;
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
}
#copy_line_left {
	position: absolute;
	left: 49px;
	top: 332px;
	width: 5px;
	height: 73px;
	background-color: #BF2300;
}
#menu{
	position: absolute;
	left: 53px;
	top: 123px;
	z-index: 40;
}


a.main_link, a.main_link_active{
  clear: both;
	display: block;
	font-weight: bold;
	color: #999999;
	font-size: 14px;
	margin-bottom: 15px;
	text-decoration: none;
}
a.main_link:hover{
	color: #000000;
}
a.main_link_active{
	color: #1E73B7;
}


a.sub_link, a.sub_link_active{
  display: block;
  float: left;
	font-weight: bold;
	color: #999999;
	font-size: 12px;
	margin-top: -4px;
	margin-left: 1px;
	margin-right: 4px;
	margin-bottom: 6px;
	text-decoration: none;
}
a.sub_link:hover{
	color: #000000;
}
a.sub_link_active{
	color: #1E73B7;
}

.input_form {
  border: 1px solid #CCCCCC;
  display: block;
  width: 100%;
  height: 28px;
  margin-top: 15px;
  padding: 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.input_form:focus {
  border: 1px solid #777777;
}
.contact_label {
  color: #1E73B7;
  font-weight: bold;
  font-size: 14px;
  margin-top: 15px;
  height: 30px;
}

.input_submit {
  color: #1E73B7;
  font-weight: bold;
  background: white;
  border: 1px solid #CCCCCC;
  padding: 4px;
  font-size: 12px;
  width: 100%;
  display: block;
}
