﻿body
{
    background-color: #000000;
    margin: 0;
    padding: 0;
}
#maincontainer
{
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}
#header
{
    background-image: url(/Site/Images/CollageTop.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: 61px;
    clear: both;
    margin-top: 8px;
}
#container
{
    float: left;
    width: 920px;
}
#volleybal_badminton_text
{
    background-position: left center;
    width: 80px;
    height: 580px;
    background-image: url(/Site/Images/volleybal-badminton-image.png);
    float: left;
    background-repeat: no-repeat;
    margin-top: 20px;
}
#navigation
{
    width: 920px;
    background-color: #565C75;
    margin-top: 0;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #C0C0C0;
    height: 45px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    background-image: url(/Site/Backgrounds/nav_right.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
#content
{
    padding: 10px 30px 15px 30px;
    background-color: #596EA3;
    margin-top: 0;
    min-height: 500px;
    width: 860px;
    float: left;
}

.image_contentbottom
{
    float: left;
    margin-top: 8px;
    margin-left: 30px;
}
#footer
{
    clear: both;
    border-width: 1px;
    border-color: #808080;
    height: 2.5em;
    background-color: #565C75;
    width: 920px;
    border-top-style: solid;
    border-bottom-style: solid;
    background-image: url(/Site/Backgrounds/footer_left.png);
    background-repeat: no-repeat;
    background-position: left top;
}
#footertext
{
    font-family: Helvetica, Arial, sans-serif;
    color: #CCCCCC;
    font-size: 0.7em;
    margin-right: 1em;
    margin-top: 1.3em;
    float: right;
}

.browserdetect
{
    color: #FFFF00;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 2em;
}
#javascriptdisabled
{
    color: #FFFF00;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 2em;
}
/* NAVIGATION 
Menu uses CSS Friendly Control Adapters
More information on: http://www.codeplex.com/cssfriendly
and: http://www.asp.net/learn/videos/video-185.aspx
*/

.NavMenu ul.AspNet-Menu /* ul tier 1 */
{
    width: 100%;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.9em;
}
.NavMenu ul.AspNet-Menu li /* li tier 1 */
{
    margin-left: 11px;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 45px;
    vertical-align: middle;
}

.NavMenu ul.AspNet-Menu ul /* ul tier 2 */
{
    background-color: #565C75;
    width: 160px;
    left: 0;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #C0C0C0;
}
.NavMenu ul.AspNet-Menu ul li /* li tier 2 */
{
    padding-left: 6px;
    padding-right: 6px;
    width: 148px;
    left: -11px;
    line-height: 38px;
}
.NavMenu ul.AspNet-Menu ul ul
{
    border-style: none none none solid;
    border-width: medium medium medium 2px;
    left: 160px;
    margin-top: -38px;
    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-color: inherit;
    border-left-color: #6E80AE;
}
.NavMenu ul.AspNet-Menu ul ul li /* li tier 3+ */
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.35em;
}
/* all list items \*/
.NavMenu li
{
}
/* list items being hovered over */
.NavMenu li:hover, .NavMenu li.AspNet-Menu-Hover
{
    background-image: url(/Site/Backgrounds/nav_hover.png);
    background-position: center;
    background-repeat: repeat-x;
}

/* links and span */
.NavMenu a, .NavMenu span
{
    color: #FFFFFF;
    text-decoration: none;
}
.NavMenu a:focus
{
    text-decoration: none;
    outline: none; /* no dotted borders on focus*/
    color: #CCCCCC;
}
.NavMenu ul.AspNet-Menu ul a, /* all anchors and spans tier 2*/ .NavMenu ul.AspNet-Menu ul span
{
    background: transparent url(/Site/Backgrounds/Arrow_right_white.png) right center no-repeat;
}
.NavMenu ul.AspNet-Menu ul li a:visited, .NavMenu ul.AspNet-Menu ul li span.Asp-Menu-Hover
{
    color: #CCCCCC;
}
.NavMenu ul.AspNet-Menu ul li a:hover, .NavMenu ul.AspNet-Menu ul li span.Asp-Menu-Hover
{
    background: transparent url(/Site/Backgrounds/Arrow_right_yellow.png) right center no-repeat;
}
.NavMenu li.AspNet-Menu-Leaf a, /* leaves */ .NavMenu li.AspNet-Menu-Leaf span
{
    background-image: none !important;
}

.NavMenu li:hover a, /* hovered text */ .NavMenu li:hover span, .NavMenu li.AspNet-Menu-Hover a, .NavMenu li.AspNet-Menu-Hover span, .NavMenu li:hover li:hover a, .NavMenu li:hover li:hover span, .NavMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a, .NavMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span, .NavMenu li:hover li:hover li:hover a, .NavMenu li:hover li:hover li:hover span, .NavMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a, .NavMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
}

.NavMenu li:hover li a, /* the tier above this one is hovered */ .NavMenu li:hover li span, .NavMenu li.AspNet-Menu-Hover li a, .NavMenu li.AspNet-Menu-Hover li span, .NavMenu li:hover li:hover li a, .NavMenu li:hover li:hover li span, .NavMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a, .NavMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
}

