/* --------------------------------------------
	Layout
   ------------------------------------------- */
html,
body {
	width: 100%;
	height: 100%;
}

body 
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	
	background-color: #ffffff;
	background-image: url(../img/prototype/background_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
}

#positioner-wrapper {
	width: 990px;
	height: 100%;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

#positioner {
	width: 925px;
	height: 100%;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

#header-section {
	position: relative;;
	height: 110px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	background-image: url(../img/prototype/header_image.gif);
	background-position: center 15px;
	background-repeat: no-repeat;
	border: none;
}

#navigation-section {
	display: block;
	width: 100%;
	margin: 16px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	
	background-color: #ffffff;
	background-image: url(../img/background_navigation.gif);
	background-repeat: repeat-x;
	background-position: 0px 5px;
}

#navigation-section .active-sub {
	background-image: url(../img/background_navigation_activesub.gif);
	background-repeat: no-repeat;
	background-position: -1px 5px;
}

#content-wrapper {
	width: 100%;
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content-section.content-inner {
	margin: 0px 20px 30px 0px;
	padding: 0px 0px 0px 0px;
}


/* --------------------------------------------
	Homepage Layout
   ------------------------------------------- */
  
#homepage #content-section {
	float: none;
	height: 285px;
	width: 960px;
	margin: 0px 20px 30px 0px;
	padding-bottom: 0px;
}
#homepage #content-section .content-outer {	
	margin: 12px 20px 0px 0px;
	float: left;
	border: none;
}

#homepage #content-section .content-inner {
	width: 590px;
	height: 252px;
	padding: 10px;
	border: 1px solid #D0D0D0;
}

#homepage #content-section .content-inner h1 {
	border: none;
}

#homepage #content-section .content-inner .image {
	float: left;
	width: 285px;
	margin-right: 20px;
}
#homepage #content-section .content-inner .image .image-caption {
	width: 285px;
}

#homepage #content-section .special {
	float: right;
	height: 285px;
	width: 328px;
}

#homepage #teaser-section {
	float: none;
	width: 960px;
	height: 310px;
	margin: 0px 0px 135px 0px;
	padding: 0px 0px 0px 0px;
}

#homepage #teaser-section .teaser {
	float: left;
	width: 295px;
	height: 310px;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#homepage #teaser-section .teaser.last {
	margin-right: 0px;
}

#homepage #content-section .content-outer .content-teaser.first {
	border-top: none;
	padding-top: 0px;
}

/* --------------------------------------------
	Standard Layout
   ------------------------------------------- */
  
#content-section {
	float: left;
	width: 610px;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 135px 0px;
}

#content-section .back {
	padding: 8px 0px 12px 0px;
	border-bottom: 1px solid #D0D0D0;
}

#content-section .content-outer {	
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;	
}

#content-section .content-outer .content-teaser {
	border-top: 1px solid #D0D0D0;
	margin-bottom: 25px;
	padding-top: 20px;	
}

#content-section .content-outer .content-teaser .image {
	margin-bottom: 28px;
}

#content-section .content-outer .content-teaser.first {
	border-top: none;
		
}

#content-section .teaserlist .content-inner {	
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 0px 0px;	
}

#content-section .header-outer {
	margin: 0px 0px 7px 0px;
}

#content-section .linklist-teaser {
	margin-bottom: 25px;
}

#teaser-section {
	float: right;
	width: 295px;
	margin: 10px 0px 135px 0px;
	padding: 0px 0px 0px 0px;
}

#teaser-section .teaser {
	float: none;
	width: 295px;
	margin: 0px 0px 50px 0px;
	padding: 0px 0px 0px 0px;
}

#teaser-section .teaser div.header {
	float: none;
	border-bottom: 3px solid #D0D0D0;
	margin-bottom: 10px;
}




