/* CSS Document */

body {
	background-color: #fafafa;
	background-image: url(gfx/background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Verdana, Helvetica, sans-serif;

	scrollbar-3d-light-color: #4C6EC6;
	scrollbar-arrow-color: #f0f0f0;
	scrollbar-base-color: #004366;
	scrollbar-dark-shadow-color: #062983;
	scrollbar-face-color: #99b3c0;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-shadow-color: #616161;
}

h1 {
	color: #306682;
	font-size: 16px;
}

.container {
	position: relative;
	float: none;
	margin: auto;
	width: 951px;
	height: auto;
	overflow: auto;
	min-height: 600px;
	border-width: 1px;
	border-color: #004366;
	border-style: solid;
	background-color: #eaeaea;
}

*html .container {
    overflow: visible;
    height: 600px;
}


.headerleft {
	position: relative;
	float: left;
	margin: 0;
	z-index: 50;
}

.headermiddle {
	position: relative;
	display: inline;
	float: left;
	margin: 0;
}

.headerright {
	position: relative;
	float: left;
	display: inline;
	margin: 0;
}

.menubar {
	position: absolute;
	top: 170px;
	left: 0px;
	width: 146px;
	background-color: #98aeba;
	height: 70%;
}

.menu {
	position: absolute;
	top: 10px;
	left: 20px;
	font-size: 18px;
	font-color: #ffffff;
}

.contentvlak {
	position: relative;
	float: right;
	margin: 0;
	width: 785px;
	min-height: 280px;
	background-color: #eaeaea;
	z-index: 2;
	padding: 10px;
	padding-top: 40px;
	padding-bottom: 20px;
	overflow: auto;
}

*html .contentvlak {
    height: 280px;
}

.footer {
	position: absolute;
	left: 146px;
	bottom: 0;
	height: 19px;
	width: 700px;
	background-color: #fdfdfd;
	z-index: 3;
	padding-left: 20px;
	padding-bottom: -5px;
	color: #306682;
	font-size: 12px;
	text-align: justify;
}

.footerleft {
	position: absolute;
	bottom: 0px;
	left: 146px;
	z-index: 4;
}

.footerleftleft {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100px;
    width: 146px;
    display: inline;
    background-color: #98aeba;
}

.footerright {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 5;
}

*html .footerright {
	position: absolute;
	bottom: -3px;
	right: -1px;
	z-index: 5;
}

/* --------------------------- */

#hiddenlogin {
	position:absolute;
	left:0;
	top:0;
	width:15px;
	height:15px;
	z-index: 5;
}

.imgItem {
	position: relative;
	width:69px;
	height:52px;
	float: left;
}

.itemContainer {
padding-top: 10px;
clear: both;
}


.textFrame {
	float: right;
	width: 700px;
	height: auto;
	text-align: justify;
	margin-top: -10px;
}

.stempel {
	position: absolute;
	top: 223px;
	left: 765px;
	z-index: 6;
}

* html .stempel {
	position: absolute;
	top: 223px;
		left: 765px;
	z-index: 6;

	z-index: 100;
	visibility: visible;
}

.borderwhite	{
	border: 4px solid #FFFFFF;
}

.form {
	border-style:solid;
	border-width:0px;
	font-size: 8 pt;
	font-family: Arial;
}

.textFrame {
	float: left;
	height: auto;
	text-align: justify;
	width: 690px;
	margin-top: -7px;
/*	border: 1px solid black;*/
}

.form   {
	font-size: 11px;
	background-color: #f0f0f0;
	border: 1px solid #004366;  }
	
	
.menuitems	{

}

a:visited	{
			color: #0078b9;
			text-decoration: none;
			}

a:link	{
			color: #0078b9;
			text-decoration: none;
			}

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


