﻿/*----------------------------------------------------------
The base colors for this template are #88B33C and #669999. 
If you'd like to use different colors start by replacing all 
instances of #88B33C and #669999 with your new colors.
----------------------------------------------------------*/
a:link
{
    color: #505ABC;
}
a:visited
{
    color: #333366;
}
a:hover
{
    color: #5E6ADB;
}
a:active
{
    color: #88B33C;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}



h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2#a
{
    border-bottom: 1px solid #88B33C;
    padding: 0 0 10px 0;
    text-decoration: none;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;

    text-decoration: none;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
	height: 100%;
    width: 95%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

div#mainContent
{
	height: 100%;
    padding: 10px 10px 10px 10px;
    background-color: #FFF;   
    overflow:hidden;
}

.columnsContainer
{
    position:				relative;
}

.leftColumn
{
    width: 20%;
    margin-right: 4%;
    float: left;
    min-height: 700px;
}

.rightColumn
{
    float: right;
    width: 75%;
    background-image:		url(../images/rechts.gif);
    background-repeat:		no-repeat;
    background-position:    right 200px;
	min-height:		700px;
}


#footer
{
    color: #FFFFFF;
    padding: 5px 0 4px 0;
    border-top: 1px solid #88B33C;
    text-align: center;
    line-height: normal;
}

#footer p
{
    padding: 5px 0;
    margin: 0;
}

/* MAIN MENU   
----------------------------------------------------------*/
ul#mainMenu
{
    border-bottom: 1px #88B33C solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#mainMenu li
{
    display: inline;
    list-style: none;
}

ul#mainMenu li a
{
    padding: 10px 20px;
    font-weight: bold;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#mainMenu li a:hover
{
    background-color: #FFF;
}

ul#mainMenu li a:active
{
    background-color: #669999;
}

ul#mainMenu li.selected a
{
    background-color: #FFF;
    color: #000;
}

/* SIDE COLUMN LINKS & HEADINGS  
----------------------------------------------------------*/
.leftColumn #zorgmarktMenu ul
{
    margin: 0;
    padding: 0 0 30px 0;
}

.leftColumn ul li
{
    list-style: none;
    margin-top: 5px;
    line-height: normal;
}

.leftColumn ul li a
{
    list-style: none;
    padding: 5px;
    border: 1px solid #e8eef4;
    line-height: normal;
    display: block;
    text-decoration: none;
    background-color: Transparent;
}

.leftColumn ul li a:hover
{
    text-decoration: none;
    background-color: #669999;
    border-color: #e2e7ed;
    color: #FFF;
}

.leftColumn ul li a:active
{
    text-decoration: none;
    background-color: #669999;
    border-color: #669999;
    color: #FFF;
    
}

.leftColumn h2
{
    font-size: 1.2em;
    padding: 5px;
    margin: 0px;
    border-color: #88B33C;
    background-color: #88B33C;
    color: #FFF;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}
