html, body {
	height:100%;
	background-color:#FFF;
	xbackground: #fff url(homepage.jpg) top left no-repeat;
	xbackground: #fff url(contentpage.jpg) top left no-repeat;
	color:#414141;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
}

img {
    border:0;
}

/****************************************
	WRAPPER RELATED
****************************************/

#wrapper {
	overflow: hidden;
	width: 61.25em;
}

#wrapper {
   position:relative;
   min-height:100%;
}

#wrapper:after,
#page:after {
	content:".";
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	font-size:1px;
}

/****************************************
	HEADER RELATED
****************************************/

#header {
	height: 5.8em;
	position: relative;
}

#header #logo {
	position: absolute;
	top: 1.25em;
	left: 0.81em;
}

/****************************************
	META RELATED
****************************************/

#meta {
	border: 0px solid aqua;
	position: relative;
	left: 0;
	top: 0.85em;
	font-size: 0.6em;
	padding: 0; 
	text-align: right;

}

/****************************************
	NAVIGATION RELATED
****************************************/

#navigation {
	background: #e2ecfc url(../img/navBg.jpg) 0 0 repeat-y;
	font-size: 0.75em;
	font-weight: bold;
	position: relative;
	left: 0.9em;
	top: 5.15em;
	margin-right: 0.75em;
	padding: 0 0 0 0;
	width: 100%;
}

#subnavigation {
	font-size: 0.85em;
}

/****************************************
	PAGE RELATED
****************************************/

#page {
	font-size: 0.81em;
	margin: 1em 0 0 0;
	padding: 0 0 0 0;
	min-height: 100%;
}

/****************************************
	COLUMNS LAYOUT RELATED
****************************************/

/* .home  HOME Columnn Layout 
	-------------------------------------/
	BEGIN
*/

#page.home #col1,
#page.home #col2,
#page.home #col3 {
	float: left;
}

#page.home #col1 {
	background: #fff url(../img/homeTeaser.jpg) 0 0 no-repeat;
	min-height: 34.62em;
	_height: 34.62em;
	margin-left: 0.9em;
	_margin-left: 0.45em;
	width: 43.2em; /* based on 0.81em font-size	*/
}

#page.home #col2 {
	width: 17.73em; /* based on 0.81em font-size	*/
}

#page.home #col3 {
	background: #fff url(../img/marginalBg.jpg) 0 0 repeat-x;
	min-height:666px;
	_height: 666px;
	width:13.72em;/*ama*/
	/*width: 13.85em;*/ /* based on 0.81em font-size	*/
	_width: 13.5em; /* based on 0.81em font-size	*/
}


#page.home #col2 div {
	padding: 0 0.77em;
}

#page.home #col3 div {
	background-color: #ededed;
	border-bottom: 0.31em solid #fff;
	padding: 0.85em;
}

/* END
	-------------------------------------/
	.home  HOME Columnn Layout 
*/



/* .cols3 3 Columnn Layout 
	-------------------------------------/
	BEGIN
*/ 

#page.cols3 #col1,
#page.cols3 #col2,
#page.cols3 #col3 {
	float: left;
}

#page.cols3 #col1 {
	background: #fff url(../img/navSubBg.jpg) 0.5em 0 repeat-x;
	min-height:666px;
	_height: 666px;
	margin-left: 0.9em;
	_margin-left: 0.45em;
	padding: 0.85em;
	padding-left: 0.6em;
	padding-right: 0.2em;
	width: 14.2em; /* based on 0.81em font-size	*/
	overflow: hidden;
}

#page.cols3 #col2 {
	padding: 1.50em 5em 3em 3.2em;	
	width: 37.65em; /* based on 0.81em font-size	*/
	overflow: hidden;
}

#page.cols3 #col3 {
	background: #fff url(../img/marginalBg.jpg) 0 0 repeat-x;
	min-height:666px;
	_height: 666px;
	width: 13.82em; /* FF: falsche Darstellung war width: 13.89em; /* based on 0.81em font-size	*/
	_width: 13.81em; /*FF: Falsche Darstellung war_width: 13.88em; /* based on 0.81em font-size	*/
}

#page.cols3 #col3 div {
	background-color: #ededed;
	border-bottom: 0.31em solid #fff;
	padding: 0.85em;
}

/* END
	-------------------------------------/
	.cols3 3 Columnn Layout 
*/

