@CHARSET "ISO-8859-1";

/* RESET CSS */
body,div,p,img,th,td,form,fieldset,input,textarea,ul,ol,li,h1,h2,h3,h4,h5,h6,object {
	margin: 0;
	padding: 0;
}
img,fieldset {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul,ol,li {
	list-style-type: none;
}
a {
	color: #D95C05;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
html {
	height: 100%;	
	background-color: #999;
}

/* WRAPPERS */
body {
	background-color: #999;
	text-align: center;
}
#wrapper {
	width: 996px;
	margin: 4px auto 0;
	background-image: url(/images/shadow-middel.gif);
	background-repeat: repeat-y;
	background-position: top center;
}
#top-shadow {
	width: 996px;
	height: 18px;
	background-image: url(/images/shadow-top.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
#bottom-shadow {
	width: 996px;
	height: 18px;
	background-image: url(/images/shadow-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}
#container {
	margin: 0 18px;
	padding: 12px 25px 25px;
	width: 910px;
	background-color: #fff;
	text-align: left;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
#users {
	display: block;
	width: 910px;
	height: 15px;
}
	#users #login {
		float: right;
	}

#payoff {
	display: block;
	margin-top: 10px;
	width: 910px;
	height: 15px;
}
	#payoff #languages ul {
		float: right;
	}
	#payoff #languages ul li {
		width: 29px;
		float: left;
	}
	#payoff #languages ul li a {
		margin: 0 0 0 15px;
	}
	
	#languages ul li a img {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		filter: alpha(opacity=50);	
		opacity: .5;
	}
	
	#languages ul li a.active img,#languages ul li a:hover img {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);	
		opacity: 1;
	}

#header {
	display: block;
	margin-top: 10px;
	width: 910px;
	height: 100px;
}

#menu {
	margin-top: 15px;
	width: 910px;
	height: 25px;
}
	#menu a {
		display: block;
		width: 145px;
		text-decoration: none;
	}
	#menu li {
		float: left;
		width: 145px;
		margin: 0 8px 0 0;
	}
	#menu ul li:last-child {
		margin-right: 0;
	}
	* html #menu, *+html #menu {
		width: 918px;
	}
	#menu ul li.event  {
		background-color: #d95c05;
	}
	#menu ul li.company {
		background-color: #99ccff;
	}
	#menu ul li.event:hover, #menu ul li.event a:hover {
		background-color: #843c10;
	}
	#menu ul li.company:hover, #menu ul li.company a:hover {
		background-color: #346699;
	}
	#menu li ul {
		position: absolute;
		width: 145px;
		left: -999px;
	}
	#menu li:hover ul, #menu li.sfhover ul {
		left: auto;
	}
	#menu li:hover {
		background-position: 0 0;
	}

#toolbar {
	margin-top: 15px;
	width: 910px;
	height: 145px;
}
	#toolbar #splash {
		float: left;
		width: 451px;
		height: 145px;
	}
	#toolbar #newsletter {
		float: left;
		margin-left: 8px;
		width: 145px;
		height: 145px;
		background-color: #d9ecff;
	}
		#toolbar #newsletter a {
			color: #000000;
		}
		#toolbar #newsletter h3 {
			color: #346699;
			font-size: 10px;
			text-transform: uppercase;
			padding-left: 8px;
			padding-top: 4px;
		}
		#toolbar #newsletter p {
			line-height: 13px;
			padding-left: 8px;
			font-size: 9px;
		}
		#toolbar #newsletter img.icon {
			margin-left:82px;
			margin-top:-38px;
			position:absolute;
		}		
	#toolbar #branches {
		float: left;
		margin-left: 8px;
		width: 298px;
		height: 145px;
		background-color: #d95c05;
	}
		#toolbar #branches ul {
			width: 298px;
		}
		#toolbar #branches ul li {
			float: left;
			margin: 10px 3px 0 10px;
			width: 45px;
			height: 45px;
		}

#content {
	margin-top: 15px;
	width: 910px;
	overflow: hidden;
}
	#content #advertising {
		float: left;
		margin-right: 8px;
		width: 145px;
		height: 305px;
	}
	#content #advertising ul li {
		width: 145px;
		height: 145px;
		margin-bottom: 15px;
		background-color: #333333;
	}
	#content #advertising ul li:last-child {
		margin-bottom: 0;
	}
	#content #highlights {
		float: left;
		width: 451px;
		margin-right: 8px;
	}
		#content #highlights h1 {
			margin-bottom: 8px;
		}
		#content #highlights .columnlayout {
			width: 451px;
			-moz-column-count: 2;
			-moz-column-gap: 8px;
			-webkit-column-count: 2;
			-webkit-column-gap: 8px;
			/*column-width: 145px;*/
			/*column-rule: 1px solid #f5d6c0;*/
		}
		#content #highlights h2 {
			font-size: 14px;
			color: #346699;
		}

#highlights, #forms {
	float: left;
	margin-right: 8px;
	width: 451px;
}
	#highlights span.large {
		margin-bottom: 8px;
	}
	#highlights h2 {
		font-size: 16px;
		padding-bottom: 15px;
		color: #346699;
		font-size: 14px;
	}
	#highlights h5 {
		color: #99ccff;
		font-size: 10px;
	}
	#highlights p img {
		float: left;
		margin: 0 8px 0 0;
	}
	#highlights p img[align=right] {
		float: right;
		margin: 0 0 0 8px;
	}
	#highlights div.highlight {
		float: left;
		padding-right: 12px;
		width: 216px;
	}
	#highlights div.highlight img {
		margin-bottom: 15px;
	}
	#highlights div.second img {
		margin-top: 15px;
	}
	#highlights div.second {
		border-left: 1px solid #99ccff;
		padding-left: 8px;
		padding-right: 0;
		width: 200px;
	}

