
/*-------------------Allgemein-------------------------------------------------*/

body {
	font-family: arial, verdana, tahoma;
	font-size: 12pt;
	font-weight: normal;
	background-color: #fff;
}

img {
	border-style: none;
}

a:link, a:visited, a:focus, a:hover, a:active {
	font-family: arial, verdana, tahoma;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}

.site_body {
  z-index: 10;
  position: relative;
  width: 975px;
  min-height: 210px;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
  color: #504947;
	background-color: #fff;	
	border-width: 1px;
	border-color: #000;
  border-top: 0px none;
  border-bottom: 0px none;	
	border-left: 0px solid;
	border-right: 0px solid;
}

/*-------------------Head-------------------------------------------------*/

#logo {
  display: none;
}

#ueberschrift {
	z-index: 12;
	position: absolute;
	width: 159px;
	height: 25px;
	top: 115px;
	left: 60px;
	border-style: none;
	border-width: 0px;
	border-color: #000;
	overflow: visible;
	font-size: 14pt;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000;
	text-transform: capitalize;
}

/*-------------------Menu-------------------------------------------------*/

#menu_bg {
	display: none;
}

.menu_btn div {
  display: none;
}

.menu_btn div a:link, .menu_btn div a:visited, .menu_btn div a:focus, .menu_btn div a:hover {
  display: none;
}

a.btn_link {
  display: none;
}

#menu_btn_txt {
  display: none;
}

#menu_btn1 {
  display: none;
}

#menu_btn1 a:hover {
  display: none;
}

#menu_btn2 {
  display: none;
}

#menu_btn2 a:hover {
  display: none;
}

#menu_btn3 {
  display: none;
}

#menu_btn3 a:hover {
  display: none;
}

#menu_btn4 {
  display: none;
}

#menu_btn4 a:hover {
  display: none;
}

#menu_btn5 {
  display: none;
}

#menu_btn5 a:hover {
  display: none;
}

#menu_btn6 {
  display: none;
}

#menu_btn6 a:hover {
  display: none;
}

#menu_btn7 {
  display: none;
}

#menu_btn7 a:link, #menu_btn7 a:visited, #menu_btn7 a:hover, #menu_btn7 a:focus, #menu_btn7 a:active {
  display: none;
}

/*-------------------Text-------------------------------------------------*/

.text {
	z-index: 10;
	font-family: arial, verdana, tahoma;
	font-size: 12pt;
	font-weight: normal;
  color: #000;
	position: absolute;
	width: 100%;
	top: 210px;
	left: -1px;
	border-style: solid;	
	border-width: 0px;
	border-color: #000;	
	border-top: 0px none;
	overflow: visible;
	margin: 0 auto;
  background-color: #fff;
}



