/* Stijl voor Precision
    basiskleuren:
    #0080C0 (blauw) voor tekst, alternatief #000099
    #CCFFFF (zeer lichtblauw) voor achtergrond zonder image
    #FFFF66 (lichtgeel) voor memo
    #FF3333 precision-rood
    */

body {
    color: #000099;
    background-color: #FFFF99;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    background-image: none;
    background-attachment: fixed;
    font-size: x-large;
}

a	 {
    color: #000099;
    text-decoration: underline;
}

a:hover {
    color: #FF3333;
    text-decoration: underline;
}

h1, h2, h3 {
    font-family: verdana, arial, sans-serif;
}

h1 {
  font-size: 120%;   /* h1 en h2 zelfde afmeting */
}
h2 {
  font-size: 120%;   /* h1 en h2 zelfde afmeting */
}

.subkop {font-size: smaller; }

#kopregel {
    position: absolute;
    top: 5px;
    left: 5px;
    height: 86px;
    width: 98%; /*width: 900px; 994*/
}

#noflashtitle {
    display:none;
}

#flashtitle {

}

#kopregel .logo1 {
    display: block;
    position: absolute;
    top: 10px;
    left: 40px;
}

#kopregel .logo2 {
    position: absolute;
    top: 0px;
    right: 10px;
}

#kopregel .stijlkeuze img {
  border: none;
}

#linkerkolom {
    position: relative;
    float: left;
    top: 98px;
    left: 0px;
    width: 160px;
    margin: 0 0 0 0;
    height: 100%;
    /* border: thin solid #00CC33; for debugging */
    z-index: 1;
}

#linkerkolom_a {
    position: absolute;
    height: 400px;
}

#linkerkolom_b {
    position: absolute;
    top: 400px;
}

#middenkolom {
    position: relative;
    top: 98px;
/*    width: 576px; */ /*584*/
    margin-left: 180px;
    margin-right: 200px;
    border-left: 4px solid #FE8F00;
    border-right: 4px solid #FE8F00;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 0;
}

#rechterkolom {
    position: relative;
    float: right;
    top: 160px;
    right: 0px;
/*    left: 790px; */ /*800*/
    width: 190px;
    padding: 0px;
    font-size: smaller;
    background-color: #FFFF99;
    /*border: thin solid #00CC33; for debugging  */
    z-index: 1;
}

#rechterkolom img {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 160px;
    height: 160px;
}

#wrapper1 {
    position:relative;
    text-align:left;
    width:100%;
    padding-bottom: 100px;
}

.menutext {
    font-size: smaller;
    text-decoration: none;
}

.menuback {
/* in stijl-print gebruikt om menu te onderdrukken */
}

.menuwatermark  {
    font-size: 8px;
    color: silver;
}

.keuzelijst {
    text-decoration: none;
}

hr {
    color: #FE8F00;
    height: 2px;
    border: 1px solid
}


div.tekstvak_rechts {
    width: 217px;
    height: auto;
    float: right;
    text-align: center;
    background-color: #FE8F00;
    border: 1px solid #772905;
    font-size: smaller;
    color: #772905;
    padding: 10px;
    margin: 5px ;
    position:relative;
}

div.tekstvak_rechts a {
    color: #772905;
}
div.tekstvak_rechts a:hover {
    display: inline;
    color: #772905;
  background-color: #FFFF99
}

div.tekstvak_links {
    width: 217px;
    height: auto;
    float: left;
    text-align: center;
    background-color: #FE8F00;
    color: #772905;
    font-size: smaller;
    padding: 10px;
    margin: 5px ;
    position:relative;
}

div.tekstvakbreed {
    width: auto;
    height: auto;
    text-align:center;
    background-color: #FE8F00;
    color: #772905;
    font-size: smaller ;
    padding: 10px;
    margin: 5px ;
    position: relative;
}

#middenkolom img,
#middenkolom a {
    position: relative;
    border: none;
}

div.knipsellinks {
    float:left;
    position: relative;
    text-align: left;
    padding-bottom: 15px;
    margin: 5px ;
}

div.knipselrechts {
    float:right;
    position: relative;
    padding-bottom: 15px;
    text-align: right ;
    margin: 5px ;
}

.input {
    color: #3366CC;
    text-decoration: none;
}

#geencss {
	display: none
}

#geenjavascript {
    display: block;
    position: absolute;
    z-index: 3;
    float: left;
    clear: both;
    background-color: #FFFFFF;
 }

.tooltip {
  border-bottom: thin dotted   ;
  background-color: #FFFF99
}


#klik {
    display: none;
}
