body {
	background-color: #ffffff;
	background-image: url('/content_images/default/backgrounds/background.jpg');
	background-position: 50% 0%;
	background-repeat: repeat-x;
	background-repeat: no-repeat;
	background-repeat: repeat-y;
	/*background-attachment: fixed*/
}

/* ////////////////////////////////////////////////////////////////////////////////////////////// */

.layout_container_outside {
	background-color: transparent;
	background-image: url('/content_images/default/backgrounds/background_layout_container_outside.png');
	background-repeat: no-repeat;
	background-position: 50% 480px;
}

.layout_container_inside {
	border: 0px solid #e8e8e8;
	/*border-left: 1px solid #85b172;
	border-right: 1px solid #85b172;*/
	background-color: transparent;
	background-color: #ffffff;
	background-image: url('/content_images/default/backgrounds/background_layout_container_inside.jpg');
	background-position: left top;
	background-repeat: repeat-y;
}

.layout_container {
	background-color: transparent;
	background-color: #ffffff;
	background-image: url('/content_images/default/backgrounds/spacer.png');
	background-position: right top;
	background-repeat: repeat-y;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////// */

.layout_header {
	border: 0px solid #FF0000;
	border-top: 0px solid #85b172;
	border-bottom: 0px solid #85b172;
	background-color: transparent;
	background-color: #4e8741;
	/*background-image: url('/content_images/default/backgrounds/background_header.jpg');
	background-position: 50% bottom;
	background-repeat: no-repeat;*/
}

.layout_header_menu {
	border: 0px solid #FFFF00;
    background-color: #76c043;
	/*background-image: url('/content_images/default/backgrounds/background_content.png');
	background-position: left top;
	background-repeat: repeat-y;*/
}

.layout_menu {
	border: 0px solid #FF0000;
	/*background-color: #00FF00;*/
	background-color: transparent;
	background-color: #00FF00;
	background-image: url('/content_images/default/backgrounds/background_menu.png');
	background-position: left top;
	background-repeat: no-repeat;
}

.layout_content {
	border-right: 0px solid #e8e8e8;
    background-color: #0000FF;
	background-color: transparent;
	background-image: url('/content_images/default/content/default.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
}

.layout_footer {
	border: 0px solid #FF0000;
	background-color: transparent;
	/*background-image: url('/content_images/default/backgrounds/background_footer.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-repeat: repeat-x;*/
}

.layout_banner {
	background-color: transparent;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////// */

.content_header {
	background-color: transparent;
    
	border: 0px solid #FF0000;
}

.content_header_layer_bottom {
    background-image: url('/content_images/default/backgrounds/spacer.png');
	background-position: right top;
	background-repeat: repeat-y;
}

.content_header_menu {
	background-color: transparent;
	/*background-image: url('/content_images/default/backgrounds/background_header_menu.png');
	background-position: left top;
	background-repeat: repeat-x*/
}

.content_menu {
	background-color: transparent;
}

.content_content {
	background-color: transparent;
	/*background-repeat: no-repeat;*/
}

.content_footer {
	background-color: transparent;
}

.content_banner {
	background-color: transparent;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////// */

.header_slider { 
    background-image: url('/content_images/default/backgrounds/background_header_slider.jpg');
	background-position: top bottom;
	background-repeat: no-repeat;
}

.content_footer, .content_footer_text { 
    background-image: url('/content_images/default/backgrounds/background_content_footer.png');
	background-position: left top;
	background-repeat: no-repeat;
}

.content_footer_text {
    background-position: right top;
}