/*
	CSS Style Sheet
	
	main stylesheet EvelyneOvertoom.nl
	handcoded by RightDesign.nl
	medio: januari 2006
*/

html, body {
	margin:0;
	background:#921313;
	color:#f2b022;
	font-family:Georgia, Times New Roman, Serif;
}

img {
	border:0;
}

a {
	color:#ffdb8d;
	text-decoration:none;
	font-family:tahoma;
}

a:hover {
	color:#f2b022;
}

.content a:hover {
	text-decoration:underline;
}

p {
	width:450px;
	text-align:justify;
	margin:0 auto;
	margin-bottom:10px;
	font-size:12px;
	font-family:tahoma;
	line-height:15px;
}

h1 {
	font-size:28px;
}

h2 {
	font-size:20px;
}

h3 {
	font-weight:normal;
	font-size:20px;
	text-align:center;
}

.wrap {
	width:800px;
	margin:0 auto;
}

.header {
	float:left;
	height:150px;
	width:629px;
	background:url("img/header.gif") no-repeat;
}

#flash {
	float:right;
	width:150px;
	height:120px;
	background:#f2b022;
}

.content {
	float:left;
	overflow:auto;
	height:450px;
	width:575px;
	border:8px solid #f2b022;
	text-align:center;
}

.menu {
	float:right;
	height:450px;
	width:206px;
	background:#fff;
	margin-top:-10px;
}

.menu ul, .contact {
	margin:0;
	padding:0;
	list-style-type:none;
}

.menu li {
	margin-bottom:-4px;
}

.tabel-rechts {
	text-align:left;
}

.kleintekst {
	font-size:12px;
	color:#fff;
}