@charset "UTF-8";
/* CSS Document */

body{
	font-family: Helvetica, Arial, sans-serif;
	vertical-align: middle;
	background: url(images/bodyBack.gif) repeat-x top left #b4b5b5;
	margin: 0px;
}

body#slideshow{background: #fff;}

#container{
	position: relative;
	width: 920px;
	margin: 0px auto 0px auto;
	background: #fff;
	border: solid 0px #ccc;
	
}

body#slideshow #container{
	position: relative;
	width: 750px;
	margin: 0px auto 0px auto;
	background: #fff;
	border: none;
	
}


body#slideshow #images{margin: 0 auto;width: 750px; height: 500px; text-align:center; overflow: hidden;}


p.jshowoff-controls{text-align: center;}

p.jshowoff-slidelinks a:link, p.jshowoff-controls a:link{margin: 0 4px; display: inline-block; border: none; text-decoration: none;}
p.jshowoff-slidelinks a.jshowoff-active:link{color: #000;}
.jshowoff-slidelinks{text-align:center;}

.hidden{display: none;}

#header{
	position: relative;
	top: 0px;
	left: 20px;
	width: 880px;
	height: 250px;	
}

#menu{
	position: relative;
	top: 0px;
	left:20px;
	width: 880px;
	height: 35px;
	background: url(images/navBack.gif) repeat-x top left #ff4c53;	
}


#contentContainer{
	position: relative;
	top: 0px;
	left: 20px;
	width: 880px;

}

#mainColumn{
	position: relative;
	top: 0px;
	left:3px;
	float: right;
	width: 550px;
	min-height: 500px;
	background: url(images/contentBack.gif) no-repeat top left ;		
}

#mainColumnPadding{
	margin: 65px 40px 25px 40px;
	width: 460px;
	
}

#sideColumn{
	position: relative;
	top: 70px;
	left: 20px;
	width: 280px;
	float: left;
}
#sideColumn p, #sideColumn h1{	
	color: #666;
}


#footer{
	position: relative;
	clear: both;
	width: 920px;
	height: 100px;	
	background: url(images/footer.jpg) no-repeat top left ;	
	left: 0px;
	top: 0px;
}

#footerContent{
	position: absolute;
	right: 330px;
	top: 43px;
	width: 400px;
	height: 20px;
	text-align: right;
	color: #333;
	font-size: 9px;
}

#msc{
	position: absolute;
	right: 20px;
	top: 0px;
	width: 100px;
	height: 100px;
}

#dw{ position: absolute; right: 20px; top: 0px; width: 175px; height: 100px; 
}


/* text styles */


H1{
	font-size: 24px;
	margin-top: 40px;
	line-height: 1.1em;
}

H2{
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 5px;
	color: #E51712;
	border-top: dotted 1px #999;
	padding-top:5px;
}
H2 span.newsdate{
	color: #333333;
	font-size: 12px;
	line-height:18px;
}


P.intro{
	font-size: 14px;
	line-height: 21px;
	text-align: justify;
}

P, li{
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
}

P A:link, P A:visited, P A:active{
	color: #E51712;
	text-decoration: none;
	border-bottom: dotted 1px #E51712;
}
P A:hover{
	color: #E51712;
	text-decoration: none;
	border-bottom: solid 1px #E51712;
}

li A:link, li A:visited, li A:active{
	color: #E51712;
	text-decoration: none;
	border-bottom: dotted 1px #E51712;
}
li A:hover{
	color: #E51712;
	text-decoration: none;
	border-bottom: solid 1px #E51712;
}

.red {color: #E51712}

ul.accent li{
	font-size: 16px;
	line-height: 24px;
}

.bijschrift{
	text-align: center;
	font-size: 10px;
	color:#999;
	margin-top: 5px;
}

