@import "/fileadmin/css/r4m_content.css";
/*
@ yimport "print.css";
*/
/*@import url("/fileadmin/css/r4m_print.css") print;*/


html {
	margin : 0;
	padding : 0;
}
/** html ul { position: relative; }*/
body {
	margin : 0px;
	padding : 0px;
	text-align : center;
}
#pagewidth {
	margin-top:0px;
	margin-bottom:0px;
	width : 950px;
	text-align : left;
	margin-left : auto;
	margin-right : auto;
	background-color : transparent;
	background-image : url(/fileadmin/images/bgtab.gif);
	background-repeat : repeat-y;
	background-position : left top;
}
* html #pagewidth {
	width : 950px;
}
.OuterPadding {
	margin: 0 9px 0 9px;
	padding: 0px;
	background-color : transparent;
}


#header {
	position : relative;
	padding-top:5px;
	height: 126px;
	background-color: transparent;
	width: 930px;
	float:left;
}
#header_left {
	width: 740px;
	margin: 0px;
	padding: 0px;
	float:left;
	background-image: url(/fileadmin/images/bgnav1.gif);
	background-repeat : no-repeat;
	background-position : left top;
}
#header_logo {
	width: 200px;
	height: 100px;
	float: left;
}
#header_banner_container {
	width: 539px;
	height: 101px;
	float:left;
	background-repeat : no-repeat;
	background-position : left top;
}
#header_banner_container div.banner_right {
	position:relative;
	margin: 10px 0 0 61;
}
#header_banner_container div.banner_left {
	position:relative;
	margin: 0px;
	width: 100px;
	height: 101px;
	float:left;
}
				
				
#header_right {
	margin: 0 0 0 10px;
	margin:0px;
	float:right;
	padding: 0px;
	width: 180px;
	height: 126px;
}

#navigation_top {
	position : relative;
	height : 20px;
	padding: 5px 0 0 5px;
	background-color : transparent;
	width : 100%;
	
	float:left;
	display:block;
	
}

#maincol {
	margin: 0px;
	padding : 0px;
	background-color : #fff;
	float: left;
	display :inline;
	position : relative;
	width: 750px;
	background-color : transparent;
}

#rightcol {
	margin: 0px;
	padding: 0;
	width: 170px;
	float: left;
	position : relative;
}

#navigation_bottom {
	width: 930px;
	height: 20px;
	padding: 3px 5 0 5;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(/fileadmin/images/bgnav2.gif);
	background-repeat : no-repeat;
	background-position : left top;
}

#navigation_bottom2 {
	width: 930px;
	padding: 3px 5 0 5;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #669900;
	font-weight: bold;
}
#navigation_bottom2 a {
	color: #669900;
}
#navigation_bottom2 a:hover {
	text-decoration: underline;
}


/* *** Float containers fix:
http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
	content : ".";
	display : block;
	height : 0;
	clear : both;
	visibility : hidden;
}

.clearfix {
	display : inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */