body {
	margin: 0px;
	padding: 0px;
	background-color : White;
	text-align: center;
}
body, table {
	font-family: arial;
	font-size:0.8em;
}
table {
	font-size:1em;
}
form {
	margin: 0px;
	padding: 0px;
}
.formfields input {
	margin: 5px;
}
.formfields td {
	border-bottom: 1px dotted #D4EDF6;
}
.succes {
	background:#B0E57C  url(/images/succes.gif) no-repeat scroll 20px 13px;
	color:#006600;
	font-size:1.2em;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 60px;
	margin-top: 15px;
	margin-bottom: 15px;
}

table {
	width: 100%;
	margin-bottom: 10px;
}
.error_color {
	color:red;
}
.mask {
	font-size: 9px;
	padding-left: 10px;
}
#style_body {
   background: White;
   text-align: left;
   margin: 0 auto;
   width: 775px;
	position: relative;
}

#main_content {
	height: 450px;
}
*>#main_content {
	height: auto;
	min-height: 450px;
}

a:link{
	color :  #3C3C84;
	font-style : normal;
	text-decoration: underline;
	
}
a:active{
	color : #3C3C84;
	text-decoration: underline;
}
a:visited{
	color : #3C3C84;
	text-decoration: underline;
}
a:hover, .hover {
	color : #FF6600;
	text-decoration: underline;
}	
.head{
	background-color: #888888;
	text-align: left;
	color: White;
}
.head th {
	padding: 5px;
}
.subhead {
	background-color: #E5E5E5;
	text-align: left;
}
.subhead td {
	padding: 3px;
}
.even input,
.oneven input {
	padding: 2px;
	margin: 4px;
	font-size: 10px;
	cursor: pointer;
}
.oneven td {
	background-color: #EAEAF4;
	padding: 3px;
}
.even td {
	padding: 3px;
}
/* Top */
#top {
	height: 88px;
	width: 775px;
	border-bottom: 1px dotted silver;
}
#top .logo {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-left: 10px;
	float: left;
	font-size: 2em;
}
#top ul {
	margin: 0px;
	padding: 0px;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}
#top li {
	display: block;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 4px;
}

/* Menu */
#menu {
	width: 655px;
	position: absolute;
	top: 60px;
	left: 100px;
	text-align: right;
}
#menu ul {
	margin: 0px;
	padding: 5px;
}
#menu ul li {
	display: inline;
	border-right: 1px solid gray;
	padding-right: 5px;
	padding-left: 5px;
}
#main_content h1 {
	background:#D4EDF6 url(/images/user.gif) no-repeat scroll 20px 13px;
	border-color:#ABD5E9;
	border-style:solid;
	border-width:1px 0pt;
	margin:10px 0pt 10px;
	padding:16px 0pt 16px 60px;
	font-size: 2em;
	color:   #008CC4;
}
#main_content h2 {
	border-top: 3px solid #DDDDDD;
	background-image: url(/images/column.gif);
	background-position: 5px 5px;
	padding-left:60px;	
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 1.8em;
	background-repeat: no-repeat;
}
#main_content h3,
.sub_nav {
	padding: 3px;
	margin: 0px;
	padding-left: 25px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	margin-bottom: 2px;
	font-size: 1em;
	background-image: url(/images/arrow_down.gif);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.sub_nav {
	background: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
.sub_nav li {
	display: inline;
}
.arrow_right,
.arrow_down {
	background-image: url(/images/arrow_down.gif);
	background-position: 2px 2px;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 10px;
	font-weight: bold;
	
}
.arrow_right {
	background-image: url(/images/arrow_right.gif);
}

/* Bottom */
#bottom {
	border-top: 1px solid silver;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	clear: both;
}
#bottom ul {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}
#bottom ul li {
	display: inline;
	border-left: 1px solid gray;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 3px;
}
#bottom ul .first {
	border-left: 0px;
}

/* Homepage */
#homepage_list{
	margin-left: 10px;
	height: 130px;
}
#top_columns,
#latest_columns {
	width: 49%;
	float: left;
}

/* Display latest column */
#column_tekst {
	width: 65%;
	float: left;
}
#display_column_menu {
	width: 32%;
	float: right;
}
#embed_code {
	width: 100%;
}
