html 
{
	margin: 0px;
	height: 100%;
}

body 
{
	margin: 0px;
	font: 0.7em Verdana;
	color: #8c8c8c;
	height: 100%;
	line-height: 1.4em;
}

img
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

hr
{
	border: 0;
	height: 1px;
	width: 99%;
	background: #8c8c8c;
}

h1
{
	font-size: 160%;
	color: #8c8c8c;
	line-height: normal;
}

h2
{
	font-size: 150%;
	color: #FF3F72;
}

h3
{
	font-size: 130%;
	color: #8c8c8c;
}

a
{
	color: #8c8c8c;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #FF3F72;
}

form
{
	margin: 0px;
	font: 1em Verdana;
	color: #8c8c8c;
}

textarea
{
	font: 1em Verdana;
	border: 1px solid #8c8c8c;
	color: #8c8c8c;
	background: white;
	width: 249px;
}

td textarea
{
	width: 137px;
}

p {
	white-space: normal;
	margin: 4px 0px 12px 0px;
}

input
{
	font: 1em Verdana;
	border: 1px solid #8c8c8c;
	color: #8c8c8c;
	background: white;
}

input[type="text"] 
{	
	width: 249px;
}

td input[type="text"]
{
	width: 137px;
}

#site
{
	/*position: relative;
	*/
	margin: 0px auto;
	width: 903px;
	min-height: 100%;
	/*background: url(/images/bg-baan.png);*/
	overflow: auto;
}

#baan_1
{
	width: 301px;
	min-height: 100%;
	float: right;
	/*position: relative;
	top: 0px;*/
	background: url(/images/bg-baan3.jpg) repeat-Y scroll top left;
}

#baan_2
{
	width: 301px; 
	min-height: 100%; 
	float: right;
	/*position: absolute;
	top: 0px;
	left: 301px; */
	background: url(/images/bg-baan1.jpg) repeat-Y scroll top left;
}

#baan_3
{
	width: 301px; 
	min-height: 100%; 	float: right;
	
	/*position: absolute;
	top: 0px;
	left: 602px;*/
	background: url(/images/bg-baan2.jpg) repeat-Y scroll top left;
	overflow: visible;
}

div.margin
{
	padding: 0px 15px 15px 15px;
	min-height: 30px;
	background: url(/images/bg-baan.png) repeat-Y scroll top left;
}

div.content
{
	padding: 5px 10px 10px 10px;
	background: white;
	overflow: visible;
}

div.content img
{
	margin-top: 8px;
}

div.content a span.nrml
{
	font-weight: normal;
}

div.menu
{
	margin: 0px 0px 0px 0px;
	height: 34px;
	position: relative;
}

div.menu a
{
	display: block;
	height: 34px;
}
div.menu img
{
	position: absolute;
	bottom: 12px;
}
h2 a.lid
{
	color: #FF3F72;
	font-size: 120%;
	line-height: 1.1em;
}

.foto
{
	position: relative;
	top: -10px;
	left: -10px;
}
.foto, .foto a
{	color: #FF3F72;
}

div.r
{
	float: right;
}

table.imgs
{
	border-collapse: collapse;
}
table.imgs td
{
	padding: 0px;
}

.thumb
{
	float: left;
   	text-align: center;
	background: white;
	width: 125px;
	height: 130px;
	padding-bottom: 10px;
}

.thumb img
{
	vertical-align: middle;
}

#foto_frame
{
	display: none;
	position: absolute;
	top: 5px;
	width: 903px;
	background: #ddd;
	text-align: center;
	vertical-align: middle;
}

 .click {
	font-weight: bold;
 	cursor: pointer;
	cursor: hand;
}

#foto_frame .close {
	float: right;
}
#foto_frame img {
	margin: auto;
	cursor: pointer;
	cursor: hand;
}
