﻿body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
margin: 0px;
	/*overflow-x:hidden;
	overflow:-moz-scrollbars-vertical;
	overflow-y: scroll; */
	}
#mitte {
   position: absolute;
   left: 50%;
   top: 50%;
   width: 800px; /* Breite des Elements */
   height: 600px; /* Höhe des Elements */
   margin-left: -400px; /* Breite des Elements geteilt durch zwei! */
   margin-top: -300px; /* Höhe des Elements geteilt durch zwei! */
  }
#F9BB6E tr.nav {
	height: 20px;
}
td.bg_top_left {
	background-color: #F8AB63;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	height: 130px;
	color: #FDF0D8;
	text-align:right;
}
td.bg_top_right {
	background-color: #F4A459;
}
td.bg_top_2 {
	background-color: #FFCA7D;
	height: 15px;
}
td.bg_mi {
	background-color: #FFCA7D;
}
td.bg_mi_2 {
	background-color: #F8AB63;
}
td.bg_hinter_nav {
	background-color: #F8AB63;
	height: 100px;
	background-image: url("../../picture_layout/start/bottom_re_ueber_nav_2.gif");
	background-repeat: no-repeat;
	background-position: right;
}
td.bg_bottom {
	background-color: #F8AB63;
}
td.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	color: #FDF0D8;
	font-weight: bold;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #AE4B16;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FDEAD0;
	font-weight: bold;
	text-decoration: none;
}