﻿html, body
{
    background: url('../Images/body_winter_bg.png');
    background-repeat: repeat-x;
    background-color: #408eb4;
}
a
{
    text-decoration: none;
    color: Lime;
}
a:hover
{
    text-decoration: underline;
}
#divheader
{
    background: url('../Images/header_winter_bg.png');
    background-repeat: no-repeat;
}
#divmenu 
{
    background: url('../Images/menu_winter_bg.png');
    background-repeat: no-repeat;
}
#divmenu ul li a:hover
{
    color: #145e85;
}
.reactie
{
    color: #FFF;
    background: #4fc51e;
}
#fotooverzicht a, #albumoverzicht a
{
    background: #3581a8;
    border: 2px solid Lime;
}
#fotooverzicht a:hover, #albumoverzicht a:hover
{
    background: #3b99ca;
    opacity: 1.00;
    filter: alpha(opacity=100);
}
input[type=submit]
{
    background: Lime;
    color: #000;
}
.validation-summary-errors
{
    color: Lime;
}
#divholle
{
    background: url('/Content/Media/Fotos/holle_winter.png');
    background-repeat: no-repeat;
}
