@import url(/include/css/editor.php);
html {
	min-height:100%;
	height:100%;
}

body 	{
	background-color: #FFFFFF;
	/*      T R B L  */
	margin: 0 0 0 0;
	scrollbar-arrow-color: #000000; 
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-highlight-color: #000000; 
	scrollbar-face-color: #FFFFFF; 
	scrollbar-shadow-color: #000000; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-darkshadow-color: #FFFFFF; 
	overflow: -moz-scrollbars-vertical;
	background-color: #f2f2f2;
	min-height:100%;
	height:100%;
	width:100%;
}

html > body, html>body #abs {
	height: auto;
}

html>body #abs, html>body #abs #website {
	height: auto;
}

.border	{border : 1px solid #000000;}

.button	{
	border: 1px none #FFFFFF;
	color : #FFFFFF;
	background-color : #000000;
}
.form  	{
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

#abs {
	min-height:100%;
	height:100%;
	width:100%;
	top:0px;
	left:0px;
	position: absolute;
	text-align: center;
	padding-left:auto;
	padding-right:auto;
}

#website {
	width: 900px;
	text-align:left;
	background-color: #FFF;
	min-height:100%;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
}

#main {
	width: 870px;
	margin-left:15px;
	margin-right:15px;
}

#topbanner {
	background-image: url(../../image/topbanner.jpg);
	background-position: top;
	height: 191px;
	background-repeat: no-repeat;
	font-size: 13px;
}

#logo {
	padding-top: 16px;
}

#topbanner .text {
	color: #cfe5f4;
	padding-left:15px;
	margin-top:45px;
}

#topbanner h1 {
	color: #c3dff1;
}

#balk_menu {
	height:30px;
	background-color: #003;
	padding-left:5px;
	color: #FFF;
}

#balk_menu ul {
	margin:0px;
	padding:0px;
}

#balk_menu li {
	position: relative;
	float: left;
	padding-left:15px;
	padding-right:15px;
	border-right:1px solid #FFF;
	font-weight: bold;
	height:30px;
	padding-top:7px;
	list-style-type: none;
	background: url(/image/tab_bg.gif) repeat-x;
}

#balk_menu a:link, #balk_menu a:visited, #balk_menu a:active, #balk_menu a:hover {
	color: #FFF;
	text-decoration: none;
}

#balk_menu li.active {
	background: white;
}

#balk_menu .active a:link, #balk_menu .active a:visited, #balk_menu .active a:active, #balk_menu .active a:hover {
	color: #003;
	text-decoration: none;
}

#balk_submenu {
	height:29px;
	background-color: #FFF;
	border-bottom: 1px solid #003;
	padding-left:5px;
	line-height:normal;
}

#balk_submenu ul {
	margin:0px;
	padding:0px;
	line-height:normal;
}

#balk_submenu li {
	padding:0px;
	margin:0px;
	padding-left:15px;
	padding-right:15px;
	position: relative;
	float: left;
	font-weight: bold;
	height:27px;
	*padding-top:4px;
	line-height:normal;
	list-style-type: none;
}

#balk_submenu a:link, #balk_submenu a:visited, #balk_submenu a:active, #balk_submenu a:hover {
	color: #003;
	text-decoration: none;
	font-weight:normal;
	line-height:normal;
}

#balk_submenu .active a:link, #balk_submenu .active a:visited, #balk_submenu .active a:active, #balk_submenu .active a:hover {
	color: #003;
	font-weight: bold;
	text-decoration: underline;
	line-height:normal;
}

#content {
	display: block;
	width: 870px;
	overflow: hidden;
	/**/
	clear: both;
}

#footer {
	display: block;
	height:30px;
	*height:50px;
	background-color: #003;
	width:840px;
	*width:870px;
	color: #bfbfcc;
	padding-left: 15px;
	padding-right:15px;
	padding-top: 20px;
	font-size: 13px;
	position: absolute;
	/*bottom:0px;*/
	margin-top:20px;
}

#footer a:link, #footer a:active, #footer a:visited, #footer a:hover {
	color: #808099;
	font-size: 13px;
}

.left{
	float: left;
}

.right {
	float: right;
}

#footer .right {
	color: #808099;
}

#welcome_back {
	background-image: url(../../image/punt.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
}

