@charset "utf-8";
html, body {margin:0; padding:0; width:100%; height:100%; overflow:hidden;}
a {
	text-decoration:none;
	font-weight:bold;
	color:#394D62;
}
a:hover {
	color:#748FAD;
}
#agenda .td {
	border-top-color: #738EAD;
	border-right-color: #738EAD;
	border-bottom-color: #738EAD;
	border-left-color: #738EAD;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #224586;
}
ul {
	margin:20px 0 30px 130px;
}
#background{
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	left: 15px;
	top: 77px;
}
p {
padding:0
}
#scroller {
	height:100%;
	left:-150px;
	overflow:auto;
	position:absolute;
	top:34px;
	width:100%;
	z-index:2;
}
.content {
	z-index:10; 
	width:600px; margin: 20px 0 0 150px;
}
.tekst {
padding:5px 20px;
background-color:#FFFFFF;
}

li {
	display:inline;
	list-style-image: none;
	padding: 0px;
	margin:0 10px 0 0;
}
h1 {
	font-size: 32px;
	font-weight: bold;
	color: #748FAD;
	padding:0px 20px;
}
h2 {
	font-size: 22px;
	font-weight: normal;
	color: #748FAD;
	padding:0px 20px;
}
.portret {
padding:0 20px 0 0;
}