.NavMenu .AspNet-Menu-Selected
{
}

.NavMenu .AspNet-Menu-ChildSelected
{
}

.NavMenu .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
}


/* MAIN STYLES */

/* clear */
.clear
{
    clear: both;
}

/* text */

#content h1, h2, h3, h4
{
    font-family: "Lucida Sans Unicode" , "Lucida Grande" , Tahoma, Trebuchet MS, Arial, Sans-Serif;
    font-weight: normal;
    color: #FFFF00;
}
#content h1
{
    font-size: 1.2em;
    margin-bottom: -0.2em;
}
#content .h1_top
{
    margin-top: -0.2em;
}
#content h2
{
    font-size: 1em;
    margin-bottom: -0.7em;
}
#content h3
{
    font-size: 0.9em;
    margin-bottom: -0.8em;
}
#content h4
{
    font-size: 0.8em;
    margin-bottom: -0.8em;
}
#content p, ul, ol
{
    font-size: 0.84em;
    font-family: Verdana, Trebuchet MS, Arial, Sans-Serif;
    color: #FFFFFF;
}

/* links */
#content a
{
    color: #FFFFFF;
}
#content a:visited
{
    color: #CCCCCC;
}
#content a:hover
{
    color: #FFFF00;
}
#content a:active
{
}
#content a:focus
{
    outline: none;
}

/* lists */
#content ul, ol
{
    line-height: 1.5em;
}
.list-marge-10
{
    margin-left: 10%;
}
.list-marge-15
{
    margin-left: 15%;
}
.list-marge-25
{
    margin-left: 25%;
}
.p-list
{
    margin-bottom: -1em;
}
.ulclasslimargintop05em li
{
    margin-top: 0.5em;
}

/* decoration and color*/
.bold
{
    font-weight: bold;
}
.red
{
    color: #FF0000;
}
.italic
{
    font-style: italic;
}

/* tables */
.table_common
{
    font-size: 0.84em;
    font-family: Verdana, Trebuchet MS, Arial, Sans-Serif;
    color: #FFFFFF;
    table-layout: auto;
    border-spacing: 10px;
}
.table_common_margin_top_bottom_20
{
    font-size: 0.84em;
    font-family: Verdana, Trebuchet MS, Arial, Sans-Serif;
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 20px;
    table-layout: auto;
    border-spacing: 10px;
}
.table_scheme
{
    font-size: 0.84em;
    font-family: Verdana, Trebuchet MS, Arial, Sans-Serif;
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 20px;
    empty-cells: show;
    table-layout: auto;
    border-collapse: collapse;
}
#contactdiv
{
    background-color: #CCD8F8;
    width: 700px;
    margin-left: 45px;
    padding-left: 50px;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.contacttable
{
    font-size: 0.8em;
    font-family: Verdana, Trebuchet MS, Arial, Sans-Serif;
    margin-left: 8px;
    width: 600px;
}
.contacttable ul
{
    font-size: 1em;
    font-family: Verdana, Trebuchet MS, Arial, Sans-Serif;
    color: Red;
}
.contacttablebutton
{
    color: #FFFFFF;
    height: 27px;
    width: 74px;
}
.contacttablebutton:hover
{
    cursor: pointer;
    font-weight: bold;
}
/* images */
.imageleft
{
    float: left;
    margin-right: 10px;
}
.imageleft_margin_top_10
{
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}
.imageleft_top_of_page
{
    float: left;
    margin-right: 10px;
    margin-left: 8px;
}
.imageright
{
    float: right;
    margin-left: 10px;
}
.imageright_margin_top_10
{
    float: right;
    margin-left: 10px;
    margin-top: 10px;
}
.imageright_margin_top_20
{
    float: right;
    margin-left: 10px;
    margin-top: 20px;
}
.image_middle
{
    clear: both;
    margin-top: 15px;
}

#content .mededeling h2
{
    color: #000066;
    font-size: 1.2em;
    font-weight: bold;
}
#content .mededeling p
{
    color: #000066;
    font-size: 1em;
    width: 280px;
}
.uitslag
{
    font-size: 0.7em;
    font-style: italic;
}
/* SLIDESHOW */
#slideshowbottons
{
    clear: both;
    height: 30px;
    text-align: center;
    padding-top: 10px;
}

