/********** Panelen homepage **********/

#panels {
/*  position: relative; */
  width: 980px;
/*  padding-left: 0px;
  margin-left: 0px; */
}
.panel {
	position: relative;
	width: 253px;
	margin-top: 25px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
	display: inline; /* IE7- doubled left margin fix */	
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	color: White;
/*	font-weight: bold; */
}
.panel_onder {
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 293px;
	bottom: 0px;
	margin-top: 5px;
	font-size: 1pt; /* IE7- ... */
	line-height: 0px; /* ... div height fix */
}

#kolom_links {
	position: relative;
	width: 293px;
	margin-left: 25px;
	float: left;
	display: inline; /* IE7- doubled left margin fix */	
}
#kolom_midden {
	position: relative;
	width: 293px;
	margin-left: 25px;
	float: left;
	display: inline; /* IE7- doubled left margin fix */	
}
#kolom_rechts {
	position: relative;
	width: 293px;
	margin-left: 25px;
	float: left;
	display: inline; /* IE7- doubled left margin fix */	
}

#panel_laatste_nieuws {
	background-image: url(../images/site/achtergrond_laatste_nieuws.png);
}
#panel_laatste_nieuws_onder {
	position: absolute; /* IE6 fix, ... */
	left: 0px; /* ... otherwise can't have a 293px div in a 293px box */
	background-image: url(../images/site/achtergrond_laatste_nieuws_onder.png);
	height: 8px;
}

#panel_specials {
	background-image: url(../images/site/achtergrond_specials.png);
}
#panel_specials_onder {
	position: absolute;
	left: 0px;
	background-image: url(../images/site/achtergrond_specials_onder.png);
	height: 13px;
}

#panel_spotlight {
	background-image: url(../images/site/achtergrond_spotlight.png);
}
#panel_spotlight_onder {
	position: absolute;
	left: 0px;
	background-image: url(../images/site/achtergrond_spotlight_onder.png);
	height: 13px;
}

#panel_advertentie_2 {
	background-image: url(../images/site/achtergrond_advertentie.png);
	padding-bottom: 0px;
}
#panel_advertentie_2_onder {
	position: absolute;
	left: 0px;
	background-image: url(../images/site/achtergrond_advertentie_onder.png);
	height: 13px;
}

#panel_advertentie_3 {
	background-image: url(../images/site/achtergrond_advertentie.png);
	padding-bottom: 0px;
}
#panel_advertentie_3_onder {
	position: absolute;
	left: 0px;
	background-image: url(../images/site/achtergrond_advertentie_onder.png);
	height: 13px;
}

#panel_advertentie_4 {
	background-image: url(../images/site/achtergrond_advertentie.png);
	padding-bottom: 0px;
}
#panel_advertentie_4_onder {
	position: absolute;
	left: 0px;
	background-image: url(../images/site/achtergrond_advertentie_onder.png);
	height: 13px;
}

#panel_advertentie_5 {
	background-image: url(../images/site/achtergrond_advertentie.png);
	padding-bottom: 0px;
}
#panel_advertentie_5_onder {
	position: absolute;
	left: 0px;
	background-image: url(../images/site/achtergrond_advertentie_onder.png);
	height: 13px;
}

#panel_omrekenen_eenheden {
	background-image: url(../images/site/achtergrond_omrekenen_eenheden.png);
	padding-bottom: 0px;
}
#panel_omrekenen_eenheden_onder {
	position: absolute;
	left: 0px;
	background-image: url(../images/site/achtergrond_omrekenen_eenheden_onder.png);
	height: 13px;
}

#panel_forum {
	background-image: url(../images/site/achtergrond_forum.png);
}
#panel_forum_onder {
	position: absolute;
	left: 0px;
	background-image: url(../images/site/achtergrond_forum_onder.png);
	height: 13px;
}


#panel_team {
	background-image: url(../images/site/achtergrond_team.png);
}
#panel_team_onder {
	position: absolute;
	left: 0px;
	background-image: url(../images/site/achtergrond_team_onder.png);
	height: 13px;
}



/* Standaard panel */

.panel A {
	text-decoration: none;
}
.panel A:hover {
	color: #DBDBDB;
}
.panel UL {
	list-style: none;
	margin-left: 0px; /* IE */
	padding-left: 0px; /* Firefox */	
}
.panel .klein {
	float: left;
	font-size: 10px;
}
.panel .middel {
	font-size: 12px;
}
.panel .meer {
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: right;
	width: 253px;
}
.panel .meer_nomargin {
	text-align: right;
	margin-bottom: 0px;
}

/********** Omrekenen eenheden panel **********/

#invoer {
	background-color: #D595C4;
	width: 90px;
	font-size: 8pt;
	height: 17px;
	border: 0px;
}
#factor {
	background-color: #D595C4;
	width: 90px;
	font-size: 8pt;
	height: 17px;
	border: 0px;
}