/* algemeen */
a:focus {
    -moz-outline:none;
}
html, body {
	margin:0;
	padding:0;
	height:100%;
	color:#505050;
   	font-family: Tahoma, Geneva, sans-serif;
	font-size:10px;
	line-height:14px;
	margin: 0;
	padding:0;
	text-align: left;
	background-color:  #e6e6e6;
}
p {
	margin: 0 0 5px 0;
}
a {
	color:#505050;
    font-weight: bold;
}
a:hover {
	color:#505050;
	text-decoration:none;
}
a img {
	border:0;
}
.clear {
	clear:both;
}
h1 {
    color: #9fcf67;
    font-size: 14px;
    margin: 0 0 10px -1px;
    padding: 0;
    font-weight: normal;
}

/*positionering*/
#outer {
    height: 800px;
    background: #e6e6e6 url('../img/background.jpg') center top no-repeat;
    padding-top: 30px;
    margin: auto;
}

#wrapper {
    margin: 0 auto;
    width: 950px;
}
#menu {
    width: 174px;
    margin-top: 142px;
    float: left;
}
#content {
    width: 775px;
    float: left;
    margin-left: 1px;
}
.logo {
    height: 143px;
    padding-left: 2px;
}
.tekst {
    padding: 25px;
    width: 249px;
    float: left;
    position: relative;
    height: 425px;
}
.tekst.breed {
    width: 487px;
}
#fadeholder {
    width: 476px;
    height: 475px;    
    float:left;
}
.afbeelding {
    float:left;
    width: 476px;
    height: 475px;
    background-image:url('../img/voorbeeld_afbeelding.jpg');
	background-position:right top;
	background-repeat:no-repeat;
    position: relative;
}
#ster {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: url('../img/ster.png');
    z-index: 20;
    width: 238px;
    height: 286px;
}
.projecten {
    height: 451px;
    padding: 12px;
    position: relative;
}
.project_small {
    margin: 12px;
    width: 126px;
    height: 126px;
    background: #eee url('../img/geen_afbeelding_126.jpg') no-repeat center center;
    float: left;
    z-index: 20;
    cursor: pointer;
}

a.links_volgende  {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 15px;
    display: block;
}
a.links_vorige {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 15px;
    display: block;
}
a.links_volgende:hover,
a.links_vorige:hover {
}

table tr td {
    vertical-align: top;
}




/* menu */
#menu ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
#menu ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
#menu ul li a {
    font-size: 14px;
    padding: 7px 0 7px 26px;
    margin: 0px;
    display: block;
    text-decoration: none;
    border-top: 1px solid #afafaf;
}
#menu ul li.last a {
    border-bottom: 1px solid #afafaf;
}
#menu ul li a:hover{
	color: #9fcf67;
}
#menu ul li#actief a {
	color: #9fcf67;
}

.submenu {
    border-bottom: 1px solid #9fcf67;
}
.submenu ul{
    height: 28px;
    padding: 0px 0px 0px 12px;
    margin: 0px;
    list-style: none; 
}
.submenu ul li {
    padding: 0px;
    margin: 0px;
    list-style: none; 
    float: left;
}
.submenu ul li a {
    font-size: 14px;
    padding: 7px 0 7px 18px;
    margin: 0px;
    display: block;
    text-decoration: none;
}
.submenu ul li a:hover{
	color: #9fcf67;
}
.submenu ul li#actief a {
	color: #9fcf67;
}



/* Footer */
#footer {
    margin: 10px auto 0 auto;
    width: 950px;
}
	#footer a {
		color: #515151;
		font-weight: 100;
	}
