html { 
	width: 99%;
	height: 100%;
}

body {
	background: #e2e8ef url(../img/bg_all.jpg) center center no-repeat;
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 99%;
}

div.page {
	width: 950px;
	height: 99%;
	margin-left: auto; 
	margin-right: auto; 
	display: table;
}

div.pagecontent{
	width: 950px;
	height: 550px;
	display: table-cell;
	vertical-align: middle;
	margin-top: auto;
	margin-bottom: auto;	
}

/* Bereich rechts*/

div.contentlinks{
	float:left;
	width: 190px;
	height: 550px;
	background:#ffffff;
	text-align: center;
}

div.contentlinkshome{
	float:left;
	width: 190px;
	height: 150px;
	background:#ffffff;
	text-align: center;
}

div.metanav{
	float:left;
	width: 190px;
	height: 16px;
	padding-top: 60px;
}

div.sprachfeld{
	float:left;
	width: 185px;
	height: 66px;
	background:#c7cfd3;
	
}

div.modulGalerie{
	/*float:left;*/
	width: 190px;
	height: 474px;
}

/* Bereich rechts*/

div.contentrechts{
	float:left;
	width: 760px;
	height: 550px;
	background:#ffffff;
	text-align: center;
}

div.contentrechtshome{
	float:left;
	width: 760px;
	height: 150px;
	background:#ffffff;
	text-align: center;
}

div.header{
	width: 950px;
	height: 145px;
}

div.modulmenue{	
	/*float:left;*/
	width: 760px;
	height: 145px;
}

div.modulheadline{	
	/*float:left;*/
	width: 760px;
	height: 115px;
}

div.texte{	
	/*float:left;*/
	width: 760px;
	height: 290px;
	background:#7a929c;
	text-align: left;
	color:#ffffff;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	overflow: hidden;
}

div.scrolltexte{	
	/*float:left;*/
	width: 760px;
	height: 290px;
	background:#7a929c;
	text-align: left;
	color:#ffffff;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	overflow: auto;
}

div.spaltelinks{	
	float:left;
	width: 335px;
	height: 290px;
	margin-left: 12px;
	margin-top: 15px;
}

div.spalterechts{	
	float:left;
	width: 335px;
	height: 290px;
	margin-left: 40px;
	margin-top: 15px;
}

div.modulschaubild{	
	float:left;
	width: 760px;
	margin-left: 80px;
	margin-top: 20px;
}

a {
	color:#ffffff;
	font-decoration: underline;

}