/* CSS Document */
body {
	background-color:#CCCCCC;
	background-image:url(../images/bg_body.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

#container {
	position:relative;
	margin:0px auto 0px auto;
	width:900px;
	height:auto;
	background-color:#FFFFFF;
	background-image:url(../images/bg_head.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}

#header {
	position:relative;
	clear:left;
	width:100%;
	height:135px;
	background:none;
	overflow:hidden;
	background-image:url(../images/header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}


#teaser_1 {
	position:relative;
	float:left;
	margin-left:224px;
	width:676px;
	height:70px;
	padding:10px 0px 10px 0px;
	z-index:2;
}

#searchbox {
	position:relative;
	clear:both;
	width:100%;
	height:45px;
	z-index:1;
}

#search {
	position:relative;
	float:right;
	margin-right:30px;
	margin-top:12px;
	width:auto;
	height:auto;
	background:none;
}

#navigation {
	position:relative;
	float:left;
	width:170px;
	height:auto;
	overflow-x:hidden;
	margin:27px;
	background:none;
}


#content_container {
	position:relative;
	float:left;
	width:676px;
	height:auto;
	background-color:#efefef;
}

#teaser_2 {
	position:relative;
	float:left;
	width:676px;
	height:405px;
	margin-bottom:20px;
}

#contentbox {
	position:relative;
	float:left;
	width:676px;
	height:auto;
}

#content {
	position:relative;
	float:left;
	width:472px;
	padding:0px 25px 20px 25px;
	height:auto;
}

#teaser_3{
	position:relative;
	float:left;
	width:154px;
	height:auto;
}


#footer {
	position:relative;
	clear:both;
	height:20px;
	width:846px;
	padding:10px 27px 10px 27px;
	background:#CCCCCC;
}