@import url(navigation.css);
body, html {
	behavior:url("css/csshover.htc");
  margin: 0 0 0 0;
  text-align: left;
  font-family: "Lucida Sans Unicode";
  font-size: 11px;
	line-height: 150%;
	background-color: #88bacf;
	color: #fff;
	height: 100%;
}

#container{
	position: relative;
	width: 981px;
	background-image: url('../images/background.jpg');
	margin-left:-502px;
	left:50%;
	padding-left: 31px;
	min-height: 100%;   
	height:auto !important; /* voor moderne browsers */  
	height:100%; /* voor IE */  
}

#innerContainer{
	position: relative;
	width: 960px;	
	background-repeat: repeat-y;
	overflow: hidden;
}


#header{
	position: relative;
	width: 948px;
	background-image: url('../images/header.jpg');
	height: 245px;
}


#upperNavigation{
	position: relative;
	width: auto;
	height: auto;
	top: 35px;
	left: 8px;
}


#siteInformation{
	position: relative;
	width: 520px;
	height: auto;
	top: 55px;
	left: 200px;
}


#footer{
	position: relative;
	width: 1007px;
	background-image: url('../images/footer.jpg');
	height: 39px;
	bottom: 0;
	margin-left:-501px;
	left:50%;
	padding-top: 25px;
	text-align: center;
}


#leftContainer{
	position: relative;
	width: 692px;
	padding: 0 10px 10px 10px;
	height: 100%;
	float: left;
	border-right: 1px solid #5392ab;
	margin-top: 10px;
}

#rightContainer{
	position: relative;
	width: 213px;
	padding: 0 10px 10px 10px;
	height: 100%;
	float: left;
	margin-top: 10px;
}

p{
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}

h1{
	font-size: 18px;
	color: #00cbff;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}

#rightOverflow{
	position: relative;
	width: 722px;
	height: auto;
	overflow: hidden;
}

.threeColom{
	position: relative;
	width: 212px;
	height: 400px;
	border: 1px solid #5392ab;
	background-color: #316073;
	float: left;
	margin-right: 10px;
	padding: 5px;
	font-size: 10px;
	margin-bottom: 20px;
}

.threeColom a:hover{
	position: relative;
	width: 212px;
	height: 400px;
	border: 1px solid #5392ab;
	background-color: #ccc;
	float: left;
	margin-right: 10px;
	padding: 5px;
	font-size: 10px;
	margin-bottom: 20px;
}

.threeColom img{
	position: relative;
	left: 6px;
}

.threeColom h1{
	font-size: 14px;
	color: #FFFFFF;
	margin:6px 0px 3px 0px;
}

.rightColomHr{
	width: 200px;
	height: 0px;
	color: #5392ab;
 	border-bottom: 1px solid #5392ab;
	padding: 0px;
	margin-top: 7px;
	margin-bottom: 6px;
}

.clear{
	clear: both;
}

.catalog{
	position: relative;
	width: 693px;
	height: 30px;
	border-bottom: 1px solid #5392ab;
}

.code_name{
	position: relative;
	width: 250px;
	height: 25px;
	padding-top: 5px;
	float: left;
}

.page_name{
	position: relative;
	width: 400px;
	height: 25px;
	padding-top: 5px;
	float: left;
}

.page_download{
	position: relative;
	width: 40px;
	height: 23px;
	padding-top: 7px;
	float: left;
	text-align: right;
}




/* form styling */
.labelContainer{
	position: relative;
	width: 683px;
	height: auto;
	padding: 5px;
	border-bottom: 1px solid #5392ab;
}


.labelContainer img{
	border: 1px solid #000;
}

.formInfo{
	position: relative;
	top: 2px;
	width: auto;
	font-size: 10px;
	color: #ccc;
	margin-left: 3px;
}

.formError{
	position: relative;
	top: 2px;
	width: auto;
	font-size: 10px;
	color: #ff0000;
	margin-left: 3px;
}

.small_textfield{
	width: 125px;
	padding: 2px;
	border: 1px solid #000;
	font-size: 11px;
}

.small_textfieldError{
	width: 125px;
	padding: 2px;
	border: 1px solid #ff0000;
	font-size: 11px;
	background-color: #ff5d5d;
}

.medium_textfield{
	width: 173px;
	padding: 2px;
	border: 1px solid #000;
	font-size: 11px;
}

.medium_textfieldError{
	width: 173px;
	padding: 2px;
	border: 1px solid #ff0000;
	font-size: 11px;
	background-color: #ff5d5d;
}

.default_textfield{
	width: 232px;
	padding: 2px;
	border: 1px solid #000;
	font-size: 11px;
}

.default_textfieldError{
	width: 236px;
	padding: 2px;
	border: 1px solid #ff0000;
	font-size: 11px;
	background-color: #ff5d5d;
}

.default_select{
	width: 236px;
	padding: 0px;
	font-size: 11px;
}

.auto_select{
	width: auto;
	padding: 0px;
	float: left;
	margin-right: 5px;
	font-size: 11px;
}

.default_textarea{
	width: 233px;
	height: 75px;
	font-size: 11px;
	padding: 0px;
	font-size: 11px;
}

.default_textareaError{
	width: 233px;
	height: 75px;
	font-size: 11px;
	margin-bottom: 5px;
	padding: 0px;
	border: 1px solid #ff0000;
	font-size: 11px;
	background-color: #ff5d5d;
}

.large_textarea{
	width: 640px;
	height: 75px;
	font-size: 11px;
	margin-bottom: 5px;
	padding: 0px;
	border: 1px solid #666;
	font-size: 11px;
}

.default_button{
	width: auto;
	padding: 0px;
	height: 20px;
	border: 1px solid #000;
}


label{
	width: 150px;
	float: left;
	text-align: left;

}

.labelsmall{
	width: 120px;
	float: left;
	text-align: left;
	padding-left: 10px;
}

.clear{
	clear: both;
	padding: 0px;
	margin: 0px;
}

.formField{
	margin: 0px;
	background-color: #fff;
	border: 1px solid #7f9db9;	
	margin-bottom: 3px;	
}

.succesbox{
	position: relative;
	width: 696px;
	padding: 5px;
	background-color: #ebffe5;
	border: 2px solid #32eb00;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000;
}

.errorbox{
	position: relative;
	width: 696px;
	padding: 5px;
	background-color: #ffe5e5;
	border: 2px solid #e30000;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000;
}


/* end of form styling */

/* default link classes */ 
a:link {
	color: #fff;
	text-decoration:none;
}

a:visited {
	color: #fff;
	text-decoration:none;
}

a:hover {
	color: #00cbff;
	text-decoration:none;
}

a:active {
	color: #fff;
	text-decoration:none;
}


a.white:link {color: #fff; text-decoration: none; }
a.white:visited {color: #fff; text-decoration: none; }
a.white:hover {color: #fff; text-decoration: underline; }
a.white:active {color: #fff; }  

