body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
    background-color: #fbe5cd;
    background-image:url(images/bg2.gif);
    background-repeat: repeat-y;	
	margin:0px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	margin:0px;
}

#llogo {
	position:absolute;
	width:150px;
	height:280px;
	z-index:1;
	left: 0px;
	top: 0px;
}
#lbg {
	position:absolute;
    background-image:url(images/lbg.gif);
	width:150px;
	z-index:1;
	left: 0px;
	top: 280px;
}
#kop {
	position:absolute;
	width:650px;
    height:97px;
	z-index:2;
	left: 150px;
	top: 0px;
}

#menu {
	position:absolute;
	width:640px;
	height:15px;
	z-index:1;
	left: 150px;
	top: 98px;
	font-size: 11px;	
	font-weight:bold;
    font-variant : small-caps;
	text-align:right;
}

#main {
	position:absolute;
	width:620px;
	z-index:1;
	left: 155px;
	top: 120px;
}
.titel {
    font-size:16px;
    font-weight:bold;
	color:#960b0e;
}
.sub {
    padding-left: 15px;
    background: url(images/t_sub2.gif) no-repeat 0 0px;
    font-size:11px;
    font-weight:bold;
	color:#960b0e;
}
a {
    color:#000000;
    text-decoration:none;	
}
a:hover {
    color:#f7941d;
    text-decoration:none;	
}
p {
    margin-bottom:30px;
}
