/*----------------------------------GENERAL-----------------------------------*/
BODY
{
    MARGIN: 0px 0px 0px;
    scrollbar-face-color: #DCE2EE;
	scrollbar-shadow-color: #DCE2EE;
	scrollbar-highlight-color: #DCE2EE;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	padding: 0px;
    font-family: Helvetica, sans-serif, Arial, Verdana;
    font-size: 12px;
    line-height: 1.5em;
    background-image: url(../img/bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;

}

td{
	vertical-align:top;
	}

.bodytxt 	{	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #666666; text-decoration: none; LINE-HEIGHT: 14px;}
.bodytxtRed {	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #CC0000; text-decoration: none}
.textfeld	{	font-family: Verdana,Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; background-color: #E7E7E7; border: 1px #000000 solid}
.textfeld2	{	font-family: Verdana,Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; background-color: #D5DAE0; border: 1px #000000 solid}
.mengentext {	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; font-style: normal}
.text 		{	padding-left:20; padding-right:10 } td {font-family:Tahoma,sans-serif; font-size: 11px}
.formtext 	{	font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; text-align:justify}

.bg			{background-repeat:no-repeat; background-position:top;}
.bg2		{background-repeat:no-repeat; background-position:top; padding-left:20; padding-right:10}
.sl			{color:000000}


a {
  color: #5ba391;
  text-decoration: none;
}

a:hover {color: #5ba391; text-decoration: underline;}

a img, img {border: none;}

/*------------------------------------MAIN------------------------------------*/

#main {
  width: 888px;
  position: absolute;
  left: 50%;
  margin-left: -444px;
}

/*--------------------------------INSIDE MAIN---------------------------------*/

#menu {
	margin-left: 44px;
	width: 800px;
}

#line_oben, #content, #line_unten, #footer {
	margin-left: 110px;
	margin-right: 110px;
	width: 660px;
}

#logo {
  width: 800px;
  margin-left: 44px;
  margin-right: 44px;
  height: 150px;
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  margin-top: 10px;
}


/*------------------------------------LINE------------------------------------*/

#line_oben, #line_unten {
  height: 1px;
  background-image: url(../img/line.png);
  background-repeat: no-repeat;
}

#line_oben {margin-top: 40px;}
#line_unten {margin-top: 20px;}

/*----------------------------------CONTENT-----------------------------------*/

#content {
  color: #666666;
  text-align: left;
  margin-left: 44px;
  width: 800px;
}

#content ul {margin-top: 0px;}
#content ul li {margin-left: -10px;}

* html #content {margin-top: 0px;}        /*IE6 Hack*/

.form_send_button {
  border: #E1B936 solid 1px;
  background-color: white;
  color: #E1B936;
  height: 2em;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
}

* html .form_send_button {width: 11em;}     /*IE6 Hack*/
html * .form_send_button {width: 11em;}     /*IE7 Hack*/

#apDiv1 {
	position:absolute;
	width:640px;
	height:99%;
	z-index:1;
	overflow: auto;
}


/*----------------------------------FOOTER------------------------------------*/

* html #footer {margin-top: -15px;}         /*IE6 Hack*/

#footer_left {
  float: left;
  width: 320px;
  height: 2em;
  color: #666666;
  text-align: left;
  font-size: 12px;
  padding-top: 5px;
}

#footer_right {
  float: right;
  width: 320px;
  height: 2em;
  color: #666666;
  text-align: right;
  font-size: 12px;
  padding-top: 5px;
}
/*-----------------------------------MENU-------------------------------------*/

/*#menu {
  height: 33px;
  margin-top: 20px;
}

#menu1, #menu2, #menu3, #menu4, #menu5,
#menu1 a:hover, #menu2 a:hover, #menu3 a:hover, #menu4 a:hover, #menu5 a:hover,
#menu_wrapper_links, #menu_wrapper_rechts {float: left;}

#menu1 {background: url(images/menu1.png) no-repeat 0px 0px;}
#menu2 {background: url(images/menu2.png) no-repeat 0px 0px;}
#menu3 {background: url(images/menu3.png) no-repeat 0px 0px;}
#menu4 {background: url(images/menu4.png) no-repeat 0px 0px;}
#menu5 {background: url(images/menu5.png) no-repeat 0px 0px;}

/*-----------------------Hover for all standard browser-----------------------*/

/*#menu1:hover {background: url(images/menu1.png) no-repeat -142px 0px;}
#menu2:hover {background: url(images/menu2.png) no-repeat -156px 0px;}
#menu3:hover {background: url(images/menu3.png) no-repeat -140px 0px;}
#menu4:hover {background: url(images/menu4.png) no-repeat -160px 0px;}
#menu5:hover {background: url(images/menu5.png) no-repeat -118px 0px;}

/*--------------------------------Hover for IE6-------------------------------*/

/*#menu1 a:hover {background: url(images/menu1.png) no-repeat -142px 0px;}
#menu2 a:hover {background: url(images/menu2.png) no-repeat -156px 0px;}
#menu3 a:hover {background: url(images/menu3.png) no-repeat -140px 0px;}
#menu4 a:hover {background: url(images/menu4.png) no-repeat -160px 0px;}
#menu5 a:hover {background: url(images/menu5.png) no-repeat -118px 0px;}

