table#tablemain {
	background-color:       #FFFFFF;
}

.bg_main {
	background		: transparent url(../Images/background.png) repeat;
	padding				: 0; 
	margin				: 0;
 }

#header {
	width					: 815;
	height				: 139;
	background		: transparent url(../Images/header.png) no-repeat;
}
#header_admin {
	width					: 815;
	height				: 139;
	background		: transparent url(../Images/header_admin.png) no-repeat;
}

.left {
	width					: 7px;
	background		: transparent url(../Images/left.png) repeat-y;
}

#content {
	background		: url(../Images/content.png) repeat;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	color					: #000000;
}

.right {
	width					: 7px;
	background		: transparent url(../Images/right.png) repeat-y;
}

td.menu {
	height			: 20px;
	background		: transparent url(../Images/menu.png) repeat-x;
	
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 12px;
	color			: #000000;
	text-align		: center;
	
	padding-left: 30px;
}
#copyright {	
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 10px;
/*	color					: #000000; */
	color         : #FFFFFF;
}


DIV#admin {
	padding-top		: 4px;
	padding-right	: 11px;
}
DIV#email {
	padding-right	: 11px;
}

div#afbeelding{
/*	border:		1px solid #000000; */
	width:      400px;
	height:		137px;
	position:	relative;
	right:		0px;
	top:        0px;

}
div#verhuur {
/*	border:		1px solid #000000; */
	width:      66px;
	height:     62px;
	position:	relative;
	right:		98px;
	top:        -30px;
}
div#luisteren {
/*	border:		1px solid #000000; */
	width:      66px;
	height:		62px;
	position:	relative;
	right:		166px;
	top:        -28px;
}





/* Content !! ---------------------------------------------------------------------*/
DIV.componentheading {
	height: 14px;
	margin-left:2px;
	padding-left:3px;
	border-bottom: 1px solid #336699;
	color: #336699;
	text-align: left;
	white-space: nowrap;
	font-weight:bold;
	text-transform:uppercase;
}
DIV.content {
	margin				: 2px;
	padding				: 2px;
}

STRONG {
	color:        #336699;
}

.content {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	color					: #000000;
}
A {
	color					: #000000;
}

ul{
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}
li.index{
	line-height: 20px;
}


a, img, p { padding: 0; margin: 0; }

img { border: 0 none; }

form { margin: 0; padding: 0; }

TR.table_kop {
	background: #616161;
	color:#FFFFFF;
	font-weight:bold;
}
TR.rij_even {
	background: #FFFFFF;
}

INPUT.text, input.textLang, INPUT.button, SELECT.text, TEXTAREA.text {
	border				: 1px solid #616161;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	color					: #000000;	
	text-indent		: 2px;
}

INPUT.text, SELECT.text {
	width					: 150px;
}
INPUT.textLang {
	width					: 500px;
}

TEXTAREA.text {
	width					: 500px;
	height				: 200px;
}

INPUT.text {
	text-indent		: 2px;
}

DIV.good {
	background-color: green;
	color: #FFFFFF;
}
DIV.error {
	background-color: red;
	color: #FFFFFF;
}


/* Home !! ---------------------------------------------------------------------*/
#cpanel div.icon {
	text-align: center;
	margin-right: 5px;
	float: left;
	margin-bottom: 5px;
}

#cpanel div.icon a {
	display: block;
	float: left;
	border: 1px solid #f0f0f0;
	background: #FFFFFF;
	height: 97px;
	width: 108px;
	color: #666;
	vertical-align: middle;
	text-decoration: none;
	font-size:10px;
}

#cpanel div.icon a:hover {
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f9f9f9;
	color: #0B55C4;
}

#cpanel img  { padding: 10px 0; margin: 0 auto; }
#cpanel span { display: block; text-align: center; }


/* Menu !! ----------------------------------------------------------------------*/
img.menu_onder{
    position: 	absolute;
	width: 		10px;
	height: 	10px;
	top: 		11px;
	right: 		8px;
}
img.menu_rechts{
    position: 	absolute;
	width: 		10px;
	height: 	10px;
	top: 		4px;
	left: 		140px;
}


#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.7em;
height:20px;
}

#nav a{
display:block;
padding:0px 5px;
border:0px solid #333;
color:#000;
text-decoration:none;
text-align:left;
}

#nav a:hover{
color:#0000FF;
}

#nav li{
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:12em;
top:1.7em;
}

#nav li ul a{
width:12em;
height:auto;
float:left;
background-color:#e0e0e0;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:12em;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}