@CHARSET "ISO-8859-1";
/* RESET ALL ////////////////////////////////////////////////////////////////*/
html,address,blockquote,body,div,dl,dt,dd,fieldset,form,h1,h2,h3,h4,h5,h6,ol,p,ul,li,center,hr,pre,table,tr,td,th,thead,tbody,tfoot,caption {
	font-family:inherit; font-style:normal; font-weight:normal;
	font-variant:normal; font-size:inherit; line-height:inherit;
	text-align:left; text-decoration:none; padding:0; margin:0;
	float:none; border:0px; display:block; cursor:default; }
span,a,img,abbr,code,em,b,i,textarea,legend,button,input,object,select,var,tt,kbd,samp,small,sub,sup {
	font:inherit; background:transparent; padding:0; margin:0;
	color:inherit; display:inline; float:none; border:0; }

li       { display:list-item; }

table    { display:table; border-spacing:0; border-collapse:collapse; }
tr       { display:table-row; }
th,td    { display:table-cell; }
thead    { display:table-header-group; }
tbody    { display:table-row-group; }
tfoot    { display:table-footer-group; }
caption  { display:table-caption; }
colgroup { display:table-column-group; }
col      { display:table-column; }

head     { display:none; }

button,textarea,input,object,select { display:inline-block; }

/* Optionales */
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small; line-height:1.2em; }
a:link, a:visited, a:hover, a:active { cursor:pointer; }
input, textarea { cursor:text; }
ul li { list-style-type:square; }
ol li { list-style-type:decimal; }
/*///////////////////////////////////////////////////////////////////////////////*/
 
body {
	background-color: #FFFFFF; 
	/*background-image: url(../images/white.gif);*/ 
	/*background-repeat: repeat;*/
	/*background-color: black;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;*/
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
 
div#top_banner{ 
	position:relative; top:2px; left:-65px;
         margin: 0 auto 0 auto; 
         	text-align: right; 
	/*background-color: #333;*/
	width: 800px; 
	height: 90px;
 }
 
div#right_banner{ 
	position: relative; 
	margin-top: -88px !important; 
	margin-top: -88px; 
	/*background-color: #fff;*/
	float: left; 
	width: 160px; 
	height: 600px;
 }
 
div#mastercontainer{
	margin: 11px auto;
	text-align: left;
	width: 990px;
 }
 
div#layoutcontainer{
	background-image: url(../images/oh_layout_repeat_bg.jpg);
	background-repeat: repeat-y;
	text-align: left;
	width: 830px;
	overflow: hidden;
	float: left;
 }

div#h_border_left{
	background-color: black;
	background-image: url(../images/oh_border_left_bg.jpg);
	background-repeat: no-repeat;
	width: 45px;
	height: 325px;
	float: left;
}

div#h_border_top{
	text-align: right;
	background-color: black;
	background-image: url(../images/mh_header_border_top.jpg);
	background-repeat: no-repeat;
	width: 730px;
	min-height: 395px;
	height:auto !important;  /* für moderne Browser */
	height: 395px;  /*für den IE */
	float: left;
}

div#h_border_right{
	background-color: black;
	background-image: url(../images/oh_border_right_bg.jpg);
	background-repeat: no-repeat;
	width: 45px;
	height: 325px;
	float: left;
}

div#navigation{
	text-align: left;
	float: left;
}

img#logolink{
	margin: 15px 0 43px 10px;
}

div#secondnavigation{
	text-align: right;
	margin-top: 50px;
}

div#h_content{
	margin-top: 18px;
	width: 545px;
	overflow: hidden;
}

div#h_c_splitter{
	width: 760px;
	margin-left: 45px;
	background-image: url(../images/mh_header_c_splitter.jpg);
	background-repeat: no-repeat;
	height: 32px;
}

div#c_container{
	margin-left: 45px;
	background-image: url(../images/mh_content_main_bg.jpg);
	background-repeat: repeat-y;
	width: 760px;
	min-height: 395px;
	height: auto !important;
	/*height: 395px;  /*für den IE  */
}

div#c_left{
	padding-left: 20px;
	width: 180px;
	float: left;
	/*border-right: 1px solid #ccc; */
}

div#c_right{
	margin-left: 180px;
	/*width: 520px;*/
	padding: 0 5px;
}

div#footer{
	margin-left: 45px;
	width: 760px;
	background-image: url(../images/mh_footer_bg.jpg);
	background-repeat: no-repeat;
	height: 25px;
}

.c_headline{
	padding: -20px;
}

.nofloat{
	clear: both;
}