body 
	{
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: verdana, tahoma, ms serif;
	font-size: 11px;
	background-color: #D8D8D8;
	}

*
	{
/*	border: none; */
	margin: 0;
	padding: 0;
	}
	
#main
	{
	margin-top: 10px;
	padding-bottom: 10px;
	background-image: url(img/bg.gif);
	border-top: 1px solid #919191;
	border-bottom: 1px solid #919191;
	}

#geheel
	{
	margin: 0 auto;
	margin-top: 12px;
	width: 775px;
	border: 1px solid #000;
	text-align: left;
	}
	
#content
	{
	width: 775px;
	background-image: url(img/mainbg.gif);
	background-repeat: repeat-y;
	}

#menu
	{
	list-style-type: none;
	margin: 5px 0 0 10px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 11pt;
	width: 110px;
	}
	
#menu li a
	{
	text-decoration: none;
	color: #333333;
	}
	
#menu li a:hover
	{
	color: #999999;
	}	

#text
	{
	height: 370px;
	margin-left: 20px;
	padding: 5px 5px 5px 15px;
	overflow: auto;
	}

#text ul
	{
	list-style-type: square;
	margin-left: 25px;
	}

#tekst li {
	margin-left: 25px;
	}

#header
	{
	display: block;
	}

#footer
	{
	background-image: url(img/bottom.gif);
	clear: both;
	height: 50px;
	}
	
#lang
	{
	border: none;
	list-style-type: none;
	display: block;
	float: right;
	padding-top: 30px;
	padding-right: 7px;
	}
	
#lang li
	{
	display: inline;
	}
	
#sitelink
	{
	padding-left: 5px;
	position: absolute;
	top: 495px;
	width: 150px;
	font-size: 9px;
	}

#sitelink a
	{
	text-decoration: none;
	color: #000000;
	}

#sitelink a:hover
	{
	text-decoration: underline;
	color: #333333;
	}

img 
	{
	border: none;
	}