/* HTML STANDAARDEN */
html {
    height:100%;
    width:100%;
}
body {
    margin:0 auto 0 auto;
    padding:0;
    padding-top:50px;
    text-align:center;
    width:100%;
}
body, table, th, td, input, textarea, select {
    font-family: Arial, Verdana, Sans-serif;
    color:#000;
}
b {
    font-weight:normal;
}
h1, h2, h3, h4, h5, h6, p {
    margin:0 0 10px 0;
}
h1 {
    color:#000000;
    font-size:19px;
    font-weight:bold;
}
h2 {
    font-size:17px;
}
h3 {
    font-size:15px;
}
h4 {
    font-size:17px;
    font-weight:normal;
}
h5 {
    font-size:15px;
    font-weight:normal;
}
a {
    color:black;
    text-decoration:underline;
}
a:hover {
    text-decoration:none;
}
img {
    border:none;
}
/* LAYOUT */
.mainContainer {
    position:relative;
    margin:0 auto 0 auto;
    width:960px;
    text-align:left;
    height:auto;
    background-color:white;
}
.mainContent {
}
.login {
    position:absolute;
    right:5px;
    top:20px;
    font-size:12px;
}
.login span {
    color:white;
}
.hidden {
    display:none;
}
/* \LAYOUT */

/* HEADER */
.header {
    padding-top:3px;
    height:65px;
    font-size:32px;
    font-weight:bold;
    text-align:center;
    line-height:54px;
    background:#ffffff url(images/line_grey.jpg) bottom;
    background-repeat: repeat-x;
}
/* \HEADER */
/* CONTENT */
.content {
    background-color:white;
    position:absolute;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    overflow-x:none;
    overflow-y:auto;
    overflow:auto;
    width:550px;
}
/* \CONTENT */
/* LANGUAGE_ChooSer */
.languageChooser {
    display:none;
    position:absolute;
    right:150px;
    top:95px;
}
/* \ LANGUAGE_ChooSer */
.staticSearchResults {
}
.searchInfo {
    padding-bottom:10px;
}
.searchNavigator {
    float:right;
}
.inlineWindow {
font-size:14pt;
height:auto;
margin-left:191px;
width:755px;
z-index:99;
/*    font-size:14pt;
    height:48px;
    _height:40px;
    margin-left:190px;
    margin-top:-4px;
    padding:3px;
    width:755px;
    z-index:99;
*/}
.speaker {
    border:1px solid black;
    left:610px;
    position:absolute;
    width:348px;
    top:0px;
    z-index:99;
}

#aanmeldForm {
    background-color:white;
    border:1px solid black;
    position:absolute;
    width:400px;
    font-size:12pt;
    left:278;
    z-index:99;
}
.login {
    color:white;
    font-size:12px;
}
.formError{
    color:red;
    font-size:-1;
}
