/* plaatjes in layout maal 0,76 */
/* hover kleur: d695ff */
/* lichtere kleur: a820ff */
/* donkere kleur: 4814a0 */

a {
	color: blue;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;	/* cursive */
	font-size: 14px;				/* 12px */
	background-image: url(/images/background.png);
}

body.nobackground div#content {
	background-image: none;
}

div#body {
	width: 1000px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	border-left: solid 1px #FF9B43;
	border-right: solid 1px #FF9B43;
	position: relative;
	background-color: white;
}

div#content {
	width: 680px;
	height: 595px;
	float: right;
	overflow-y: auto;
	padding: 10px;
	/*background-image: url(/images/content_background.png);*/
	background-position: right bottom;
	background-repeat: no-repeat;
}

div#footer {
	height: 15px;
	border-top: solid 5px #FF9B43;
	border-bottom: solid 5px #FF9B43;
	background-color: #FF7800;
	background-image: url(/images/footer.png);
	font-size: 10px;
	color: white;
	text-align: center;
}

div#footer a {
	text-decoration: none;
	color: white;
}

div#content h2 {
	font-family: sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	color: #FF7800;
	margin: 0px;
}

div#content h3 {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #FF7800;
	margin: 0px;
}

div#content p {
}

div#content p.author {
	font-size: 10px;
	font-style: italic;
	text-align: right;
	color: #FF9B43;
}

div#content div.guestbook {
	border-bottom: solid 1px #FF9B43;
	padding-top: 5px;
}

div#content div.news {
	border-bottom: solid 1px #FF9B43;
	padding-top: 5px;
}

div#content div#submenu {
	color: #FF7800;
	font-weight: bold;
	margin-bottom: 5px;
	height: 20px;
}

div#content div#submenu p {
	margin: 0px;
	padding: 0px;
	float: left;
}

div#content div#submenu p.dot {
	margin-left: 10px;
	margin-right: 10px;
}

div#content div#submenu p a {
	color: #FF7800;
	font-weight: bold;
	text-decoration: none;
}

div.daysleft {
	text-align: center;
	margin-left: 160px;
	width: 271px;
	font-size: 15px;
	color: #FF9B43;
	font-weight: bold;
	font-style: italic;
}

div#head {
	height: 140px;
	border-top: solid 5px #FF9B43;
	border-bottom: solid 5px #FF9B43;
	background-color: #FF7800;
	background-image: url(/images/head.png);
	position: relative;
}

div#home {
	margin-top: 50px;
	width: 650px;
	height: 346px;
	display: block;
	background-image: url(/images/pictures_home.jpg);
	color: #FF7800;
	font-family: cursive;
	padding-top: 25px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

div#menu {
	width: 155px;
	height: 615px;
	margin-left: 50px;
}

div#menu p {
	padding: 0px;
	margin: 0px;
	width: 151px;
	height: 24px;
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
	color: white;
	background-image: url(/images/menu_middle.png);
}

div#menu p.first {
	background-image: url(/images/menu_first.png);
}

div#menu p.last {
	background-image: url(/images/menu_last.png);
}

div#menu p a {
	color: white;
	text-decoration: none;
}

form label.contact {
	display: block;
	width: 200px;
	float: left;
}

h1 {
	display: none;		/* for print only */
}

img#impression {
	position: absolute;
	bottom: 0px;
	left: 10px;
}

img#logo {
	position: absolute;
	left: 20px;
	top: 5px;
}

img#name {
	position: absolute;
	right: 20px;
	top: 35px;
}

p.errorcode {
	color: white;
}

span.unknown {
	color: silver;
}

table.departmentmembers {
	width: 100%;
}

table.departmentmembers th {
	cursor: N-resize;
	border-bottom: solid 1px #FF9B43;
	text-align: left;
}

table.departmentmembers tr:hover td {
	background-color: #FF9B43;
}

table.drivers {
	width: 100%;
}

table.drivers th {
	cursor: N-resize;
	border-bottom: solid 1px #FF9B43;
	text-align: left;
}

table.drivers tr:hover td {
	background-color: #FF9B43;
}

table.drivers tr td.center {
	text-align: center;
}

table.participants {
	width: 100%;
}

table.participants th {
	cursor: N-resize;
	border-bottom: solid 1px #FF9B43;
	text-align: left;
}

table.participants tr:hover td {
	background-color: #FF9B43;
}

table.program {
	width: 100%;
}

table.program th {
	border-bottom: solid 1px #FF9B43;
	text-align: left;
}

table.program tr:hover td {
	background-color: #FF9B43;
}

table.route {
	width: 100%;
}

table.route th {
	border-bottom: solid 1px #FF9B43;
	text-align: left;
}

table.route tr:hover td {
	background-color: #FF9B43;
}

table td {
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}

table th {
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}
