@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;
}

div#Logo {
	position: absolute;
	top: 5px;
	left: 800px;
	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: 96px;
	height: 20px;
	width: 260px;
	background-color: #f1f1f1;	
}

div#Language a.lang { padding-left: 10px; }

div#Language a {
	color: #000000;
	text-decoration: none;
}

div#Search{ padding: 20px 0px 30px 10px; }

div#Search input {
	border: 1px solid #666666;
}


img.leftImage { margin-left: 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: 95px;
	height: 21px;
	width: 679px;
	background-color: #f1f1f1;
	color: #000000;
}

div#PageTitle span { padding-left: 30px; }

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