body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:11pt;
/*	background-color: #E7F2E6;*/
	background-color:#FFFFFF;
	background-image:url(img/bgcolor.jpg);
	background-repeat:repeat-x;
	margin-top: 0px;
	margin-left: 0px;
}

a:link, a:visited, a:active {
	color:#000000; 
	text-decoration:none; 
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

#mainBox {
	position:absolute;
  	top:50%;
  	left:50%;
	height: 480px;
	width: 640px;
	margin-left:-320px;
	margin-top:-240px;
	background-color:#FFFFFF;
}
#headlineBox {
	width:100%;
	height:42px;
	background:#ADD9AD;
}
#headlineImg {
	float:right;
	margin-top:10px;
	margin-right:10px;
}
#naviBox {
	width:100%;
	height:40px;
	background:#DBE5DA;
}
.naviButton {
	display:block;
	float:left;
	background:#DBE5DA;
	height:27px;
	width:154px;
	padding-top:13px;
	text-align:center;
}
.naviButton_ov {
	display:block;
	float:left;	
	background:#E7F2E6;
	height:27px;
	width:154px;
	padding-top:13px;
	text-align:center;
}

#contentBox {
	background-image:url(img/homepage_logo_back.jpg);
	background-repeat:no-repeat;
	background-position:364px 111px;
	width:100%;
	height:378px;
}

#contentBoxHome {
	width:100%;
	height:378px;
}

#homePageLogo  {
	position:absolute;
	top:100px;
	left:360px;
}
#homepageTitle {
	position:absolute;
	top:348px;
	left:90px;
}

#sectionHeadline {
	position:relative;
	top:20px;
	left:27px;
}

#contentText {
	width:577px;
	height:315px;
	position:relative;
	top:30px;
	left:27px;
	overflow:auto;
	line-height:18pt;
}

#contentText em , #aboutText em {
	color:#6D996D;
	font-style:normal;
}

#aboutText {
	width:430px;
	height:315px;
	position:relative;
	top:30px;
	left:27px;
	overflow:auto;
	line-height:18pt;
}

#contactText {
	width:430px;
	height:295px;
	position:relative;
	top:40px;
	left:27px;
	overflow:auto;
	line-height:14pt;
}

#bottomBox {
	width:100%;
	height:20px;
	background:#ADD9AD;	
}
#naviLanguage {
	padding-top:3px;
	padding-left:7px;
}

#portrait {
	position:absolute;
	top:82px;
	left:540px;
}
