body{
	font-family: Arial, Arial, Helvetica, sans-serif;
	color: #515151;
	font-size: 12px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-color: #d4d4d4;
	line-height: 18px;
	margin: 0;
}

hr{
	border: 0;
	color: #d4d4d4;
	background-color: #d4d4d4;
	height: 1px;
	width: 500px;
	text-align: left;
}

a img{
	border: none;
}

a:link, a:visited, a:hover{
	color: #d4d4d4;
	text-decoration: none;
}

#header, #main img, #menu a, #footer, img{
	behavior: url('/css/iepngfix.htc');
}

#container{
	position: relative;
	top: 0;
	left: 0;
	float: none;
	width: 990px;
	margin: 30px auto;
	z-index: 2;
}

#fotobg{
	position: absolute;
	top: 0;
	left: 643px;
	width: 347px;
	height: 700px;
	z-index: 1;
 	background-image: url(/images/milj_bg.png);
	background-repeat: no-repeat;
	behavior: url('/css/iepngfix.htc');
}

#container_links{
	position: relative;
	width: 747px;
	float: left;
	z-index: 2;
}

#header{
	width: 747px;
	height: 138px;
	background-image: url(/images/contentblok_top.png);
	background-repeat: no-repeat;
}

#main{
	width: 667px;
	padding: 0 40px;
	background-image: url(/images/contentblok_midden.png);
	behavior: url('/css/iepngfix.htc');
	background-repeat: no-repeat;
	overflow: hidden;

}

#menu{
	float: left;
	width: 76px;
	background-repeat: no-repeat;
	margin-left: 10px;
	display: inline;
}

#content{
	float: left;
	width: 520px;
	height: 424px;
	margin-left: 30px;
	padding: 20px 25px 0px 0px;
	overflow: auto;
}

#weblog{
	float: left;
	width: 76px;
	height: 76px;
	background-image: url(/images/menu_weblog.png);
}
#weblog:hover{
	background-image: url(/images/menu_weblog_hover.png);
}
#biografie{
	float: left;
	width: 76px;
	height: 88px;
	background-image: url(/images/menu_biografie.png);
}
#biografie:hover{
	background-image: url(/images/menu_biografie_hover.png);
}
#media{
	float: left;
	width: 76px;
	height: 85px;
	background-image: url(/images/menu_media.png);
}
#media:hover{
	background-image: url(/images/menu_media_hover.png);
}
#fotos{
	float: left;
	width: 76px;
	height: 94px;
	background-image: url(/images/menu_fotos.png);
}
#fotos:hover{
	background-image: url(/images/menu_fotos_hover.png);
}
#links{
	float: left;
	width: 76px;
	height: 90px;
	background-image: url(/images/menu_links.png);
}
#links:hover{
	background-image: url(/images/menu_links_hover.png);
}

#footer{
	width: 468px;
	height: 78px;
	background-image: url(/images/contentblok_bottom.png);
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 327px;
	padding-top: 20px;
}

.top_tekst_div{
	margin-top: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;

}

.tekst_div{
	margin-top: 10px;

}

.tabel_cel_1, .top_tekst_div{
	margin-top: 30px;
	border-bottom: 1px solid #000;

}

.tabel_cel_2, .tekst_div{
	border-bottom: 0px solid #d4d4d4;
	margin-bottom: 0px;
}

.tekst_div, .top_tekst_div{
	overflow: auto;
	padding-top: 3px;
	padding-bottom: 0px;
}

