* {
	padding: 0;
	margin: 0;
}
body {
	background: #FFF;
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
}
div.divider {
	clear: both;
	float: none;
	height: 0;
	font-size: 1px;
}
div#wrapper {
	margin: 0 auto;
	width: 960px;
}
body#framed div#wrapper {
	margin: 0;
	width: 550px;
}
div#header {
	height: 125px;
	background: #000;
	position: relative;
	margin-bottom: 10px;
}
div#header h1 {
	text-indent: -9999em;
	position: relative;
	height: 125px;
	width: 165px;
	background: #000 url(../images/logo-buma.gif) no-repeat top left;
	overflow: hidden;
}
div#header h1 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 155px;
	height: 125px;
	display: block; 
}
div#banner {
	position: absolute;
	top: 0;
	left: 165px; 	
	width: 550px;
	height: 125px;
	background: #FF6600;
}
div#banner img.banner {
	width: 550px;
	height: 125px;
}
div#banner p {
	padding: 10px;
	color: #FFF;
	font-size: 150%;
	margin-bottom: 15px;
	font-weight: normal;
	line-height: 110%;
}
div#header-right {
	color: #ffffff;
	position: absolute;
	top: 30px;
	left: 735px;
	width: 205px;
}

div#header-right div#supportedby {
	text-align: center;
	margin-bottom: 20px;
}

div#header-right div#switch-language {
	font-weight: bold;
}
div#header-right div#switch-language ul {
	list-style-type: none;
}
div#header-right div#switch-language li {
	border-left: 1px solid #FFF;
	padding: 0 5px;
	float: left;
}
div#header-right div#switch-language li.first {
	padding-left: 0;
	border-left: 0;
}
div#header-right div#switch-language a {
	color: #FFF;
	text-decoration: none;
} 
div#header-right div#switch-language a.active {
	color: #FF6600;
}
div#header-right div#switch-language a:hover {
	text-decoration: underline;	
}
div#main_navigation {
	float: left;
	width: 155px;
	font-size: 90%;
	margin-right: 10px;
}
div#main_navigation ul {
	list-style-type: none;
}
div#main_navigation ul#mainmenu li {
	margin-bottom: 5px;
	background: #D7D7D7 url(../images/bg-navigation-item.gif) top right no-repeat
}
div#main_navigation ul#mainmenu a {
	display: block;
	color: #000;
	background: transparent url(../images/bg-navigation-item.gif) top right no-repeat;
	text-decoration: none;
	padding: 4px 5px;
	font-weight: bold;
}
div#main_navigation ul#mainmenu a:hover, div#main_navigation ul#mainmenu a.active {
	color: #FF6600;
	background: #000 url(../images/bg-navigation-item.gif) top right no-repeat;;
}
div#main_navigation ul#mainmenu ul li {
	margin: 0;
	background-image: none;
}
div#main_navigation ul#mainmenu ul a {
	color: #737373;
	background-image: none;
}
div#main_navigation ul#mainmenu ul a:hover, div#main_navigation ul#mainmenu ul a.active {
	background: #000 url(../images/bg-navigation-subitem.gif) top right no-repeat;
}

div#breadcrumbs {
	margin-bottom: 10px;
}
div#breadcrumbs h2 {
	font-size: 100%;
	font-weight: normal;
}
div#breadcrumbs ul {
	list-style-type: none;
}
div#breadcrumbs li {
	float: left;
	border-left: 1px solid #FFF;
	padding: 0 10px;
	font-size: 120%;
}
div#breadcrumbs li a { 
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
div#breadcrumbs li.first {
	padding-left: 0;
	border-left: 0;
}
div#breadcrumbs li.first a {
	color: #FFF;
}
div#content {
	float: left;
	position: relative;
	background: #000;
	width: 550px;
	color: #FFF;
	min-height: 300px;
	zoom: 1;
}
div#content-wrapper {
	padding: 10px;
}
div.white-block {
	background: #FFF url(../images/bg-white-block-top-right.gif) no-repeat top right;
	margin-bottom: 20px;
	min-height: 100px;
}
div.white-block-wrapper {
	background: transparent url(../images/bg-white-block-bottom-left.gif) no-repeat bottom left;
	min-height: 100px;
	color: #000;
	line-height: 150%;
	padding: 15px;
}
div.white-block div.image, div.white-block div.icon, div.white-block div.small-image {
	width: 100px;
	margin-right: 15px;
	float: left;
	position: relative;
}

div.white-block div.icon {
	width: 32px;
}

div.white-block div.image img, div.white-block div.small-image img{
	margin-bottom: 15px;
}

div.white-block div.small-image {
	width: 65px;
	margin-right: 50px;
	position: relative;
}
div.white-block div.small-image-overlay {
	position: absolute;
	top: 0;
	right: 0;
	background: transparent url(../images/small-image-overlay.gif) no-repeat top right;
	width: 11px;
	height: 11px;
}

div.white-block div.image-overlay {
	position: absolute;
	top: 0;
	right: 0;
	background: transparent url(../images/small-image-overlay.gif) no-repeat top right;
	width: 11px;
	height: 11px;
}

div.white-block div.big-image {
	width: 100px;
	margin-right: 15px;
	position: relative;
}

div.white-block div.content {
	float: left;
	width: 385px;
}



