body{
	background-color:#A19E9D;
	padding:0px;
	margin:0px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
list-style-type:
	
}

html{
scrollbar-base-color: #9D9577;
scrollbar-arrow-color: white;
scrollbar-track-color: #424752;

scrollbar-shadow-color: #9D9577;
scrollbar-lightshadow-color: #9D9577;
scrollbar-darkshadow-color: #9D9577;

scrollbar-highlight-color: ##9D9577;
scrollbar-3dlight-color: #9D9577;
}

.header{
	width:840px;
	margin:0 auto;
	margin-top:40px;
}

.container{
	width:840px;
	margin:0 auto;
	margin-top:5px;
}

.menu{
	width:840px;
}

.menu2{
	text-align:left;
	width:840px;
	height:22px;
	background-color:#525564;
	color:#fff;
	padding-top:8px;


}

.submenu{
	text-align:right;
	width:890px;
	height:22px;
	background-color:#6f7385;
	color:#525564;
	padding-top:8px;
	border-top:1px solid #fff;
	padding-right:10px;

}

.submenuitem{
	margin-right:0px;
	color:#fff;
}

.submenuitem a:link,
.submenuitem a:visited{
	color:#fff !important;
	text-decoration:none;
}



.content{
	width:830px;
	background-color:#fff;
	margin:0 auto;
	text-align:center;
	background-color:#A19E9D;
	border:5px solid #fff;
	overflow: hidden;
}

.content .tekst{
	float:left;
	width:295px;
	text-align:left;
	background-color:#A19E9D;
	padding-left:10px;
	color:#fff;
	padding-right:5px;
	height:auto;
	font-size:11px;
	font-weight:bold;


}

.tekst h1{
	font-family:Tahoma;
	font-weight:bold;
	font-size:21px;
	text-transform:uppercase;
	margin-top:5px;
}

.tekst ul{
	list-style-type:square;

}

.tekst ul li{
	margin-bottom:10px;

}

.tekst ul li ul{
	margin-top:5px;
		list-style-type:circle;
}

.tekst ul li ul li{
	margin-bottom:0px !important;
}

.contact ul li{
	margin-bottom:10px;

}

.contact ul li ul{
	margin-top:5px;
	list-style-type:square;
}


.content .foto{
	float:left;
	width:520px;

}

.clear{
	clear:both;
}

.contact{
	background-color:#424752;
	width:780px;
	color:#fff;
	border-top:5px solid #fff;
	text-align:left;
	padding-left:50px;
	padding-bottom:30px;
	font-size:11px;
	font-weight:bold;

}

.contact ul{
	list-style-type:square;

}

.contact ul li ul{
		list-style-type:circle;
}

.contact ul li ul li ul{
		list-style-type:disc;
}


.contact h1{
	font-family:Tahoma;
	font-weight:bold;
	font-size:21px;
	text-transform:uppercase;
	margin-top:20px;
}

.contact h1 a:link,
.contact h1 a:visited{
	font-family:Tahoma;
	font-weight:bold;
	font-size:21px;
	text-transform:uppercase;
	text-decoration:none;
	margin-top:20px;
	color:#fff;
}

input{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

h2{
	font-size:14px;
	font-weight:bold;
	
}

#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:2em;
	margin-top: 1em;
	position: absolute;		
	top: 1em;
	left: 1em;

	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	background-color: royalblue;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: cornflowerblue;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9em;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

.scroll{
	float:right;
	text-align:center;
	margin-top:20px;
}


