html, body {
	width:			100%;
	font-size:		11px;
	font-family:	Verdana, Arial, sans-serif, Verdana;
}

body {
	color:	#333333;
	background-color: #ffffff;
	background-position: 50% 0;
	margin: 0;	padding: 0;
}

/* Text Elements */
a		{ text-decoration: none; color: #5c1e86; }
a:hover	{ text-decoration: underline; }

h2		{ font-size: 15px; font-weight: bold; color: #5c1e86; margin: 0; }
ul		{ margin-top: 0; margin-left: 0; padding-left: 1.5em; list-style-image: url('images/icon/li.gif'); }
li		{ padding: 0; margin-right: 10px; }
.purple	{ color: #5c1e86; }

/* Forms */
input[type="text"]			{ border: 1px solid #6f6f6f; background: #f0f0f0; padding: 2px; font-size: 11px; }
input[type="password"]		{ border: 1px solid #6f6f6f; background: #f0f0f0; padding: 2px; font-size: 11px; }
input[type="submit"]		{ border: 1px solid #6f6f6f; background: #f0f0f0; padding: 2px; font-size: 11px; }
textarea					{ border: 1px solid #6f6f6f; background: #f0f0f0; padding: 2px; font-size: 11px; }
input.counter				{ border: 0; background: #ffffff; font-size: 10px; font-family: Verdana, Arial, sans-serif, Verdana;}

.PasswordStrenght			{ border: 0px solid green; margin: 2px 0px 0px 0px; }
span.validator				{ display: block; width: 100%; margin: 5px 0; padding: 2px; border-top: 1px dotted #ffd803; border-bottom: 1px dotted #ffd803; background: #fdf1ad; color: #000000; }

div.hrule					{ height: 1px; background: #f1f1f1; display: block; margin: 0; padding: 0; font-size: 0px; }

/* Calendar */
.Calendar .ajax__calendar_container { border: 1px solid #5c1e86; background: #ffffff; }
.Calendar .ajax__calendar_day ,
.Calendar .ajax__calendar_month ,
.Calendar .ajax__calendar_year		{ border: 1px solid #ffffff; }
.Calendar .ajax__calendar_other .ajax__calendar_day,
.Calendar .ajax__calendar_other .ajax__calendar_month,
.Calendar .ajax__calendar_other .ajax__calendar_year	{ border: 1px solid #ffffff; color: black; }
.Calendar .ajax__calendar_hover .ajax__calendar_day,
.Calendar .ajax__calendar_hover .ajax__calendar_month,
.Calendar .ajax__calendar_hover .ajax__calendar_year	{ border: 1px solid #5c1e86; background-color: #eaeaea; }
.Calendar .ajax__calendar_active .ajax__calendar_day,
.Calendar .ajax__calendar_active .ajax__calendar_month,
.Calendar .ajax__calendar_active .ajax__calendar_year	{ border: 1px solid #ffffff; color: black; font-weight:bold; }

/* Page Container */
#page			{ width: 976px !important; height: 811px; margin: 0 auto; }

/* Body Head */
#navigation	{ width: 685px; height: 34px !important; background: #c1014a; }
#subheader	{ width: 685px; height: 22px !important; background: #f4f4f4; }

/* Columns */
#floatbody	{ position: absolute; top: 0; }
#left		{ width: 248px; float: left; padding: 0; position: relative; top: 0; }
#middle		{ width: 715px; float: left; padding: 0; position: relative; top: 0; }

/* article etc.. */
.infoPanelHeader	{ width: 478px;	height:	20px; background-color: #eaeaea; margin: 0 10px; border-top: 1px dotted #beaec8; border-bottom: 1px dotted #beaec8; }
.infoPanel			{ width: 478px; margin: 0 10px 10px 10px; padding: 0px; background-color: #f7f7f7; overflow: scroll; }

/* content */
#content			{ z-index: 1; width: 665px; height: 400px;  padding: 5px 0 0 15px; overflow: hidden;}
#content .head			{ z-index: 2; width: 650px; border-bottom: 1px dashed #000; }
#content .body			{ z-index: 3; line-height: 140%; height: 350px; overflow: scroll; padding: 0px 5px 0pt 0pt; }
#content p			{ z-index: 4; margin: 0 10px 0px 0; text-align: justify; }

#CustomPage .body		{ z-index: 5; height: 280px; }

#articlebig				{ width: 665px; height: 766px; margin: 0; padding: 0 10px; background-image: url(images/article_back_big.gif); background-repeat: no-repeat; }
#articlebig1				{ width: 665px; height: 766px; margin: 0; padding: 0 10px; background-image: url(images/article_back_big.gif); background-repeat: no-repeat; }

/* article */
#articlelist		{ height: 735px; overflow: auto; }
#articleback		{ z-index: 6; margin-top: 45px; background: url(images/article_back.gif); background-repeat: no-repeat; }
.article		{ width: auto; margin-bottom: 10px; overflow: hidden; }
.article .head		{ padding-top: 5px; }
.article .head .title	{ }
.article .head .meta	{ font-size: 10px; }
.article .body			{ padding-top: 5px; line-height: 140%;  }
.article .body .image	{ padding: 4px 5px 3px 3px; float: left; }
.article .info			{ padding: 10px 10px 0 10px; text-align: right; }
.articlead				{ width: 478px; margin: 0 10px 10px 10px; }

/* Rating */
.ratingStar			{ font-size: 0pt; width: 13px; height: 12px; margin: 0px; padding: 0px; cursor: pointer; display: block; background-repeat: no-repeat; }
.filledRatingStar	{ background-image: url(images/icon/FilledStar.png); }
.emptyRatingStar	{ background-image: url(images/icon/EmptyStar.png); }
.savedRatingStar	{ background-image: url(images/icon/SavedStar.png); }

.comment			{ padding: 4px 0; margin-bottom: 10px; width:630px; }
.comment td.meta	{ font-size: 10px; border-bottom: 1px solid #a7a7a7;}

/* antwoorden */
#antwoorden		{ width: 600px; }

#images img		{ margin: 0 5px 5px 0; }

/* body orange */
#body_orange p		{ margin: 5px 0; }
#body_orange img	{ margin-right: 5px; }

/* body red */
#body_red p		{ margin: 5px 0; }
#body_red img	{ margin-right: 5px; }

/* body yellow */
#body_yellow p		{ margin: 5px 0; }
#body_yellow img	{ margin-right: 5px; }

/* body white */
#body_white p		{ margin: 5px 0; }
#body_white img	{ margin-right: 5px; }

/* body purple */
#body_purple p		{ margin: 5px 0; }
#body_purple img	{ margin-right: 5px; }

/* body pink */
#body_pink p		{ margin: 5px 0; }
#body_pink img	{ margin-right: 5px; }

/* body other */
#body_other p		{ margin: 5px 0; }
#body_other img	{ margin-right: 5px; }

/* static text*/
#statictextback				{ width: 685px; height: 335px; background: url(images/content_back.gif) no-repeat; }
.statictext					{ width: 665px; padding: 0pt 0 0 0px; }
.statictext .head			{ padding: 5px 0 0 0px; }
.statictext .title			{ width: 650px; }
.statictext .body			{ height:543px; line-height: 140%; padding: 5px 10px 0pt 0pt; overflow: auto; }
.statictext .body .bold		{ color: #5c1e86; font-size: 10px; font-weight: bold; }
.statictext .body .image	{ padding: 4px 5px 3px 3px; }
.statictext .header			{ color: #5c1e86; font-size: 14px;}
.statictext p				{ margin:0pt 10px 0pt 0pt; text-align:justify; }

/* lastupdate */
#lastupdate					{ margin-right: 20px; padding-top: 5px; text-align: right; }

/* consumer */
#consumer					{ width: 320px; height: 310px; padding: 0 0 0 10px; float: left; overflow: hidden;}
#consumer p					{ margin: 0; }

/* Distribution */
#distribution				{ z-index: 90; width: 650px; padding: 10px 0 0 10px; float: left;}
#distribution p				{ z-index: 91; margin: 0; }

/* applet_login */
#applet_login 								{ width: 250px; height: 130px; margin-bottom: 5px; }
#applet_login .head							{ margin-bottom: 4px; }

/* applet_companyinfo */
#applet_companyinfo						{ margin-bottom: 15px; }
#applet_companyinfo .body					{ height: 245px; margin-top: 3px; }

/* applet_Contact */
#applet_contact							{ z-index: 98; margin: 70px 0 0 -15px; font-size: 85%;   }
#applet_contact .cbody						{ z-index: 99; height: 400px;  padding: 5px 0px 0pt 15px; }
#applet_contact .bold						{ z-index: 97; font-weight: bold; }

/* sIFR styles */
.sIFR-flash		{ visibility: visible !important; margin: 0; }
.sIFR-replaced	{ visibility: visible !important; }
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 17px;
	margin-bottom: 0;
}