#branchenews {
	float: left;
	width: 298px;
}
	#branchenews h3 {
		color: #346699;
		font-size: 10px;
		font-weight: bold;
		padding-bottom: 6px;
	}
	#branchenews div.news-item {
		line-height: 15px;
		background-color: #ebf5ff;
		padding: 10px;
	}
	#branchenews div.odd {
		background-color: #d9ecff;
	}
	#branchenews div.news-item img {
		float: left;
		margin: 0 10px 0 0;
	}

	#branchenews .more-branchenews {
		margin-top: 4px;
	}
	#branchenews .more-branchenews a {
		color: #346699;
	}
	#branchenews div.getrss {
		float: right;
	}
	#branchenews div.getrss a {
		color: #000000;
	}

#page_content {
	margin-left: 153px;
}
	#page_content h2 {
		font-size: 16px;
		padding-bottom: 15px;
	}
	#page_content.event h2 {
		color: #D95C05;
	}
	#page_content.company h2 {
		color: #346699;
	}
	#page_content h4 {
		font-size: 11px;
		padding: 15px 0 3px 10px;
	}
	#page_content.event h4 {
		color: #843C10;
	}
	#page_content.company h4 {
		color: #346699;
	}
	#page_content #subpage_menu {
		float: left;
		width: 145px;
	}
	#page_content.event #subpage_menu {
		background-color: #fcede0;
	}
	#page_content.company #subpage_menu {
		background-color: #d9ecff;
	}
	#page_content #subpage_menu ul {
		list-style-type: none;
		padding: 0 0 15px 10px;
	}
	#page_content #subpage_menu ul li a {
		display: block;
		padding-bottom: 3px;
	}
	#page_content.event #subpage_menu ul li a {
		color: #D95c05;
	}
	#page_content.company #subpage_menu ul li a {
		color: #346699;
	}
	#page_content #page_large_text {
		float: right;
		width: 604px;
		margin-top: 15px;
	}
	#page_content #page_full_text {
		float: right;
		width: 757px;
		margin-top: 15px;
	}
	#page_content .sorteer_op_standnummer {
		float: right;
		font-size: 12px;
		font-weight: bold;
		color: #843c10;
	}
	#page_content ul#alphabet li {
		float: left;
		padding-right: 8px;
	}
	#page_content ul#alphabet li a {
		font-size: 12px;
		font-weight: bold;
		color: #843c10;
	}
	#page_content #standhouders, #page_content #standnummer {
		clear: both;
		width: 100%;
	}
	#page_content #standhouders tr, #page_content #standnummer tr {
		background-color: #fcede0;
	}
	#page_content #standhouders tr.odd, #page_content #standnummer tr.odd {
		background-color: #fef8f3;
	}
	#page_content #standhouders tr td, #page_content #standnummer tr td {
		padding: 5px;
		vertical-align: top;
		font-size: 10px;
	}
	#page_content #standhouders tr td a, #page_content #standnummer tr td a {
		color: #843c10;
	}
	#page_content #standhouders tr td.logo_veld, #page_content #standnummer tr td.logo_veld {
		width: 150px;
	}
	#page_content #standhouders tr td.standnummer_veld, #page_content #standnummer tr td.standnummer_veld {
		text-align: right;
	}
	#page_content a[rel=plattegrond] img {
		float: left;
		margin: 0 6px 3px 0;
	}

#endorsed {
	background-color: #fff;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	color: #7F3D0B;
	padding-top: 15px;
	text-align: left;
}
	#endorsed img {
		margin: 0 20px 6px 0;
	}

/* FORMS */
ul.register {
	margin: 12px;	
}

#register fieldset, #login fieldset {
	margin-top: 8px;
}
#register label, #register label span, #login label, #login label span {
	display: block;
}
#register label, #login label {
	margin: 0 4px 8px 8px;
	height: 32px;
}
#register label input[type=text], #login label input[type=text][type=password] {
	padding: 2px;
	width: 200px;
	font-size: 11px;
}
#register label input[type=submit], #login label input[type=submit],.submitbutton {
	padding: 2px 4px;
	font-size: 11px;
	color: #fff;
	background-color: #346699;
	border: 0;
}

.full {
	display: block;
	height: 25px;
}
.small {
	display: block;
	width: 145px;
	height: 25px;
}
.medium {
	display: block;
	width: 298px;
	height: 25px;
}
.large {
	display: block;
	width: 451px;
	height: 25px;
}

.lightblue {
	background-color: #99ccff;
}
.blue {
	background-color: #346699;
}
.orange {
	background-color: #d95c05;
}
.brown {
	background-color: #843c10;
}



.readmore {
	background-color: transparent;
	background-image: url(/images/readmore-arrow.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
	color: #346699;
	font-weight: bold;
	padding-right: 13px;
	text-decoration: none;
}

/* Mootools Tooltip */
.tip {
	padding: 2px 5px;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #843c10;
	background-color: #fcede0;
}
	.tip .tip-text {
		display: none;
	}
	.tip-bottom {
		height: 12px;
		background-image: url(/images/tip-bottom.png);
		background-repeat: no-repeat;
		background-position: top left;
	}

div#toolbar div.content-right
{
	float: right;
	height: 122px;
	background: #eaf4ff;
	padding: 10px;
	padding-top: 15px;
	width: 278px;
}
div#toolbar  div.content-right div.text
{
	height: 122px;
	overflow: hidden;
}
