/* default.css */

body {
	font-size: 62.5%;
}

td, th, p, div, li {
	color: #fff;
	font-family: verdana, sans serif;
	font-size: 1em;
}

th, td {
	vertical-align: top;
}

table {
	border-collapse: collapse;
}

a:link, a:active, a:visited {
	color: #9D7301;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

.first {
	margin-top: 0px;
}

table.list th, table.list td {
	padding-left: 10px;
}

table.list th {
	text-align: right;
}

p.img_right {
	margin-top: 0px;
	float: right;
	
	position: relative;
	z-index: 2;
}

p.img_right img {
	border: 1px solid white;
}

h1 {
	font-family: verdana, sans serif;
	font-size: 2em;
	margin-bottom: 1.1em;
	border-bottom: 1px solid #fff;
	
	position: relative;
	z-index: 1;
}

h2 {
	font-size: 1em;
	font-weight: bold;
}

.lead {
	font-style: italic;
}

p.lead {
	margin-left: 1em;
}

p.date_footer {
	font-style: italic;
	text-align: right;
	font-size: 0.8em;
	margin-bottom: 1.2em;
	border-bottom: 1px solid #fff;
}

p.footer {
	text-align: right;
	margin-bottom: 1em;
}

p.h1_footer {
	text-align: right;
	margin-top: -3.6em;
	margin-bottom: 2.4em;
	
	position: relative;
	z-index: 2;
}

table.wide {
	width: 375px;
}

p.header {
	text-align: right;
	margin-bottom: 1.2em;
	padding-bottom: 0.1em;
	border-bottom: 1px solid #fff;
}

table.vlist th, table.vlist td {
	padding-left: 10px;
}

/* music.css */

table.music_list {
	width: 480px;
}

table.music_list td.left {
	padding-right: 10px;
	width: 380px;
}

table.music_list td.right {
	width: 0px;
}

table.demo_list {
	width: 380px;
}

table.demo_list li {
	margin-top: 1em;
}
/* page.css */

/* voeg dit toe om uit te laten rekken
html {
	overflow-y: scroll;
}
*/

html, body {
	margin: 0px;
	width: 100%;
	height: 100%;
}

table.page_holder {
	height: 100%;
	width: 100%;
	border-collapse: collapse;
}

body {
	background-color: #333;
	background-image: url('../img/layout/background.png');
}

td.page_holder {
	text-align: center;

	/* haal dit weg om uit te laten rekken */
	vertical-align: middle;
	padding: 0px;

	/* voeg dit toe om uit te laten rekken
	vertical-align: top;
	padding: 5px;
	*/
}

div.icon_holder {
	position: absolute;
	right: 1px;
	bottom: 1px;
}

div.infi_holder {
	position: absolute;
	left: 1px;
	bottom: 1px;
}

/* layout.css */

table#content_holder {
	border: 5px solid white;
	
	width: 600px;
	height: 500px;
	border-collapse: collapse;
	margin: auto;
}

td.border, td.menu_item {
	background-color: #6E0029;
	
	padding: 0px;
	font-size: 0px;
	width: 100px;
	height: 100px;
}

td.border_t {
	background-image: url('../img/layout/border_t.png');
	background-position: bottom;
}

td.border_l {
	background-image: url('../img/layout/border_l.png');
	background-position: right;
}

td.border_b {
	background-image: url('../img/layout/border_b.png');
	background-position: top;
}

td.border_r {
	background-image: url('../img/layout/border_r.png');
	background-position: left;
}

/* content.css */

td.content {
	background-color: black;
	color: #fff;
	
	padding: 0px;
	vertical-align: top;
	text-align: left;
}

/* haal dit weg om uit te laten rekken */
td.content div.content {
	padding-right: 5px;
	height: 300px;
	overflow: auto;
	position: relative;
}

td.content td, td.content p, td.content div, td.content li {
	color: #fff;
}

/* form.css */

input {
	color: #fff;
	background-color: #000;
	border: 1px solid #fff;
}

textarea {
	color: #fff;
	background-color: #000;
	border: 1px solid #fff;
}

/* modal.css */

#modal_container {
	padding: 5px;
	background-color: black;
	border: 2px solid white;
	overflow: auto;
	color: #fff;
	text-align: left;
}

#modal_overlay {
	background-color: #001;
}
/* gallery.css */

table.gallery_index {
	width: 375px;
}

table.gallery_index {
	text-align: center;
}

table.gallery_index td {
	vertical-align: middle;
}

table.gallery_dir {
	width: 475px;
}

table.gallery_dir td {
	text-align: center;
	vertical-align: middle;
	width: 80px;
	height: 80px;
}

table.gallery_pic {
	width: 475px;
}

table.gallery_pic td {
	text-align: center;
}

