html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body	{
	background: url(../images/interface/menu_back.gif) repeat-y left bottom;
}


/* various classes */

.skip,
.noScreen {
	display: none;
}

a.tel {
	text-decoration: none;
	color: black;
	cursor: default;
}

.image {
	clear: both;
}

.left {
	float: left;
	margin: 0 1em 1em 0;
}

.right {
	float: right;
	margin: 0 0 1em 1em;
}

.center {
	text-align: center;
}

abbr {
	border: none;
}

.clearBoth {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	line-height: 0%;
	font-size: 0;
}

/* #wrapper */

#wrapper {
	position: relative;
	height: auto;
	min-height: 100%;
	background: url(../images/interface/column_back.png) repeat-y right top;
	min-width: 1000px;
}

* html #wrapper {
	height: 100%;
	width: 1000px;
}


/* header */

#header {
	position: relative;
	height: 76px;
	background: url(../images/interface/header_back.png) repeat-x left top;
}

#header #topPhoto {
	position: relative;
	top: 0;
	left: 0;
	height: 76px;
	background: url(../images/interface/photos_top.jpg) no-repeat left top;
}

#header #sidePhoto {
	position: absolute;
	top: 76px;
	left: 0;
	height: 258px;
	width: 29px;
	background: url(../images/interface/photos_left.jpg) no-repeat left top;
}

#header h1 {
	position: absolute;
	top: 0;
	left: 29px;
	width: 134px;
	height: 109px;
	text-indent: -999em;
}
#header h1 a {
	display: block;
	width: 134px;
	height: 109px;
	text-decoration: none;
	background: url(../images/interface/cbmc_logo.png) no-repeat left top;
}

/* taalkeuze */

#language {
	position: absolute;
	top: 5px;
	right: 10px;
}

#language ul,
#language li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#language li {
	float: left;
	display: inline;
	margin-left: 8px;
	text-indent: -999em;
}

#language li a {
	text-decoration: none;
	display: block;
	width: 17px;
	height: 15px;
}

#language li#langUK a {
	background: url(../images/interface/flag_uk.png) no-repeat left 4px;
}
#language li#langNL a {
	background: url(../images/interface/flag_nl.png) no-repeat left 4px;
}



/* #content */

#content {
	margin-left: 163px;
	min-height: 440px;
	padding-bottom: 20px;
	background: url(../images/interface/content_line.png) no-repeat right 33px;
}

* html #content {
	height: 440px;
}

#content #primaryContent {
	margin-right: 200px;
	padding: 0 20px 20px 20px;
}

#content #secondaryContent {
	width: 200px;
	float: right;
	display: inline;
}

#content .wrapper {
	padding: 10px;
}

#bannerVrede {
	margin: 10px 0 0 10px;
}

/* content headers */

#content #primaryContent h2 {
	z-index: 10; 
	position: relative;
	top: 3px;
	padding-left: 20px;
	background: url(../images/interface/bullet_title.png) no-repeat 2px 8px;
}


/* content anchors*/

a {
	color: #00225f;
	text-decoration: underline;
}
a:hover {
	color: #e3bd34;
}

/* anchors */

.more {
	color: #EE8300;
	font-weight: bold;
	white-space: nowrap;
	margin-bottom: 1em;
}

#content .more a:link, 
#content .more a:visited, 
#content .more a:active {
	color: #EE8300;
}
#content .more a:hover {
	color: #e3bd34;
}


/* #mainMenu */

#mainMenu {
	position: absolute;
	top: 110px;
	left: 29px;
	width: 134px;
}

#mainMenu ul {
	width: 134px;
	position: relative;
	background: #00205a;
}

#mainMenu ul,
#mainMenu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainMenu ul li {
	display: block;
	position: relative;
	margin-bottom: 1px;
}

* html #mainMenu ul li {
	float: left;
}

#mainMenu ul li a {
	display: block;
	height: 21px;
	margin: 0;
	padding: 3px 4px 3px 18px;
	white-space: nowrap;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	background: #00205a;
	overflow: hidden;
}

#mainMenu ul li:hover a,
#mainMenu ul li.hover a {
	background: #667a9f url(../images/interface/bullet_mainmenu_on.png) no-repeat 122px 9px;
}

/* submenu */

#wrapper #mainMenu ul ul {
	position: absolute;
	top: -1px;
	left: 133px;
	display: none;
	width: auto;
	background: #bdc3de;
	border: 1px solid #00225f;
	border-bottom: none;
}

#wrapper #mainMenu ul ul,
#wrapper #mainMenu ul ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#wrapper #mainMenu ul li:hover ul,
#wrapper #mainMenu ul li.hover ul {
	/* #mainMenu ul li.hover ul is used by script for IE/WIN found in scripts/mainMenu.js */
	display: block;
}

