div {
	color: white;
	font: 13px "lucida grande", "trebuchet MS", verdana, sans-serif;
	margin: 0;
	top: 0;
	position: relative;
}

body {
	background: #323028 url(../gfx/bg.gif) repeat fixed 0px 35%;
	margin: 0;
}

p {
	display: inline;
	margin: 0;
}

hr {
	border-width: 0;
	border-style: dashed;
	height: 1px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-color: #8b8ca6;
	margin-left: 0;
}

a {
	color: #a9a597;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

a:link, a:visited {
	cursor: pointer;
	color: #a9a597;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

/*<group=forms>*/

form {
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin: 0;
}

input {
	height: 16px;
	background: #817d73;
	border: 1px solid white;
	margin: 1px;
}

textarea {
	background: #817d73;
	border: 1px solid white;
}

button {
	background: #4c4239 url(../gfx/littleTriangle.gif) no-repeat 0px 50%;
	border: 1px outset white;
	color: white;
	padding-left: 20px;
	margin-top: 5px;
}

button:hover {
	background: #817d73 url(../gfx/littleTriangle.gif) no-repeat 0px 50%;
	color: black;
	cursor: pointer;
}

/*</group>*/



.titel {
	text-align: left;
	letter-spacing: 2px;
	text-transform: lowercase;
	display: inline;
	height: 22px;
	color: #e4e4f2;
	font-weight: 900;
	font-size: 17px;
	line-height: 24px;
}

.paragraaf {
	color: white;
	display: block;
}

.paragraaf:first-letter {
	color: #4c4239;
	font: bolder 44px/47px Verdana, Arial, Helvetica, sans-serif;
	float: left;
	margin-right: 10px;
	white-space: inherit;
}

#header {
	width: 748px;
	background: no-repeat url(../gfx/header.jpg);
	height: 98px;
	margin: 10px 0 0;
	border: 1px solid #2a2a2a;
}

#menu {
	width: 748px;
	text-align: left;
	margin-top: 10px;
	border: solid #2a2a2a 1px;
}

#sub {
	width: 748px;
	text-align: center;
	border: solid #2a2a2a 1px;
	height: 20px;
	border-top-width: 0;
	background: #4c4a44;
	line-height: 20px;
	font-size: 13px;
	letter-spacing: 2px;
}

#contentBG {
	background: #1c1c19;
	width: 748px;
	border: 1px solid #2a2a2a;
	display: block;
	border-top-width: 0;
	clear: both;
}

#content {
	width: 728px;
	padding-top: 10px;
	display: table-cell;
}

#footer {
	width: 748px;
	height: 20px;
	font-size: 11px;
	color: white;
	text-align: center;
	line-height: 20px;
	background: #4c4239;
	border: 1px solid #2a2a2a;
	margin-top: 10px;
}

.photoAlbum {
	text-align: center;
	vertical-align: middle;
}

.albumImage {
	text-align: center;
	vertical-align: middle;
	position: relative;
	border: 1px solid #2A2A2A;
	margin: 5px;
	border-spacing: 2px;
	border-collapse: collapse;
	padding: 2px;
	background: black;
}

.albumImage:hover {
	border-color: #8b8ca6;
	padding: 1px;
	border-width: 2px;
}

.albumText {
	font-size: 10px;
	padding: 2px;
	border: 1px solid #2A2A2A;
	margin-right: auto;
	margin-left: auto;
}

.light {
	color: #bfbfbf;
}

.albumBar {
	height: 20px;
	line-height: 20px;
	margin-top: 10px;
}

.rightAlignImage {
	text-align: right;
	float: right;
	display: inline;
	clear: left;
	position: absolute;
	vertical-align: top;
	top: 50px;
	right: 20px;
	z-index: 0;
	padding: 3px;
	border: 1px solid #64676b;
}


