@import url(menu.css);

html, body, #page, #header, #h_font, #menu, p, h1, h2, h3, h4, h5, h6, pre, .csc-textpic-caption, ul, ol, li, blockquote, form, fieldset, input {
	margin: 0; 
	padding: 0;
}

/* L A Y O U T */

html, body {
	height: 100%;
}
body {
	background-color: #FBFDF2;
}

/* page */
#page {
	position: relative;
	margin: 0 auto;
	z-index: 1;
	width: 50em;
	min-height: 100%;
	background-color: #F7F7F7;
	border-left: 0.1em solid #D3D4CB;
	border-right: 0.1em solid #D3D4CB;
}

/* header */
#header {
	padding: 0.625em 0 0 0;
	height: 9.875em;
}
#header img {
	width: 50em;
}
#h_font {
	position: absolute;	
	right: 0;
}
#h_back {
	position: absolute;
	left: 0;
	width: 100%;
	height: 10.5em;
	background-color: #EAECE2;
	border-bottom: 1.75em solid #D3D6CB;
}

/* accesskeys */
#h_access {
	position: absolute;
	top: 0.8em;
}
#h_access ul {
	margin: 0.5em 0 0 0.5em;
}
#h_access li {
	list-style-type: none;
}
#h_access li img {
	width: 1.125em;
	border: 0;
}

/* menu */
#menu {
	width: 50em;
	height: 1.75em;
	background-color: #8D9085;
}

/* content */
#content {
	float: left;
	margin: 1.5em 1.5em 2.5em 1.5em;
	width: 47em;
}

/* footer */
#footer {
	clear: both;
}
#f_inside {
	position: absolute;
	margin: 0 1.5em;
	padding: 0.5em 0;
	bottom: 0;
	width: 47em;
	border-top: 0.1em solid #A6A6A6;
}

/*   F O N T S   */

/* general */
#footer address, p, h1, h2, h3, .csc-textpic-caption, #content li, input, textarea, label {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
p, .csc-textpic-caption, #content li, input, textarea, label {
	font-size: 0.8em;
}

/* layout */
#h_font h1 {
	margin: 0;
	padding: 0.3em 0.5em 0 0;
	font-variant: normal;
	letter-spacing: 0.05em;
	color: #000;
	/*color: #494B45;*/
}
#footer p {
	text-align: center;
	font-weight: 100;
	font-size: 0.7em;
	color: #A6A6A6;
}

/* default */
p {
	margin: 0 0 0.6em 0;
	line-height: 1.6em;
	letter-spacing: 0.04em;
}
h1 {
	margin: 0.6em 0 0.4em 0;
	font-size: 1.4em;
	line-height: 1.2em;
	letter-spacing: 0.16em;
}
.csc-firstHeader {
	margin-top: 0;
}
h2 {
	margin: 0.8em 0 0.4em 0;
	font-size: 1.1em;
	line-height: 1.2em;
}
h3 {
	margin: 0 0 0.4em 0;
	font-size: 0.9em;
	letter-spacing: 0.04em;
	line-height: 1.2em;
	font-weight: bold;
}

/* image captions */
.csc-textpic-caption {
	margin: 0 0 0.3em 0;
	font-style: italic;
	line-height: 1.6em;
}

/* lists */
#content li {
	line-height: 1.6em;
}
#content ul p, #content ol p, #content ul h3, #content ol h3, #content ul ul, #content ol ol {
	font-size: 1em;
}

/* forms */
input {
	font-weight: bold;
}
label {
	letter-spacing: 0.1em;
	vertical-align: text-top;
}

/* uri */
#content a, #footer a {	
	text-decoration: underline;	
	color: #8D9085;
}
#content a:hover, #footer a:hover {
	text-decoration: none;
	color: #8D9085;
}
#footer a {
	color: #A6A6A6;
}

/*  G E N E R A L  */

/* lists */
#content ul, #content ol {
	margin: 0 0 0.4em 1.5em;
}
#content ul ul, #content ol ol, #content ul ul ul, #content ol ol ol {
	margin: 0 0 0 0.9em;
}
#content ul, #content ul ul ul {
	list-style: disc;
}
#content ul ul {
	list-style: square;
}

/* forms */
fieldset {
	margin: 0.6em;
	border:0;
}
input[type=text], input[type=password] {
	margin-bottom: 0.6em;
	width: 18em;
}
input[type=submit] {
	margin-top: 0.6em;
}
textarea {
	margin-bottom: 0.6em;
	height: 13em;
}
