* {
	font-size: 11px;
}

body { 
	color: black; background-color: white; margin: 0px; font-family: Verdana, Arial;
}

form {
	margin: 0px;
}

a {
	color: black; font-weight: bold; text-decoration: none;
}

a:hover {
	color: #d80000; 
}

img {
	border: 0px;
}

table {
	empty-cells: show;
	border-collapse: collapse;
	border: 0px;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

td {
	padding: 0px;
}

h1 {
	font-family: Georgia; margin-top: 20px; margin-bottom: 15px; font-size: 14px; font-weight: bold;
}

h2 {
	font-family: Georgia; margin: 0px; font-size: 12px; font-weight: bold; padding-left: 5px; color: #9b0000;
}

h3 {
	font-style: italic; margin: 0px; color: #9b0000; text-decoration: underline;
}

h4 {
	color: #9b0000; display: inline; 
}

h5 {
	font-style: normal; font-weight: normal; Color: #666666; display: inline; 
}

h6 {
	font-family: Georgia; margin: 0px; font-size: 12px; font-weight: bold; padding-left: 0px; color: #9b0000;
}

/* ### Left content ### */
#leftcontent {
	background-color: #3a414b;
}

/* Menu */
table #menu {
	background-image: url("../images/logo/bottom.gif"); background-repeat: no-repeat; background-position: top left;
}

table #menu td {
	padding-left: 5px; padding-right: 50px; color: white; font-weight: bold; line-height: 18px;
}

table #menu a {
	color: white;
}

table #menu a:hover {
	color: #d80000; 
}

/* Companies */
table #companies td {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}


/* ### Red line ### */
#redline {
	background-color: #8c0000; width: 4px;
}

#greystroke {
	background-color: #c8c8c8; width: 10px;
}

/* ### Page content ### */
#pagecontent {
	background-image: url("../images/pagecontent/background.gif"); background-repeat: no-repeat; background-position: top right;
	padding-left: 5px; padding-right: 5px; font-family: Georgia;
}

#pagecontent div.pagetitle {
	width: 480px; overflow: hidden;
}


/* ### Right content ### */
#rightcontent {
	width: 190px; background-color: #3a414b; padding-top: 90px;
}

#rightcontent #block {
	margin-right: 5px; margin-top: 20px;
}

#rightcontent #block #line {
	height: 1px; background-color: white;
}

#rightcontent #block #items {
	background-color: #4e545d; padding: 5px; color: #c8c8c8;
}

#rightcontent #block #clean {
	background-color: #4e545d; width: 6px;
}

#rightcontent #block #header {
	background-color: #eeeeef; height: 20px;
}

#rightcontent #items div {
	overflow: hidden; white-space: nowrap; width: 150px; position: relative; margin: 0px;
}

#rightcontent #items div a {
	color: white;
}

#rightcontent #items div a:hover {
	color: #d80000;
}

/* ### Right space ### */
#rightspace {
	width: 20px;
}


/* ### Form ### */
input {
	border: solid #808080 1px;
}

textarea {
	border: solid #808080 1px; font-family: Verdana;
}

.button {
	border: solid black 1px; margin: 5px; padding-left: 10px; padding-right: 10px; 
	font-weight: bold; background-color: #8c0000; color: white; cursor: pointer;
}

table #form {
	border-top: solid #c8c8c8 2px; border-bottom: solid #c8c8c8 2px; font-family: Verdana;
}

table #form th {
	background-color: #eeeeee; border-bottom: solid white 1px;
	padding-left: 5px; text-align: left; height: 20px; width: 140px;
}

table #form td {
	padding-left: 10px; padding-right: 10px; text-align: left;
}

/* ### Nieuws ### */
table #nieuws {
	width: 90%; border-top: solid #c8c8c8 2px; border-bottom: solid #c8c8c8 2px;
}

table #nieuws th {
	background-color: #eeeeee; border-bottom: solid #c8c8c8 1px;
	padding-left: 5px; text-align: left; height: 20px;
}

table #nieuws td {
	padding-top: 2px; padding-left: 10px; padding-right: 10px; text-align: left;
}


/* ### Agenda ### */
table #agenda {
	width: 90%; border-top: solid #c8c8c8 2px; border-bottom: solid #c8c8c8 2px;
}

table #agenda td {
	border-bottom: solid #c8c8c8 1px; padding-left: 5px; text-align: left; height: 20px;
}


/* ### Fotoalbum ### */
table #fotoalbum {
	width: 90%; border-top: solid #c8c8c8 2px; border-bottom: solid #c8c8c8 2px;
}

table #fotoalbum th {
	background-color: #eeeeee; border-bottom: solid #c8c8c8 1px;
	padding-left: 5px; text-align: left; height: 20px;
}


table #fotoalbum td.left {
	padding-top: 2px; padding-bottom: 2px; padding-left: 10px; padding-right: 5px; width: 120;
}


table #fotoalbum td.right {
	padding-top: 2px; padding-bottom: 2px; padding-right: 10px; text-align: left;
}