html,body {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-family: verdana, helvetica, arial;
	font-size: 11px;
	color: #444444;
	background-color: #d8d9da;
}

p {
	margin: 0px;
}

#content table {
	border-collapse: collapse;
}
form {
	font-family: verdana, helvetica, arial;
}

a {
	color: #444444;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

a img {
	border: 0px;
}

/* global layout */
html, body {
}

#container {
	position: relative;
	width: 940px;
	padding-left: 50px;
	padding-right: 50px;
	margin: 0px auto;
	xheight: 100%;
	background-image: url('http://echelon.nl/graphics/backdrop.jpg');
	background-repeat: repeat-y;
	background-position: top center;
}

#header .headermask {
	position: absolute;	
	top: 58px;
	z-index: 1;
}
#header .headerimage {
	position: absolute;	
	top: 58px;
	z-index: 0;
}

#header {
	width: 890px;
	height: 222px;
	position: relative;
	z-index: 3;
	margin-left: 25px;
	background-color: white;
}

#wrapper {
	width: 940px;
	position: relative;
	float: left;
}

#content {
	min-height: 300px;
	position: relative;
	width: 468px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	float: left;
	background-color: white;
}

#left {
	min-height: 440px;
	width: 127px;
	background-color: white;
	float: left;
	margin-left: 25px;
	line-height: 10px;
	position: relative;
}

#left .sfeermask {
	width: 127px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}
#left .sfeerimage {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.psite #content {
	width: 620px;
}

#right {
	width: 245px;
	float: left;
	background-color: #EEEEEE;
}

#right table.news {
	border-collapse: collapse;
	width: 100%;
}
#right ul.news {
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
#right h3,
#right ul.news h3 a {
	color: #66013f;
	font-weight: bold;
	font-size: 13px;
}
#right ul.news div.summary {
	margin-top: 5px;
	margin-bottom: 5px;
}

#right ul.news li {
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #888888;
}
#right ul.news li.more {
	display: none;
}
#right ul.news div.date {
	display: none;
}
#right ul.news a {
	text-decoration: none;
	color: #444444;
}

.clear {
	clear: both;
}

#footer {
	width: 940px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #666666;
	color: white;
}
#footer table.images {
	background-color: #DDDDDD;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer a {
	text-decoration: none;
	color: white;
}

/* Logo */
#headerlogo {
	position: absolute;
	left: 18px;
	top: 3px;
	z-index: 2;
}

#header ul.level1 {
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
	left: 0px;
	right: 0px;
	bottom: 24px;
	position: absolute;
	z-index: 2;
}

#header li.level1 {
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
}

#header li.level1 a {
	display: block;
	color: white;
	font-size: 13px;
	font-weight: bold;
	height: 32px;
	padding-left: 16px;
	padding-right: 16px;
	text-decoration: none;
}

#header ul.lvl2 {
	list-style: none;
	padding: 0px;
	margin: 0px;
	background-color: #888888;
	position: relative;
	visibility: hidden;
	width: 50px;
	overflow: visible;
}
#header li.level2 {
	line-height: 32px;
	height: 32px;
	width: 200px;
	background-color: #888888;
	border-top: 1px solid #EEEEEE;
}
#header li.level2 a {
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	height: 32px;
	width: 168px;
}


#header li.level1 a:hover {
	background-color: #999999;
}
#header li.menu_current a {
	background-color: #888888;
}	
#header li.menu_current li a {
	color: white;
	background-color: #888888;
}

#header li li.menu_selected a {
	background-color: #888888;
}
#header li.menu_selected li a {
	color: white;
}

/* Searchbar */
#header .searchbar {
	float: right;
	margin-top: 21px;
}
#header .searchbar input {
	border: 1px solid #444444;
	width: 243px;
}


/* Nieuwsbrief aanmeldform */
#right form .buttons input,
#right form .text input {
	border: 1px solid #444444;
}

#right form .text input {
	width: 220px;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: 20px;
	float: right;
}

#right form .buttons input {
	float: right;
	margin-bottom: 10px;
	margin-right: 20px;
	width: 190px;
}

#right form {
	margin-left: 6px;
	width: 245px;
}

/* Default form */
form.form input.formText,
form.form input.formButton {
	border: 1px solid #444444;
}
form.form div.formButtons {
	margin-top: 10px;
}

form.form div.formError {
	background-color: #FFFFEE;
	border: 1px solid #444444;
	padding: 5px;
	margin-bottom: 10px;
}

/* Searchpage */
#content .searchstring,
#content .searchbar .submit {
	border: 1px solid #444444;
}

#content .searchresults li {
	padding-left: 0px;
	background-image: none;
}
#content .searchhighlight {
	background-color: yellow;
	font-style: italic;
}

/* Crumbs */
#crumbs {
	position: absolute;
	top: 197px;
	left: 0px;
	font-size: 9px;
	color: #666666;
}
#crumbs ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
}
#crumbs li {
	display: block;
	float: left;
}
#crumbs li a {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
#crumbs li.crumbsHome a {
	padding-left: 0px;
}

#crumbs li.crumbsLast a {
	font-weight: bold;
}

#content ul.news,
#content ul.news li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	background-image: none;

}
#content ul.news li {
	clear: both;
}

#content ul.news h3 {
	color: #c4012c;
	font-weight: bold;
}
#content ul.news .small_foto {
	float: right;
}
#content ul.news a.more {
	float: left;
	clear: both;
	margin-bottom: 15px;
}

#content .archief {
	clear: both;
}
#content .archief a {
	font-size: 14px;
	color: #c4012c;
	font-weight: bold;
}

body.psite #wrapper {
	background-color: white;
}


	
