@charset "utf-8";
/* CSS Document */

HTML,BODY {
	width:100%;
	height:100% !important;
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	background-color:gray;
	 scrollbar-3d-light-color: #ffffff; scrollbar-arrow-color: #ffffff; scrollbar-base-color: #656565; scrollbar-dark-shadow-color: #ffffff; scrollbar-face-color: #656565; scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #ffffff ; scrollbar-dark-shadow-color: 000000;
}

input    { font-family: Arial ; background-color: #E4E8F4; border: solid 1px #1A47A5 }
option   { font-family: Arial ; background-color: #E4E8F4; border: solid 1px #1A47A5 }
select   { font-family: Arial ; background-color: #E4E8F4; border: solid 1px #1A47A5 }
textarea { font-family: Arial ; background-color: #E4E8F4; border: solid 1px #1A47A5 }

A:visited {
	FONT-SIZE: 8pt; COLOR: #1A47A5; TEXT-DECORATION: none
}
A:link {
	FONT-SIZE: 8pt; COLOR: #1A47A5; TEXT-DECORATION: none
}
A:hover {
	FONT-SIZE: 8pt; COLOR: #1A47A5; TEXT-DECORATION: underline overline
}
A:active {
	FONT-SIZE: 8pt; COLOR: #1A47A5; TEXT-DECORATION: underline overline
}
.text {
	FONT-SIZE: 11px; COLOR: #333333; FONT-FAMILY: Tahoma ; TEXT-ALIGN: justify; line-height: 12pt
}
.kreet {
	FONT-SIZE: 13px; COLOR: #000000; FONT-FAMILY: Tahoma ; TEXT-ALIGN: justify; line-height: 12pt
}
.titel {
	FONT-SIZE: 20px; COLOR: #636363; FONT-FAMILY: Tahoma ; TEXT-ALIGN: justify
}

#layer 
	{ 
	position:absolute; 
	top:186px;
	bottom:45px;
	width: 175px;
	overflow:hidden;
	visibility: visible;
	border:0px solid red;
	
	}

#fotoshow{
	position:absolute;
	width:170px;
	border:0px solid red;
	right:3px;
	z-index:10;
	top:0px;
	bottom:0px;
	overflow:hidden;
}

#bekijkhier{
	position:absolute;
	width:170px;
	border:0px solid red;
	right:3px;
	z-index:20;
	height:90px;
	bottom:0px;
	overflow:hidden;
}



#menu{
	padding-top:150px;
	position:absolute;
	top:0px;
	bottom:0px;
	width:190px;
	text-decoration:none;
	border:opx solid yellow;
	background-image:url('/images/toolbar-background.gif');
	background-repeat:repeat;
	background-position:left 0px;
	overflow-y:auto;
	overflow-x:hidden;
}

#menu A {
	text-decoration:none;
	text-transform:uppercase;
	font-family:Tahoma, Geneva, sans-serif;
	color:#333;
}



#menu_img{
	background-image:url('/images/toolbar-top.gif');
	background-repeat:repeat;
	background-position:left 0px;
	height:119px;
	width:190px;
	position:absolute;
	border:0px solid pink;
	left:0px;
	top:0px;
}

#menu_btn{
	
	width:168px;
	height:20px;
	margin-left:4px;
	padding-left:5px;
	padding-top:3px;
	text-decoration:none;
	margin-top:2px;
	font-weight:bold;
	color:#333;
}

#menu_btn:hover{
	color:#333;
	font-weight:bold;
	background-color:#cecece;
	
}

#top {
	position:fixed;
	background-image:url('../images/top.gif');
	height:116px;
	background-repeat:no-repeat;
	
	top:0px;
	
}
#submenu{
	width:1000px;
	top:116px;
	background-image:url('../images/background-subnav.gif');
	height:70px;
	background-repeat:no-repeat;
	position:fixed;
}

#mainpage{
	position:absolute;
	width:1000px;
	top:186px;
	bottom:45px;
	display:block;
	border:0px solid red;
	
}

#main{
	position:absolute;
	top:0px;
	left:190px;
	right:174px;
	padding:10px;
	bottom:0px;
	background-color:#fff;
	border:0px solid orange;
	overflow-y:auto;
	overflow-x:hidden;
}

#bottom{
	width:1000px;
	
	height:45px;
	background-image:url('../images/bottom.gif');
	background-repeat:no-repeat;
	bottom:0px;

	position:absolute;
}

#mainframe{
	position:fixed;
	width:1000px;
	height:100%;
	
	border:0px solid yellow;
}