/* ALGEMEEN */

body, html {
	margin: 0;
	
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	text-align: center;
}
#main_container {
	width: 746px;
	
	text-align: left;
	border: 2px solid #cc2d30;
	background-image: url(/pictures/bg_container.jpg);
	background-repeat: repeat-y;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	overflow: hidden;
}
* html #main_container {
	overflow: visible;
}

/* HEADER */

#header_container {
	width: 100%;
	
	background: url(/pictures/bg_header.jpg) no-repeat;
}



/* CONTENT */

#content_container {
	float: left;
	width: 545px;
}
#content {
	padding: 10px 25px 10px 25px;
}


/* TEKST OPMAAK */

h1, h2, h3 {
	font-weight: bold;
	color: #cc2d30;
	}
h1 {
	font-size: 1.7em;
}
h2 { 
	font-size: 1.3em; 
}
h3 { 
	font-size: 1.1em; 
}
p, table, li {
	font-size: 1.1em;
	line-height: 1.4em;
}
	


