﻿/* de stijl van de website, dus de kleurstelling, het font. */
body
{
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#page
{
    margin: 0px auto;
    width: 1000px;
    background: #FFFFFF url(images/bg_pagina.gif) repeat-y;
    height: 100%;
}
.talenbar
{
    color: #fff;
    width: 100px;
    float:right;
    margin-top: 6px;
}
#sidebar2
{
    width: 155px;
    height: 100%;
    background-color: #e9e4e0;
    padding: 0px;
}
#content
{
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 5px;
    width: 815px;
    height: 100%;
}
.innerContent
{
    margin-right: 5px;
}
.font_1_1_em 
{
	font-size: 1.1em;
}
input, textarea, select
{
    font-family: Verdana, Sans-Serif;
    font-size: 100%;
    margin-bottom: 0px;
}

.urenEnVergoedingenPanel input
{
	border: none;
}

input.urenEnVergoedingenPanel
{
	border: none;
}
strong
{
    color: #555555;
    font-size: 13px;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

b
{
    color: #555555;
    font-size: 13px;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

a
{
    font: Tahoma, Verdana, Arial;
    text-decoration: none;
}

a:visited
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

img
{
    border: none;
}

p
{
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

h1
{
    margin: 0px;
    height: 60px;
    font: bold 36px/100% Trebuchet MS, Tahoma, Arial;
    color: #c9eefe;
}

h1 a, h1 a:visited
{
    color: #c9eefe;
    text-decoration: none;
}

h1 a:hover
{
    color: #ffffff;
    text-decoration: none;
}

h2
{
    color: #968679;
    font-size: 23px;
    font-weight: normal;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

h2 a, h2 a:visited
{
    color: #968679;
    text-decoration: none;
}

h2 a:hover
{
    color: #FF6600;
    text-decoration: none;
}

h3
{
    color: #968679;
    font-size: 17px;
    font-weight: normal;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial;
    margin: 10px 0px 5px;
}

h4
{
    font: normal 130%/100% Trebuchet MS, Tahoma, Arial;
    color: #F8961F;
    margin: 10px 0px 5px;
}

hr
{
    background-color: #968679;
    height: 1px;
    width: 100%;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

form
{
    margin: 0px;
    padding: 0px;
}

#header
{
    background: #ffffff url(images/bg_header.gif) no-repeat;
    background-position: top left;
    height: 70px;
    margin-top: 5px;
    overflow: hidden;
}

/* footer area */
#footer
{
    color: #ffffff;
    clear: both;
    background: #ffffff url(images/bg_footer.gif) no-repeat;
    background-position: bottom left;
    width: 1000px;
    height: 37px;
}

/* credits */
#credits
{
    font: Tahoma, Verdana, Arial;
    font-size: 11px;
    margin: 0px auto;
    padding-top: -30px;
    padding-bottom: 10px;
    width: 980px;
    color: #ffffff;
    font-size: 85%;
    line-height: 120%;
}

#credits a, #credit a:visited
{
    color: #ffffff;
    font-size: 10px;
    font-family: Tahoma, Verdana, Arial;
}

.footertext
{
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial;
    float: left;
    margin-left: 0px;
    margin-top: 7px;
}

.footerflexlogo
{
    float: right;
    margin-right: 20px;
    padding: 0;
    margin-top: -2px;
}
#IE7root .footerflexlogo
{
    margin-top: -13px;
}

.mailwhite
{
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial;
}

img.footertext, img[align="left"]
{
    float: left;
    margin: 2px 10px 5px 0px;
}

.alignright
{
    float: right;
}

img.alignright, img[align="right"]
{
    float: right;
    margin: 2px 0px 5px 10px;
}

.clear
{
    clear: both;
}

hr.clear
{
    clear: both;
    visibility: hidden;
    margin: 0px;
    padding: 0px;
}

#flexservice_logo
{
    margin-top: 85px;
    margin-left: 8px;
}

/*
de stijl van invoer tables.
*/
.InvoerTableLeftColumn
{
    border-style:solid;
    border-right-width:5px; 
    border-color:White;
    width : 178px;
}
.InvoerTableColumn
{
    border-style:solid;
    border-right-width:5px; 
    border-color: White;
    vertical-align :middle;
}

/*
div column tbv checkboxen en optiebuttons
*/

.DivColumn
{
    float:left;
    width: 190px;    
}

.DivEmptyRow
{
    height: 20px;
}

.DivEmptyRowSmall
{
    height: 5px;
}

.uitgeschrevenContent 
{
	position: relative;
	width: 410px;
	left: 190px;
	top: -180px;
	font-size: 1.1em;
}