/* css Zen Garden submission 024 - 'Not So Minimal' by Daniel Rubin, http://www.superfluousbanter.org// */
/* css released under Creative Commons ShareAlike License v1.0 - http://creativecommons.org/licenses/sa/1.0/  */
/* All associated graphics copyright 2003,  Daniel Rubin */


/* 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. */


/* global
----------------------------------------------- */
body {
font-family: verdana, helvetica, arial, sans-serif;
margin: 0 20px 0 20px;
color: black;
}


/* layout
----------------------------------------------- */
#container {

}

#pageHeader {
display: none;
}


	
#quickSummary {
diplay: none;
}

#quickSummary p.p1 {
display: none;
}

#quickSummary p.p2 {
display: none;
}

#preamble {
margin: 22px 0 0 0px;
width: 529px;
}

#explanation, #participation, #benefits, #requirements {
	margin: 25px 0 0 0px;
	/*margin: 25px 0 0 176px;*/
width: 529px;
	
}

#footer {
display: none;
}

#linkList {
diplay: none;
}


/* text
----------------------------------------------- */
p {
font-size: 13px;
}

ul {
font-size: 13px;
}

#preamble p.p1, #supportingText p.p1 {
margin-top: 10px;

}

#preamble p, #supportingText p {

}

#quickSummary p.p2 {
font-size: 9px;
color: #999;
}

#footer {
diplay: none;
}


/* lists
----------------------------------------------- */
#linkList ul {
display: none;
}

#linkList ul li {
diplay: none;
}

#linkList #lselect li {
diplay: none;

}

#linkList #lselect a:link, #linkList #lselect a:visited { display: block; }
#linkList #lselect a.c:link, #linkList #lselect a.c:visited { display:inline; }

#larchives li, #lresources li { text-transform: none; }


/* links
----------------------------------------------- */
a, a:link, a:visited {
color: #999;
}

a:hover {
color: #333;
}

#quickSummary a, #quickSummary a:link, #quickSummary a:visited {
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
}

#quickSummary a:hover {
text-decoration: underline;
}

#linkList a, #linkList a:link, #linkList a:visited {
color: #666;
text-decoration: none;
}

#linkList a:hover {
text-decoration: underline;
color: #333;
}

#linkList a.c, #linkList a.c:link, #linkList a.c:visited {
color: #999;
text-decoration: none;
}

#linkList a.c:hover {
text-decoration: underline;
color: #333;
}

#linkList #lselect a {
font-size: 10px;
}

#linkList #lselect a.c {
font-size: 9px;
text-transform: lowercase;
}

#footer a, #footer a:link, #footer a:visited {
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}


/* headings
----------------------------------------------- */
h3 { margin-bottom: 0px; }

h3 span { display: none; }

#supportingText h3 {

}

#linkList h3 {
diplay: none;
}

#preamble h3 {
border-bottom: 1px solid black;
font-size: 17px;
padding-left: 5px;
}

#explanation h3 {
border-bottom: 1px solid black;
font-size: 17px;
padding-left: 5px;
}

#participation h3 {
border-bottom: 1px solid black;
font-size: 17px;
padding-left: 5px;
}

#benefits h3 {
border-bottom: 1px solid black;
font-size: 17px;
padding-left: 5px;
}

#requirements h3 {
border-bottom: 1px solid black;
font-size: 17px;
padding-left: 5px;
}

#lselect h3 {

}

#lfavorites h3 {

}

#larchives h3 {

}

#lresources h3 {

}


/* misc
--------------------------------- */
acronym { border-width: 0; }
.b_rechts {float:right; clear:both; border-width: 0;}