#wrapper #mainMenu li li {
	position: relative;
	background: none;
	height: auto;
	margin-bottom: 10px;
}

#wrapper #mainMenu ul li li a {
	height: auto;
	width: 200px;
	padding: 4px 6px;
	white-space: normal;
	font-size: 12px;
	line-height: 16px;
	color: #00225f;
	background: #bdc3de;
	overflow: visible;
	border-bottom: 1px solid #00225f;
}

#wrapper #mainMenu li li a:hover {
	background: #ebedf5;
}

/* main sub-sub */

#wrapper #mainMenu ul ul ul {
	display: none !important;
	left: 212px;
}
#wrapper #mainMenu ul ul li:hover ul,
#wrapper #mainMenu ul ul li.hover ul {
	/* #mainMenu ul li.hover ul is used by script for IE/WIN found in scripts/mainMenu.js */
	display: block !important;
}

#wrapper #mainMenu ul li li li a {
	height: auto;
	width: 186px;
	white-space: normal;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #00225f;
	overflow: visible;
}



/* #topMenu */

#topMenu {
	position: absolute;
	top: 42px;
	right: 189px;
}

#topMenu ul,
#topMenu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#topMenu li {
	float: left;
	display: inline;
	font-size: 1.1em;
	color: white;
}

#topMenu li a {
	font-weight: bold;
	text-decoration: none;
	color: #00225f;
}
#topMenu li a:hover {
	color: white;
}

#topMenu li span {
	padding: 0 5px;
}


/* adresgegevens */

#address {
	position: absolute;
	left: 29px;
	bottom: 10px;
	width: 134px;
}
#address address {
	padding-left: 20px;
	font-style: normal;
	font-size: 11px;
	line-height: 14px;
	color: white;
}
span.label {
	float: left;
	display: inline;
	width: 1em;
}
#address a {
	color: white;
}



/* zoekveld */

#search {
	position: absolute;
	top: 42px;
	right: 10px;
	padding-left: 14px;
	background: url(../images/interface/icon_search.png) no-repeat left 5px;
}

#search form {
	margin: 0;
}

#search form input.text {
	width: 110px;
	border: 1px solid #876a02;
}


/* kruimelpad */

#breadcrumbs {
	position: absolute;	
	height: 32px;
	top: 4px;
	left: 435px;
}

#breadcrumbs ul {
	z-index: 0;
	display: inline;
	float: left;
	list-style: none;
	border: 0;
	padding: 0;
} 

#breadcrumbs ul li {
	display: inline;
	font-size: 11px;
	margin-right: 2px;
	color: #00225f;
	font-weight: bold;
}

#breadcrumbs ul li a	{
	color: #00225f;
	font-weight: normal;
	text-decoration: underline;
}
#breadcrumbs ul li a:hover {
	color: #667a9f;
}

/* homepage */

.homeBlock {
	width: 100%;
	float: left;
	display: inline;
	margin-bottom: 1em;
}
#content .homeBlock .wrapper {
	padding: 7px;
}

#homeIntro {
	background: none;
	margin-bottom: 0;
}
#content #homeIntro .wrapper {
	padding: 0;
}

.columnLeft,
.columnRight {
	width: 48%;
	float: left;
	display: inline;
}
.columnRight {
	float: right;
}


.columnLeft {
	margin-right: 1.5%;
}
.columnRight {
	margin-left: 1.5%;
}

.blockLeft,
.blockRight {
	display: block;
	margin-bottom: 1em;
	background: #fffbee;
	border: 1px solid #e3bd34;
	border-top: none;
	overflow: hidden;
}
.blockLeft .text,
.blockRight .text {
	max-width: 150px;
}
* html .blockLeft .text,
* html .blockRight .text {
	width: 150px;
}

.blockLeft h3,
.blockRight h3 {
	padding: 1px 5px;
	background: #e3bd34;
	color: white;
}


#homeNieuws {
	background: #fffbee;
	border: 1px solid #e3bd34;
	border-top: none;
}

#homeAgenda {
	background: #fffbee;
	border: 1px solid #e3bd34;
	border-top: none;
}

#homeGebedspunten {
	background: #edf6fe;
	border: 1px solid #0086db;
	border-top: none;
}
#homeGebedspunten h3 {
	background: #0086db;
}

#homeStelling {
	background: #edf6fe;
	border: 1px solid #0086db;
	border-top: none;
}
#homeStelling h3 {
	background: #0086db;
}

div.homeColumnWhite	{
	display: block;
	margin-bottom: 1em;
	background: #fff;
	border: 0;
	border-top: none;
	overflow: hidden;
	width: 48%;
	float: left;
	display: inline;
}



/* poll (Stelling van de week) */

