@CHARSET "ISO-8859-1";

body {
	margin: 0px;
	background: url(images/back_original.jpg) no-repeat;
}

div.paper {
	background: url(images/paper.png) no-repeat;
	width: 998px;
	height: 765px;
	margin: auto;
	margin-top: 20px;
}

div.container {
	position: absolute;
	margin-left: 60px;
	margin-top: 180px;
	width: 880px;
	z-index:0;
}

div.menu {
	background: #e1cc9b;
	height: 25px;
	text-align: center;
	margin-top: -10px;
	position: relative;
	padding-left:170px;
	z-index: 100;
}
	div.menu_IE {
		background: #e1cc9b;
		height: 25px;
		text-align: center;
		position: relative;
		margin-top:-10px;
		padding-left:170px;
		z-index: 100;
	}

	div.menu_IE7 {
		background: #e1cc9b;
		height: 25px;
		text-align: center;
		position: relative;
		padding-left:170px;
		z-index: 100;
		margin-left: 40px;
	}

div.leesverder {
	font-weight: bold;
	text-align: right;
	color: #1c2348;
	cursor: pointer;
}


div.col1 {
	width: 320px;
	margin-left:10px;
	padding-right: 20px;
	border-right: 1px #999 dashed;
	float: left;
}

div.col2 {
	width: 320px;
	padding-left: 20px;
	padding-right: 20px;
	border-right: 1px #999 dashed;
	float: left;
}

div.col3 {
	
}

div.col4 {
	margin-left:10px;
}

.contact {
	background: url(images/contact.jpg) no-repeat;
	margin-left:720px;
	margin-bottom: 30px;
	width: 153px;
	height: 95px;
}

.souvenirs {
	background: url(images/souvenirs2.jpg) no-repeat;
	margin: -20px 0px 30px 720px;
	width: 153px;
	height: 153px;
	cursor: pointer;
}

.koffie {
	position: absolute;
	background: url(images/solex_fiets.jpg) no-repeat;
	left:720px;
	width: 162px;
	height: 178px;
	cursor: default;
	margin-top:-30px;
}

.koffie_IE {
	position: relative;
	display:none;
	background: url(images/solex_fiets.jpg) no-repeat;
	margin-left:12px;
	width: 162px;
	height: 178px;
	cursor: default;
	margin-top:-29px;
}

.bbq {
	margin-top: -60px;
	margin-left: 730px;
}

div.hr_line {
	height: 1px;
	background: #999;
}

.kop {
	color: #751021;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
}

h1 {
	color: #751021;
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	margin:0px;
	display:inline;

}


a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
}


.textbox {
	width: 120px;
	height: 15px;
}


