html {
	height: 100%;
}

body {

	height: 100%;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: black;
	color: #3c3c3c;
	background: url('/visuals/basis/home_back.jpg') repeat-x top left;
}

h1 {
    font-family: Verdana, sans-serif;
    font-size: 14px;
	margin: 0px 0px 15px 0px;
	color: #565656;
	font-weight: bold;
}

h2 {
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}

h3 {
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}

p {
	margin: 0px 0px 15px 0px;
	line-height: 16px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #3c3c3c;
	line-height: 13px;
}

table {
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0px 0px 15px 0px;
}

td {
	padding: 2px 2px 2px 2px;
}

a:link,
a:visited,
a:active{
	color: #3c3c3c;
	text-decoration: none;
}

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

ol {
	margin: 0px 0px 15px 35px;
	margin-top: 15px;
}

ul {
	margin: 0px 0px 15px 35px;
	list-style: disc;
}

li {
	margin: 0px 0px 2px 0px;
}

input {
	width: 200px;
	border: 1px solid black;
	background: white;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

select {
	width: 204px;
	border: 1px solid black;
	background: white;
}

textarea {
	width: 200px;
	height: 80px;
}

form {
	padding: 0px;
	margin: 0px;
}

.checkbox {
	border: 0px;
	width: 20px;
	background: none;
}

.radiobutton {
	border: 0px;
	width: 20px;
	background: none;
}

.form_button {
	background: white;
	border: 1px solid black;
	width: 204px;
}

#center_hor {
	position: relative;
	height: 100%;
	width: 797px;
	margin: 0px auto 0px auto;
	padding:0px;
}

/* horizontaal css menu */

#menu {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 24px;
	width: 100%;
	z-index: 15;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	border-bottom: 1px solid #bbbbbb;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 125px;
	float: left;
}

#menu a, #menu h2 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	border-left: 1px solid #bbbbbb;
	display: block;
	margin: 0;
	padding: 4px 2px 4px 2px;
	background: white;
	text-decoration: none;
	color: #000000;
}

#menu a:hover {
	color: #FFFFFF;
	background: #999999;
}

#menu li {
	position: relative;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
	border: 0px solid black;
}

#menu ul ul ul {
	top: 0;
	left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul {
	display: none;
}

div#menu ul ul,
div#menu ul ul ul,
div#menu ul li:hover ul ul,
div#menu ul li:hover ul ul ul{
	display:none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
	display: block;
}



/* Verticaal menu*/

#menu_ver {
	position:absolute;
	top:7px;
	left:7px;
	z-index:900;
	width:110px;
	padding-bottom:12em; /* To allow room for bottom dropdown */
}

#menu_ver a, #menu_ver h2 {
	display:block;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	border-left: 1px solid #bbbbbb;
	display: block;
	margin: 0;
	padding: 4px 2px 4px 2px;
	background: white;
	text-decoration: none;
	color: #000000;

}

#menu_ver a:hover, #menu_ver a:active{
	color: #FFFFFF;
	background: #999999;
}

#menu_ver ul{
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
}

div#menu_ver li, div#menu li:hover{
	position:relative;
}

div#menu_ver li ul{
	position:absolute;
	top:0px;
	left:100%;
	display:none;
}

div#menu_ver ul ul,
div#menu_ver ul ul ul,
div#menu_ver ul li:hover ul ul,
div#menu_ver ul li:hover ul ul ul{
	display:none;
}

div#menu_ver ul li:hover ul,
div#menu_ver ul ul li:hover ul,
div#menu_ver ul ul ul li:hover ul {
	display:block;
}




/* normaal menu */

#main_menu {
	position: relative;
	height: 20px;
	padding-left: 15px;
}

#main_menu ul {
	list-style-type: none;
	margin: 0px;
}

#main_menu ul li {
	float: left;
	width: 127px;
    padding: 5px;
	font-size: 11px;
	padding-left: 12px;
	background: url('/visuals/basis/menu_but.jpg') repeat-y top left;
	text-align: left;	

}

#main_menu ul li a:link,
#main_menu ul li a:visited,
#main_menu ul li a:active {
    display: block;
	padding: 2px 0px 0px 0px;
	height: 100%;
	text-decoration: none;
 }

#main_menu ul li a:hover {
	color: #ff9900;
}

#main_menu ul .active a:link,
#main_menu ul .active a:visited,
#main_menu ul .active a:hover,
#main_menu ul .active a:active {
	color: #ff9900;
}

#top {
	position: relative;
	height: 115px;
	width: 797px;
	background:  url('/visuals/basis/content_back.png') top left repeat-y;
}

