#wrapper #main #content #left {
	position 		: absolute;
	top				: 0px;
	left			: 0px;
	height			: 390px;
	width			: 390px;
	overflow		: none;
	margin			: 0px;
	padding			: 0px;
	background-color: #ffffff;
}

#wrapper #main #content #left  #foto {
	position 		: absolute;
	top				: 10px;
	left			: 10px;
	height			: 370px;
	width			: 370px;
	overflow		: none;
	margin			: 0px;
	padding			: 0px;
}

#wrapper #main #content #right {
	position 			: absolute;
	top					: 0px;
	left				: 390px;
	height				: 390px;
	width				: 400px;
	overflow			: none;
	margin				: 0px;
	padding				: 0px;
	background-color	: #505050;
	
}

#wrapper #main #content #right #tekst {
	position 			: absolute;
	top					: 0px;
	left				: 0px;
	font-family			: Verdana, Sans-Serif, Arial;
	height				: 390px;
	width				: 390px;
	overflow			: auto;
	text-align			: left;
	color				: #FFFFFF;
	font-size			: 10pt;
}


#wrapper #main #content #right #tekst #menublok {
	position				: absolute;
	top						: 10px;
	left					: -30px;
	padding 				: 0px;
	width					: 395px;
}


#wrapper #main #content #right #tekst #menublok ul {
	position				: absolute;
 	list-style-type			: none;
	top						: 10px;
	left					: 10px;
}

#wrapper #main #content #right #tekst #menublok ul li{
	list-style-type			: none;
}

#wrapper #main #content #right #tekst #menublok a {
	text-decoration			: none;
    font-weight				: bold;
    color					: #FFFFFF;
}

#wrapper #main #content #right #tekst #menublok a:hover {
	text-decoration			: underline;
}


#wrapper #main #content #right #tekst #tekstblok {
	position				: absolute;
	top						: 10px;
	left					: 20px;
	padding 				: 0px;
	width					: 370px;
	height					: 370px;
	overflow				: hidden;
	margin-top				: 5px;
	
}

#wrapper #main #content #right #tekst #tekstblok a{
   color				: #FFFFFF;
   text-decoration		: none;
   font-weight			: bold;
}

#wrapper #main #content #right #tekst #tekstblok a:hover{
   color				: #FFFFFF;
   text-decoration		: underline;
}

/*
#wrapper #main #content #right #tekst #menuname {
	font-size				: 12pt;
	font-weight				: bold;
	text-decoration			: none;
}
*/

