/* css Zen Garden submission 004 - 'arch4.20' by Dave Shea - http://www.mezzoblue.com/ */
/* css released under Creative Commons ShareAlike License v1.0 - http://creativecommons.org/licenses/sa/1.0/  */
/* All associated graphics copyright 2003, Dave Shea */
/* Added: May 7th, 2003 */


/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. */
/* The CSS itself may freely be used for anything you wish, but the associated graphics belong to the designer. */
/* What you may use - .css files. What you may not use - .jpg, .gif, and .png files. */


/* The photo was taken inside the Vancouver Public Library. It has been mentioned the colours have a vaguely
    MetaFilter-like feel. I suppose they do... Unintentional. */


/* basic elements */
body {
	font: 13px tahoma, verdana, sans-serif;
	color: Black;
	background: white;

}
p {
	font: 13px  tahoma, verdana, sans-serif;
	margin-top: 0px;
}
h3 {
	font: bold 14px verdana, sans-serif;
	margin-bottom: 0px;

}
	
h2 {
	font: bold 13px  verdana, sans-serif;
	margin-bottom: 0px;
	border-top: 1px dotted gray;

	}
	
h1 {
	font: bold 14px verdana, sans-serif;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom: 2px solid black;
}
acronym {
	border-bottom: dotted 1px #fff;
	}
	
a.noho:link, a.noho:visited, a.noho:hover, a.noho:active {
	text-decoration: none;
	background : transparent;
}

a:link {
	font-weight: bold;
	text-decoration: underline;
	color: Black;
}
a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: Black;
}
a:hover {
	color: black;
	text-decoration: underline;


}


a:active {
	font-weight: bold;
	text-decoration: underline;
	color: Black;
}



/* specific divs */
#preamble {
	text-align : justify;
	}
#supportingText {

	}

#pageHeader {
	display: none;
}
#pageHeader h1 {
	/*background: transparent url(h1.gif) no-repeat top left;*/
	
	}
#pageHeader h1 span {
	display: none;
	}
#pageHeader h2 {
	
	}
#pageHeader h2 span {
	display: none;
	}

#quickSummary .p1 {
	display: none;
}
#quickSummary .p2 {
	font: 12px tahoma, verdana, sans-serif;
	color: Gray;
	
}
#quickSummary .p2 a:link, #quickSummary .p2 a:visited {
	color: Gray;
	text-decoration: underline;
}
#quickSummary .p2 a:active, #quickSummary .p2 a:hover {
	color: Gray;
	background-color: white;
}

#linkList{
	display: none;
	
}

#linkList2 h3 span {
	display: none;
	}
#linkList2 h3.select {
	width: 157px;
	height: 25px;
	}
#linkList2 h3.favorites{
	background: transparent url(h5.gif) no-repeat top left;
	width: 157px;
	height: 25px;
	}
#linkList2 h3.archives{
	background: transparent url(h6.gif) no-repeat top left;
	width: 157px;
	height: 15px;
	}
#linkList2 h3.resources{

	width: 157px;
	height: 25px;
	}
#linkList li {
	font-size: 11px;
	line-height: 2.5ex;
	padding: 2px 10px 0px 5px;
	margin-bottom: 5px;
	margin-left: 15px;

}

#linkList2 li a:hover {
	display: block;
}


/*#linkList #lresources li {
	margin-bottom: 0px;
	}*/

#linkList ul {
	margin: 0px;
	padding: 0px;
	}

#footer {
	text-align: right;
	border-top: 1px solid #3C3C3C;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	border-bottom : 1px solid  #3C3C3C;
	
}
#footer a:link, #footer a:visited {
	padding: 2px 6px 2px 6px;
	}
#footer a:hover {
	text-decoration: none;
	
}

.li_ze {
}

.bild_re {
float:right;}

.bild_mr {
	border : 1px solid Black;
}