html, body {
	width:			100%;
	font-size:		11px;
	font-family:	Verdana, Arial, sans-serif, Verdana;
}

body {
	color:	#333333;
	background-color: #fff;
	margin: 0;	padding: 0;
}

/* Text Elements */
a		{ text-decoration: none; color: #337dc1; }
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; }
.purple	{ color: #4186c5; }

/* 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: 980px !important; margin: 0 auto; }

/* Body Head */
#navigation			{ width: 100%; height: 75px !important; background: url(images/back_nav.jpg) repeat-x; margin: 0; }
#navigation .logo	{ padding-left: 20px; }
#navigation .body	{ left: 225px; position: absolute; top: 10px; }
#navigation .bar	{ height: 6px; }


#header		{ width: 980px; height: 332px !important; margin: 0 0 20px 0; }
#header .floatbanner { position: relative; left: 507px; top: 41px; }
#subheader	{ width: 996px; height: 5px !important; background: #ffffff; }
#footer		{ width: 100%; height: 66px !important; padding: 10px 0; background: url(images/footer_back.jpg) repeat-x; margin: 0; }

/* Header */
#floattable					{ position: absolute; }
#floattable .floatbanner	{ position: absolute; top: 33px; }

/* Columns */
#left		{ width: 236px; float: left; padding: 0; }
#middle		{ width: 500px; float: left; padding: 0; }
#middle2	{ width: 744px; float: left; padding: 0; }
#right		{ width: 244px; float: left; padding: 0; }

/* articlelist 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: hidden; }

/* article */
.article				{ width: 488px; margin: 0 5px 10px 5px; background: url(images/content_back_top.jpg) no-repeat; overflow: hidden; }
.article .head			{ padding: 10px 0; }
.article .head .title	{ }
.article .head .meta	{ font-size: 10px; }
.article .body			{ padding: 0; 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; }
.comment td.meta	{ font-size: 10px; border-bottom: 1px solid #a7a7a7;}

/* static text*/
.statictext					{ width: 488px; margin: 0 5px 5px 5px; background: url(images/content_back_top.jpg) no-repeat; }
.statictext .head			{ padding: 10px 0; }
.statictext .body			{ padding: 0; line-height: 140%;}
.statictext .body .bold		{ font-size: 10px; font-weight: bold; }
.statictext .body .image	{ padding: 4px 5px 3px 3px; }
.statictext .info			{ padding: 10px 10px 0 10px; text-align: right; }
.statictext .header			{ font-size: 14px;}
.statictext p				{ margin: 5px 0; }

/* search_applet */
#search_applet				{ padding: 10px 0 10px 10px; }

/* applet_archive */
#applet_archive				{ margin:-20px 0 0 10px; width: 468px; }

/* applet_login */
#applet_login 				{ height: 190px; margin-bottom: 5px; }
#applet_login .head			{ margin-bottom: 4px; }

/* applet_blog */
#applet_blog				{ margin-bottom: 5px; }
#applet_blog .head			{ margin-bottom: 4px; }
#applet_blog .body			{ margin-bottom: 4px; }

/* applet_links */
#applet_links 				{ margin-bottom: 5px; }
#applet_links .head			{ margin-bottom: 4px; }

/* applet_staticlinks */
#applet_staticlinks 		{ margin-bottom: 5px; }
#applet_staticlinks .head	{ margin-bottom: 4px; }
#applet_staticlinks .body	{ width: 229px; background-color:#8ADBFC; text-align: left; padding-bottom: 4px; }
#applet_staticlinks h3		{ font-size:116.67%; padding: 0.5em 0pt 0pt; min-height: 3em; padding-top: 1em; padding-right: 40px; }
#applet_staticlinks ul		{ margin-top: 0; margin-left: 0; padding-left: 1.5em; list-style-image: url('images/icon/arrow_link.gif'); }

#telecom		{ padding: 0 .8em; background: url(/styles/images/applets/staticlinks/telecom.jpg) no-repeat; }
#fotoservice	{ padding: 0 .8em; background: url(/styles/images/applets/staticlinks/fotoservice.jpg) no-repeat; }
#wijn			{ padding: 0 .8em; background: url(/styles/images/applets/staticlinks/wijn.jpg) no-repeat; }

/* applet_weer */
#applet_weer 				{ margin-bottom: 5px; }
#applet_weer .head			{ margin-bottom: 4px; }

/* applet_headlines */
#applet_headlines_today						{ margin-top: 5px; margin-bottom: 15px; font-size: 9px; }
#applet_headlines_today .head				{ margin-bottom: 4px; }
#applet_headlines_today .body				{ margin-left: 4px; }

/* applet_lastcomments */
#applet_lastcomments						{ margin-bottom: 15px; font-size: 11px; }
#applet_lastcomments .head					{ margin-bottom: 4px; }

/* applet_companyinfo */
#applet_companyinfo							{ margin-bottom: 15px; }
#applet_companyinfo .body					{ margin-top: 3px; }

/* applet_Contact */
#applet_contact								{ margin-bottom: 15px; }
#applet_contact .head						{ margin-bottom: 4px; }
#applet_contact .bold						{ 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;
}