html {
    margin: 0px;
    font-family: Calibri; 
    font-size: 12pt;
    color: #333333;
    height: 100%;
    background: #c5c5c5 url(images/topbgrd.gif);
    background-repeat: repeat-x;    
}

body {
    margin: 10px;    
    height: 95%;
}

h1 {color: #fd0405;}
h2 {color: #fd0405;}
h3 {color: #fd0405;}
h4 {color: #fd0405;}
h5 {color: #fd0405;}
h6 {color: #fd0405;}

a{
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #acc0c7;
    text-decoration: none;
}
hr {
    color: #fd0405;
    border: 1px solid #fd0405;
}
/** layout **/
#container {
    width: 865px;
    margin: 0 auto;
    background: #FFFFFF;
    text-align: center;
    border: 1px solid #454545;
}

#header {
    height: 130px;
    text-align: center;
}

#spacer {
    background: url(images/menuBck.jpg);
    background-repeat: repeat-x; 
    height: 28px;
    width:850px; 
    text-align: left;
    color: #FFFFFF;
}

#menuItem {
    color: #333333;
    border-bottom: 1px dashed black;
    text-align: left;
    padding-bottom: 3px;
    text-decoration:  none;
}

#menuItem a {
    color: #333333;
    text-align: left;
    padding-bottom: 3px;
    text-decoration:  none;
}

#menuItem a:hover {
    color: #acc0c7;
    text-align: left;
    padding-bottom: 3px;
    text-decoration:  none;
}


#content {
    padding: 10px;
    width: 848px;
}

#content a {
    text-decoration: underline;
}

#content a:hover {
    text-decoration: none;
}

#footer {
    /** background: #A7A598; **/
    background: #000000;
    text-align: center;
    color: #FFFFFF;
}


/** custom layout **/

#zoekForm {
    border: 1px solid gray;
    text-align: center;
}

#btn {
    cursor:pointer;
    border:outset 1px #ccc;
    background: #CCCCCC;
    color:#666;
    font-weight:bold;
    background:url(images/btnBck.jpg) repeat-x left top;
}

.rechts {
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
    width: 620px;
}

#objectRow {
    /** border: 1px solid #CCCCCC; **/
    border-top: 1px dotted #CCCCCC;
    border-bottom: 1px dotted #CCCCCC;
    border-left: 1px solid white;
    border-right: 1px solid white;
    
    width: 610px;
    color: #454545;
    background: #FFFFFF;
    padding: 5px;
}
#objectRow:hover {
    border: 1px solid black;
    width: 610px;
    color: #454545;
    background: #FFFFFF;
    cursor: pointer;
}

#objectRowVerhuurd {
    /** border: 1px solid #CCCCCC; **/
    border-top: 1px dotted #FF0000;
    border-bottom: 1px dotted #FF0000;
    border-left: 1px solid white;
    border-right: 1px solid white;
    width: 610px;
    color: #454545;
    padding: 5px;
    cursor: pointer;
}
#objectRowVerhuurd:hover {
    /** border: 1px solid #CCCCCC; **/
    border-top: 1px solid #FF0000;
    border-bottom: 1px solid #FF0000;
    border-left: 1px solid #FF0000;
    border-right: 1px solid #FF0000;
    width: 610px;
    color: #454545;
    padding: 5px;
    cursor: pointer;
}

#objectRowEmpty {
    margin-top: 5px;
    margin-bottom: 5px;
}

#rowContentKort {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;    
}

#iconImage {
    padding: 2px;
    border: 1px solid gray;
    background: #EFEFEF;
    margin-left: 10px;
}

#topDashed {
    border-top: 1px dotted #CCCCCC;
}

#topLeftDashed {
    border-top: 1px dotted #CCCCCC;
    border-left: 1px dotted #CCCCCC;
}

#leftDashed {
    border-left: 1px dotted #CCCCCC;    
}

#dashedRight{
    border-right: 1px dashed #CCCCCC;    
    padding-right: 5px;
}

#navPage {
    padding-top: 1px;
    padding-bottom: 3px;
    border-top: 1px dotted black;
    border-bottom: 1px dotted black;
}

.groen {
    color: #fd0405;
}
.klein {
    font-size: 11px;
}

#aanbodTitel {
    font-size: 16px;
    font-weight: bold;
    color: #fd0405;
}
#contentKortOverzicht {
    border: 1px solid gray;
    padding: 5px;
    text-align: justify;
}
#shortCutsOverzicht {
    color: #fd0405;
    font-size: 12px;
}
#shortCutsOverzicht a {
    color: #fd0405;
    text-decoration: underline;
}
#imgHolderOverzicht {
    width: 152px;
    padding: 1px;
    border: 1px solid gray;
    text-align: center;
    font-size: 11px;
}

#borderRoodText {
    border: 1px solid red;
    height: 17px;
}

#borderRoodTextarea {
    border: 1px solid red;
}

#terugKnop a {
    color: #fd0405;
    text-decoration: underline;
}
#terugKnop a:hover {
    color: #fd0405;
    text-decoration: none;
}

#rood {
    color: #FF0000;
}
