html, body {
	height: 100%
}
.pageContent {
	width: 550px;
	text-align: justify;
	white-space: pre;
	position: absolute;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color:#000000;
	color: #999999;
	font-weight: normal;
}

a:link {
	text-decoration: none;
	color: #CCCCCC;
	outline: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
	outline: none;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
}


.shim {
	position:relative;
	height: 50%;
	width: 100%;
	visibility:hidden;
	margin-top: -290px;
}

#container {
	height: 580px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
}
#container #contentWrapper {
	height: 558px;
	width: 550px;
	background-color: #000000;
	margin: 0px;
	position: relative;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	top: 10px;
	right: 10px;
	background-repeat: no-repeat;
}
#container #menu #home {
	width: 250px;
	height: 75px;
	cursor: pointer;
}
#menu {
	margin: 0px;
	float: left;
	height: 580px;
	width: 250px;
	background-image: url(../IMAGES/back.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#container #language {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	position: relative;
	left: 11px;
	top: 390px;
	width: 150px;
}
#container #link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #999999;
	top: 116px;
	position: relative;
	width: 220px;
	height: 160px;
	left: 12px;
}
.menuLink {
	height: 45px;
	width: 150px;
	position: relative;
}
div.select1 {
	background-color: #C45518;
	height: 30px;
	width: 8px;
	position: absolute;
	visibility: visible;
	top: -4px;
	left: -14px;
	z-index: 1;
}
div.select2 {
	background-color: #C45518;
	height: 30px;
	width: 8px;
	position: absolute;
	visibility: hidden;
	top: 41px;
	left: -14px;
	z-index: 2;
}
div.select3 {
	background-color: #C45518;
	height: 30px;
	width: 8px;
	position: absolute;
	visibility: hidden;
	top: 86px;
	left: -14px;
	z-index: 3;
}
div.select4 {
	background-color: #C45518;
	height: 30px;
	width: 8px;
	position: absolute;
	visibility: hidden;
	top: 131px;
	left: -14px;
	z-index: 4;
}
div.select5 {
	background-color: #C45518;
	height: 30px;
	width: 8px;
	position: absolute;
	visibility: hidden;
	top: 176px;
	left: -14px;
	z-index: 4;
}
div.select6 {
	background-color: #C45518;
	height: 30px;
	width: 8px;
	position: absolute;
	visibility: hidden;
	top: 221px;
	left: -14px;
	z-index: 4;
}
.ned {
	position: absolute;
	visibility: visible;
	left: 3px;
	z-index: 6;
}
.eng {
	position: absolute;
	visibility: hidden;
	left: 3px;
	z-index: 7;
}
.content {
	position: absolute;
	overflow: auto;
	height: 558px;
	width: 550px;
	background-color: #000000;
	visibility: visible;
	z-index: 9;
}
.line {
	font-size: 0;
	background-color:#999999;
}
.slidePicture{
	float:right;
	width:300px;
	height:200px;
	margin-left:10px;
	margin-bottom:4px;
	overflow:hidden;
}
input, textarea, select{
	border:3px solid #999999;
}
.valid{
	border:3px solid green;
}
.invalid{
	border:3px solid #800;
	background-color:#F8D1D4;
}
#send{
	cursor:pointer;
}
.formContainer{
	position:absolute;
	width:500px;
	margin-left:25px;
	margin-top:16px;
	background-color:#000000;
	z-index: 3;
	border:medium solid #999999;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.formRequest{
	position:absolute;
	width:300px;
	margin-left:125px;
	height:200px;
	margin-top:170px;
	background-color:#000000;
	z-index: 3;
	border:medium solid #999999;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
