body {
 	background: url("images/bg.png");
	background-repeat: repeat-x;
	background-color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: arial, verdana, sans-serif;
	font-size: 80%
}

h1 {
	margin-top: 0.01em;
	font-family: arial, verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.formblock label {
	width: 10em;
	display: inline-block;
}

.formblock1 label {
	width: 80em;
	height: 30em;
	display: inline-block;
}

.formblock input {
	margin-bottom: 2px;
	margin-top: 2px;
	vertical-align: top;
}

#wrapper {
	margin: 0 auto 0;
	padding: 0;
	width: 935px;
	text-align: left;
}

#logoblock {
	background: url('images/logo.jpg');
	background-position: top right;
	height: 105px;
	background-repeat: no-repeat;
}

#mainmenu {
	background: url('images/mainmenubg.png');
	background-color: #797a7b;
	color: #ffffff;
	font-weight: bold;
	border: solid 1px #000000;
}

#mainmenu a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	height: 27px;
	float: left;
	padding: 10px 15px 0 15px;
}

a.selectedtab, a.selectedtab:hover {
	background: url('images/seltab.png') !important;
}

a.selectedtab, a.selectedtab:hover {
  	color: #4fb337 !important;
}

#mainmenu a {
	border-left: 1px solid black;
}

#mainmenu a:hover {
	background: url('images/overtab.png');
}

a#firsttab {
	border-left: 0px;
}

.clearboth {
	clear: both;
}

#submenu {
	background-color: #000000;
	height: 24px;
	padding: 5px 15px 0 15px;
	font-size: 12px;
	font-weight: bold;
}

#shadowtop {
	background: url('images/shadowtop.png');
	height: 6px;
	overflow: hidden;
}

#text {
	background: #ffffff;
	color: #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 15px 15px 5px 15px;
}

.listitem {
	margin-top: 6px;
	font-weight: bold;
}

#shadowbot {
	background: url('images/shadowbot.png');
	height: 8px;
	overflow: hidden;
}

#photo {
	height: 215px;
	border: solid 1px #000000;
}

#bottom {
	background: url('images/bottom.png');
	height: 26px;
	padding-top: 5px;
	font-size: 12px;
}

#bottoml{
	padding-left: 3px;
	width: 451px;
	float: left;
}

#bottomr{
	padding-right: 1px;
	width: 477px;
	float: left;
	text-align: right;
}

#submenu, #bottom{
	color: #aaaaaa;
}

#submenu a {
	color: #4fb337;
	text-decoration: none;
}

#bottom a {
	color: #ffffff;
	text-decoration: none;
}

#submenu a:hover, #bottom a:hover {
	text-decoration: underline;
}

#logo {
}

.thumbnail, .activethumbnail {
	float: left;
	margin: 4px 4px 4px 4px;
	width: 70px;
	height: 70px;
	overflow: hidden;
	text-align: center;
}

.thumbnail {
	border: solid 1px #ffffff;
}

.activethumbnail {
	border: solid 1px #000000;
}

.thumbnail img, .activethumbnail img {
	height: 70px;
}

.thumbnailp {
	float: left;
	margin: 5px 5px 5px 5px;
	width: 100px;
	height: 100px;
	border: solid 1 epx #ffffff;
	overflow: hidden;
	text-align: center;
}

.thumbnailp img {
	height: 100px;
}

.x-clear {
	clear: both;
}

#fotos {
	height: 230px;
	overflow: auto;
	clear: both;
}

#view {
	border: solid 1px #000000;
	float: left;
}

#uitleg {
	float: left;
	width: 235px;
	padding-right: 5px;
}

.leftcol {
	float: left;
	width: 23%;
	margin-right: 10%;
}

.rightcol {
	float: left;
	width: 65%;
}

