/* CSS Document */

/* 
lichtgrijs - #ebebeb
grijs - #6b6c74 
geel - #fad500
oranje - #ea8800
rood - #d61b1f
paars - #6a197c
blauw - #153a89
groen - #008c35

comm77 - #dbd964
penbord - #64699f
teambord - #d66665
cleverboard - #ff7f00

*/
/* --------- 1. defaults  --------- */
* {
	margin: 0;
	padding: 0;
		}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;
	background: url(../images/bagr.jpg) repeat-x center top;/* menu button loopt door*/
 	height: 100%; /* héél belangrijk */
	/*color: #6b6c74;*/
}
/*  -------- tekstopmaak -------- */
p {
	line-height: 18px;
	color: #6b6c74;
}

h1 {
	font-size: 1.1em;
	font-family: verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #6a197c;
}
h2 {
	font-size: 1.1em;
	font-family: verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #008c35;
	font-variant: small-caps;
}
h3 {
	font-size: 1.1em;
	font-family: verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #153a89;
	font-variant: small-caps;
}
h4 {
	font-size: 1.1em;
	font-family: verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #6a197c;
	font-variant: small-caps;
}
h5 {
	font-size: 1.0em;
	font-weight: bold;
	color: #6b6c74;
	display: inline;
}
h6 {
	font-size: 1.1em;
	font-weight: bold;
	color: #6b6c74;
	display: inline;
	font-variant: small-caps;
}
strong {
	color: #6b6c74;
}

a, a:link, a:visited { 
	color: #6a197c; 
	text-decoration: underline;
}
a:hover { 
	color: #fff;
	background-color: #6a197c;
	cursor: hand;
}
a:active { 
	color: #FF0000; 
	text-decoration: none;
}

ul {
	color: #6b6c74;
	list-style-image: url(/images/bullit_msd.png);
	margin-top: 5px;
	margin-left: 50px;
}
ol {
	color: #6b6c74;
	list-style-type: decimal;
	list-style-position: inside;
}
li {
	margin-top: 7px;
}
table tr td {
	vertical-align: top;
	color: #6b6c74;
	font-size: 0.8em;
}

