/* Global Resetting */
html{	
    width: 100%;
    height: 100%;
}
body {
	width: 100%;
	height: 100%;
	font-size: 75%;
    background-image: url(../images/top.png);
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #5A7E6E;
 	/* reset font-sizes to 1em == 12px */
}
* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family: Arial,Helvetica,sans-serif;
	list-style:none;
}
a img{
	border:0;
}
.clear{
	clear:both;
}

/* Layout CSS */
#Background-left {
    width: 175px;
    height: 540px;
    background-color: transparent;
	background-image: url(../images/links.png);
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
}

#Background-right {
    width: 390px;
    height: 560px;
    background-color: transparent;
	background-image: url(../images/rechts.png);
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    z-index: 1;
}

#MainMenu {
    position: absolute;
    left: 138px;
    right: 151px;
    top: 22px;
    margin: auto;
	width: auto;
    z-index: 20;
}

#MainMenu li {
    float: left;
    margin-left: 10px;
    padding: 5px;
    border: 3px solid #D5D9CC;
    background-color: #5A7E6E;
}

#MainMenu li a {
    color: white;
    text-decoration: none;
    font-size: 1.2em;
}

#Main {
    position: absolute;
    left: 138px;
    right: 151px;
    top: 44px;
    margin: auto;
	width: auto;
    height: 80%;
    z-index: 10;
    background-color: #D5D9CC;
    background-image: url(../images/hoekje.png);
    background-position: top right;
    background-repeat: no-repeat;
    padding: 20px 0px;
}
#Header {
    width: 1004px;
    height: 85px;
    float: left;
}
    #Header img#Logo {
        float: left;
        margin-left: 19px;
        margin-top: 23px;
    }

#ContentContainer {
    width: 79%;
    height: 100%;
    float: right;
    overflow: auto;
}

#Content {
	width: 59%;
    min-height: 100%;
    margin: 0px 1px;
	float: left;
    border-left: 1px dashed #5A7E6E;
    border-right: 1px dashed #5A7E6E;
}
#Content.fullcontent {
    width: 97%;
    border-right: none;
}
    #EventHolder #Content ul {
        margin: 0px;
        padding-left: 17px;
        list-style-position: inside;
    }
    #EventHolder #Content ul li {
        margin: 0px;
    }
    #EventHolder #Content ul li span.event-details {
        font-size: .8em;
    }
    #EventHolder #Content ul li span.event-location {
        font-size: .8em;
        font-style: italic;
    }


    #Content img.partner-photo {
        margin: 17px;
        border: 1px solid #5A7E6E;
    }

    #Content table#publications-list {
        width: 95%;
        padding-left: 17px;
    }
        #Content table#publications-list td.main-info {
            width: 60%;
            padding-left: 0px;
        }
        #Content table#publications-list td.other-info {
            width: 20%;
            vertical-align: top;
        }
        #Content table#publications-list td.other-info a {
            color: #990000;
            font-weight: bold;
            border-bottom: none;
        }

#RightContent {
    width: 37%;
    height: 100%;
    min-height: 300px;
    float: right;
}
#RightContent #RightContentContent {
    margin: 17px;
}
#RightContent #RightContentContent hr {
    margin: 10px 0px;
}
    #RightContent a {
        color: #5A7E6E;
        text-decoration: none;
        font-weight: bold;
    }
        #RightContent a:hover {
            text-decoration: underline;
        }

    #SearchForm_SearchForm fieldset {
        border: 0px;
    }

    #SearchForm_SearchForm_Search {
        width: 100%;
        border: 1px solid black;
        height: 20px;
        font-size: 1.2em;
    }

    form#SearchForm_SearchForm div#Search {
        float: left;
        width: 100%;
    }
    form#SearchForm_SearchForm input#SearchForm_SearchForm_action_results {
        float: right;
    }

    ul#SearchResults li {
        padding-bottom: 15px;
    }

    p.tagcloud {
        font-size: 1.2em;
    }
    p.tagcloud span {
        padding-right: 5px;
        vertical-align: bottom;
    }
        p.tagcloud span.tag-size-1 {
            font-size: .8em;
        }
        p.tagcloud span.tag-size-2 {
            font-size: .9em;
        }
        p.tagcloud span.tag-size-3 {
            font-size: 1em;
        }
        p.tagcloud span.tag-size-4 {
            font-size: 1.2em;
        }
        p.tagcloud span.tag-size-5 {
            font-size: 1.5em;
        }
        p.tagcloud span.tag-size-6 {
            font-size: 2em;
        }

        #RightContent p.tagcloud span.active-tag a {
            color: #990000;
        }

    p.readmore-link {
        margin-bottom: 10px;
    }


#Navigation {
    width: 19%;
    height: 100%;
    float: left;
    padding-top: 4px;
}

    #Navigation ul {
        margin-top: 17px;
        margin-left: 21px;
    }

    #Navigation li {
        /*
        list-style-image: url(../images/bullet.gif);
        list-style-position: inside;
        */
        list-style-type: none;
        margin-top: 10px;
        font-size: 1em;
    }

    #Navigation li a {
        color: #990000;
        text-decoration: none;
        font-weight: bold;
    }

        #Navigation li a:hover {
            text-decoration: underline;
        }

    #Navigation ul#Sub-Menu {
        font-size: .9em;
        margin-top: 7px;
    }

        #Navigation ul#Sub-Menu li {
            font-size: 1em;
            margin-top: 5px;
        }

    #Navigation h3 {
        margin-top: 16px;
        font-size: 1.1em;
        font-weight: bold;
        padding: 0px 16px;
    }

    #Navigation p {
        padding: 0px 16px;
    }

    #Navigation fieldset {
        padding: 0px 16px;
    }


#Footer {
    width: 100%;
    float: left;
    text-align: right;
    border-top: 1px dotted black;
    margin-top: 40px;
}

#calendar {
    border: 2px solid #FC6;
    width: 84%;
    margin: 3px 8%;
    font-size: 10px;
}
    #calendar th {
        background: #FC6;
        font-weight: normal;
        text-transform: uppercase;
    }
    #calendar td, #calendar th {
        margin: 0px;
        padding: 2px;
        text-align: right;
    }
        #calendar td a {
            color: white;
            background-color: #F90;
            text-decoration: none;
            padding: 1px;
        }
    #calendar td.othermonth {
        color: #999;
    }

    #SilverStripeNavigatorMessage {
        z-index: 200;
    }
