html, body{
	font-family: Trebuchet MS, Verdana;
	font-size: 9pt;
	line-height: 13pt;
	background-color: #333333;
}

#container{
	background-color: white;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	margin-right: auto;
	margin-top: 0px;
	width: 1000px;
}
a{
	text-decoration: none;
}

a:link{
	color: black;
}

a:visited{
	color: black;
}

a:hover{
	color: #ec008c;
}

a:active{
	color: #ec008c;
} 

.note{
	font-style: italic;
	font-size: 0.9em;
}

#columnA{
	height: 100%;
	float: left;
	position: relative;
	bottom: 0px;
	width:571px;
	background-color: white;
	
}

#columnB{
	background-color: #fff;
	height: 100%;
	position: absolute;
	bottom: 0px;
	float: left;
	width:429px; 
	left: 571px;
}

#header{
	background-image: url('/images/header_magenta.jpg');
	float: left;
	width: 571px;
	height: 125px;
	background-color: #ec008c;
}

#menu{
	background-color: #ec008c;
	float: left;
	width: 143px;
	height: 100%;

}

#menu li ul li{
	font-size: 8pt;
}


#rightContent{
	float: left;
	/*background-color: #fbcce8;*/
	width: 286px;
}

/* MINIContent */
#miniContent{
	width: 143px;
	float:left;
}
#miniContent #miniA{
	color: #fbcce8;
	width: 143px;
	height: 125px;
	background-color: #4c4d4f;
}
#miniContent #miniA a{
	color: #fbcce8;
}
#miniContent #miniB{
	color: black;
	width: 143px;
	height: 125px;
	background-color: #d1d2d4;
}
#miniContent #miniB a{
	color: black;
}
#miniContent #miniC{
	color: #ec008c;
	width: 143px;
	height: 125px;
	background-color: white;
}
#miniContent #miniC a{
	color: #ec008c;
}
/*Content*/
#content{
	position: relative;
	float: left;
	background-color: #fbcce8;
	width:428px;
	min-height:500px;
	height:auto !important;
	height:500px;

}


#content h1{
	font-size: 19pt;
	color: #333333;
	margin: 10px 0px 0px 0px;
	line-height: 26pt;
}

#content h2{
	font-size: 16pt;
	color: #333333;
	margin: 10px 0px 0px 0px;
	line-height: 24pt;	
}

#content h3{
	font-size: 13pt;
	color: #333333;
	margin: 10px 0px 0px 0px;
	line-height: 22pt;	
}


#contentHeader{
	background-color: #4b3e48;
	width:428px;
	height: 125px;
}

#contentHeader p{
	color: #FFFFFF;
	font-size: 9pt;
	padding: 5px 10px 10px 0px;
}

#contentHeader h1,h2,h3{
	color: #FFFFFF;
	line-height: 20pt;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 13pt;
}

#contentHeader a:link{
	color: white;
}

#contentHeader a:visited{
	color: white;
}

#contentHeader a:hover{
	color: #ec008c;
}

#contentHeader a:active{
	color: #ec008c;
} 

#footer{
	position: absolute;
	bottom: 0px;
}

#menu_nav{
	width: 135px;
	margin: 20px 0px 0px 5px;
	color: white;
}

#menu_nav ul{
	font-size: 9pt;
}

#menu_nav a:link{
	color: white;
	text-decoration: none;
}

#menu_nav a:visited{
	color: white;
}

#menu_nav a:hover{
	color: black;
}

#menu_nav a:active{
	color: black;
}

#menu_nav ul li ul{
	margin-left: 15px;
}

.prefix{
	margin: 0px 10px 0px 10px;
}

.prefix p{
	padding: 10px 0px 0px 0px;
}

.error{
	color: red;
}

.tabUL{
	margin: 10px 0px 20px 0px;
	padding: 0px;
	width: 410px;
}

.tabUL li{
	font-align: center;
	float: left;
	margin: 0px 4px 0px 3px;
	text-align: center;
	line-height: 15px;
	padding: 0px 7px 0px 3px ;
	/*border-left: 1px solid #4c4d4f;
	border-right: 1px solid #4c4d4f;
	border-top: 2px solid #ec008c;*/
}

.btn_bestel{
	border: 1px solid #4c4d4f;
	padding: 1px;
}

.tab{
	border-top: 0px solid #aaaaaa; 	
}

.marker{
	background-color: #FFFF00;
}

.imgStrip{
	width: 100%;
	height: 115px;
	overflow-y: hidden;
	overflow-x: scroll;
	background-color: #d1d2d4;
}

.bigImg{
	text-align: center;
	height: 400px;
	background-color: #4c4d4f;
}

.imgStrip img{
	/*padding: 5px;*/
	margin: 5px;
}

fieldset{
	border: 0px;
}

fieldset label{
	display: block;
	float: left;
	width: 140px;
}
fieldset input{
	float: left;
}

.reacties{
	margin: 0px;
	padding: 0px;
}
.reacties li p{
	margin: 0px;
	padding: 0px;

}
.reacties li{
	border-bottom: 1px solid #888888;
	margin-bottom: 5px;
}

#rightContent img{
	max-width: 286px;
}
