#content {
	position: relative; 
	left: 250px; 
	width: 525px; 
	background: transparent; 
	top: 10px;
	margin: 0;
}
#teller {
	position: absolute;
	display: none; /* Alleen laten zien als er ook daadwerkelijk een teller in staat */
	top: 4;
	right: 4;
	height: 18px;	
	width: 18px;
	background: transparent url(img/nedstat.gif) center center no-repeat;
}
#content #errors p {
	margin-top: 30px;
}
#content p {
	width: 400px;
	margin-left: 60px;
}
#content ul {	
	margin: 5px 0 0 75px;
	padding-left: 0;
	list-style-position: outside;
}
#content ul li{
	width: 380px;
	text-align: justify;
	padding-bottom: 10px;
	vertical-align: top; /* Nodig voor de bluuit in IE */
}

/****************************************/
/*				UITZONDERINGEN			*/
/****************************************/

#content #index p,
#content #home p {
	position: relative;
	width: 235px;
	text-align: justify;
	margin-left: 0;
	
}
#content #index ul,
#content #home ul {	
	margin: 5px 0 0 15px;
	padding-left: 0;
	list-style-position: outside;
}
#content #index ul li,
#content #home ul li {
	width: 218px;
	text-align: justify;
	padding-bottom: 10px;
	vertical-align: top; /* Nodig voor de bullit in IE */
}
#content #index ul li {
	width: 380px;
}

/****************************************/
/*		PROJECTEN SPLASH (HOME)			*/
/****************************************/

#content #projectenSplashContainer {
	padding-left: 150px;
}
#content #projectBeschrijving1,
#content #projectBeschrijving2 {
	border: 2px solid #DEDFDA;
	width: 252px;
	background: #F4F4F3;
	margin-bottom: 20px;
	text-align: left;
}
#content #projectBeschrijving1 p,
#content #projectBeschrijving2 p,
#content #projectBeschrijving1 h3,
#content #projectBeschrijving2 h3 {
	width: 240px;
	padding: 0;
	margin: 5px;
}
#content #projectBeschrijving1 h3,
#content #projectBeschrijving2 h3 {
	margin-bottom: 15px;
}
#content #projectBeschrijving1 img,
#content #projectBeschrijving2 img {
	border: none;
	width: 250px;
	height: 250px;
	margin: 0;
	padding: 0;
	background: #FFFDFD;	
}
#content #home #projectBeschrijving1,
#content #home #projectBeschrijving2 {
	position: absolute;
	right: 15px;
}
#content #home #projectBeschrijving1 p,
#content #home #projectBeschrijving2 p,
#content #home #projectBeschrijving1 h3,
#content #home #projectBeschrijving2 h3 {
	width: auto;
}
#content #home #projectBeschrijving1 {
	top: 265px;
}
#content #home #projectBeschrijving2 {
	top: 660px;
}


/****************************************/
/*				HOME RESTEREND			*/
/****************************************/
#content #recent {
	display: block;
	border: 2px solid #DEDFDA;
	width: 252px;
	background: #F4F4F3;
	text-align: center;
	right: 15px;
	margin-bottom: 20px;
	position: absolute;
}
#content #recent {
	width: 254px;
	padding: 5px 0 5px 0;
	margin: 0;
	top: 140px;	
}
#content #recent h4 {
	display: block;
	padding: 0;
	margin: 0;
	font-size: 12px;
}
#content #recent a {
	display: block;
	text-align: left;
	padding: 5px 5px 0 5px;
}
#content #recent a#rss_xml {
	height: 14px !important;
	background: transparent url(../imgAlgemeen/rss.gif) bottom right no-repeat;	
	color: black;
}
.citaat {
	padding-left: 10px;
	font-size: 10px;
	font-family: Courier, Serif;
}
.citaat span {
	font-weight: bold;
}


/****************************/
/*		PROJECTEN CONTENT	*/
/****************************/

#deNaam {
	font-size: 14px;
	font-weight: bold;
}

.opmerking {
	position: absolute;
	border: 2px solid #DEDFDA;
	width: 250px;
	background: #F4F4F3;
	text-align: center;
	right: 15px;
	top: 280px;
	display: block;
	padding: 0 5px 0 5px
}
.onderdeel {
	float: left;	
	width: 100%;
	margin: 0 0 40px 0;
}
.onderdeel h3 {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
#content .onderdeel p {
	width: 400px;
	margin-left: 60px;
}
#content .onderdeel  ul {	
	margin: 5px 0 0 75px;
	padding-left: 0;
	list-style-position: outside;
}
#content .onderdeel  ul li {
	width: 380px;
	text-align: justify;
	padding-bottom: 10px;
	vertical-align: top; /* Nodig voor de bullit in IE */
}
.toevoeging {
	color: #666962;
	font-weight: bold;
}
.geld {
	font-size: 12px;
	width: 400px;
	border: 2px solid #DEDFDA;
	background: #F4F4F3;	
}
.geld th {
	border: 1px solid #666962;
	background: #E3E3E3;
}
.geld td,
.geld th {
	white-space: nowrap;
	padding: 4px 4px;
}
.geld .odd {
	background: #DFE0E1;	
}
.geld .subOnderdeel {
	font-style: italic;
	font-weight: bold;	
}
.geld .subTotaal {
	border-top: 1px solid #B2B3B5; 
	font-weight: bold;	
}
.geld .totaal {
	font-weight: bold;	
	font-size: 13px;
}
.namen {
	width: 400px;
	font-size: 12px;
	border: 2px solid #DEDFDA;
	background: #F4F4F3;	
}
#content .namen th {
	width: 50px;
}
#content .namen tr {
	vertical-align: top;
}
#content .namen th,
#content .namen td {
	padding: 2px 2px;
	width: 350px;
}
.namen .odd {
	background: #DFE0E1;	
}
#container #content .namen ul{
	position: relative;
	width: 300px;
	margin: 0 0 8px 0;
	list-style-type: cirkel;
}
#container #content .namen li {
	white-space: nowrap;
	width: 100%;
	margin: 2px 0;
	margin-left: 20px;
}

/****************************/
/*		PROJECTEN INDEX		*/
/****************************/
#content ul.index0 {	
	margin: 5px 0 0 15px;	
	padding-left: 0;
	list-style-type: circle;	
}
#content ul.index0 li {
	margin-top: 0;
	width: 218px;
	text-align: justify;
	padding-bottom: 5px;
	vertical-align: top; /* Nodig voor de bullit in IE */
}
#content ul.index0 ul {
	margin: 30px 0 5px 15px;	
	list-style-type: none;
}
#content ul.index0 ul ul {
	margin-top: 5px;
}

/****************************/
/*		STIJLEN TAB 		*/
/****************************/

#content #stijlen ul,
#content #stijlen li {
	padding: 0;
	margin-left: 30px;	
	
}
#content #stijlen .stijlen li {	
	width: 400px;		
	margin-bottom: 30px;
	border: 2px solid #DEDFDA;
	padding: 0;
	background: #F4F4F3;
	text-align: justify;	
}
#content #stijlen .stijlen img {
	border: none;
	width: 400px;
	height: 308px;
	margin: 0;
	padding: 0;	
}

#content #stijlen .stijlen p {
	padding: 0;
	margin: 0;
	width: 380px;
}
#content #stijlen .stijlen p,
#content #stijlen .stijlen h3 {	
	padding: 10px 10px 5px 10px;
}
