/* layout.css - contains all CSS ID block elements for layout and display  */

/* ------------------------------------------- website */
#website {
	clear:both;
	width: 951px;
	margin: 0px auto 0px auto;
	padding-left: 43px;
	background-color: #EBECEE;
	background-image: url(images/bg_website.gif);
	background-position:top left;
	background-repeat:repeat-x;
	border-bottom: solid 1px #B5BBB9;	
	border-right: solid 1px #B5BBB9;
	border-left: solid 1px #B5BBB9;
}

#right_area {
	width: 909px;
	padding-right: 41px;
	border-left: solid 1px #B5BBB9;
	background-color: #ffffff;
}


/* ------------------------------------------- header */
#header {
	float: left;
	width: 100%;
}
#header_top {
	width: 969px;
}
#logo {
	clear: both;
	float:right;
	height: 63px;
}
#header_menu {
	float:right;
	width: 700px;
	height: 27px;
	padding-right:0;
	text-align:right;
}

#main_menu {
	float: left;
	height: 20px;
	width: 100%;
    color:#B4092D;	
	font-weigth: bold;
	font-size:93%;
	display: inline;
	padding: 0 0 0 13px;
}
#breadcrumbs {
	clear: both;
	height: 27px;	
	margin: 0;
	padding: 0;
  	color:#445253;
	font-size: 87%;
	background-color: #ffffff;
}

#header_image {
	clear: both;
	height: 195px;
	width: 908px;
	border-top: solid 1px #B5BBB9;
	border-bottom: solid 1px #B5BBB9;	
}
#login_search {
	clear: both;
	float:left;
	height: 36px;
	width: 100%;
	padding-top: 7px;
	color:#445253;	
}

#login {
	float:left;
}
#search {
	float:right;
}

/* ----------------------------------------------------  content area */
#content_area {
	font-size: 100%;
	float: left;
	width: 100%;
	padding: 0;
}
#content_strict {
	float: left;
	width: 909px;
	min-height: 10px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 10px;           /* dumme Browser */
	background-image: url(images/bg_content.gif);
	background-position:top left;
	background-repeat:repeat-y;	
}
#left_side {
	float: left;
	width: 205px;
	min-height: 100px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 100px;
	padding: 0 0 0 23px;
	font-size: 92.31%;      /* 12px */	
}
#content {
	float: left;
	width: 433px;
	min-height: 200px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 200px;
	padding: 0 15px 0 0;
	font-size: 92.31%;      /* 12px */
	/*border-right: 1px solid #B6BAB9;*/
}
#right_side {
	float: left;
	width: 217px;
	font-size: 92.31%;      /* 12px */	
	min-height: 10px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 10px;
	padding: 0 0 0 15px;
}


/* -------------------------------------------------------  footer */
#footer {
	clear: both;
	width: 100%;
	/*height: 93px;*/
	padding-top: 11px;
	background-image: url(images/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#footer_top {
	width: 100%;
	height: 22px;
	font-size:84.62%;
	color: #747E7D;
}
#footer_menu {
	margin: 0;
	margin-right: -6px;
	padding: 0;
	float:right;	
}

#footer_sign {
	clear:both;
	width: 996px;
	margin: 0px auto 0px auto;
	padding: 3px 0 10px 0;
	font-size: 76.93%;
	color: #cdcdcd;
	text-align: right;
}

