html {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.4em;
	height: 100%;
	width: 100%;
	background-position: top 0%;
	background-color: #fff;
}

#container {
}

#header {
	margin-top: 40px;
	background-image: url("/images/schoolbord_bg.gif");
	background-repeat: repeat-x;
	height: 117px;
	min-width: 1000px;
}

#header img.logo {
	position: absolute;
	top: 60px;
	left: 80px;
}

#header img.rekensom {
	position: absolute;
	top: 90px;
	left: 740px;
}

#mainmenu {
	background-image: url("/images/content_menu_bg.gif");
	background-repeat: repeat-x;
	height: 44px;
	min-width: 1000px;
}

#mainmenu ul {
	margin-left: 60px;
	padding-left: 20px;
	padding-top: 18px;
	background-image: url("/images/content_menu.gif");
	background-repeat: no-repeat;
	height: 44px;
}

#mainmenu li {
	display: inline;
	padding: 0px 9px 0px 9px;
}

#mainmenu a {
	color: #0066d1;
}

#mainmenu a.selected {
	color: #B444B0;
}

#content {
	background-image: url("/images/content_bg.gif");
	background-repeat: repeat-y;
	margin-left: 60px;
	padding: 20px 30px 10px 30px;
	width: 786px;
}

#content h1 {
	font-size: 18px;
	margin-bottom: 10px;
}

#content a {
	color: #0066d1;
}

#content a:hover {
	color: #B444B0;
}

#footer {
	background-color: #333333;
	height: 50px;
	min-width: 1000px;
}

#footer img {
	margin-left: 60px;
}

#footer img.adres {
	margin-left: 80px;
}

#footer img.webdesign {
	margin-left: 500px;
}

input, textarea {
	font-family: tahoma;
	font-size: 12px;
}

input, textarea {
	background-color: #fff;
	border: 1px solid #aaa;
	margin: 1px 0px 1px 0px;
	padding: 1px;
}

input.error, textarea.error {
	background-color: #c61b1b;
	color: #eee;
}

input.required, textarea.required {
	border: 1px solid #444;
}

input.fullwidth, textarea.fullwidth {
	width: 770px;
}

label {
	color: #888;
}

label.required {
	color: #000;
}

label.error {
	color: #c61b1b;
}

a.button {
	border: 1px solid #000;
	background-color: #555;
	color: #ddd !important;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	margin: 1px 0px 1px 0px;
}

a.button:hover {
	border: 1px solid #999;
	background-color: #333333;
	color: #fff !important;
}

div.error {
	font-family: arial;
	margin: 20px;
	color: #c61b1b;
	font-size: 10px;
}

img.overlay {
        behavior: url('/images/pngbehavior.htc');
}
