/*  BASICS  */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
}


a:link {
	color: #E90E8B;
	text-decoration: none;
}
a:visited {
	color: #E90E8B;
	text-decoration: none;
}
a:hover {
	color: #E90E8B;
	text-decoration: underline;
}
a:active {
	color: #E90E8B;
	text-decoration: none;
}


/*   STYLES   */

.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #333333;
	padding-top:15px;
}

.kop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
	color: #333333;
	background-image: url(navpics/line2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 10px;
	padding-bottom: 10px;
}

.agenda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 11px;
	font-weight: 800;
	color: #000000;
	text-transform: uppercase;
	background-image: url(navpics/line3.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color:#4BC7F4;
}

.rest {
	padding-bottom: 10px;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
}

.blackl {
color:#000000
}

.blackl:link {
	text-decoration: none;
color:#000000
}
.blackl:visited {
	text-decoration: none;
color:#000000
}
.blackl:hover {
	text-decoration: underline;
color:#000000
}
.blackl:active {
	text-decoration: none;
color:#000000
}

.top {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

.white {
color:#FFFFFF;
}

a.piclink img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}

a.piclink:hover img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.50; 
	opacity: 0.50;
}


/*   DIVS (lay-out)   */

#left {
	position:relative;
	left:0px;
	top:0px;
	width:230px;
}

#right {
	position:relative;
	left:0px;
	top:0px;
	width:132px;
}

#pic {
	left:0px;
	top:0px;
	padding-bottom:10px;
	}

#contlayer {
	position:absolute;
	width:403px;
	height:425px;
	left:273px;
	top:46px;
	background-color:#FFFFFF;
}
#contscoll{
	position:absolute;
	width:403px;
	height:410px;
	left:273px;
	top:46px;
	background-color:#FFFFFF;
	overflow:scroll;
	overflow-x:hidden;
}
#topspace{
	padding-top: 10px;
}

#flashleft {
	position:absolute;
	width:273px;
	height:550px;
	left:0px;
	top:0px;
	z-index:0;
}
#picright {
	position:absolute;
	width:142px;
	height:550px;
	left:681px;
	top:0px;
	z-index:0;
}
#flashright {
	position:absolute;
	width:125px;
	height:550px;
	left:823px;
	top:0px;
	z-index:0;
}
#picbottom {
	position:absolute;
	width:408px;
	height:77px;
	left:273px;
	top:473px;
	z-index:0;
}
#topmenu {
	position:absolute;
	width:408px;
	height:46px;
	left:273px;
	top:0px;
	z-index:0;
}
#agenda {
	position:absolute;
	width:124px;
	left:695px;
	top:40px;
	z-index:20;
	visibility: visible;
}

