/*
groen: #1fc2a6;
rood:  #e2515e;
*/
#header + ul {
	width: 970px;
}
#intro {
	height: 378px;
}
#intro td, #intro td a {
	color: #bbb;
	font-size: 13px;
}
#intro td {
	padding: 25px;
	vertical-align: top;
}
#intro tr:last-child td {
	width: 185px; /* Do not combine with '#intro td' to prevent colspan bug in IE 7 */
}
#intro tr:first-child td {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
}
#one a:first-child, #two a:first-child, #three a:first-child {
	background: url(/images/123.png) left top no-repeat;
	color: #343434;
	display: block;
	height: 123px;
	margin: 10px auto;
	width: 170px;
}
#two a:first-child {
	background-position: center top;
}
#three a:first-child {
	background-position: right top;
}
#intro td#photographer {
	background: url(/images/photographer-bg.png) center bottom no-repeat;
	padding: 0;
	vertical-align: bottom;
	width: 300px;
}
#intro td#photographer img {
	display: block;
	height: 300px;
	margin: 0 auto;
	width: 200px;
}
#intro h4 {
	color: #fff;
	font-size: 16px;
	margin: 10px 0 0;
	white-space: nowrap;
}
#band {
	height: 160px;
	text-align: center;
	width: 100%;
}
#band a img {
	display: block;
	margin: 0 0 4px 0;
}
#band a {
	color: #777;
	float: left;
	font-size: 11px;
	margin: 22px 0px 22px 42px;
	text-align: center;
	text-decoration: none;
}
#band a:first-child {
	margin-left: 4px;
}
#content {
	padding-top: 10px;
}
#content h3 {
	color: #363636;
	font-size: 30px;
	margin: 0;
	text-align: center;
}
#website-test, #website-test a {
    font-size: 16px;
    text-align: center;
}
#leftRect, #rightRect {
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
	border: 1px solid #aaa;
	float: left;
	height: 90px;
	margin: 20px 0;
	padding: 20px;
	position: relative;
	width: 400px;
}
#leftRect cite {
	display: block;
	margin-bottom: .3em;
}
#leftRect a {
	bottom: 20px;
	color: #000;
	position: absolute;
	right: 25px;
}
#leftRect b {
	color: #e2515e;	
}
#rightRect {
	float: right;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
}
a#probeer {
	-moz-box-shadow:    1px 1px 6px 1px #bbb;
	-webkit-box-shadow: 1px 1px 6px 1px #bbb;
	box-shadow:         1px 1px 6px 1px #bbb;
	font-size: 18px;
	margin: 15px auto 0;
}
