/*****************************************************************************
* ROERSERBANN - Layout
******************************************************************************/

/* ------------------------------------------------------------------------- */
/* DOCUMENT */
.body {
	background: url(layout/fond_bg.gif) repeat-x;
	background-color: #FFFFFF;
	margin: 0px;
}

/* ------------------------------------------------------------------------- */
/* HEADER */
.header_menu {
	background: url(layout/header_menu_bg.gif) repeat-x; 
	vertical-align: bottom;
}

/* ------------------------------------------------------------------------- */
/* MENU TOP */

.menutop_item {
	background: url(layout/menutop_bg.gif) repeat-x;
	height: 28px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
	color: #42581D;
	
	margin: 0px;
	padding: 5px 10px 0px 10px;
}

a.menutop_link:link, a.menutop_link:active, a.menutop_link:visited {
	text-decoration: none;
	color: #42581D;
}

a.menutop_link:hover {
	text-decoration: none;
	color: #002669;
}

a.menutop_linkactive:link, a.menutop_linkactive:active, a.menutop_linkactive:visited {
	text-decoration: none;
	color: #002669;
}

a.menutop_linkactive:hover {
	text-decoration: underline;
	color: #002669;
}

.menutop_item_high {
	background: url(layout/menutop_bg_high.gif) repeat-x;
	height: 28px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	
	margin: 0px;
	padding: 5px 10px 0px 10px;
}

a.menutop_link_high:link, a.menutop_link_high:active, a.menutop_link_high:visited, a.menutop_link_high:hover {
	text-decoration: none;
	color: #FFFFFF;
}

a.menutop_linkactive_high:link, a.menutop_linkactive_high:active, a.menutop_linkactive_high:visited, a.menutop_linkactive_high:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.menutop_spacer {
	background: url(layout/menutop_bg.gif) repeat-x;
	height: 28px;
	
	
	margin: 0px;
}


/* ------------------------------------------------------------------------- */
/* MAIN */

.main_content {
	background: url(layout/main_content_bg.jpg) no-repeat top left;
	background-color: #FFFFFF;	
}

/* ------------------------------------------------------------------------- */
/* MENU LEFT */
/*
.menuleft_bg {
	background: url(layout/menuleft_bg.gif) repeat-y;
	vertical-align: top;
	margin: 0px; padding: 0px
}

.menuleft {
	background: url(layout/menuleft_bg2.jpg) no-repeat top;
	vertical-align: top;
	
	padding: 0px 30px 0px 20px;
}

.menuleft_item {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
}

.menuleft_spacer {
	background-color: #A8A8A8;
	padding: 0px;
	margin: 8px 0px 8px 0px;
}


#menu a:link, #menu a:active, #menu a:visited {
	color: #002669;
	text-decoration: none;	
}

#menu a:hover {
	color: #000000;
	text-decoration: none;	
}
*/

/* ------------------------------------------------------------------------- */
/* BOTTOM */
.bottom_middle {
	background: url(layout/bottom_middle_bg.jpg) repeat-x;	
}

/* ------------------------------------------------------------------------- */
/* FOOTER */
.footer {
	background-color: #FFFFFF;

	padding: 10px 0px 0px 0px;	
	text-align: center;
}
