/*
 * global.css
 *
 * BNA H2OLLAND Style Sheet
 *
 * Opmerkingen:
 * - Hou alsjeblieft de syntax in tact. Dank u. 
 * - Line-height levert browser problemen op, vooral bij het schalen van
 * de tekst
 */


body {
	font-family: "Trebuchet MS", Verdana, Arial, Univers, sans-serif;
	background-color: #FFFFFF;
	color: #003385;
	margin: 0px;
}

a { 
	color: #003385;
	font-weight: bold; 
	text-decoration: none;
}

a:hover { 
	color: #B30234;
}
a:active {
	color: #FFFFFF;
}
a:visited {
	color: #425D85;
}

/* 
 * Uitgangspunt voor alle tabelcellen;
 * Pas grootte en kleur aan in een specifiekere class. 
 */
td, p, div {
	font-family: "Trebuchet MS", Verdana, Arial, Univers, sans-serif;
	color: #003385;
}

/* Het witte vlak boven het water heeft een kleiner lettertje: */
td.bovennap {
	font-family: "Trebuchet MS", Verdana, Arial, Univers, sans-serif;
	font-size: 70%;
	color: #000000;
}
table.bovennap {
	background-color: #FFFFFF;
}
img.bovennap {
	border-color: #000000;
}
/* Netscape 4.* schaalt de celbreedte met de font-size mee: */
td.bovennapgroot {
	font-size: 80%;
	color: #000000;
}

/* Content plaatjes hebben een border: */
img.plaatje {  
	border-color: #FFFFFF;
}

/* De 'bullet' voor de zieook: */
td.streepje {
	font-size: 70%;
	color: #FFFFFF;
}

/* De zieook tekst in de rechterkolom: */
a.zieook { 
	font-size: 75%;
	font-weight: normal;
}

/* Lopende tekst in de hoofdkolom: */
td.tekst { 
	font-size: 80%;
}

/* Kopje boven de lopende tekst */
td.titel { 
	font-weight: bold;
	font-size: 80%;
	color: #000000; 
}
td.doorklikken { 
	font-size: 80%;
	font-weight: bold;
}


/* Exposition */
img.expothema {
	border-color: #FFFFFF;
}
/* Links in de exposition homepage*/
a.anchored:visited {
	color: #003385;
}
a.anchored:active {
	color: #B30234;
}
a.anchored:hover {
	color: #B30234;
}

/* Project information */
span.architect {
	font-weight: bold;
	color: #FFFFFF;
}
span.project {
	font-weight: bold;
}
img.project {
	border-color: #FFFFFF;
}
td.project { 
	font-weight: bold;
	font-size: 80%;
}
textarea {
font-family: "Trebuchet MS", Verdana, Arial, Univers, sans-serif;
	color: #003385;
	width: 220px;
	height: 200px;
}
input {
font-family: "Trebuchet MS", Verdana, Arial, Univers, sans-serif;
	color: #003385;
	width: 220px;
}
.autobut {
width:auto;
}
/* ~~~~~ global.css ~~~~~ */
