@charset "utf-8";
/* CSS Document */
body {
background-color:#87A9F8;
}

p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;}

#general{
background-image:url(../images/bg.png);
background-repeat:repeat-x;
}

#panel {
background-image:url(../images/panel.png);
height:768px;
width:851px;
margin-left:auto;
margin-right:auto;
}

#login {
padding-left:25px;
}

#loginTable {
font-family:"Trebuchet MS", Tahoma;
font-size:13px;
color:#000033;
font-weight:700;
}

#menu {
padding-left:35px;
}

#deframe {
width:636px;
height:538px;
float:left;
font-family:"Trebuchet MS", Tahoma;
font-size:100px;
}

a.navigatie {
color:#FFF;
font-family:"Trebuchet MS", Tahoma;
size:11px;
padding-left:20px;
text-decoration:none;
border-left:#FFF 5px solid;
font-weight:600;
}

a:hover.navigatie {
color:#FFF;
font-family:"Trebuchet MS", Tahoma;
size:11px;
padding-left:20px;
border-left:#000033 5px solid;
font-weight:600;
}

#navigatie ul {
list-style:none;
margin:0;
padding:0;
}

#navigatie li {
float:left;
padding:0;
}

#navigatie li a:link,#navigatie li a:visited {
height:24px;
width:125px;
display:block;
text-decoration:none;
text-align:center;
}

.menutitel {
color:#000033;
size:14px;
font-weight:700;
font-family:"Trebuchet MS", Tahoma;
cursor:pointer;
}

.headertitle {
color:#000033;
size:14px;
font-weight:700;
font-family:"Trebuchet MS", Tahoma;
}

.hometekst {
color:#000033;
size:12px;
font-weight:400;
font-family:"Trebuchet MS", Tahoma;
}

h1 {
margin-top:15px;
font-size:20px;
font-weight:700;
font-family:"Trebuchet MS", Tahoma;
border-left:#000033 5px solid;
border-bottom:#000033 3px solid;
color:#000033;
padding-left:5px;
width:300px;
}

h3 {
font-size:14px;
font-weight:200;
font-family:"Trebuchet MS", Tahoma;
color:#C60;
padding-left:5px;
}

#inhoud {
margin-left:20px;
}

a.link,a.gewoon {
height:24px;
width:125px;
color:#000033;
text-decoration:none;
}

.underline {
background-image:url(../images/underline.gif);
width:500px;
height:50px;
}

.randje{
border:#000033 solid 1px;
}

.dateChooser td {
    cursor:default;
    text-align:center;
}
.dateChooser td.dateChooserActive:hover {
    color:white;
    background:#0A246A;
}
.dateChooser td.dateChooserActiveToday {
    border: 1px solid red;
}
.dateChooser th {
    background: #aaa;
    color: white;
    width: 18px;
    border: none;
}
.dateChooser option, .dateChooser select {
    font-size:10px;
}
.dateChooser {
    border: 2px outset #aaa;
    background: white;
    padding: 1px;
}
.dateChooser table {
    width:160px;
}





