
html,body{
    color:#000;
    background-color: rgb(28, 28, 28);
    background-image: url("../images/background.png")
    font-family: georgia, serif;
    line-height: 24px;
    }

    
html {overflow-y: scroll;}

li{
	list-style:none;
	float: left;
	}

/* ----------------------------------------------------------------- 
 			NAVIGATION 
 ----------------------------------------------------------------- */
 
#header {
	background-image: url("../images/background-white.png");
	background-repeat:repeat-x;
	height: 160px;
	top: 0px;
	width: 100%;
	position:fixed;
	z-index: 20;
	}

#header .menu {
	position: relative;
	width: 872px;
	margin: 50px auto 0 auto;
	}
	
#header .menu ul {
	font-size: 13px;
	height: 1em;
	}

#header .menu ul li {
	float: left;
	margin-right: 16px;
	padding: 28px 0;
	position: relative;
	}

#header .menu a:link, #header .menu a:visited {
	color: rgb(55, 53, 52);
	font-weight: bold;
	text-transform: uppercase;
	}

#header .menu a:hover, #header .menu a:active {
	color: rgb(70, 81, 122);
	}

a.next, a.previous {
	background-image: url("../images/vijverberg-sprite-01.png");
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 64px;
	overflow: hidden;
	text-indent: -200px;
	width: 64px;
	}

a.next {
	background-position: -79px 0;
	}

a.previous {
	background-position: -79px -64px;
	}

a.next:hover {
	background-position: 0 0;
	}

a.previous:hover {
	background-position: 0 -64px;
	}

/* ----------------------------------------------------------------- 
 			CONTENT
 ----------------------------------------------------------------- */

#primary {
	background-color: white;
	}

#primary .content h1 {
	margin: 40px 0 40px 0;
	}

.content {
	position: relative;
	width: 872px;
	border: 0px;
	margin: 0 auto 0 auto;
	z-index: 10;
	padding-top: 160px;
	clear: both;
	}

#information {
	border-top: 1px solid black;
	background-image: url("../images/lighting.png");
	background-repeat: repeat-x;
	z-index: 2;
	color: white;
	}
  
#information .content h1 {
	margin: 40px 0 40px 0;
	width: 545px;
	}

.thumbnailholder {
	position: relative;
	width: 942px;
	border: 0px;
	margin: 0 0 0 -40px;
	z-index: 10;
	clear: both;
	}

#Stadstuin_1{position:absolute;background-image: url("../images/projecten/Stadstuin_1/background/Liquidambar_straciflua.PNG");background-repeat:no-repeat;width: 600px;height: 600px;margin: -160px 0 0 350px;z-index: -1;}#Stadstuin_2{position:absolute;background-image: url("../images/projecten/Stadstuin_2/background/Annabelle_Hydrangea.png");background-repeat:no-repeat;width: 600px;height: 600px;margin: -160px 0 0 350px;z-index: -1;}#Angelim_Vermelho{position:absolute;background-image: url("../images/projecten/Angelim_Vermelho/background/Olea_europaea_var_sylvestris.png");background-repeat:no-repeat;width: 600px;height: 600px;margin: -160px 0 0 350px;z-index: -1;}#De_bonte_muur{position:absolute;background-image: url("../images/projecten/De_bonte_muur/background/1purple-backbround.png");background-repeat:no-repeat;width: 600px;height: 600px;margin: -160px 0 0 350px;z-index: -1;}#Strak_en_zakelijk{position:absolute;background-image: url("../images/projecten/Strak_en_zakelijk/background/background.png");background-repeat:no-repeat;width: 600px;height: 600px;margin: -160px 0 0 350px;z-index: -1;}#De_Groote_Wielen{position:absolute;background-image: url("../images/projecten/De_Groote_Wielen/background/background-hosta.png");background-repeat:no-repeat;width: 600px;height: 600px;margin: -160px 0 0 350px;z-index: -1;}#De_kleine_ruimte{position:absolute;background-image: url("../images/projecten/De_kleine_ruimte/background/lavendel.png");background-repeat:no-repeat;width: 600px;height: 600px;margin: -160px 0 0 350px;z-index: -1;}#Watertuinen{position:absolute;background-image: url("../images/projecten/Watertuinen/background/background-green.png");background-repeat:no-repeat;width: 600px;height: 600px;margin: -160px 0 0 350px;z-index: -1;}#Aanlegsteigers{position:absolute;background-image: url("../images/projecten/Aanlegsteigers/background/massaranduba_achtergrond.png");background-repeat:no-repeat;width: 600px;height: 600px;margin: -160px 0 0 350px;z-index: -1;}
/*  -----------------------------------------------------------------
	STYLE
    ----------------------------------------------------------------- */

