@import "navigation.css";

body {
	font: 13px/16px Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #f1f1f1;
	color: #666666;
	text-align:center;
}

img { border: 0px; }

a { color: #666666; }

a:hover { color: #000000; }

div#CenterHull {
	text-align: left;
	padding: 0px; /*is needed by ns6, ns7 otherwise on the left outside the screen!*/
 	margin: 0px auto 0;
	width: 943px;
}

div#InnerHull {
	position: relative;
	width: 100%;
	height: 100%;
}

div#TopImage {
	position: absolute;
	top: 0px;
	left: 1px;
	z-index: 1;
	white-space: nowrap;
}

img.topLeft {
	width: 260px;
	margin-right: 1px;
}

div#Logo {
	position: absolute;
	top: 5px;
	left: 790px;
	z-index: 2;
}

div#LeftMainColumn {
	position: absolute;
	top: 0px;
	height: 100%;
	background-color: #cecfd0;
	width: 260px;
	border-left: 1px solid red;
	border-right: 1px solid red;
	z-index: 0;
}

div#Language {
	margin-top: 180px;
	height: 20px;
	width: 260px;
	background-color: #f1f1f1;	
}

div#Language a {
	padding-left: 10px;
	color: #000000;
	text-decoration: none;
}

span.leftText {
	display: block;
	margin-top: 30px;
	padding-left: 10px;
}

img.leftImage { 
	margin: 20px 0px 0px 10px;
	 
}

div#RightMainColumn {
	position: absolute;
	top: 0px;
	left: 262px;
	height: 100%;
	background-color: #ffffff;
	width: 679px;
	border-right: 1px solid red;
	z-index: 0;
}

div#PageTitle {
	margin-top: 179px;
	height: 21px;
	width: 679px;
	background-color: #f1f1f1;
	color: #000000;
}

div#MainText {
	margin: 32px 0px 0px 30px;
	width: 625px;
	overflow: hidden;
}

div.titleBig{
	font-size: 28px;
	line-height: 28px;
}
