#basicframe{
	border:none; 
	border-collapse:collapse; 
	border-width:0px; 
	margin: 0px 0px 0px 0px;
	padding: 0cm 0cm 0cm 0cm;
}
#smallbalk{
	background-color:#FF6699;
	height:5px;
	
}
#Lborder{ 
margin: 0px 0px 0px 0px;
	padding: 0cm 0cm 0cm 0cm;
width:16px;
background-image:url(images/Lborder.png);
background-repeat:repeat-y;
background-position:right;
	
}
#Rborder{ 
margin: 0px 0px 0px 0px;
padding: 0cm 0cm 0cm 0cm;
width:16px; 
height:15px; 
background-image:url(images/Rborder.png);
background-repeat:repeat-y;
background-position:left;
}
#Lcorner{
	margin: 0px 0px 0px 0px;
	padding: 0cm 0cm 0cm 0cm;
width:16px; 
height:15px; 
background-image:url(images/Lcorner.png);
background-repeat:no-repeat;
background-position:top right;

}
#Bborder{ 
margin: 0px 0px 0px 0px;
	padding: 0cm 0cm 0cm 0cm;
height:16px;
background-image:url(images/Bborder.png);	
background-repeat:repeat-x;
background-position:right;
}
#Rcorner{
	margin: 0px 0px 0px 0px;
	padding: 0cm 0cm 0cm 0cm;
width:16px; 
height:15px; 
background-image:url(images/Rcorner.png);	
background-repeat:no-repeat;
background-position:top left;
}

/* LAYOUT ONLY!! */
#container {
	
}
#header {
	background-image:url(images/header2.jpg);
	background-position:center;
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
}
#header2 {
	padding:0px;
	margin:0px;
}
#nieuws {
	text-align:left;
	vertical-align:top;
}
#content {
	padding:8px;

}
#foot{
	background-color:#333;
	padding:5px;
	color:#FFF;
	}
#kmenu{
	max-width:250px;
	background-color:#999;
	background-image:url(images/left_menu_BG.png);
	background-repeat:repeat;
	padding-top:10px;
	padding-bottom:10px;
	width:150px;
}
#menu2{
	background-color:#333;
	background-image:url(images/menubar.png);
	background-repeat:repeat-x;
}
#menu{
	margin: 0px 0px 0px 0px;
	padding: 0cm;
	width:800px;
	background-color:#FFF;
}
#footer {

}

/* THE LEFT MENU */
ul#navlist
{
	max-width:250px;
	padding: 0px;
	border-top: 0px;
	margin: 0px;
	font: bold 11px verdana,helvetica,arial,sans-serif;
}

ul#navlist li
{


	list-style: none;
	margin: 0px;
	border: 0px;
	border-top: 0px solid #808080;
}

ul#navlist li a
{
	color:#FFF;
	display: block;
	
	padding: 4px 8px 4px 8px;
	border: 0px;
	text-decoration: none;
	text-align: left;
}

ul#navlist li a:link { color:#FFF; }
div#navcontainer li a:visited { color:#FFF; }

ul#navlist li a:hover
{
	border-color: #FFF;
	color:#333;
   
}

/* THIS IS USED TO DISPLAY A SELECTED GROUP IN THE MENU */
#active a:link, #active a:visited, #active a:hover
{
	border-color:#FFF;
	color: #ffffff;
    
}
/* THE TOP MENU */
#navcontainer2 ul
{
	padding-left: 0;
	margin-left: 0;
	width: 100%;
	font: bold 11px verdana,helvetica,arial,sans-serif;
	
	
}

#navcontainer2 ul li { display: inline; }

#navcontainer2 ul li a
{
	padding-left:15px;
	padding-right:15px;
	color:#FFF;
	text-decoration: none;
	

}

#navcontainer2 ul li a:hover
{
	color:#CCC;
}

/* TEXT MAKEUP AND OTHER COSMETICS HERE!!! */

#hideable {
	background-color: white;
}

/* image properties */
.imgleft {
	  float: left;
      padding: 6px 10px 6px 0px;	  
}

.imgright {
	  float: right;
      padding: 6px 0px 6px 10px;	  
}
	
