/* CSS Document */

a:link {
    color:#FF6600;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #FF6000;
}
a:hover {
    text-decoration: underline;
    color: #FF6000;
}
a:active {
    text-decoration: none;
    color: #999999;
}

body {
    /*background-image:url(../afbeeldingen/achtergrondgrijs.gif);*/
    background-repeat:no-repeat;
    margin-top:0px;
    margin-left:0px;

    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin-top: 25px
}

img.menuimage
{
    border: none;
}


.gebeuren {
    background-color: #FFFFFF;
    background-image: url(../afbeeldingen/gebeuren.gif);
    background-repeat: no-repeat;
    padding: 0px 0px 0px 30px;
    height: 489px;
}
.subtitle{
    background-image: url(../afbeeldingen/hoofdingonder.gif);
    background-repeat:no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #BA0101;
    padding: 0px 0px 0px 30px;
}
.newsdate{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #BA0101;
}
.borderblack3px {
    border: 3px solid #333333;
}
.gebeurenTekst {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666666;
}
.inthespots{
    background-repeat:no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color:#666666;
}

.setting .key
{

}
.setting
{
    margin-bottom: 10px;
}

.gastenboekentries
{
    border: solid 1px #999999;
}
.gastenboekentries .entry
{
    margin-bottom: 10px;
    border-bottom:1px solid #999999;
}
.gastenboekentries .entry .text
{
    font-size: 0.8em;
}
.gastenboekentries .entry .author
{
    font-weight: bold;
}
.gastenboekentries .entry .time
{
    font-style: italic;
    font-size: 0.8em;
}

.pagingbuttons
{
    position: relative;
}
.pagingbuttons .button
{
    float: left;
    width: 100px;
    text-align: center;
}


.error
{
    color: #FF3322;
}