/* @override http://www.apprenti.de/fileadmin/templates/css/style.css */

body {
	font-family: Arial;
	text-align: center;
	line-height: 110%;
}

a {
	color:#666666;
}

ul, ol {
	margin-top: 0px;
	padding-left: 28px;
}

li {
	padding-bottom: 4px;
}

#wrapper {
	text-align: left;
	width: 960px;
	margin: auto;
}

/* Original 255 px */
#menu {
	height: 245px;  
}

#main_left {
  float: left;
  width: 240px;
  height: 470px;
  background-color: #990000;
  margin-bottom: 95px;
}

#main_middle {
  float: left;
  width: 240px;
  height: 470px;
  background-color: #990033;
}

#main_teaser {
  margin-left: 138px;
  margin-top: 255px;
  width: 305px;
  height: 215px;
  font-family: Arial;
  font-size: 13px;
  color: #FFF;
  padding-right: 10px;
}

#main_teaser h1 {
  font-size: 14px;
  margin: 0px;
  padding: 0px;
}

#main_teaser a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}

#main_right {
  float: left;
  width: 480px;
  height: 470px;
  background-color: #CC0033;
}

#left {
  float: left;
	width: 400px;
	text-align: right;
	color: #CC0033;
	font-size: 11px;
	font-weight: bold;
	
}

#middle {
	float: left;
	width: 305px;
	color:#666666;
	font-size:11px;
	padding-left: 15px;
}

#right {
	float: left;
	width: 240px;
	text-align: right;
	font-size: 11px;
}

#content {
	width: 960px;
}

.button {
	float: right;
	clear: both;
	margin-bottom: 20px;
}

p.bodytext {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 12px;
  margin-bottom: 0px;
}


#footer {
  clear: both;
  height: 68px;
}

.footertext, .footertext a {
  font-size: 9px;
  color: #333333;
  text-decoration: none;
  font-family: Arial;
  vertical-align: bottom;
}

.footertext a:hover {
  text-decoration: underline;
}

.mainContent {
  margin-bottom: 20px;
}

.menuTable div {
  position: relative;
}

.menuTable div a {
  position: relative;
  bottom: 0px;
}

td.menu3{
  background-color: #990000;
  height: 150px;
}

td.menu4 {
  background-color: #990033;
  height: 150px;
}

td.menu5 {
  background-color: #CC0033;
  height: 150px;
}

td.menu6 {
  background-color: #454545;
  height: 150px;
}

td.submenu3 {
  background-color: #990000;
}

td.submenu4 {
  background-color: #990033;
}

td.submenu5 {
  background-color: #CC0033;
}

td.submenu6 {
  background-color: #454545;
}