/* Start of CMSMS style sheet 'Element Design' */
* {
	padding: 0;
	margin: 0;
}

html {
	font : normal normal normal 62.5% Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
}

img {
	border: none;
}

body {
	width: 100%;
	background: url(images/bodyheader.jpg) top center no-repeat;
}

h1, h2, h3, h4, h5, h6 {
font-family:Georgia, \"Times New Roman\", Times, serif;
color: #6ab527;
font-weight: lighter;
}

h2 {
font-size: 1.6em;
margin-bottom: 25px;
}

h3 {
font-size: 1.4em;
margin-bottom: 10px;
}

#container {
	position: relative;
	padding: 129px 23px 0px 23px;
	
}

#header {
	position: absolute;
        top: 10px;
        left: 0;
	background: url(images/logo.png) no-repeat;
	width: 154px;
	height: 76px;
}

#header h1 {
	text-indent: -9999px;
}

#header h1 a {
	display: block;
	width: 154px;
	height: 76px;
}

#container #navigatie {
	position: absolute;
	left: 23px;
	top: 87px;
	list-style-type: none;
	padding: 0;
	margin:0;
}

#navigatie #nieuws {
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/li_nieuws.jpg) no-repeat;
	width: 108px;
	height: 43px;
}

#navigatie #portfolio {
	position: absolute;
	left: 158px;
	top: 0;
	background: url(images/li_portfolio.jpg) no-repeat;
	width: 137px;
	height: 43px;
}

#navigatie #contact {
	position: absolute;
	left: 345px;
	top: 0;
	background: url(images/li_contact.jpg) no-repeat;
	width: 117px;
	height: 43px;
}

#contact a, #portfolio a, #nieuws a {
	display:block;
	width: 100%;
	height: 100%;
}

#contact span, #portfolio span, #nieuws span {
	display: none;
}


/* NAVIGATIE DROPDOWN */

/* 
	LEVEL TWO
*/
ul#navigatie ul {
width: 474px;
visibility: hidden;
position: absolute;
top: 100%;
left: 0;
list-style-type: none;
border-bottom: 1px solid #6fb122;
padding-top: 15px;
}

ul#navigatie ul li#grafisch { background: url(images/li_li_grafisch.jpg) no-repeat; width: 105px; height: 21px; }
ul#navigatie ul li#webdesign { background: url(images/li_li_webdesign.jpg) no-repeat; width: 143px; height: 21px; }
ul#navigatie ul li#vrijwerk { background: url(images/li_li_vrij-werk.jpg) no-repeat; width: 114px; height: 21px; }
ul#navigatie ul li#fotografie { background: url(images/li_li_fotografie.jpg) no-repeat; width: 102px; height: 21px; }

ul#navigatie ul li 					{ float: left; }

									  
                                    /* IE 6 & 7 Needs Inline Block */
ul#navigatie ul li a					{ border-right: none; width: 100%; display: inline-block; } 

/* EINDE NAVIGATIE DROPDOWN */

#inhoud {
	border: 1px #6fb122 solid;
	padding: 23px;
	font-size: 1.2em;
	min-height: 550px;
}

#inhoud p {
	margin-bottom: 20px;
}

#inhoud a {
	color: #6fb122;
	text-decoration: underline;
}

#inhoud a:hover {
	text-decoration: none;
}

#footer {
	position: relative;
	background: url(images/htmlfooter.jpg) bottom center no-repeat;
	width: 100%;
	height: 75px;
	padding: 0;
	margin: 40px 0 0 0;
	list-style-type: none;
}

#footer #discl {
	position: absolute;
	right: 270px;
	top: -40px;
	background: url(images/li_disclaimer.jpg) no-repeat;
	width: 80px;
	height: 36px;
}

#footer #algvwn {
	position: absolute;
	right: 30px;
	top: -40px;
	background: url(images/li_algvwn.jpg) no-repeat;
	width: 193px;
	height: 36px;
}

#discl a, #algvwn a {
	display: block;
	width: 100%;
	height: 100%;
}

#discl span, #algvwn span {
	display: none;
}

.naw {
margin-bottom:20px;
}

.naw span {
display: block;
}

/* NIEUWS */



.NewsSummary {

padding-bottom: 10px;

}



.NewsSummary h2 a {

color: #6ab527 !important;
}



.NewsSummary h2, #NewsPostDetailTitle {

margin-bottom: 10px;

}



.NewsSummaryPostdate, .NewsPostDetailDate {

color: #6ab527;

}



.NewsSummaryPostdate, .NewsSummaryAuthor, .NewsPostDetailDate {

font-size: 0.9em;

padding-bottom: 10px;

}

.NewsSummaryAuthor {
font-weight: bold;
}


.NewsPostDetailSummary, .NewsPostDetailContent {
margin-bottom: 10px;
}



/* EINDE NIEUWS */


/* End of 'Element Design' */

