html { 
	overflow-y: scroll; 
}

body {
	background-color: #1E439A;
	background-image: url('/assets/container-bg.png');
	background-position: 50% 50%;
	background-repeat: repeat-y;
	min-height: 100%;
}

body, table, td, th, input, textarea, select {
	font-family: arial,helvetica,"liberation sans","dejavu sans condensed",sans-serif;
	font-size: 12px;
	line-height:18px;
}

#container {
	width: 800px; 
	background: #FFF;
	margin: 0px auto 0px auto;
}

#header {
	background-image: url('/assets/header.jpg');
	background-repeat: no-repeat;
	height: 164px;
}

#header a {
	display: block;
	height: 138px;
	width: 152px;
	padding-top: 12px;
}

#header a span {
	display: none;
}

#menu {
	width: 180px;
	float: left;
	padding: 0px 10px 5px 10px;
}

#menu ul {
	text-decoration: none;
	background: #E7F4FB;
	padding: 3px 0px;
	border: 1px solid #318DF2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 9px;
}

#menu ul li a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	padding: 2px 10px;
	
}

#menu ul li a:hover, #menu ul li a:active {
	color: #FFF;
	background: #FF8D34;
}

#content {
	width: 570px;
	float: right;
	padding: 0px 10px 10px 10px;
}

#footer {
	margin-top: 18px;
	text-align: center;
}

#footer p {
	margin-bottom: 0px;
}

#footer img {
	margin: 0px 10px;
}

h1, h2 {
	font-family: "trebuchet ms",helvetica,"liberation sans","dejavu sans condensed",sans-serif;
}

h1 {
	font-size: 28px; 
	line-height: 30px;
	margin-bottom: 6px;
}

h2 {
	font-size: 16px; 
	line-height: 18px;
	margin-top: 12px;
	margin-bottom: 6px;
	font-weight: bold;
}

#subnav li {
	display: inline;
	margin-left: 5px;
}

#subnav li:first-child {
	margin-left: 0px !important;
}

#subnav li:first-child:before {
	content: "";
}

#subnav li:before {
	content: "\007C \0020";
}

#subnav li a {
	margin-left: 5px;
}

p {
	margin-bottom: 18px;
}

p img {
	max-width: 550px;
}

em {
	font-style: italic; 
}

hr {
	border: none 0; 
	border-top: 1px dotted #d8d8d8;
	height: 0px;
	margin-top: 10px;
	margin-bottom: 7px;
}

#content ol {
	list-style: decimal;
	margin-left: 2em;
}

#content ul {
	list-style: circle;
	margin-left: 2em;
}

a:link {
	color: #1E439A;
	text-decoration: underline;
}

a:visited {
	color: #142E69;
	text-decoration: underline;
}

a:hover, a:active {
	color: #FF8D34;
	text-decoration: underline;
}

td.label {
	width: 180px;
}

td.labeltje {
	width: 100px;
}

td.input {
	width: 210px;
}

.error {
	color: #D82121;
}

.subtext {
	color: #6E6E6E;
	font-size: 11px;
	line-height: 18px;
}

