/* This file based on 'GearWorx99' by Ray Henry */
/* http://www.reh3.com/ */

/*colors created with www.colormatch.dk */
/*base color	#d83202 */
/*background 	#383838*/
/*top bar: 		#8c1f01 */
/*link:			#d83202 */
/*main text		#262626 */

/* basic elements */
body {
	margin:0;
	padding:0;
	background:#383838;
	color:#c7c7c7;
	text-align:center;
	width:100%;
	height:100%;
	font-family:verdana, arial, sans-serif;
}
h1, h2, h3, h4, h5 {
	font-family:Georgia,serif;
	padding:0;
	margin:0;
}
ul {
	margin:0;
	padding:0;
}
acronym {
	cursor:help;
}
acronym:hover {
	border-bottom:2px solid #262626;
}
/* structural elements */
#container {
	background: transparent;
	position:relative;
	margin:15px auto;
	padding:0 3px;
	width:600px;
	text-align:left;
}
#intro {
	padding:0;
}
#pageHeader {
	position:absolute;
	top:60px;
	left:0px;
	width:150px;
	height:50px;
	margin:0 0 0 -4px;
	background:url(/clips/kraaft-header-grau.gif) no-repeat;
}
#pageHeader h1 {
	font-weight:bold;
}
#pageHeader:hover {
}
#supportingText {
	position:absolute;
	top:140px;
	left:160px;
	width:420px;
	background:#383838;
}
#linkList {
	position:absolute; 
	top:145px;
	left:0px;
	width:140px;
	text-align:right;
}

/* intro */
#preamble {
	position:absolute;
	top:50px;
	left:160px;
	width:420px;
	margin:4px 0 4px 0;
	font-size:11px;
	border: 1px solid #b7bfc7;
}
#preamble h3 {
	margin:2px 0 -9px 0;
	font-size:16px;
	color:#b7bfc7;
	letter-spacing:0.2em;
}
#preamble p {
	color:#b7bfc7;
	padding:0 0 0 20px;
}

/* supportingText */
#supportingText p {
	color:#d7d7d7;
	padding:0 0 0 20px;
	font-size:11px;
}

#supportingText h3 {
	margin:2px 0 -9px 0;
	font-size:16px;
	letter-spacing:0.2em;
}

#explanation, #participation, #benefits, #SiteSearch {

}
#explanation h3 {
}

#participation h3 {
}
#benefits h3 {
}
#SiteSearch h3 {
}
#supportingText a:link, #supportingText a:active, #supportingText a:visited {
	color:#7a7771;
	font-weight:normal;
	border-bottom: solid 1px #7a7771;
	text-decoration:none;
}
#supportingText a:hover {
	background:#7a7771;
	color:#383838;
}
#footer {
	text-align:left;
	border-top:1px solid #c7c4b7;
	padding:10px 0;
	background:#383838;
	margin:0 20px 0 0;
	font-size:11px;
	color:#c7c7c7;
	font-weight:normal;
}
#footer a:link, #footer a:active, #footer a:visited {
	color:#7a7771;
	text-decoration:none;
	font-weight:normal;
}

#footer a:hover {
	color:#d9d9d9;
}

/* linkList */
#linkList ul {
	list-style:none;
}
#lselect, #lresources, #larchives {
	width:140px;
	margin:0 0 10px 0;
	font-size:11px;
	color:#c7c7c7;
}
#lselect h3, #lresources h3, #larchives h3 {
	width:140px;
	color:#b7bfc7;
	font-family:arial, helvetica,sans-serif;
	font-weight:normal;
	font-size:1em;
	letter-spacing:0.1em;
}
#lselect li, #lresources li, #larchives li {
	width:140px;
	margin:0 0 2px 0;
	color:#383838;
}
#lselect a:link, #lselect a:active, #lselect a:visited {
	color:#7a7771;
	text-decoration:none;
}
#lselect a:hover {
	padding:2px 0 2px 0;
	color:#ffffff;
	background:#7a7771;
}
#lselect a.c {
	font-weight:normal;
	text-decoration:none;
}
#larchives a:link, #larchives a:active, #larchives a:visited {
	color:#7a7771;
	text-decoration:none;
}
#larchives a:hover {
	color:#ffffff;
	background-color:#7a7771;
}

#lresources a:link, #lresources a:active, #lresources a:visited {
	color:#7a7771;
	text-decoration:none;
}
#lresources a:hover {
	color:#ffffff;
	background-color:#7a7771;
}
