﻿/* --------------------------------------- */
/*        Elementen voor Kolommen        */
/* --------------------------------------- */

.AnoLine a
{
    border-style: none;
    border-width: 0px;
}

.AnoLine img
{
    border-style: none;
    border-width: 0px;
}



div#UniversalBackground
{
    background-color: #FFFFFF;
    padding: 0px 0 0px 0;
    background-image: url('../LayoutImages/UniversalBackground.gif');
    height: 660px;
}
div#AnimatedBackground
{
    background-color: #FFFFFF;
    padding: 0px 0 0px 0;
    background-image: url('../LayoutImages/animatie.gif');
    height: 660px;
}
div#FirstColum
{
    height: 530px;
    padding-top: 20px;
    padding-left: 20px;
    font-family: 'Courier New' , Courier, monospace;
    font-size: 13px;
    width: 320px;
    position: relative;
} 
div#MiddleColum
{
    padding-top: 530px;
    font-family: 'Courier New' , Courier, monospace;
    font-size: small;
    text-align: center;
} 
div#LastColum
{
    padding-top: 5px;
    font-family: 'Courier New' , Courier, monospace;
    font-size: small;
} 
div#FirstColumHome
{
    height: 355px;
    padding-top: 20px;
    padding-left: 20px;
    font-family: 'Courier New' , Courier, monospace;
    font-size: 15px;
    width: 320px;
    position: relative;
} 
div#MiddleColumHome
{
    padding-top: 355px;
    font-family: 'Courier New' , Courier, monospace;
    font-size: small;
    text-align: center;
} 
div#LastColumHome
{
    padding-top: 5px;
    font-family: 'Courier New' , Courier, monospace;
    font-size: small;
} 
div#CenterText
{
    vertical-align: middle;
    text-align: center;
}

/* --------------------------------------- */
/*        Elementen voor navigatie         */
/* --------------------------------------- */

div#FotoMenu
{
    font-family: 'Courier New' , Courier, monospace;
    font-size: 15px;
} 
div#BottomMenu
{
    font-family: 'Courier New' , Courier, monospace;
    font-size: 15px;
    padding-left: 20px;
    width: 920px;
    padding-top: 30px;
}
a:hover
{
    color: #000000;
}
a
{
    text-decoration: none;
    color: #7eb083;
    line-height: 20px;
}
a:active
{
    color: #000000;
}
.ActiveItem 
{ 
color: #000000; 
} 
/* --------------------------------------- */
/*        Elementen voor Tekst             */
/* --------------------------------------- */

h1
{
    font-family: 'Courier New' , Courier, monospace;
    font-size: 16px;
    color: #000000;
    font-weight: lighter;
    margin-bottom: 0px;
}
h2
{
    font-family: 'Courier New' , Courier, monospace;
    font-size: 16px;
    color: #7EB083;
    font-weight: lighter;
    margin-bottom: 0px;
}
span#greenbody
{
    color: #7eb083;
}

span#Scroll_200
{
    position: absolute;
    bottom: 0px;
    left: 20px;
    overflow: scroll;
    height: 200px;
    width: 345px;
    /*text-align: justify;*/
}
span#Scroll_250
{
    position: absolute;
    bottom: 0px;
    left: 20px;
    overflow: auto;
    height: 260px;
    width: 345px; /*text-align: justify;*/
}
span#Scroll_350
{
    position: absolute;
    bottom: 0px;
    left: 20px;
    overflow: auto;
    height: 425px;
    width: 345px; /*text-align: justify;*/
}
span#ScrollHeight
{
    position: absolute;
    bottom: 0px;
    left: 20px;
    overflow: scroll;
    height: 475px;
    width: 345px;
    /*text-align: justify;*/
}

span#Noscroll
{
    position: absolute;
    bottom: 0px;
    left: 20px;
    /*text-align: justify;*/
}
span#Green
{
    color: #7EB083;
}
span#GreenHome
{
    color: #7EB083;
    font-family: 'Courier New' , Courier, monospace;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
}
div#BlackForm
{
    color: #000000;
    font-family: 'Courier New' , Courier, monospace;
    font-size: 12px;
    text-align: left;
    vertical-align: middle;
}
span#GreyForm
{
    color: #999999;
    font-family: 'Courier New' , Courier, monospace;
    font-size: 12px;
    text-align: left;
    vertical-align: middle;
}
.NormalText
{
    font-family: 'Courier New' , Courier, monospace;
    font-size: 15px;
}
.NormalTextBoldItalic
{
    font-family: 'Courier New' , Courier, monospace;
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
}
/* --------------------------------------- */
/*        Elementen voor input             */
/* --------------------------------------- */
.text
{
    border: thin solid #FFFFFF;
    font-family: 'Courier New' , Courier, monospace;
    font-size: 12px;
    color: #000000;
    background-color: #FFFFFF;
    text-decoration: none;
}
textarea#text
{
    border: thin solid #D4D4D4;
    font-family: 'Courier New' , Courier, monospace;
    font-size: 12px;
    color: #000000;
    background-color: #FFFFFF;
    text-decoration: none;
}
select#text
{
    border: thin solid #D4D4D4;
    font-family: 'Courier New' , Courier, monospace;
    font-size: 12px;
    color: #000000;
    background-color: #FFFFFF;
    text-decoration: none;
}