div.white-block div.content div.content{
	float: left;
	width: auto;
}

div.white-block div.content ul li {
	margin-left: 15px;
	list-style: disc;
}

div.white-block div.row {
	margin: 10px 0;
}
div.white-block h3 {
	font-weight: bold;
	font-size: 110%;
	color: #000;
}

/*orange block */
div.orange-block {
	background: #F60 url(../images/bg-orange-block-top-right.gif) no-repeat top right;
	margin-bottom: 20px;
	min-height: 100px;
}
div.orange-block-wrapper {
	background: transparent url(../images/bg-orange-block-bottom-left.gif) no-repeat bottom left;
	min-height: 100px;
	color: #fff;
	line-height: 150%;
	padding: 15px;
}



/* Gallery */
div#gallery {
	margin-right: -10px;
}
div#gallery div.image {
	width: 125px;
	height: 125px;
	float: left;
	position: relative;
	margin: 0 10px 10px 0;
}
div#gallery div.image div.overlay {
	position: absolute;
	top: 0;
	right: 0;
	width: 21px;
	height: 21px;
	background: transparent url(../images/gallery-image-overlay.gif) no-repeat top right;
}

div#gallery a.photo-close-button {
	position: absolute;
	top: 20px;
	right: 22px;
	width: 17px;
	height: 15px;
	background: transparent url(../images/close_button.png) no-repeat top right;
}

div#gallery div.navigation {
	font-weight: bold;
	margin-bottom: 1em;
}
div#gallery div.navigation a {
	color: #FFF;
}
div#gallery div.navigation a.active {
	color: #FF6600;
}
div#gallery div.lightbox {
	background: #D7D7D7;
	padding: 10px;
	position: absolute;
	top: 10px;
	left: 10px;
	display: none;
	color: #000;
}
div#gallery div.lightbox img {
	margin-bottom: 10px;
}
div#gallery div.lightbox div.overlay {
	position: absolute;
	top: 0;
	right: 0;
	width: 26px;
	height: 26px;
	background: transparent url(../images/lightbox-overlay.gif) no-repeat top right;
}

div#footer {
	/*left: -163px;*/
	margin: 20px 0px;
	position: relative;
}

div#footer ul {
	list-style: none;
}

div#footer li {
	float: left;
	border-left: 1px solid #FFF;
	padding: 0 5px;
}
div#footer li.first {
	padding-left: 0;
	border-left: 0;
}

div#footer ul li {
	background: none;
}

div#footer ul li a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}


div#footer ul li a:hover, div#footer ul li a.active {
	background: none;
	color: #000;
	text-decoration: underline;
}
div#sidebar {
	float: left;
	margin-left: 10px;
	width: 225px;
}
div#sidebar-wrapper {
}
div#agenda {
	padding: 10px;
	background: #D7D7D7 url(../images/bg-agenda.gif) no-repeat top right;
	margin-bottom: 15px;
}
div#agenda h2 {
	font-size: 140%;
	margin-bottom: 5px;
}
div#agenda div.item {
	padding: 10px;
	background: #FFF;
	margin-bottom: 10px;
	line-height: 150%
}
div#agenda div.item a {
	display: block;
	text-decoration: none;
}
div#agenda div.item h3 a {
	color: #FF6600;	
}
div#agenda div.item h3 {
	font-size: 100%;
	text-transform: uppercase;
	font-weight: bold;
}

h3 span.datum {
	/*margin-left: 10px;*/
	display: block;
	line-height: 150%;
	color: #FF6600;	
	text-transform: uppercase;	
	font-size: 50%;
	text-transform: uppercase;
	font-weight: bold;
}


div#agenda div.item p {
	font-weight: bold;
}
div#agenda div.item p a {
	color: #000;
}
div#agenda div.meer {
	text-align: right;
}
div#agenda div.meer a {
	color: Black;
	text-decoration: none;
	font-weight: bold;
}
div#agenda div.meer a:hover {
	text-decoration: underline;
}
div#quote {
	color: #FF6600;
	font-size: 150%;
	margin-bottom: 15px;
	font-weight: normal;
	line-height: 110%;
}
div#quote p {
	margin-bottom: 0.5em;
}
div#video {
	margin-bottom: 15px;
}
span.quote-from {
	font-size: 80%;
}
a {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
h3 {
	color: #FFF;
	font-size: 200%;
	font-weight: bold;
	margin-bottom: 3px;
}
a.lees-verder {
	font-weight: bold;
}
span.intro {
	font-weight: bold;
}

.videoplayer {
	margin-bottom: 15px;
}

.videoplayer-inline {
	margin: 15px 0;
}


div.white-block div.links {
	margin: 15px 0px;
}

a.webshop-link, a.external-link, a.back-link  {
	position: relative;
	display: block;
	height: 50px;
	padding-left: 55px;
	background-position-x: left;
	background-position-y: center;
	background-repeat: no-repeat;
	line-height: 50px;
}

a.webshop-link {
	background-image: url(/images/icon_webshop.gif);
}

a.external-link {
	background-image: url(/images/icon_external.gif);
}

a.back-link {
	background-image: url(/images/icon_back.gif);
}

ul#feeds {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	zoom: 1;
}

ul#feeds li {
	position: relative;
	display: inline;
	float: left;
	margin: 10px 9px;
	height: 32px;
	zoom: 1;
}



