/* page-positioning */

#container {
	width: 780px; 
	position:absolute; 
	left:50%; margin-left:-390px;}
	
/* page-heading */
	
#pagehead {
	width:780px; 
	height:305px; 
	position:relative; 
	overflow: hidden;}
	
	#homelink {
		width: 225px;
		height: 134px;
		position: absolute;
		top: 0px; left: 25px;
		z-index: 5;}
	
	#keyvisual {
		width: 780px;
		height: 215px;
		position: absolute;
		top: 72px; left: 0px;
		z-index: 1;}
		
	#branding {
		width: 780px;
		height: 305px;
		position: absolute;
		top: 0px; left: 0px;
		z-index: 2;
		
		background-image: url(../img/pagehead_brand.gif);
		background-position: top left;
		background-repeat: no-repeat;}
		
	#navigation {
		width: 225px;
		height: 145px;
		position: absolute;
		top: 160px; left: 25px;
		z-index: 3;}
		
	#navigation-container {
		width: 185px;
		position: relative;
		top: 13px; left: 20px;
		z-index: 4;}
		
	#generics {
		width:520px;
		height: 20px;
		position: absolute;
		top: 25px; left: 260px;
		text-align: right;
		z-index: 4;}
	
/* page-contents */
	
#content {
	width: 780px;
	
	min-height:275px;
	height:auto !important;
	height:275px;
	
	position: relative;
	
	background-image: url(../img/bg-page2.gif);
	background-position: top left;
	background-repeat: no-repeat;}
	
	#breadcrumb_container {
		width: 495px;
		height: 25px;
		position: absolute;
		top: 0px; left: 260px;}
		
	#content_container {
		width: 730px;
		position: relative;
		top: 25px; left: 25px;}
	
#pagefoot {
	width: 780px;
	position: relative;}
	
	#footer {
		height: 35px;
		background-image: url(../img/ft.jpg);
		background-repeat: no-repeat;
		background-position: top left;}
		
	#copyrights {
		width: 780px;
		height: 20px;
		padding-top: 10px;
		text-align: center;}
	
/* content-boxes */

.cn {padding: 20px;}
	
.cn_box_full {
	border-style: solid;
	border-color: #E0E0E0;
	border-width: 1px;}
	
.cn_box_top {
	border-style: solid;
	border-color: #E0E0E0;
	
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 0px;
	border-right-width: 1px;}
	
.cn_box_bottom {
	border-style: solid;
	border-color: #E0E0E0;
	
	border-top-width: 0px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;}
	
.box-grau
{
	border: 1px solid #8E8E8E;
	padding: 10px 10px 10px 10px;
	background-image: url(../img/bg-bx-grau-top.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #F4F4F4;
	float: left;
}
.box-grau-innen
{
	margin: 10px 10px 10px 10px;
}