/*  --------- structure  --------- */
.page {
	width: 840px;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: left;
	background-color: #FFFFFF;
}
.container {
	margin: auto;
	min-width: 100%;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
}
.content {
	min-width: 100%;
	width: 624px;
	float: left;
	padding-top: 12px;
	padding-left: 48px;
}
.content p a {
	color: #153a89;
}
.textblock {/*
	margin-top: 12px;
	margin-bottom: 12px;*/
	padding-right: 8px;
	padding-bottom: 8px;
	line-height: 1.35em;
	display: block;
	background-image: url(../images/itemhomepage.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	/*background-color: #FF0;*/
	/*float: left;*/
	width: 577px;
	min-height: 135px;
	padding-top: 6px;/*
	border: 2px solid #666;*/
}
.textblock p {
	width: 385px;
}
.textblock p a {
	color: #153a89;
	font-weight: bold;
}
.textblock p a:visited {
	color: #153a89;
	font-weight: bold;
}
.textblock p a:hover { 
	color: #153a89;
	background-color: #ebebeb;
	cursor: hand;
}
.textblock img {
	float: right;
	padding-left: 8px;/*
	padding-bottom: 8px;
	padding-right: 8px;*/
}

/*  ------- homepage ------- */
.productblokken {
	margin: 0px;
	padding: 0px;
	width: 190px;
	height: 400px;
	display: block;
	float: left;
}
.actueel_home {
	display: block;
	float: left;
}
.actueel {
	margin-top: 12px;
	margin-bottom: 12px;
	padding-right: 8px;
	padding-bottom: 8px;
	font-size: 1em;
	line-height: 1.35em;
	display: block;
	background-image: url(../images/itemhomepage.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	min-height: 108px;
	height: 108px;
/*	max-width: 385px;*/
	width: 384px;
}
.teaserimg {
	/*margin: 1px;
	padding: 1px;*/
	float: right;
	margin-left: 4px;
	max-height: 98px;
}
a.link1:link {
	color: #008c35;
	font-weight: bold;
}
a.link1:visited {
	color: #008c35;
	font-weight: bold;
}
a.link1:hover { 
	color: #153a89;
	background-color: #ebebeb;
	cursor: hand;
}

/*  -------- product content ------ */
.floatright {
	margin: 0px;
	float: right;
	margin-right: -1px;
	height: 125px;
	/*border-bottom: 1px dashed #6b6c74;*/
}
.productlogo {
	float:left; 
	width:385px;
}
.sfeerfloatright {
	float: left;
	left: 385px;
	margin-right: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tabbladen {
	clear: both;
	padding-top: 8px;
}
.noborder a img, a:link img, a:visited img, a:active img, a:hover img {
	border: none;
}
.productenopeenrij {
	height: 125px;
	margin-bottom: 6px;
	border-bottom: 1px dashed #6b6c74;
	display: block;
}
.productenopeenrij img {
	float:left;
	padding-left: -20px;
}

/*  -------- header & footer-------- */
.header {
/* 	background: url(/images/bagr_header.jpg) no-repeat left top;*/
	height: 135px;
}
.footer {
	border-top: 1px solid #ebebeb;
	clear: both;
	width: 770px;
	/*font-size: 0.8em;*/
	display: block;
	padding-left: 163px;
	padding-top: 4px;
}
.footer a {
	font-size: 0.85em;
}
.footer a:link {
	color: #999999;
	text-decoration: none; 
}
.footer a:visited {
	color: #999999;
	text-decoration: none; 
} 
.footer a:hover { 
	color: #fff;
	background-color: #ea8800;
	cursor: hand;
}
.footer a:active { 
	color: #FF0000; 
	text-decoration: none;
}
.naw {
	font-size: 0.85em;
	color: #999;
	display: block;
	margin-left: 48px;
}

.paars {
	font-size: 0.85em;
	line-height: 10px;
	font-family: verdana, Helvetica, sans-serif;
	color: #6a197c;
	padding-top: 4px;
}

/* --- aanvraag formulier ----*/
.formulier {
	width: 600px;
	background-color: #ebebeb;
	margin-bottom: 1em;
	padding: 10px;
	padding-bottom: 10px; /* ---- grijs onderaan ----*/
}
.formulierErr {
	width: 600px;
	background-color: #ebebeb;
	margin-bottom: 1em;
	padding: 10px;
	padding-bottom: 10px; /* ---- grijs onderaan ----*/
	border:1px solid #309;
	color:#309;
}
.formulier tr td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;
}
.invulveld {
	background-color: #eee;
	width: 280px;
	margin-bottom: 5px;
}
.aanvraagbutton a, a:link, a:visited { 
	color: #6b6c74; 
	text-decoration: none;
}
.aanvraagbutton a:active, a:hover {
	background-color: #ebebeb;
	color: #6b6c74;
	cursor: hand;
	text-decoration: none;
}

/* --- toevoeging betreffende referenties en faq  ---- */
.referentie {
	display: block;
	clear: both;
}
.referentie a {
	color: #153a89;
	font-weight: bold;
}
.referentie a:link {
	color: #153a89;
	font-weight: bold;
}
.referentie a:visited {
	color: #153a89;
	font-weight: bold;
}
.referentie a:hover { 
	color: #153a89;
	background-color: #ebebeb;
	cursor: hand;
}


/* --- toevoeging ten behoeve van het inloggen 28 nov. 2007 ----*/

.inlogtabel tr td {
	color: #6b6c74;
	height: 26px;
}

.smallebutton {
	border: 1px solid #6b6c74;
	width: 178px;
	background-color: #ebebeb;
}
.bredebutton {
	border: 1px solid #6b6c74;
	width: 280px;
	background-color: #ebebeb;
}

.editorlinks {
	display: block;
	position: absolute;
	top: 104px;
	left: 15px;
}

.h7 {
	font-size: 1.1em;
	font-weight: bold;
	color: #6a197c;
	display: inline;
	font-variant: small-caps;
}
.editorbalk {
	display: block;
	width: 226px;
	margin-top: -3px;
	border-top: 10px solid #6a197c;
	padding-bottom: 6px;
}
.editorintroveld {
	width: 460px;
	height: 100px;
}
.editortekstveld {
	width: 460px;
	height: 200px;
}
.editorbuttons img {
	float: left;
	padding: 0px;
}
