body, html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: #191919;
	color: #616161;
	font-family: arial, verdana, sans-serif;
}

h1,h2,h3,h4, p{ padding:0px; margin:0px 0px 10px 0px; }
a {
	outline: none;
}
.container {
	width: 100%;
	height: 200px;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}
.footer {
	width: 100%;
	height: 60px;
	background: URL(images/foot.jpg);
}
.header{
	width: 100%;
	height: 100px;
	background: URL(images/header.jpg);
}
.content {
	width: 100%;
	background: #ffffff;
}
.shader {
	width: 100%;
	height: 5px;
	background: URL(images/shader_bg.jpg);
}

.introduction {
	width: 100%;
	height: 290px;
	background: URL(images/introduction.jpg);
}

.intro_image {
	width: 924px;
	height: 290px;
	background: URL(images/intro_bg.jpg) no-repeat;
}
.line {
	width: 100%;
	height: 3px;
	background: #ffffff;
}
.block {
	width: 924px;
	margin-left: auto;
	margin-right: auto;
	clear: both;

}
.block_left {
	width: 450px;
	float: left;
}
.block_right {
	width: 450px;
	float: right;
	text-align: right;
}
.block_end {
	clear: both;
}
h3 {
	font-size: 15px;
	font-weight: normal;
	font-family: arial, verdana, sans-serif;
	color: #353535;
	margin: 0px;
	padding: 0px;
}
h1 {
	color: #353535;
	font-size: 30px;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 5px;
	font-weight: normal;
	padding: 0px;
	font-family: arial, verdana, sans-serif;
}
p{
	color: #616161;
	font-size: 11px;
	line-height: 2;
	font-family: arial, verdana, sans-serif;
}
.imagecontainer {
	width: 342px;
	position: relative;
	float: left;
	top: 20px;
	left: 90px;
	z-index: 3;
	height: 227px;

}
.intro_text{
	float: right;
	width: 450px;
	margin-top: 30px;
}
.intro_title {
	font-size: 30px;
	color: #ffffff;
	font-style: italic;
	font-family: georgia;
}
.intro_text p{
	line-height: 2;
		color: #ffffff;
	font-style: italic;
	font-family: georgia;
	font-size: 15px;
}

.intro_link, .intro_link a{
		color: #ffffff;
	font-style: italic;
	font-family: georgia;
	font-size: 15px;
	text-align: right;
	text-decoration: underline;
}

.menu {
	color: #ffffff;
	font-size: 13px;
	font-family: 'Trebuchet ms', Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15px;
}
.menu a{
	color: #ffffff;
	text-decoration: none;
}
.menu a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.footertext {
	font-size: 11px;
	font-family: 'Trebuchet ms', Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: #787878;
}
.footertext a{
	color: #d2d1cf;
	text-decoration: none;
}

.albumcontent {
	width: 884px;
	padding: 0px;
}
.imagerow {
	margin: 0px 0px 10px 0px;
	height: 139px;
	padding: 0px;
}
.albumcontent img {
	margin-top: 0px;
	margin-bottom: 0px;
	border: none;
	outline: none;
}
.albuminfo {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background: #efefef;
	border: 1px solid #777777;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-family: arial, verdana, sans-serif;
	color: #353535;
	margin-bottom: 10px;
}
.albuminfo_result {
	font-family: georgia;
	font-style: italic;
}
.albuminfo a{
	color: #4e905e;
	text-decoration: none;
}
.albuminfo a:hover{
	text-decoration: underline;
}
.spaceimg {
	margin-left: 10px;
	margin-top: 10px;
}
a{
	color: #111111;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.contacttd {	
	text-align:left;
	vertical-align:top;
	padding: 3px;

}	
.formulier {
	width: 300px;
	border: 1px solid #858585;
	color: #4d905d;
	font-size: 15px;
	height: 20px;
	margin: 3px;
	font-family: arial, verdana, sans-serif;
}
.textarea {
	height: 200px;
}
