@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
h1 {
	color: #FF911E;
	font-size: 36px;
}
h2 {
	color: #F79620;
	font-size: 18px;
	margin: 0px;
}
h3 {
	color: #65C9AF;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: bold;
}
h4 {
	color: #FFF;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-style: italic;
	font-weight: bold;
}

p {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 10px;
}
li {
	font-size: 14px;
	padding-bottom: 10px;
}
a {
  outline: none;
}
a:link {
	color: #64C9A9;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #64C9A9;
}
a:hover {
	text-decoration: underline;
	color: #FEFEFF;
}
a:active {
	text-decoration: none;
	color: #64C9A9;
}
.kleinetekst {
	font-size: 10px;
	font-style: italic;
}




.oneColFixCtrHdr #container {
	width: 800px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #75C4E3;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 200px;
	background-image: url(../img/a3_hoofding.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.oneColFixCtrHdr #header .top{
	height: 30px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #header .top p {
	font-size: 10px;
	text-align: right;
	color: #75C4E3;
}
.oneColFixCtrHdr #header .top a:link{
	color: #75C4E3;
	text-decoration: none;
}
.oneColFixCtrHdr #header .top a:visited{
	text-decoration: none;
	color: #75C4E3;
}
.oneColFixCtrHdr #header .top a:hover{
	text-decoration: underline;
	color: #A12A16;
}
.oneColFixCtrHdr #header .top a:active{
	text-decoration: none;
	color: #75C4E3;
}


.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	margin: 0px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 40px;
	padding-left: 50px;
}
.oneColFixCtrHdr #mainContent #form1  {
	text-align: center;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #mainContent #form1 p {
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.oneColFixCtrHdr #mainContent #form1 #password {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFFFFF;
	padding: 4px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #000002;
	font-size: 14px;
	border: 2px solid #A02714;
}
.oneColFixCtrHdr #mainContent #form1 p #submit {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #9E2C14;
	padding: 5px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #FFF;
	border: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	cursor: pointer;
}



.oneColFixCtrHdr #footer {
	background-image: url(../img/a3_footer.jpg);
	height: 198px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-position: center top;
	margin-bottom: -50px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	text-align: center;
	color: #FFF;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.fout {
	font-size: 12px;
	color: #900;
	font-style: italic;
}
