﻿body
{
    background-color: #ebabb1;
    font-family: Arial;
    font-size: 12px;
        background-image: url(../images/bg-pink.gif);
    background-position: left top;
    background-repeat: repeat-x;

}
h1
{
    font-weight: 700;
    color: #d53a3a;
    font-size:  24px;
}
.middle
{
    width: 918px;
    margin: 0 auto 0 auto;
}
.siteWrapper
{
    width: 918px;
}

/* Content */
.leftMenu
{
    padding: 20px 0px 0px 56px;
    
}
.leftColumn
{
    width: 254px;
    background-image: url(../images/bg-leftcolumn.gif);
    background-repeat: no-repeat;
    background-position: left top;
}
.rightColumn

{
    width: 664px;
}

/* Left Menu Styles */
#leftMenuUL
{
    margin: 0;
    padding:0; 
    width: 158px;  
}
#leftMenuUL li
{
    list-style-type: none;
    background-image: url(../images/menu-separator.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 4px 0px 10px 0px;
}
#leftMenuUL li a:Link
{
    font-size: 13px;
    text-decoration: none;
    color: #d12f2f;    
}
#leftMenuUL li a:Visited
{
    font-size: 13px;
    text-decoration: none;
    color: #d12f2f;    
}
#leftMenuUL li a:Hover
{
    text-decoration: none;
    color: #E48383;    
}
#leftMenuUL li a:Active
{
    font-size: 13px;
    text-decoration: none;
    color: #d12f2f;    
}


.contactInfo
{
    padding: 30px 0px 0px 60px;
    color: #666666;
}
.musicButtons
{
    
    text-align: center;
    padding: 20px 0px 0px 54px;
}
a.muziekAanLink:Link, a.muziekAanLink:Visited, a.muziekAanLink:Active
{
    display: block;
    width: 62px;
    height: 36px;
    text-decoration: none;
    background-image: url(../images/muziek-aan.gif);
    background-repeat: no-repeat;
    background-position: left top;
}
a.muziekAanLink:Hover
{
    background-image: url(../images/muziek-aan-over.gif);
}
a.muziekUitLink:Link, a.muziekUitLink:Visited, a.muziekUitLink:Active
{
    display: block;
    width: 62px;
    height: 36px;
    text-decoration: none;
    background-image: url(../images/muziek-uit.gif);
    background-repeat: no-repeat;
    background-position: left top;
}
a.muziekUitLink:Hover
{
    background-image: url(../images/muziek-uit-over.gif);
}
/* Content Styles */
.home
{
    width: 80%;
    background-image: url(../images/logo.gif);
    background-repeat: no-repeat;
    background-position: right top;
    padding: 16px 0px 80px 0px;
}
.biodroga
{
    width: 100%;
    background-image: url(../images/bg-biodroga.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 16px 0px 80px 0px;
}
.content
{
    width: 400px;
    padding: 0px 0px 0px 8px;
}
a.redLink:Link, a.redLink:Visited, a.redLink:Active
{
    font-size: 13px;
    color: #d53a3a;
    text-decoration: underline;
}
a.redLink:Hover
{
    text-decoration: none;
}

/* News Styles */
.newsTitle
{
    color: #666666;
    font-weight: 700;
    font-size: 14px;
}

/* Informatie Styles */
.inputText
{
    width: 200px;
}
.attention
{
    color: #ff0000;
    font-weight: 700;
    font-size: 14px;
    padding: 0px 0px 0px 4px;
}
.red
{
    color: #d53a3a;
}
.submitButton
{
    color: #ffffff;
    font-weight: 600;
    font-family: Arial;
    font-size: 12px;
    background-color: #d94141;
    border: solid 1px #D53A3A;
    cursor: pointer;
    padding: 3px 0px 3px 0px;
}
/* General Styles */
.left
{
    float: left;
}
.right
{
    float: right;
}
.bold
{
    font-weight: 700;
}
