﻿html, body
{
    background: url('../Images/body_zomer_bg.png');
    background-repeat: repeat-x;
    background-color: #52d121;
}
a
{
    text-decoration: none;
    color: #146;
}
a:hover
{
    text-decoration: underline;
}
#divheader
{
    background: url('../Images/header_zomer_bg.png');
    background-repeat: no-repeat;
}
#divmenu 
{
    background: url('../Images/menu_zomer_bg.png');
    background-repeat: no-repeat;
}
#divmenu ul li a:hover
{
    color: Lime;
}
.reactie
{
    color: #FFF;
    background: #408eb4;
}
#fotooverzicht a, #albumoverzicht a
{
    background: #3da612;
    border: 2px solid #408eb4;
}
#fotooverzicht a:hover, #albumoverzicht a:hover
{
    background: #5ac72c;
    opacity: 1.00;
    filter: alpha(opacity=100);
}
input[type=submit]
{
    background: #114466;
    color: #FFF;
}
.validation-summary-errors
{
    color: White;
}
#divholle
{
    background: url('/Content/Media/Fotos/holle_zomer.png');
    background-repeat: no-repeat;
}
