#header {
	width: 905px;
	height: 70px;
	/* 
	background: url(  "../images/logos/ecobuildings_toplogo.jpg" ) no-repeat left top;
	*/
}

#frame {
/*	background-color: green; */
}

#page {
	position: relative;
	margin: auto;
	width: 905px;
/*	background-color: yellow; */
}

#line {
	text-align: center;
	font-size: 130%;
}

#leftcolumn {	
	width: 170px;
	padding: 5px;
	border-right: 1px solid #03a;
}

#leftcolumn h3 {
	color: #392a7d;
	font-size: 18px;
	font-weight: bold;
	font-family: arial,verdana;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#path {
}

#content {
	width: 495px;
	padding: 5px;
	margin-left: -1px;
	border-left: 1px solid #03a;
	border-right: 1px solid #03a;
	
	font-family: arial,verdana;
	font-size: 12px;
	font-weight: normal;
	color: #30383A;
	line-height: 14px;	

}

#rightcolumn {
	width: 200px;
	padding: 5px;
	margin-left: -1px;
	border-left: 1px solid #03a;
}


#webGroupLink, #sixthFWLogo, #maillink {
	margin-top: 20px;
	color: black;
	font-size: 75%;
}

/* header definitions.
 */
#content h1 {
	font-size: 16px;
	font-weight: bold;
	font-family: arial,verdana;
	margin-bottom: 1em;
} 
 
.csc-firstHeader {
	color: #392a7d;
}

.csc-header {
	color: #666D70;
}

#content h1 i {
	color:#88ccff;
}

#content h2 {
	font: bold 12px verdana;
	margin-left: 0px;
	color: #0031aa;
	margin-bottom: 1em;
}

#content h3 {	
	font-weight: bold;	
	font-size: 16px;
	font-family: arial,verdana;
	margin-bottom: 1em;
	color: #666D70;
}

#abstract {
	font-weight: bold;
}


#content ul {
	margin-left: 1.6em;
	margin-bottom: 1.5em;
}

#content ol {
	margin-left: 1.6em;
	margin-bottom: 1.5em;
}

#content p {
	margin-bottom: 1.5em;
}

/* hieronder definitie van locatie/dimensie van drie tekst/menu blokken
 */


/* Hieronder definitie footer
 */
#footer {
	color: white;
	background: #3f2d2d;
	text-align: center;
	width: 100%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #666;
}

#footer a {
	color:ffffff
}

#footer a:link {
	color : #ffffff;
	text-decoration : underline;
	background: transparent;
}

#footer a:visited {
	color : #ffffff;
	text-decoration : underline;
	background: transparent;
}

#footer a:hover  {
	color: #ff0000; 
	text-decoration: underline;
	background: #ffffff;
}

#footer a:active {
	color : #ffffff;
	text-decoration : underline;
	background: transparent;
} 

/* Hieronder definitie voor een kader voor een nieuwsbericht op hoofdpagina van Intranet
 */
div.stkader {
	background-color: #ffffff;
	margin: 2px;
	padding: 2px;
	border: solid;
	border-width: 1px;
	border-color: #03a;
	width: 90%
}

/* Hieronder definitie gedrag links
 */
a:link {
	color : #0000ff;
	text-decoration : underline;
	background: transparent;
}

a:visited {
	color : #0000ff;
	text-decoration : underline;
	background: transparent;
}

a:hover  {
	color: #ff0000; 
	text-decoration: underline;
	background: transparent;
}

a:active {
	color : #0000ff;
	text-decoration : underline;
	background: transparent;
} 

/* Hieronder definitie stijl tabellen voor weergave data - kan
 * want paginaindeling wordt niet met
 * tabellen gerealiseerd, maar met css
 */

#table1 table {
	/* border-collapse: collapse; */
	width: 50%;
}

#table1 th {
	padding: 0 0.5em;
	text-align: left;
	vertical-align: top;
}

#table1 thead th {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #03a;
	color: #ffffff;
	font-weight: bold;
}

#table1 td {
	border-bottom: 1px solid #0031aa;
	padding: 0 0.5em;
	text-align: left;
	vertical-align: top;
}


/* Hieronder definitie stijl tabellen voor weergave tekst
 * links en plaatjes rechts - zonder lijntjes
 */

#table2 table {
	border-collapse: collapse;
	width: 90%;
}

#table2 td {
	padding-right: 20px;
	text-align: left;
	vertical-align: top;
}	

hr {
	color: #03a;
}