#welcome_text {
	width: 630px;
	border: 1px none red;
	height: 345px;
	float: left;
}

#welcome_text h1{
	padding-left:18px;
}

#welcome_columns {
	padding-top:20px;
	clear: both;
	background-image: url(../../image/punt_vervolg.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

#column_left {
	width: 405px;
	*width: 435px;
	height: 270px;
	background-color: #f2f2f2;
	float:left;
	padding:15px;
	position: relative;
}

#uitgelicht {
	width: 187px;
	*width: 217px;
	height: 270px;
	padding: 15px;
	float: left;
	border-right:1px solid #CCCCCC;
}
#weerbericht {
	width: 175px;
	*width: 215px;
	height: 270px;
	padding: 15px;
	padding-right:25px;
	float: right;
}

.nieuwsitem {
	padding-right:18px;
	padding-left:18px;
}

.nieuws_afbeelding_groot {
	float: right;
	width:235px;
	border: 1px solid #DEDEDE;
	text-align: center;
	padding:5 0px;
	margin-bottom:5px;
}

.nieuws_afbeelding {
	float: right;
	width:120px;
	height:87px;
	*height:92px;
	border: 1px solid #DEDEDE;
	text-align: center;
	padding-top:5px;
	margin-bottom:5px;
}

#nieuws {
	height:307px;
	*height:337px;
	padding-top:30px;
	padding-right:15px;
}

.lees_meer {
	font-weight: bold;
}

#aanbiedingen {
	width: 190px;
	*width: 240px;
	height:335px;
	*height:360px;
	float: right;
	color: #FFF;
	padding-top: 25px;
	padding-left: 50px;
	line-height:22px;
}

#aanbiedingen h1 {
	color: #FFF;
	margin-bottom:15px;
}

.spacer{
	height:1px;
	background-color: #DEDEDE;
}

#column_right h1 {
	color: #0e7ec6;
}

#generator {
	padding:18px;
	padding-top:30px;
	width:834px;
	/**/
	clear: both;
}

#folder {
	width:50%;
	float: right;
	text-align: center;
}

#advertentie {
	width: 50%;
	float: left;
	text-align: center;
}

.shadow {
	text-align: left;
	width:103px;
	height:140px;
	background-image: url(../../image/bsc_background.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin: 0 auto;
	text-align: center;
}

.link {
	width: 205px;
	text-align: center;
	float: left;
	height:150px;
}

.categorie {
	width: 138px;
	text-align: center;
	float: left;
	height:150px;
}

.balk {
	font-weight: bold;
}

#producten {
	padding-left:18px;
	padding-right:18px;
	margin-top:30px;
}

#subproducten {
	background-color:#f2f2f2;
	margin-top:14px;
	height:61px;
	*height:71px;
	padding-left:18px;
	padding-top:10px;
	width:761px;
	*width:779px;
	float:left;
}

.aanbiedingLijst {
	background-image:url(/image/aanbieding_line.gif);
	background-repeat:repeat-y;
	background-position: center;
	}

.productItem {
	background-repeat: no-repeat;
	background-position: right top;
	width:350px;
	min-height:205px;
	/* _height:205px; */
	margin-top:10px;
	margin-bottom:15px;
}

.ballon {
	background-image:url(/image/ballon.png);
	*background-image:none;
	background-repeat: no-repeat;
	background-position: top;
	height:85px;
	width:85px;
	color: #FFF;
	font-weight: bold;
	text-align:center;
	padding-top:15px;
	
	position:absolute;
	margin-left:110px;
	margin-top:-50px;
}

.aanbieding {
	padding-top:20px;
}

.prijsvan {
	color: #000;
	text-decoration: line-through;
	display: block;
	margin-bottom:7px;
}
.percentage {
	display: block;
	color: #000;
	display: block;
	margin: 7px 0 0 0;
}

.productItemDetails {
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 200px;
	/* *height:200px; */
}
#pdf {
	float:left;
	text-align: center;
	width:100px;
}

#linkWebsite {
	margin-left: 25px;
	float: left;
	text-align: center;
	width:150px;
}

.photo {
	float: left;
	margin-right:20px;
	margin-bottom:20px;
	text-align:center;
	border: 1px solid #DEDEDE;
	padding:5px;
}
