/*****************************/
/* benutzerdefinierte styles */
#bg_color_1 {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 230px;
  border-bottom: #fff solid 2px;
  width: 100%;
  z-index: 1;
}
#bg_color_1_1 {
  position: absolute;
  top: 0px;
  left: 50%;
  margin: 0 0 0 -402px;
  width: 800px;
  height: 230px;
  border-left: #fff solid 2px;
  border-right: #fff solid 2px;
  z-index: 2;
  background: url("../images/bg_oben_strich.gif") left top no-repeat;
}

#bg_color_2 {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 200px;
  border-bottom: #fff solid 2px;
  width: 100%;
  z-index: 3;
}
#bg_color_2_1 {
  position: absolute;
  top: 0px;
  left: 50%;
  margin: 0 0 0 -402px;
  width: 800px;
  height: 200px;
  border-left: #fff solid 2px;
  border-right: #fff solid 2px;
  z-index: 4;
  background: url("../images/bg_oben_strich.gif") left top no-repeat;
}
#bg_color_1, #bg_color_2 {
  background-color: #e4add8;
}
#bild_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 200px;
  overflow: hidden;
}
#bild_2 {
  position: absolute;
  top: 0;
  left: 242px;
  width: 558px;
  height: 200px;
  overflow: hidden;
}

#wrapper_body {
  position: absolute;
  top: 0px;
  left: 50%;
  margin: 0 0 0 -402px;
  padding: 0;
  width: 804px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  z-index: 8;
}

#header_color {
  float: left;
  width: 804px;
  height: 230px;
  margin: 0;
  padding: 0;
}

#col_left {
  float: left;
  width: 242px;
  margin: 0;
  padding: 0;
}

#col_right {
  float: left;
  width: 562px;
}

#content {
  padding: 30px 30px 30px 50px;
  font-size: 12px;
}

#mainnavigation {
  float: right;
  margin: 30px 30px 0 0;
  padding: 0;
  list-style-type: none;
}

#mainnavigation li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
  width: 212px;
}

#mainnavigation li a {
  color: #666666;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}

#mainnavigation li a:hover,
#mainnavigation li a.selected {
  color: #000000;
}

#mainnavigation li ul {
  margin: 10px 0 0 0;
  padding: 0;
}

#mainnavigation li ul li {
  margin: 0;
  padding: 0;
}

#mainnavigation li ul li a {
  font-size: 13px;
  font-weight: normal;
}

#mm_logo {
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin: 0 0 0 402px;
  padding: 0;
  width: 19px;
  height: 98px;
  background: url("../images/mm_logo.gif") no-repeat;
}

#mm_logo a {
  display: block;
  width: 19px;
  height: 98px;
}




/* standard-styles */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #f0efe9 url("../images/bg_main.gif") center repeat-y;
}
body, td, th, p, li, ul {
  font-family: Arial, helvetica, sans-serif;
  font-size: 12px;
}
.kleiner {
	font-size: 90%;
}
form {
	padding: 0;
	margin: 0;
}
input.button, input.submit {
	color: #000000;
	border : 1px solid #000000;
	background-color: #CCCCCC;
	font-size : 11px;
	cursor: pointer;
} 
p {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
ul {
	padding: 0;
	margin: 0 0 15px 15px;
}
li {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 0;
}
h1 {
	font-size: 16px;
	padding-bottom: 16px;
}
h2 {
	font-size: 16px;
	padding-bottom: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 10px;
}
.fehler {
	font-weight: bold;
	color: #FF0000;
}
