/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url('/fileadmin/images_layouts/body_bg.png') top center repeat-y;
	/*background-position: center center;*/
	height: 100%;
}

img {
	border: none;
}

#fw-container {
	position: absolute;
	left: 50%;
	width: 883px;
	margin: 0px 0px 0px -443px;
	border: none;
	_height: 100%;
	min-height: 100%;
	background: url('/fileadmin/images_layouts/content_bg.png') repeat-y;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
}

#fw-header {
	position: relative;
	float: left;
	width: 883px;
	height: 61px;
	background: #ffffff;
}

#fw-topnav {
	position: relative;
	float: left;
	margin: 14px 0px 0px 12px;
}

#fw-logo {
	position: relative;
	float: right;
	margin: 12px 11px 0 0;
}

#fw-banner {
	position: relative;
	float: left;
	width: 883px;
	height: 198px;
	background: #94BB22;
}

#fw-banner-left {
	position: relative;
	float: left;
}

#fw-banner-left img {
	margin: 20px 0 0 10px;
}

#fw-banner-right {
	position: relative;
	float: right;
}

#fw-navigation {
	position: relative;
	float: left;
	width: 883px;
	height: 23px;
	background: #463124;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}

#fw-col1 {
	position: relative;
	float: left;
	width: 200px;
	min-height: 10px;
	_height: 10px;
}

#fw-col2 {
	position: relative;
	float: right;
	width: 180px;
	margin: 18px 10px 10px 10px;
	
}

#fw-col3 {
	position: relative;
	float: left;
	width:460px;
	_width: 450px;
	padding: 18px 0px 10px 20px;
	margin: 0;
	
}

#fw-col1-content {
	position: relative;
	float: left;
	min-height: 10px;
}

#fw-col2-content {
	position: relative;
	float: left;

}

#fw-col3-content {
	position: relative;
	float: left;
	background: url('/fileadmin/images_layouts/dot-y.gif') right repeat-y;
	margin: 0;
	padding: 0 20px 0 0;
	width: 440px;
		
}

* html #fw-col3-content {
    width:420px;
}

h2 {
}