.shadow-box {
	background-image: url(../images/shadowbox_small.png);
	background-repeat: no-repeat;
	background-position: 0 100%; 
	padding: 0 0 10px 0; 
	display: block; 
	border: none;
    width: 188px;
    }
    
.shadow-box-news {
	background-image: url(../images/shadowbox_big.png);
	background-repeat: no-repeat;
	background-position: 0 100%; 
	padding: 0 0 20px 0; 
	display: block; 
	border: none;
    width: 378px;
    }
    
.white {
	color: white;
	}

.left {
	float: left;
	}

.right {
	float: right;
	}

.clear {
	clear: both;
	}

.margin-1 {
	margin: 40px 0 0 0;
	}

textarea, input[type=text] {
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px; 
	display: block;
	resize: none;
	padding: 5px;
	border-style: solid;
	border-color: 	#696969;
	border-width: 1px;
	}
/*  -----------------------------------------------------------------
	GRID
    ----------------------------------------------------------------- */

.grid {
	padding-left: 90px;
	padding-right: 16px;
	position: relative;
	text-align: left;
	}

.one {
	position: relative;
	width: 188px;
	padding: 0 0 30px 40px;
	}

.two {
	position: relative;
	width: 218px;
	margin: 0 0 0 20px;
	}

.three {
	position: relative;
	width: 300px;
	}

.four {
	position: relative;
	width: 558px;
	margin: 20px 0 20px 0;
	}

.five {
	position: relative;
	width: 545px;
	}

.six {
	position: relative;
	width: 654px;
	}
	
a {
	color: rgb(138, 21, 32);
	text-decoration: none;
	}

.news {
    position: relative;
    width: 448px;
    height: 284px;
    }
.newsimage {
    position: relative;
    margin: 0 0 40px 40px;
    }

/*  -----------------------------------------------------------------
	FONTS
    ----------------------------------------------------------------- */
p {
	font-size:14px;
	text-align:left;
	color:inherit;
        /* Use horizontal scroller if needed; for Firefox 2, not */
        white-space: pre-wrap;
        /* css-3 */
        white-space: -moz-pre-wrap !important;
        /* Mozilla, since 1999 */
        word-wrap: break-word;
        /* Internet Explorer 5.5+ */
        white-space: normal;
        /* crucial for IE 6, maybe 7? */
        _white-space: pre;
        /* IE only hack to re-specify in addition to word-wrap */
  }

pre {       font-family: georgia, serif;
	font-size:14px;
	text-align:left;
	color:inherit;
        margin: 0;
        padding: 0;
	}
	
h1 {
	font-size:24px;
	line-height: 35px;
	color:inherit;
	}
	
h2 {
	font-size:18px;
	line-height: 35px;
	color:inherit;
	}

/* ----------------------------------------------------------------- 
 		    CREDITS: http://mgoys.com/lab/hashslider/ 
 ----------------------------------------------------------------- */

#slider {
	position: relative;
	width: 545px; height: 409px;
	border: 1px solid #666;
	overflow: hidden;
	z-index: 10;
	margin: 40px 0 0 0;
	}

#buttons {
	position: relative;
	width: 726px; height: 40px;
	margin: -100px auto;
	z-index: 100;
	}

#slider ul {
	position: relative;
	}
	
#slider ul li {
	float: left;
	}
	
#numbers {
	height: auto;
	margin: 35px auto;
	text-align: center;
	}	
	
#numbers li {
	position: relative;
	width: 18px; height: 14px;
	background-image: url(../images/dot_sprite.png);
	background-repeat: no-repeat;
	float: left;
	margin: 0 0px 5px 0;
	cursor: pointer;
	text-indent: -99999px;
	z-index: 100;
	}
	
.activenum {
	background-position: 0 -14px;
	}
