/** main design styles **/
/** detailled formattings at file bottom **/

body, html {
	padding:			0px;
	margin: 			0px;
	border:				0px; 
	border-collapse: 	collapse;
	background-image:	url(../images/bg_grey.jpg);
	background-repeat: repeat;
	position: relative;
}

div {
	border: none;
/* 	border: 	1px solid red; /* */
}

img {
	border: none;
}

table {
	table-layout: fixed;
	border-collapse: collapse;
}

form, input {
	padding: 0px;
	margin: 0px;
}

div#body {
	width: 100%;
	height: auto;
	top: 0px;
}

div#header {
	width: 		820px;
	height: 	102px;
	left: 		50%;
	margin-left: -410px;
	position: 	relative;
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
}

div#middle {
	width: 		820px;
	height: 	auto;
	overflow:auto;
	min-height: 986px;
	position: 	relative;
	left: 		50%;
	margin-left: -410px;
	background-image:url(../images/bg_middle.jpg);
	background-repeat:repeat-y;
	border-bottom: 35px solid #989898;
}

div#footer {
	width: 		820px;
	height:		40px;
	position: 	absolute;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	padding: 1px 0px 0px 0px;
	bottom: -6px;
	left: 		50%;
	margin-left: -410px;
}

div#footer_left {
	width: 300px;
	position:relative;
	left: 0px;
	float: left;
	padding-left: 14px;
}

div#footer_right {
	width: 400px;
	position:relative;
	right: 0px;
	float: right;
	text-align: right;
	padding-right: 14px;
}

div#middle_top {
	height: 18px;
	width: 802px;
	left: 9px;
	position: relative;
	background-image:url(../images/header_yellow_resize.jpg);
	background-repeat:repeat;
}

div#top_left {
	position: relative;
	width: 198px;
	float: left;
	top: 0px;
	padding: 2px 0px 0px 5px;
}

div#top_center {
	width: 426px;
	left: 0px;
	float: left;
	padding: 2px 0px 0px 0px;
	text-align: center;
	position: relative;
}

div#top_right {
	position: relative;
	right: 0px;
	float: right;
	padding: 2px 5px 0px 0px;
	text-align: right;
}

div#middle_center {
	height: 29px;
	width: 802px;
	left: 9px;
	position: relative;
}

div#center_left {
	height: 29px;
	width: 178px;
	position: relative;
	background-image:url(../images/l_blau_top_resize.jpg);
	background-repeat: repeat-x;
	float: left;
}

div#center_center {
	height: 21px;
	width: 476px;
	left: 0px;
	position: relative;
	background-image: url(../images/m_yellow_pathway.jpg);
	background-repeat: repeat-x;
	float: left;
	padding: 8px 0px 0px 10px;
}

* html div#center_center {
}

div#center_right {
	height: 29px;
	width: 138px;
	position: relative;
	background-image:url(../images/r_yellow_top.jpg);
	background-repeat: no-repeat;
	float: right;
}

div#middle_bottom {
	width: 802px;
	left: 9px;
	position: relative;
	top: 0px;
	height: auto;
}

div#bottom_left {
	position: relative;
	height: auto;
	width: 178px;
	float: left;
	top: 0px;
}

div#bottom_main {
	width: 469px;
	height: auto;
	left: 0px;
	float: left;
	position: relative;
	padding: 10px 5px 10px 10px;
}

div#bottom_right {
	height:auto;
	width: 138px;
	position: relative;
	background-image:url(../images/r_grey_top.jpg);
	background-repeat: no-repeat;
	right: 0px;
	float: right;
	padding-top: 15px;
}

div#left_menu {
	background-image: url(../images/l_lightblue_resize.jpg);
	background-repeat: repeat;
	padding: 5px 0px 5px 0px;
	position: relative;
	height: auto;
}

div#left_adv {
	background-image: url(../images/l_lightblue_resize.jpg);
	background-repeat: repeat;
	padding: 10px 0px 5px 0px;
	position: relative;
	height: auto;
	width: 178px;
	text-align: center;
}

div#left_contact_hl {
	background-image:url(../images/l_darkblue_resize.jpg);
	background-repeat: repeat;
	height: auto;
	position: relative;
}

div#left_contact {
	padding: 5px 0px 5px 5px;
	margin-bottom: 10px;
	background-image: url(../images/l_lightblue_resize.jpg);
	background-repeat: repeat;
	height: auto;
	position: relative;
}

