BODY
{
	SCROLLBAR-FACE-COLOR: #5c2445;
	SCROLLBAR-SHADOW-COLOR: #5c2445;
	SCROLLBAR-3DLIGHT-COLOR: #5c2445;
	SCROLLBAR-HIGHLIGHT-COLOR: #5c2445;
	SCROLLBAR-DARKSHADOW-COLOR: #5c2445;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #b9a79d;
	BACKGROUND-COLOR: #281914;
	FONT-FAMILY: Verdana, Arial, Helvetica, SunSans-Regular;
	FONT-SIZE: 11px;
	COLOR: #000000;
	line-height: 15px;
	overflow: hidden;
}
.background {
	position: absolute;
	top: 50%;
	margin-top: -300px;
	background-image:url(/_images/bg.gif);
	height: 600px;
	left: 0px;
	width: 100%;
	overflow:hidden;
	background-repeat: repeat-x;
	background-position: center;
}

#intro-swinckels {
	position: absolute;
	width: 960px;
	height: 400px;
	top: 50%;
	margin-top: -200px;
	left: 50%;
	margin-left: -480px;
	border: solid 1 px #5e2747;
	z-index: 2;
}

.tekst-home {
	position: absolute;
	top: 50%;
	margin-top: 230px;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	text-align:center;
	z-index: 3;
}
.tekst-home p a {
	color: #ffffff;
	text-decoration: none;
}
.tekst-home p a:hover {
	text-decoration: underline;
}
.logo {
	position: absolute;
	top: 50%;
	margin-top: -300px;
	left: 50%;
	margin-left: -120px;
	z-index: 3;
}

.gegevens {
	position: absolute;
	text-align:right;
	width: 960px;
	height: 25px;
	top: 50%;
	margin-top: 300px;
	left: 50%;
	margin-left: -660px;
	z-index: 5;
}
.gegevens p {
	color: #ffffff;
}
.gegevens a {
	color: #ffffff;
		text-decoration: none;

}
.gegevens a:hover {
	color: #f8b322;
	text-decoration: underline;
}
.banner {
	position: absolute;
	text-align:right;
	width: 960px;
	height: 20px;
	top: 50%;
	margin-top: 276px;
	left: 50%;
	margin-left: -480px;
	z-index: 5;
	}


/*FOTO*/
.foto {
	position: absolute;
	width: 460px;
	height: 400px;
	top: 50%;
	margin-top: -170px;
	left: 50%;
	margin-left: -480px;
	z-index: 1;
	background-image:url(/_images/tekst-bg.gif);
	background-position: left top;
	background-repeat: no-repeat; 
	overflow: no;
	}

/*TITEL - MIDDENDEEL*/

.titel {
	position: absolute;
	width: 40px;
	height: 400px;
	top: 50%;
	margin-top: -170px;
	left: 50%;
	margin-left: -20px;
	z-index: 1;
	overflow: no;
	background-color:#5c2445;
	background-image:url(/_images/midden.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}


/*TEKST*/
.tekst {
	position: absolute;
	width: 460px;
	height: 400px;
	top: 50%;
	margin-top: -170px;
	left: 50%;
	margin-left: 20px;
	border: solid 1 px #5e2747;
	z-index: 1;
	background-color:#b9a79d;
	overflow-y: auto;
	overflow-x: hidden;

	}
.tekst LI
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    PADDING-left: 5px;
	padding-right: 20px;
}
.tekst H1
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 15px;
	PADDING-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	TEXT-ALIGN: left;
	color: #ffffff;
	text-transform: uppercase;
}
.tekst H2
{
    PADDING-left: 20px;
	padding-right: 20px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
	color: #5c2445;
}
.tekst H3
{
    PADDING-left: 20px;
	padding-right: 20px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
	color: #5c2445;
}
.tekst TD
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
}
.tekst P
{
    PADDING-left: 20px;
	padding-right: 20px;
    FONT-WEIGHT: normal;
}
.tekst A
{
    COLOR: #5c2445;
    TEXT-DECORATION: underline;
}
.tekst A:hover
{
    TEXT-DECORATION: none
}
.tekst img {
	margin: 5px;
	}

