body, html {
    padding: 0;
    margin: 0;
    font-family: Verdana,Arial,sans-serif;
    /*background: #5f851a url(images/background2.jpg) repeat-x;*/
    /*background: #a63954 url(images/background2.jpg) repeat-x;*/
    background: #9d91c5 url(images/background3.jpg) repeat-x;
    color: #303030;
}

a {
	text-decoration: none;
	/*color: #a63954;*/
	color: #ff00ff;
}
a:hover {
	#text-decoration: underline;
	text-decoration: none;
	color: #5c1023;
}

td {
	font-size: 12px;
}


#core {
    	position:absolute;
    	left:50%;
    	margin-left:-480px;
    	min-height: 100%;
    	height: auto !important; /* voor moderne browsers */
    	height: 100%; /* voor IE */
    	width: 963px;

	background: #FFFFFF url(images/background_core3.jpg) repeat-y;
}

#header {
	height: 270px;
	width: 950px;
	left: 5px;
	background: #FFFFFF url(images/background_header3.jpg) repeat-x;
        margin-left: 5px;
}

#headerImage {
	position: absolute;
	top: 65px;
}

#imageRotation {
  position: absolute;
  z-index: 2;
}

#headerLogo {
	position: absolute;
	top: 5px;
	z-index: 3;
}

#headerAddress {
	position: absolute;
	top: 15px;
	right: 15px;
}

#headerAddress table td {
	font-style: italic;
	font-size: 12px;
	color: #FFFFFF;
}

#menu {
	position: absolute;
	left: 5px;
	margin-top: 35px;
	width: 240px;
        text-align: right;
}

#menu a {
	margin-right: 10px;
#	color: #402f73;
	font-size: 18px;
	font-style: italic;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content {
	width: 450px;
	margin-left: 240;
	color: #303030;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 15px;
	background: url(images/dots.jpg) repeat-y;
}

#content h1 {
	#color: #a72b23;
	#color: #5c1023;
	color: #ff00ff;
	margin:0;
	margin-bottom: 10px;
	padding: 0;
	font-size: 24px;
}

#content h2,  #content h3,  #content h4 {
	#color: #a72b23;
	#color: #5c1023;
	color: #ff00ff;
	margin:0;
	padding: 0;
	font-size: 18px;

}

#news {
	position: absolute;
	right: 10px;
	top: 308px;
	width: 230px;
        font-size: 12px;
        color: #303030;
}

#news h2{
	color: #303030;
	margin:0;
	margin-bottom: 10px;
	padding: 0;
	font-size: 20px;
}

#news p {
	margin:0;
}
#news a {
  	padding-top: 5px;
}
#news hr {
	border:0;
}

.newsDate {
	margin-top: 10px;
	color: #0d0d0d;
	font-style: italic;
}

