/* layout.css - contains all CSS ID block elements for layout and display  */

#website {
	margin: 0 auto 0 auto;
	width: 800px;
	padding-top: 30px;
	padding-bottom: 10px;
}

/* ------------------------------------------- header */
#header_image {
	background-color: #FFFFFF;
	padding: 5px;
	margin: 0;
}

#main_menu {
	float: left;
	font-size:93%;
	line-height:normal;
}

#main_menu_2 {
	clear: both;
	font-size:93%;
	line-height:normal;
	background-color: #FFB91A;
	height: 20px;
	margin-bottom: 5px;
}

/* ----------------------------------------------------  content area */
#breadcrumbs {
	color: #666666;
	font-size: 87%;
	clear: both;
	margin: 0;
	padding: 0;
}
#content_area {
	font-size: 100%;
	float: left;
	width: 790px;
	padding: 5px;
	background-color:#FFFFFF;
	/*border: 1px solid blue;*/
}
#content_strict {
	float: left;
	width: 790px;
	min-height: 10px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 10px;           /* dumme Browser */
	margin: 0;
	padding: 0 0 65px 0;
	/*border: 1px solid green;*/
}
#left_side {
	float: left;
	width: 160px;
	min-height: 10px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 10px;
	font-size: 84.62%;       /* 11px */
}
#content {
	float: left;
	width: 560px;
	min-height: 200px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 200px;
	background-color: inherit;
	padding: 0 0 0 30px;
	font-size: 92.31%;      /* 12px */
	/*border: 1px solid black;*/
	margin: 0;
	
}
#right_side {
	display: none;
	float: right;
	width: 0px;
	min-height: 10px;       /* gute Browser */
	height: auto !important; /* gute Browser*/
	height: 10px;
	font-size: 92.31%;
	padding: 0;
	margin: 0;
	/*border: 1px solid red;*/
}


/* -------------------------------------------------------  footer */
#footer {
	clear: both;
	width: 800px;
	margin: 0;
	padding: 0;
}

#home_page {
        position: absolute;
        /*position: relative;*/
	width: 790px;
        top: 30px;
	/*left: 0px;*/
	/*border: 2px solid black;*/
	/*padding-bottom: 10px;
	padding-top: 30px;
        left: 730px;*/
}

#home_page a,
#home_page a:hover {
        display: block;
        width: 790px;
        height: 310px;
		background: url(/clear.gif) repeat top left;
		text-decoration: none;	
		margin-top: 5px;
}
