@import url('reset.css');

/* BASIC */

html, body { line-height: 1.3em; 
	font-family: Frutiger, Univers, Arial, Helvetica, sans-serif; }
ul { padding-left: 1.5em; margin: 1.3em 0em; 
	list-style-image: url('images/list-image.png'); }

/* COLORS */
html, body { color: black; background-color: white; }

a { color: #008; }
a:visited { color: black; }
a:hover { background-color: #ddd; }

#header { color: black;
	background: #ede7cf url('images/header_back.png') no-repeat;
	border-right: 1px solid #999488; }
#navigation a { background-color: white; color: black; text-decoration: none;
	border: 1px solid #999488; }
#navigation a:hover { background-color: #d2cdb7; }
#header h1 { background-color: #008; color: white; 
	border-top: 1px solid black;
	border-right: 1px solid #008; }

#content h2 { border: 1px solid #008; border-width: 1px 1px 1px 30px;
	font-weight: bold; font-size: 0.9em; line-height: 1.1em;
	background: url('images/h2_back.gif') right repeat-y; }
#content h3 { border: 1px solid #008; border-width: 1px 0px 0px 7px;
	font-weight: bold; }

#content, #footer { border-left: 5px solid #006; }

#footer hr { border: 1px solid #ddd; size: 1px; }

/* POSITIONING and SIZING */

#header { width: 1000px; height: 108px; }
#navigation { padding: 16px 0px 0px 230px; float: left; }
#navigation a { float: left; width: 241px; height: 13px;
	font-size: 11px; line-height: 13px;
	margin: 1.5px 3.5px; padding: 0px 3px; }
#header h1 { position: absolute; top: 90px; 
	padding-left: 5px; 
	height: 18px; width: 995px;
	font-size: 9px; font-weight: bold; 
	clear: both; }

#footer, #content { clear: both; padding: 2em 20px; width: 960px; }
#content h2 { margin: 0.5em 0px; padding: 0px 250px 1px 0.5em;  }
#content h3 { padding-left: 0.5em; height: 1em; }

#footer { font-size: 0.7em; }

/* REST */

td.label { text-align: right; color: #555; }

.person { padding: 0.3em; margin: 0.3em; width: 150px;
	float: left; }

#content h1,
#content h2,
#content h3 { clear: both; }

table.list {
      font-size: 0.8em;
      border-collapse: collapse
}

table.list th {
      background-color: #ede7cf;
      font-weight: bold;
      text-align: center;
       border: 1px solid black;
}

table.list td {
       border: 1px solid black;
       padding: 2px;
}