#homeStelling table {
	width: 100%;
	border-collapse: collapse;
	border: none;
}

#homeStelling table td {
	padding: 5px;
}

ul#pollResult {
	list-style: none;
	margin: 0;
	padding: 0;
}

#pollResult li {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0.5em;
}

.pollVotes {
	float: right;
	display: inline;
	color: #e3bd34;
}

.pollBar {
	font-size: 11px;
	text-align: right;
	background: #e3bd34;
	border: 1px solid white;
	color: white;
}

/* nabewerking buttons (print / mail) */

ul#nabewerking {
	padding-left: 0;
}

ul#nabewerking li {
	float: left;
	display: inline;
	list-style: none;
	margin-right: 10px;
	padding: 0;
}

#wrapper ul#nabewerking li a {
	padding: 1px 5px;
	border-left: 1px solid #fae18a;
	border-top: 1px solid #fae18a;
	border-right: 1px solid #9c7900;
	border-bottom: 1px solid #9c7900;
	background: #e3bc33;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.95em;
}
#wrapper ul#nabewerking li a:hover {
	border-left: 1px solid #010e24;
	border-top: 1px solid #010e24;
	border-right: 1px solid #bdc3de;
	border-bottom: 1px solid #bdc3de;
	background: #00225f;
}

/* popups */

#popup body {
	background: #bcdbf7;
}

#popup #wrapper {
	margin: 10px;
}

#popup #wrapper #content {
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	background: none;
}

#popup #wrapper #content h2 {
	padding-left: 20px;
	background: url(../images/interface/bullet_title.png) no-repeat 2px 8px;
}

/* specific */

#secondaryContent .contentBox {
	background: white;
	border: 1px solid white;
}
#secondaryContent .contentBox h3 {
	padding: 2px 5px;
	background: #e3bd34;
	color: white;
}

form#comiteSelection {
	margin: 0;
}

form#comiteSelection label {
	font-weight: bold;
}

form#comiteSelection select {
	width: 155px;
}


/* SHOP */

/* shownext */
.shownext {
	text-align: center;
	color: #00225f;
}

#content .shownext a:link,
#content .shownext a:active,
#content .shownext a:visited {
	padding: 0 3px;
	text-decoration: none;
	background: #bdc3de;
	color: white;
}
#content .shownext a:hover {
	text-decoration: none;
	background: #00225f;
	color: white;
}

/* product tabel */
table.productList {
	border-collapse: collapse;
	border: 1px solid #bdc3de;
	width: 99%;
	margin: 0.5em 0;
}
html>body table.productList { /* Firefox border-fix */
	border: none;
}
table.productList td {
	vertical-align: top;
	padding: 0.4em 0.5em;
	border: 1px solid #bdc3de;
	border-right: none;
	border-left: none;
}
table.productList .odd td {
}
table.productList .even td {
	background: #ebedf5;
}
table.productList .extraCosts td {
	color: #00225f;
}
table.productList .total td {
	background: #bdc3de;
	color: white;
}


table.productList .articleCode,
table.productList .articlePrice,
table.productList .articleOrder {
	width: 1%;
	white-spacer: nowrap;
}
table.productList .articleCode input {
	width: 20px;
	text-align: center;
}
table.productList .articlePrice {
	text-align: right;
}
table.productList .articleOrder {
	text-align: center;
	width: 5.2em;
	font-size: 0.95em;
}



/* IE5.x/WIN hacks */

@media tty {
 i{content:"\";/*" "*/}}; @import 'ie50.css'; {;}/*";}
}/* */


/* IE5.5 */

@media tty {
 i{content:"\";/*" "*/}}@m; @import 'ie55.css'; /*";}
}/* */




/*	zoekformulier voor leden	*/

form#zoekledenform	select	{
	width: 100%;	
}

select#fc_zFunctie,
select#fc_zBranche,
select#fc_zP_woonplaats	{
	width: 250px;
}

#leden_account,
#leden_prive,
#leden_zakelijk,
#leden_postadres,
#leden_factuuradres,
#leden_overig	{
	display: none;
}
#tabs_leden	{
	margin:0.2em;
	font-weight: bolder;
}
#tabs_leden li	{
	display:inline;
	margin: 0.1em;
	padding:0.2em 0.4em;
	border-top: 1px solid #E3BD34;
	border-right: 1px solid #E3BD34;
	border-left: 1px solid #E3BD34;
	border-bottom: 0px;
	background-color: #FFFBEE;
	cursor:pointer;
}
#tabs_leden li.active	{
	background-color: #E3BD34;
	color: white;
}
#tabs_leden li a	{
	text-decoration: none;
}	
#tabs_leden li.active a	{
	color: white;
}

#leden_zr th	{	text-align: left; }