@charset "utf-8";
/* CSS Document */

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-left:22px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #818085;
}
.twoColFixRtHdr #container { 
	width: 854px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px 0px 0px 75px ; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: #FFFFFF; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 224px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
    margin-left: 0px !important;
    margin-left: -3px;	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;	
}
.twoColFixRtHdr #mainContent { 
	margin-top: 0px;
	margin-right: 224px  !important;
	margin-right: 221px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */

} 
#mlayer1 {
	position:absolute;
	left:171px;
	top:209px;
	width:130px;
	height:52px;
	z-index:10;
	visibility: hidden;
	border: 1px solid #000000;
}
#mlayer12 {
	position:absolute;
	left:271px;
	top:209px;
	width:192px;
	height:52px;
	z-index:10;
	visibility: hidden;
	border: 1px solid #000000;
}
#mlayer2 {
	position:absolute;
	left:623px;
	top:209px;
	width:177px;
	height:92px;
	z-index:10;
	border: 1px solid #000000;
	visibility: hidden;
}
#suchlayer {
	position:absolute;
	left:722px;
	top:227px;
	width:205px;
	height:63px;
	z-index:1;
}
.inhalt { 
	margin-left:22px;
	margin-top:24px;
}
.inhalt_red {
	color: #B50033
}

.inhalt_large_red {
	margin-top:30px;
	margin-left:22px;
	font-size: 16px;
	font-weight:bold;
	color: #B50033;
}
.highlight { 
	background-color: #B50033; 
	color:#FFFFFF;
}

a:link {
  color: #B50033
  }
a:visited {
	color: #B50033
  }
a:focus {
	color: #B50033
  }
a:hover {
	color: #B50033
  }
a:active {
	color: #B50033
  }
