body, html{
	width: 100%;
	height: 100%;
	margin:0px;
	padding:0px;
}


body {
	background-color: #7CB2C7;
	font-family: Verdana;
	font-size: 11px;
}

#visuals {
	position: absolute;
	left: 20px;
	top: 0px;
	width: 502px;
	height: 437px;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
}
#caravan {
	position: absolute;
	left: 101px;
	top: 44px;
}
h1.sitetitle {
	position: absolute;
	left: 20px;
	top: 460px;
	width: 504px;
	height: 143px;
	background-image: url(../img/title.png);
	background-repeat: no-repeat;
	z-index: 2;
	margin: 0;
	padding: 0;

}
h1.sitetitle span {
	position: absolute;

	left: -100px;
	top: -420px;
	width: 205px;
	height: 149px;
	background-image: url(../img/temp.png);
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
        display: none !important;
}

#stickers {
	position: absolute;
	left: 20px;
	top: 410px;
	z-index: 3;
}
#stickers li {
	float: left;
}
#stickers li a {
	float: left;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
}
.sticker1 a {
	width: 135px;
	height: 50px;
	margin-left: -20px;
	background-image: url(../img/stickers/circus_babylon.png);
}
.sticker2 a {
	width: 68px;
	height: 45px;
	margin-left: 12px;
	background-image: url(../img/stickers/dna.png);
}
.sticker3 a {
	width: 69px;
	height: 48px;
	margin-left: 8px;
	background-image: url(../img/stickers/c09.png);
}
.sticker5 a {
	width: 62px;
	height: 62px;
	margin-left: 98px;
	background-image: url(../img/stickers/doemee.png);
}
.sticker4 a {
	width: 72px;
	height: 102px;
	margin-left: 6px;
	margin-top: -53px;
	background-image: url(../img/stickers/de_lange_keizer.png);
}

#topmenu {
	position: absolute;
	left: 20px;
	right: 38px;
	top: 423px;
	height: 27px;
	background-image: url(../img/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#topmenu ul, #stickers {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}
#topmenu ul li.notcurrent ul{
	display:none;
}

#topmenu ul li.currenttree ul{
	position: absolute;
	bottom:16px;
	left: 5px;
}
#topmenu ul li {
	position:relative;
	zoom: 1;
}
#topmenu ul li {
	float: left;
	padding: 0px 5px;
	border-right: 2px solid #ffffff;
}
#topmenu ul li.first {
	padding-left: 0;
}
#topmenu ul li.first .menulevel2 {
	left: 0px;
}
#topmenu ul li.last {
	border: none;
}
#topmenu .menulevel1 {
	margin-left: 540px;
	min-width: 400px;
}
* html #topmenu .menulevel1 {
	width: 400px;
}
#topmenu a {
	font-weight: bold;
	font-size: 12px;
	color: #ee2b7b;
	text-decoration: none;
	white-space: nowrap;
}
#topmenu a span {
}
#topmenu ul ul li a span {
	font-weight: normal;
	font-size: 12px;
}
#topmenu ul ul li,#topmenu ul ul li.first {
	float: left;
	padding-left: 0px;
	border: none;
        clear: both;
}
#topmenu ul ul li.notcurrent a {
	color: #ee2b7b;
}
#topmenu a:hover, #topmenu .currentitem a,#topmenu ul ul li.notcurrent a:hover {
	color: #fff200;
}

#contentcontainer {
	position: absolute;
	left: 560px;
	width: 400px;
	top: 457px;
	color: #ffffff;
	font-size: 12px;
	padding-bottom: 20px;

}
#contentcontainer a {
	color: #ee2b7b;
	text-decoration: none;
}
#contentcontainer a:hover {
	text-decoration: underline;
}


#contentdiv, #logindiv, #searchcontainer {
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
}
#contenttitle, #logindiv .title, #title_e, #searchtitle {
	font-weight: bold;
	display: block;
	color: #fff200;
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 8px;
}


/* formulieren */
#linked .header {
	color: #ffffff;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff200;
	min-height: 20px;
	margin: 10px 0px;

}
.inputrow {
	clear: both;
	padding-top: 5px;
}
.inputlabel {
	float: left;
	width: 130px;
	margin-right: 10px;
}
.inputfields {
	float: left;
	width: 235px;
}
/*formulieren */
#linked .inputfields input {
	border: none;
	border-bottom: 1px dotted #fff200;
	background-color: #f3f3f3;
	font-size: 11px;
	padding: 3px;
	float: left;
	margin-right: 5px;
}
#linked .inputfields input.focus,
#linked .inputrow textarea.focus {
	background-color: #f6ff97;
	border-color: #000000;
}
#linked .inputrow textarea {
	width: 228px;
	padding: 5px;
	border: none;
	border-bottom: 1px dotted #fff200;
	background-color: #f3f3f3;
	font-size: 11px;
}
#linked .inputrow select, #linked .inputrow option {
	font-size: 11px;
}
#linked input.checkbox {
	clear: left;
	float: left;
	border: none;
	background-color: transparent;
}
#linked .inputfields label {
	margin-right: 5px;
	cursor: pointer;
	float: left;
}
#linked .inputfields label:hover {
	color: #8ca0b5;
}
#linked .psubmit {
	background-color: #ee2b7b;
	border: 1px solid #ee2b7b;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	cursor: pointer;
	color: #ffffff;


}
#linked span.required {
	background-image:url(../img/required_non.gif);
	background-position:2px center;
	background-repeat:no-repeat;
	background-color: #ffffff;
}

#content, #logindiv .content, #searchresults {
}

#searchresults .title{
}

#searchresults .content {
}

#searchresults .trail {
}

#searchresults .trail a {
}

#searchresults a {
}

#searchresults a:hover {
}




.dataFields input {
	clear: left;
	margin-bottom: 4px;
}
.dataFields label {


}
.dataFields hr{
	clear: both;
	visibility: hidden;
}
#linked .dataFields label.hover,
#linked .dataFields label:hover {
	color: #ffffff;
}
.dataFields select {
	float: left;

}
.dataFields div div {
	display: block;
	clear: both;
}
.dataFields div div label {
	width: 160px;
	padding-left: 5px;
	cursor: text !important;
}
