body {
    font-family: Arial; 
	font-size: 10pt; 
}

table {
	font-size: 1.0em;
	empty-cells:show;
}

.foto_preview {
	border: 1px solid #FFFFFF;
}

td.snelmenuitem_begin {
	background : #a9c59f;
	font-size: 0.9em;
	text-decoration: none;
}

td.snelmenuitem {
	background : #a9c59f;
    background-image: url('../../templates/images/snelmenu_streepje.gif');
    background-position: left center;
    background-repeat: no-repeat;
	font-size: 0.9em;
    height: 17px;
	text-decoration: none;
}

td.extramenu {
	background-color : #ffffff;
    background-image: url('../../templates/images/bg_extramenu_uitrek.gif');
    
	height:1000px;;
}

td.extramenu_item {
    background-image: url('../../templates/images/bg_extramenu_item.gif');
    background-repeat: no-repeat;
    color: #004771;
	font-size: 0.9em;
    font-weight: bold;
    height: 46px;
    padding: 5px;
	text-decoration: none;
    width: 101px;
}

td.top {
    background-image: url('../../templates/images/top_uitrek.gif');
    background-position: top;
    background-repeat: repeat-x;
}

td.tophome {
    background-image: url('../../templates/images/home_top_uitrek.gif');
    background-position: top;
    background-repeat: repeat-x;
}

td.snelzoekbalk {
    background-image: url('../../templates/images/menu/uitrek.gif');
    background-position: top right;
    background-repeat: repeat-y;
}

td.snelzoekbalkhome {
    background-image: url('../../templates/images/menu/uitrek_home.gif');
    background-position: top left;
    background-repeat: repeat-y;
}

td.snelzoeken {
    background-image: url('../../templates/images/bg_snelzoeken.gif');
    background-repeat: no-repeat;
    color: #004771;
    font-size: 0.8em;
    font-weight: bold;
    height: 56px;
    width: 122px;
}

td.home_adres {
    border: 2px solid #004771;
    font-size: 0.9em;
    padding: 6px;
    padding-top: 8px;
    padding-bottom: 8px;
}

td.kop_intranet {
    font-size: 2.2em;
}

.terugknop {
    text-align: right;
    width: 100%;
}

a.snelmenu:link, a.snelmenu:active, a.snelmenu:visited, a.snelmenu:hover {
    font-weight: bold;
	color: #004771;
	text-decoration:none;
}

a.extramenu:link, a.extramenu:active, a.extramenu:visited, a.extramenu:hover {
    color: #004771;
    font-weight: bold;
}

font.vsmall {
	font-size: 0.8em;
}

font.small {
	font-size: 0.9em;
}

font.normal {
	font-size: 1.0em;
}

font.large {
	font-size: 1.2em;
}


font.vlarge {
	font-size: 1.4em;
}


h1, h2, h3, h4, h5, h6 {
    margin: 10 0 0 0;
	color: #4077af;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 2.0em;
}

h3 {
	font-size: 1.8em;
}

h4 {
	font-size: 1.6em;
}

h5 {
	font-size: 1.4em;
}

h6 {
	font-size: 1.0em;
}

.kruimelspoor {
    font-weight: bold;
	color: #004771;
}

/**(extra css)**************************************************************************************************/
.pagina_scroll { 
    /*
    position: absolute;
    z-index     : 5;
    left        : 4px;
    top         : 95px;
    */
    border      : 0px inset; 
    width       : 100%;
    height      : expression(document.body.clientHeight-137);
    background  : none;
    padding     : 10px;
    overflow-y  : scroll
}

a:link, a:active, a:visited, a:hover {
    color: #3e76af;
	font-weight: bold;
    text-decoration: none;
}

.paginakop {
    font-size: 1.3em;
}

.homeitemkop {
    color: #3b7914;
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
}

.homenieuwskop {
    font-size: 1.3em;
    font-weight: bold;
}

.content {
    background-color: #ffffeb;
    border-left: 2px solid white;
    padding-top: 12px;
    padding-right: 15px;
    padding-left: 25px;
}

.content, TD, P {
    color: #004770;
}

.home_content {
    background-color: #ffffeb;
    border-left: 35px solid white;
    border-right: 35px solid white;
    color: #004770;
    padding: 20px;
}

.highlight {
    background-color:yellow;
    font-weight:normal;
}

input.snelzoeken {
    border: none;
    font-size: 0.9em;
}


