/* Edited with EditCSS */ /**** LINK-tag style sheet luyts.css ****/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: #4C617B;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 800px;
	margin: 0px auto;
	background: #9FABBA;
	border-left: solid 1px #26303D;
	border-right: solid 1px #26303D;
}

#header {
	height: 250px;
	background-image: url('../img/zonsondergang.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: solid 1px #26303D;
}

#topmenu {
	margin-top: -18px;
	height: 22px;
}

#topmenu a {
	text-decoration: none;
	color: #FFEDDA;
	padding: 0px 15px;
}

#content {
	min-height: 400px;
	height: auto;
	z-index: 1;
	padding: 20px 20px 25px 20px;
	background-image: url('../img/content_background.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
}

#content img {
	width: 300px;
	border: solid 1px #4C617B;
}

#footer {
	height: 0px;
	border-bottom: solid 1px #26303D;
}

.submenu {
	background: #26303D;
	width: 220px;
	z-index: 2;
	position: relative;
	background-image: url(../img/bg_topmenu.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.submenu a {
	display: block;
}

#sub-begrafenissen {
	margin: 0px 0px 0px 210px;
}

#sub-huwelijken {
	margin: 0px 0px 0px 580px;
}

h1 {
	font-size: 150%;
	color: #4C617B;
	text-transform: capitalize;
}

h2 {
	font-size: 120%;
	color: #4C617B;
	text-transform: capitalize;
}

table {
	border-collapse: collapse;
}

table th {
	background: #4C617B;
	text-align: center;
	color: #26303D;
}

table th a {
	display: block;
	text-decoration: none;
	color: black;
}

#content a {
	color: #26303D;
}

.submenu a:hover {
	background: #4C617B;
}

.bl {
	background-image: url('../img/bg_bl.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

.br {
	background-image: url('../img/bg_br.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}

.tl {
	background-image: url('../img/bg_tl.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

.tr {
	background-image: url('../img/bg_tr.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

.list {
	width: 99%;
}

.warning {
	background: pink;
	color: red; 
	border: solid 1px red;
	padding: 0px 5px;
}

.message {
	background: #efa;
	color: green;
	border: solid 1px #bd0;
	padding: 0px 5px;
}

textarea {
	width: 99%;
}
