body
{
        font-family: arial;
        font-size: 12px;
        
        color: white;
        background-color: #9488ac;   
        background-image: url('../../images/background.png');
        background-repeat: repeat-x;     
}

div#container
{

        background-position: 0px 40px; 
        background-image: url('../../images/background_body.png');
        background-repeat: no-repeat;  
}

a
{
        color: white;
        text-decoration: underline;
}

a:hover
{
        text-decoration: underline;
}

a.active
{
        color: black;
}

a:active
{
        outline: none;
}

:focus
{
        -moz-outline-style: none;
}

:-moz-any-link:focus {
        outline: 1px dotted invert;
}


:-moz-any-link:focus {
        outline: none;
}


a img, img a
{
        border: 0;
}

form
{
        margin: 0;
        padding: 0;
}

h1
{ 
}


h2
{ 
}

h3
{ 
}

input, textarea
{
        text-align: left;   
        border: 1px solid #ccc;     
}

button
{
        text-align: center;        
}



th, td
{
        vertical-align: top;
        font-size: 12px;        
}

.bold
{
        font-weight: bold;        
}

.center
{
        text-align: center;        
}

p
{
        margin-top: 0px;
        padding-top: 0px;
}

address
{
        font-style: normal;
}

.error
{
        border: 1px dashed red;        
}

/* logo positionering */
div#logo
{
        padding-top: 10px;
}

/* menu opmaak */

div#menu a
{
        font-family: Verdana;
        font-size: 15px;
        color: white;        
        text-decoration: none;
        background-repeat: no-repeat;
        background-position: top left;
}

a#menu_Welkom
{
        background-image: url('../../images/menu/home.png');
        height: 92px;
        width: 76px;        
}

a#menu_Welkom:hover,a#menu_Welkom.active
{
        background-image: url('../../images/menu/home_a.png');        
}

a#menu_Domaine
{
        background-image: url('../../images/menu/domaine.png');
        height: 92px;
        width: 136px;        
}

a#menu_Domaine:hover,a#menu_Domaine.active
{
        background-image: url('../../images/menu/domaine_a.png');
}

a#menu_Gites
{
        background-image: url('../../images/menu/gites.png');
        height: 92px;
        width: 57px;        
}

a#menu_Gites:hover,a#menu_Gites.active
{
        background-image: url('../../images/menu/gites_a.png');
}

a#menu_Groepsarrangementen
{
        background-image: url('../../images/menu/groepsarrangementen.png');
        height: 92px;
        width: 151px;        
}

a#menu_Groepsarrangementen:hover,a#menu_Groepsarrangementen.active
{
        background-image: url('../../images/menu/groepsarrangementen_a.png');        
}

a#menu_Zakelijk
{
        background-image: url('../../images/menu/zakelijk.png');

        height: 92px;
        width: 174px;        
}

a#menu_Zakelijk:hover,a#menu_Zakelijk.active
{
        background-image: url('../../images/menu/zakelijk_a.png');        
}

a#menu_Contact
{
        background-image: url('../../images/menu/contact.png');
        height: 92px;
        width: 90px;        
}

a#menu_Contact:hover,a#menu_Contact.active
{
        background-image: url('../../images/menu/contact_a.png');        
}
        
div#header2
{
        margin-top: 3px;
}        

h1
{
        font-weight: normal;
        color: white;
        font-family: Verdana;
        font-size: 18px;
        letter-spacing: 2px;
}

div#pagetext,div#pagetext_vervolg
{
        line-height: 22px;
        font-size: 11px;
        font-family: Verdana;
        padding-left: 20px;
}

div#header
{
        padding-left: 40px;
        padding-top: 10px;
}

div#nieuws
{
        border: 1px solid #bab2ca;
        background-image: url('../../images/background_nieuws.jpg');
        background-repeat: repeat-y;
        background-position: top left;        
        background-color: #e0dce9;
        color: #6f5b8f;
        font-size: 12px;
        line-height: 16px;
        font-family: Arial;
}

div#nieuws table
{
        border-collapse: collapse;
        width: 100%;        
        margin-top: 10px;
        
}

div#footer
{
        border-top: 1px solid #bbb4cb;
        line-height: 40px;
        color: white;
        font-size: 9px;
}

div#footer table
{
        border-collapse: collapse;
        width: 100%;
}

div#footer td
{
        text-align: center;
        
}

div#footer td a
{
        color: #bbb4cb;
        font-size: 9px;
}

div#footer td a:hover
{
        color: white;        
}

div#footer td#dochters
{
        color: white;
        width: 50px;
        text-align: left;
}

div#footer td.images
{
        line-height: 3px;
        font-size: 3px;
        text-align: center;
        vertical-align: middle;
        padding-left: 30px;
}

div#footer td#genieten
{
        padding-left: 40px;        
}

div#footer td#eenweek
{
        padding-left: 30px;
        color: white;        
}

div#footer td#genieten a
{
        color: white;        
}

table#contact td
{
        line-height: 26px;        
}

#menutable td.right
{
    padding-top: 8px;
    text-align: right;
    font-size: 18px;
    letter-spacing: 2px;
}

#menutable a
{
    font-size: 12px;
    font-family: verdana;
    text-decoration: underline;
}

#menutable a.active, #menutable a:hover
{
	color: #445b91;	
}


