/**
 * = Global reset (Eric Meyers Reset Reloaded)
 * ----------------------------------------------------------
 */
a
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike,  tt, var, dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}


html {
      height:100%;
}

/**
 * = Vanaf hier styles voor LAYOUT posities etc.
 */
body {
	margin: 0;
	font-family: Verdana,Arial, Helvetica, sans-serif;
        font-size:11px;
        line-height:18px;
        color:#000;
	text-align: left;
        background: #FFECCD;
        background-image: url(../images/achtergrond_vlinders.jpg);
        background-repeat:no-repeat;
        background-position:center center;  
}

#workdiv {
	position:absolute;
	left: 50%; 
	top: 50%;
	width: 960px;
	height: 600px;
	margin-left: -480px; /* half of the width */
	margin-top: -300px; /* half of the height */
	background-image: url(../images/achtergr_002.gif);
}

#content {
	position: absolute;
	width: 640px;
	height:350px;
	left: 270px;
	top: 250px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
    font-size:11px;
    line-height:18px;
    color:#666;
	text-align: left;
	overflow:hidden;
}
#content {
	scrollbar-face-color:#FFF;
	scrollbar-shadow-color: #C7c5c4;
	scrollbar-highlight-color: #FFF;
	scrollbar-3dlight-color: #C7c5c4;
	scrollbar-darkshadow-color: #FFF;
	scrollbar-track-color: #FFF;
	scrollbar-arrow-color: #c7c5c4;
}

#nieuws{
	position:absolute;
	top:116px;
	left:20px;
        width:200px;
        height:40px;
        text-align:left; 
}
#bread{
	position:absolute;
	top:206px;
	left:272px;
        text-align:left;
        font-size:12px; 
        color:#FFF;
}



#menu{
	position:absolute;
        width:240px;
	top:220px;
	left:30px;
        height:auto;
        text-align:left; 
}


/**
 * = Vanaf hier styles voor weergave text etx..
 */
a:link, a:visited {
        text-decoration:none;
        color:#000;
}

a:hover {
	text-decoration:underline;
}
.kop1 {
	font-size: 11px;
	font-weight: bold;
	padding-left:10px;
	line-height:18px;
	color:#000;
}

xul{
	list-style: none;
}

xli{
	padding-left: 20px;
	height:100%;
	background-image: url(http://www.ambient.nl/cms/images/pijltje.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
.contentpaneopen {
    margin:0;
    padding:0;
    
}
td.contentheading  {
    color:#FF0000;
    font-size:12px;
    font-weight:bold;
}

.input {
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color:#000000;
    background-color:#b2b2b2;
}
.readon {
    text-decoration:underline;
}
.readon a:link, .readon a:visited{
    text-decoration:underline;
}
