﻿body
{
    background-color: #f4f4f4;
    font-family: Arial;
    font-size: 8pt;
    color: Black;
    margin: 10px;    
}

table 
{
    font-family : Verdana;
    font-size : 8pt;
    color : Black;    
}


A 
{
    text-decoration : underline;
    color : #a177fd;
}

A:hover 
{
    text-decoration : none;
    color : #bfa0fe;
}

A.MenuLink 
{
    font-size : 10pt;
    color : White;
    text-decoration : none;
    font-weight : bolder;
}

A.MenuLink:hover 
{
    color : #504270;
}

A.SubMenuLink 
{
    color : Black;
    text-decoration : none;
    font-weight : normal;
}

A.SubMenuLink:hover 
{
    color : Gray;
}

A.ArtikelLink 
{
    font-size : 10pt;
    color : #c24749;
    text-decoration : none;
    font-weight : bolder;
}

A.ArtikelLink:hover 
{
    color : #493770;
}

A.LocatorLink 
{
    text-decoration : underline;
    color : Gray;    
}

A.LocatorLink:hover
{
    text-decoration : none;
}

.ArtikelBox 
{
    border-left-style : dotted ;
    border-left-width : 1px;
    border-left-color : silver;
    border-bottom-style : dotted;
    border-bottom-width : 1px;
    border-bottom-color : Silver;    
    border-right-style : none;
    border-top-style : none;
}

.Titel,H1,H2,H3 
{
    font-size : 10pt;
    color : #c24749;    
    font-weight : bold;
}

.Prijs 
{
    font-size : 12pt;
    color : #493770;    
    font-weight : bold;
}

.Field 
{
    border-style : solid;
    border-width : 1px;
    border-color : Silver;
    font-family : Verdana;
    font-size : 8pt;
    color : Black;
}

.Button 
{
    border-style : solid;
    border-width : 1px;
    border-color : gray;
    background-color : #d9d9d9;
    font-family : Verdana;
    font-size : 8pt;
    color : Gray;
}

.Label 
{
    font-family : Verdana;
    font-size : 8pt;
    color : Black;
    font-weight : bolder;
    text-align : right;
}

.Validator
{
    font-family : Verdana;
    font-size : 8pt;
    color : red;
    font-weight : bolder;    
}