#content {
	position: relative;
	width: 797px;
	height: 400px;
	background:  url('/visuals/basis/content_back.png') top left repeat-y;
}

#bottom {
	position: relative;
	width: 793px;
	margin-left:3px;
	height: 48px;
	background:  url('/visuals/basis/bottom_back.png') top left repeat-y;
}

#content_left {
	position: relative;
	width: 154px;
	height: 400px;
	float:left;
}

#content_mid {
	position: relative;
	width: 415px;
	height: 385px;
	float:left;
	background: #f5f5f5;
	padding-top: 15px;
	padding-left: 8px;
	padding-right: 35px;
	overflow-y: auto;

}

#content_right {
	position: relative;
	width: 162px;
	height: 400px;
	float:left;
    padding-left:6px;
	background: #f5f5f5;
}

#swfBase {
	margin:0px;
	padding:0px;
	width:100%;
}

.login_form {
	width: 120px;
	font-size: 11px;
	font-weight: normal;
}

.login_form p {
	margin: 0px;
}

.login_form input {
	width: 116px;
	height: 16px;
}

.login_form .form_button {
	width: 120px;
	height: 20px;
	font-size: 11px;
}

.login_form .checkbox {
	width: 40px;
	border: 0px;
}

.login_form .username {
	text-align: center;
}

.navigation {
	position: relative;
	margin: 0px auto 0px auto;
	text-align: center;
	color: #666666;
}

.frame {
	padding: 0px;
	margin: 0px auto 0px auto;
}

.frame img {
	display: inline;
	float: left;
	border: 1px solid black;
	margin: 0px;
	padding: 0px;
}

.right_shadow {
	display: inline;
	float: left;
	width: 7px;
	font-size: 0px;
	line-height: 0px;
}

.shadow_top_right {
	width: 7px;
	height: 7px;
	font-size: 0px;
	line-height: 0px;
	background:  url('/visuals/basis/shadow_right_top.png') top left no-repeat;
}

.shadow_right {
	width: 7px;
	font-size: 0px;
	line-height: 0px;
	background:  url('/visuals/basis/shadow_right.png') top left repeat-y;
}

.bottom_shadow {
	clear: both;
	height: 7px;
	font-size: 0px;
}

.shadow_bottom_left {
	display: inline;
	float: left;
	width: 7px;
	height: 7px;
	font-size: 0px;
	background:  url('/visuals/basis/shadow_left_bottom.png') top left no-repeat;
}

.shadow_bottom {
	display: inline;
	float: left;
	height: 7px;
	font-size: 0px;
	background:  url('/visuals/basis/shadow_bottom.png') top left repeat-x;
}

.shadow_bottom_right {
	display: inline;
	float: left;
	width: 7px;
	height: 7px;
	font-size: 0px;
	background:  url('/visuals/basis/shadow_right_bottom.png') top left no-repeat;
}

.logo {
	height: 107px;
	width: 295px;
	margin-left: 15px;
	background: url('/visuals/basis/logo.jpg') no-repeat top left;
}

.logo a:link,
.logo a:visited,
.logo a:hover,
.logo a:active{
    display: block;
	height: 100%;
}

.banner {
    position:absolute;
	right: 17px;
	bottom: 0px;
	height: 106px;
	width: 491px;
	margin-left: 15px;
	background: url('/visuals/basis/banner_top.jpg') no-repeat top left;
}

.contact {
	height: 114px;
	width: 162px;
	color: #3c3c3c;
	border-top: 3px solid #ff9900;
	border-bottom: 3px solid #ff9900;
	margin-top: 3px;
	padding-top: 7px;
}

#outside {
	position:relative;
	width: 100%;
	height:45px;
}

#bottom_menu {
	position: relative;
	height: 23px;
	margin-right: -72px;
}

#bottom_menu ul {
	list-style-type: none;
	margin: 0px;		
}

#bottom_menu ul li {
	height: 23px;
	float: right;
	font-size: 11px;
	padding-top:3px;
	width: 140px;
}

#bottom_menu ul li a:link,
#bottom_menu ul li a:visited,
#bottom_menu ul li a:active {
	display: block;
	padding: 2px 0px 0px 0px;
	height: 23px;
	text-decoration: none;
	color: #5e5e5e;
}

#bottom_menu ul li a:hover {
	color: #ff9900;
}

#bottom_menu ul .active a:link,
#bottom_menu ul .active a:visited,
#bottom_menu ul .active a:hover,
#bottom_menu ul .active a:active {
	color: #ff9900;
}


