/* layout.css - contains all CSS ID block elements for layout and display  */
#header_nav{
	height: 22px;
	background-color: #e1e9a3;
	color: #6f5c52;
	margin-bottom: 15px;
}
#header_nav_inner{
	width: 975px;
	margin: auto;
	padding-top: 2px;
}

#website {
	margin: 0 auto 0 auto;
	width: 975px;

	position: relative;
	z-index: 10;
}
#flower{
	width: 142px;
	height: 589px;
	position: absolute;
	top: 150px;
	left: 0px;
	background: url("../images/bg_efeu.png") no-repeat;
	z-index: 1;
}

/* ------------------------------------------- header */
#header {
	float: left;
	width: 100%;
	background: url(images/bg_header_2.png) no-repeat transparent;
}

#header_top {
	clear: both;
	width: 100%;
	height: 122px;
}

#lang_fontsize {
	text-align: left;
	float:left;
}

#breadcrumbs {
	font-size: 84.62%;
	width: 650px;
	float:left;
	color:#775a41;
}

#header_menu {
	float:right;
}

#header_bottom {
	clear: both;
	width: 100%;
}

#logo {
	text-align: center;
	padding-top: 34px;
}

#header_image {
	float:left;
	width: 766px;
	height: 146px;
}


/* ----------------------------------------------------  content area */
#content_area {
	clear: both;
	font-size: 100%;
	width: 100%;
	float: left;
	background-color: #ffffff;
}

#content_strict {
	float: left;
	width: 760px;
	padding: 0;
	margin: 0;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#left_side {
	clear: both;
	float: left;
	width: 195px;
	font-size: 84.62%;
	border-top: 1px solid #fff;
}

#content_top {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#image_top {
	display:none;
}

#content.wide {
	float: left;
	width: 100%;
	font-size: 92.31%;      /* 12px */
	padding-bottom: 25px;
}
#content {
	float: left;
	width: 500px;
	font-size: 92.31%;      /* 12px */
	padding-bottom: 25px;
}
#content_header_action {
	text-align: right;
}

#right_side {
	float: right;
	width: 210px;
	font-size: 84.62%; /* 11px */
	padding: 12px 0 20px 0px;
}
#footer{
	float: left;
	background-color: #fff;
	width: 100%;
}
#footer_menu{
	margin-left: 195px !important;
	margin-left: 96px;
	float: left;
}
