/*=============================================================================/
/	Template styles					
/================================GIJS WILBRINK================================*/

body {
	background-color: #8A2A2A;
}

div#container {
	position: relative;
	width: 760px;
	margin: 0 auto;
	background: url('../images/backgroundContainer.jpg');
}

div#header {
	width: 760px;
	height: 160px;
}

div#content {
	width: 760px;
}

div.imageBig {
	width: 720px;
	margin: 0 auto;
	position: relative;
}

div#footer {
	width: 760px;
	height: 10px;
	background: url('../images/backgroundFooter.jpg');
	overflow: hidden;
}

/*=============================================================================/
/	Text styles					
/================================GIJS WILBRINK================================*/

h1 {
	display: none;
}

p.standardText {
	 font-family: "Times New Roman", Times, serif;
	 font-size: 1em;
	 text-align: left;
}

p.standardTextRight {
	 font-family: "Times New Roman", Times, serif;
	 font-size: 1em;
	 text-align: right;
}

a {
	 font-family: "Times New Roman", Times, serif;
	 font-size: 1em;
	 color: #8a2a2a;
	 text-decoration: none;
}

a:hover {
	 font-family: "Times New Roman", Times, serif;
	 font-size: 1em;
	 color: #ffffff;
	 text-decoration: none;
}

/*=============================================================================/
/	Other styles
/================================GIJS WILBRINK================================*/

img.titleHalf{
	width: 350px;
	height: 25px;
}

img.titleOneThird{
	width: 235px;
	height: 25px;
}

img.titleTwoThird{
	width: 465px;
	height: 25px;
}

img.imageSmall {
	width: 45px;
	height: 60px;
	border: 0;
}

img.imageMedium {
	width: 350px;
	border: 1px solid #e0dc98;
}

img.oneThird {
	width: 235px;
}

div.imageBig img {
	width: 720px;
	border: 0;
}

div.enkeleRij {
	width: 340px;
	height: 60px;
	padding: 5px;
	text-align: right;
	margin: 5px;
}

div.tweeRijen {
	width: 340px;
	height: 120px;
	padding: 5px;
	text-align: right;
	margin: 5px;
}

div.vierRijen {
	width: 340px;
	height: 250px;
	padding: 5px;
	text-align: right;
	margin: 5px;
}

table.body {
	width: 720px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	border-spacing: 0;
}

td.half {
	width: 350px;
	vertical-align: top;
	padding: 0;
}

td.oneThird {
	width: 235px;
	vertical-align: top;
	padding: 0;
}

td.twoThird {
	width: 465px;
	vertical-align: top;
	padding: 0;
}

form.contact input {
	width: 250px;
	margin-bottom: 5px;
}

form.contact textarea {
	width: 350px;
	height: 150px;
	margin-bottom: 5px;
}

div.images-block {
	position: relative;
}

div.images-wrapper {
	width: 250px;
	position: absolute;
	right: 0;
	top: 0;
}