/* KLEUREN */
/*
blauw-groen logo:#128C91;
*/
/* Force scrollbars */
html {
    overflow: hidden;
}
/* Disable outline */
a:active, a:focus {
    outline: none;
}
img {
    padding:0;
    margin: 0;
}
body, html {
    height: 100%;
    font-family:Tahoma, Arial, Geneva, sans-serif;
    font-size:11px;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #666;
    line-height: 16px;
}
#supersize {
    position:absolute;
    z-index:-1;
	left: 0;
}
#supersize img, #supersize span{
            height:100%;
            width:100%;
            display:none;
        }
        #supersize .activeslide, #supersize .activeslide img{
            display:inline;
        }
#container {
    width:707px;
    text-align: left;
    margin: 0 auto;
}
#content {
    background:url(../img/bg_home.png) no-repeat top left;
    height: 598px;
}
#artist2{
    margin: 410px 0px 0px 7px;
    padding: 0;
    border:none;
    width: 690px;
    height:181px;
    position: absolute;
}
#textGreen {
    height: 503px;
    color: #FFF;
}
#mainContent {
    width: 220px;
    padding: 50px 0 0 450px;
}
#header {
    padding: 20px 0 0 0;
	text-align:center;
}
#nav {
	text-align:center;
}
#nav a{
	font-size:16px;
	padding: 0 20px;
	line-height: 30px;
	color: #FFF;	
	font-weight:bold;
}
#nav a:hover, #nav .active{
	color: #b3974a;
}
#footer {
    padding: 0 20px;
    color: #FFF;
    font-size: 9px;
	text-align:center;
}
ul#archief li{
	font-size: 11px;
	list-style: none;
	border-bottom: #CCC dotted 1px;
	padding: 0 0 10px 0;
}
ul#archief .date {
	font-size: 10px;
}
ul#archief h2 {
	padding: 0;
	margin:0;
}

/* OVERIG */
a {
    color: #45494C;
    text-decoration:none;
}
.related { clear: both; float:none;}
a:hover {color: #128C91;}
a img {	border:none;}
.floatLeft {float: left;}
.floatRight {float: right;}
.noBorder {	border:none;}
#form {
    padding: 10px 20px 10px 20px;
}


/* normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
      font-size: 100%;
}
/* TEXT */
h1 {
    font-size: 24px;
    font-style:normal;
    font-weight:normal;
    padding-top:0;
    margin-top:0;
    color: #128C91;
}
#textGreen p, p {
    margin: -10px 0 0 0;
}
ul,li{ margin: 0px 0px 7px 2px; padding: 0px; font-size: 11px; }
li strong{ text-transform: uppercase; }

.borderRechts{ border-right: 1px solid #fff; }

p strong{ font-size: 14px; text-transform: uppercase; }
p{ font-size: 12px; }

