*{
	margin: 0px;
	text-align: justify;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	vertical-align:text-top;
}


html {
	width: 100%;
}

body {
	margin: 0px;
	text-align: center;
	font-size: 12px;
	background:#7E1319;
	overflow-y:scroll;
}

/************* SITE STRUCTUUR *************/
#container {
	margin: 0 auto;
	position:relative;
	width: 957px;
	height: auto;
	text-align: left;
	clear: both;
	display: table;
	border: none;
	z-index: 1;
	background:#FFF;
}

#intro {
	margin: 0 auto;
	position:absolute;
	z-index: 10;
	width: 957px;
	height: 100%;
	vertical-align: top;
}

#header {
	width: 957px;
	height: 180px;
}
#marquee {
	/*color:#7E1319;
	background:#FFF;*/
	/*position:relative;
	top: 14px;*/
}
#content{
	float: left;
	width: 957px;
	display: table;
	background-color: #FFFFFF;
	min-height: 350px;
}

#contentleft {
	width: 150px;
	padding: 5px;
	padding-top: 0px;
	background: #7E1319;
}

#contentleft ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#contentright {
	padding: 0px 20px;
}




/************* CONTENT OPMAAK(link, form etc.) *************/

a:focus {
	outline: none;
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
}

div#divgroot, div#divgroot a:link, div#divgroot a:visited {
	color: #FFFFFF;
}

a:hover, a:active, div#divgroot a:hover, div#divgroot a:active {
	color: #7E1319;
	text-decoration: underline;
}

#contentleft a:link, #contentleft a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#contentleft a:active, #contentleft a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


a:hover, a:active, div#divgroot a:hover, div#divgroot a:active {
	color: #7E1319;
	text-decoration: underline;
}

p {
	/*position:relative;
	top: 22px;
	line-height:18px;*/
	margin-top: 5px;
}

table {
	margin: 0px;
}
td {
	vertical-align:text-top;
}

h1, h2, table th {
	color:#C3C3C3;
	/*background:#7E1319;*/
	background: no-repeat left url('h1.png');
	padding-top: 2px;
	padding-left: 10px;
	font-size: 19px;
	height: 30px;
}

h2 {
	color: #FFFFFF;
}

h3 {
	color: #7E1319;
	font-size: 18px;
}

textarea {
	font: Verdana, Geneva, sans-serif;
}

img {
	border: none;
}

/*IMGPreview */
#imgPreviewWithStyles {
    background: #222;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 15px;
    z-index: 999;
    border: none;
}

/* Text below image */
#imgPreviewWithStyles span {
    color: white;
    text-align: center;
    display: block;
    padding: 10px 0 3px 0;
}