img { 
	  border-width: 0px; 
}

/* this image is used in details.php and browse.php, all other images should not have borders */
.borderimg { 
	  border-style:solid;
      border-color: #D6DDE6;
      border-width:1px;
}

/* general settings */
html {
    height: 100%;
}

body {
	height: 100%;
	font: 11px Verdana,Tahoma,Arial,sans-serif;
	background: #f4f4f4;
	margin:0px; padding:0px;
}

/* the headings you can use */
h1, h2, h3, h4, h5, h6, h7
{
	margin: 0px;
	padding: 0px;
	color: black;
}
h1 { 
	 /* left menu */
	 font-size: 15px;
     font-weight: bold;
	 color:#FFF;
	 padding-bottom:4px;
	 padding-top:5px;
	 padding-left:5px;
	 background-color:#333;
}
h2 { /* page headers */
	 font-size: 14px;
     font-weight: bold;
} 
h3 { /* slogan under logo */ 
	 font-size: 15px; 
     font-weight: bolder;
     position: relative;
}
h4 { /* back to admin options, and other text links like that */
	 font-size: 12px;   
	 text-align: center;
     font-weight: normal;
}
h5 { /* product id in details.php */
	 font-size: 12px;
     font-weight: bold;
} 
h6 { /* the headers in editsettings.php */
     font-size: 13px;   
	 text-align: center;
     font-weight: bold;
     color: black;
     border: 1px solid #666;
	 background: url(images/h6_bg.png) #d9dffb;
}

/* how the links should behave (apart from the menu) */
a { text-decoration: underline; }
a:link { color: #999;}
a:visited { color: #999; }
a:active { color: #999; }
a:hover { color: #CCC; }

/* a link class that is pretty plain */
a.plain { text-decoration: none; }
a.plain:link { color: black; }
a.plain:visited { color: black; }
a.plain:active { color: black; }
a.plain:hover { color: black; }

/* single pixel borders on input boxes */
input, textarea
{
   background-color: #ffffff;
   border-width: 1px;
   border-style: solid;
   border-color: black;
}

/* text in tables */
td, th {
	font: 11px Verdana,Tahoma,Arial,sans-serif;
}
/* tables of this class have no border */
table#borderless {
	border-collapse: collapse;
	border-style: hidden;
}
table.borderless th,
table.borderless td {
	border: 0px;
	padding: 5px;
	border-style: hidden;
	vertical-align: top;
}
table.borderless caption {
		font-size: 14px;
		font-weight: bold;
		color: #33517A;
		text-align: left;
		padding-top: 3px;
		padding-bottom: 8px;
		margin-left: auto;
		margin-right: auto;
}

/* a class that describes how tables should look */
.datatable {
		border: none;
		border-collapse: collapse;
		margin-left:auto; 
		margin-right:auto;
}
.datatable td {
		border: none;	
		padding: 4px;
		text-align: left;
    	vertical-align: top;
		background-color: #FFFFFF;
}
.datatable th {
		background-color: #ccccdd;
		font-weight: bold;
		color: #666677;
		text-align: left;
		padding: 4px;
        border: none;
	    background: url(images/h6_bg.png) #d9dffb;
}
.datatable caption {
		font-size: 14px;
		font-weight: bold;
		background-color:#333;
		margin-bottom:5px;
		color:#FFF;
		text-align: left;
		margin-top:3px;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left:3px;
		margin-left: auto;
		margin-right: auto;
}
.datatable tr.altrow {
		background-color: #E9EEF5;
		color: #000000;
}
/*.datatable tr:hover, .datatable tr.hilite {
		background-color: #dff;
		color: #000000;
}*/
	
/* (?) popup properties */
a.info{
    position:relative; /*this is the key*/
    z-index:24;
    color:#000;
    font-size: 12px;
    font-weight: normal;
}

a.info:hover{z-index:90; background-color:#CCC;}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    z-index: 90;
    top:2em; left:1em; width:25em;
    border:0;
	background-image:url(images/info_BG.png);
	padding:10px;
	color:#000;
	border:1px #333;
    text-align: left
}