/* layout.css - contains all CSS ID block elements for layout and display  */


#website {
/*	margin: 0 0 0 17px;*/
	margin: 0 auto 0 auto;
	width: 938px;
}

/* ------------------------------------------- header */
#header {
	float: left;
	width: 100%;
}

#breadcrumbs {
	width: 100%;
	font-size: 84.62%;
	padding: 11px 0 0 17px;
	height: 17px;
	float: left;
	width: 750px;
}

#lang_fontsize {
	text-align: right;
	width: 138px;
	float: right;
	margin-top: 9px;
	margin-right: 14px;

}

#header_top {
	clear: both;
	width: 100%;
	height: 146px;
	background-color: #ffffff;
	border-top: solid 1px #a5a7a8;
	border-left: solid 1px #a5a7a8;
	border-right: solid 1px #a5a7a8;
}
#logo {
	float:left;
	padding: 19px 30px 0 14px;
	width:128px;
	height: 127px;	
}

#header_box {
	float: right;
	width: 766px;
	height: 146px;
}
#header_image {
	float: left;
	width: 655px;
	height: 146px;	
}
#header_menu {
	float:right;
	width: 111px;
	height: 146px;	
}


/* ----------------------------------------------------  content area */
#content_area {
	clear: both;
	font-size: 100%;
	width: 938px;
	float: left;
	background-color: #ffffff;	
	border-left: solid 1px #a5a7a8;
	border-right: solid 1px #a5a7a8;
	border-bottom: solid 1px #a5a7a8;	
}
#content_strict {
	float: right;
	width: 766px;
	padding: 0;
	margin: 0;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#content_top {
	clear: both;
	height: 5px;
	background-color: #faa600;
	font-size: 1px;
}

#left_side {
	clear: both;
	float: left;
	width: 154px;
	font-size: 92.31%;       /* 12px */
	padding: 0 0 20px 18px;
}
#content {
	float: left;
	width: 505px;
	padding: 20px 0 20px 0;
	margin-right: 15px;
	font-size: 92.31%;      /* 12px */
}

#content.wide {
	width: 736px;
}

#content_header_action {
	text-align: right;
}

#right_side {
	float: left;
	width: 200px;
	font-size: 92.31%;
	padding: 20px 0 20px 0px;
}


/* -------------------------------------------------------  footer */

#lw_link {
	clear: both;
	width: 940px;
	font-size: 76.93%;
	text-align: right;
	color: #FEDC95;
	margin: 0 auto 0 auto;
}


