@charset "utf-8";
/* CSS Document */

@import url("content.css");
@import url("navigation.css");
@import url("extensions.css");


/**
  * general elements
  *
  */


html, body {
	height: 100.1%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}



#wrapper {
	margin: 0 auto;
	width: 852px;
}



/**
  * head
  *
  */
#head {
	background: url(../img/head_bg.gif) right top no-repeat;
	float: left;
	height: 85px;
	margin: 20px 0 0 0;
	width: 852px;
	position:relative;
}

	#logo {
		float: left;
		height: 85px;
		width: 237px;
	}


#teaser {
	float: left;
	height: 121px;
	width: 852px;
}

	#teaserimage {
		float: left;
		height: 121px;
		overflow: hidden;
		width: 237px;
	}
	
	#teaserticker {
		background: url(../img/teaserticker_bg.jpg) top left no-repeat;
		float: left;
		height: 121px;
		overflow: hidden;
		width: 615px;
	}	

/**
  * main
  *
  */
  
#main {
	background: url(../img/main_bg.gif) top left repeat-y;
	float: left;
	margin: 45px 0 0 0;
	width: 852px;
}  

	#left {
		float: left;
		overflow-x: none;
		width: 237px;	
	}
	
		#navigation {
			float: left;
			overflow-x: hidden;
			text-align: right;
			width: 237px;
		}
		
		#address {
			color: #036;
			float: left;
			line-height: 18px;
			margin: 40px 0 0 0;
			overflow-x: hidden;
			padding: 0 0 0 10px;
			text-align: right;
			width: 227px; /* 237px */
		}
		
	
	
	#right {
		float: left;
		overflow-x: none;
		width: 615px;	
	}
	
		#content {
			color: #036;
			float: left;
			line-height: 18px;
			padding: 0 30px 0 65px;
			width: 520px; /* 615px */
		}



/**
  * footer
  *
  */

#footer {
	background: url(../img/footer_bg.gif) top left no-repeat;
	float: left;
	height: 30px;
	width: 852px;
}



/**
  * print elements
  *
  */
  
#head_print, #footer_print {
	display: none;
}

