/*
 * R.Sepp Voigt
 * Copyright (C) 1988 rsv.me
 *
 * subtext.css
 *
 */

 
/* GENERAL
--------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0 none;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
	vertical-align:baseline;
	background:transparent none repeat scroll 0 0;
}
body {
    margin: 0 auto;
	font-family:"Times New Roman", Times, serif;
	font-size:1.2em;
	line-height:1.5em;
	font-style: italic;
}
html, body {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.clear {
	clear:both;
}


/* LAYOUT
--------------------------------------------------------- */
header {
	display: block;
  	height: 60px;
  	background: #666;
	clear:both;
}

#logo {
	width: 20%;
  	background: #3a3a3a;
  	height: 100%;
	color:#fff;
	display:block;
}

#space {
	display: inline-block;
  	float: left;
  	height: 100%;
}

nav {
	display: inline-block;
  	width: 20%;
  	float: left;
  	height: 100%;
  	background: #c1c1c1;
}

nav ul {}

nav ul li {}

nav ul li a {
	padding:15px 0 15px 15px;
	border-bottom: 1px solid #848484;
	display:block;
}

nav ul li.active a {
	background: #666;
  	border-bottom: 1px solid #848484;
}

nav ul li:hover a {
	background:#666;
}

section {
	margin: 0 0 0 20%;
	height: 100%;
}