#header
{
	position:relative;
	text-align:center;
	padding-top: 1em;
	padding-bottom: 1.5em;
	margin-bottom: 0em;
	margin-left: 5em;
	margin-right: 5em;
}

#header #title
{
	font-family: monospace;
	font-size: 3em;
	font-weight: bold;
	display:block;
}

#header .quote
{font-size: small;}


#navigation
{
	clear:both;
	height:20px;
	margin-top: 0px;
	padding: 0px;
	text-align:right;
	position:relative;
	top:-1em;
	height: 32px;
	margin-left: 40%;
}


#navigation ul
{
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}

#navigation li
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
	height:32px;
	white-space: nowrap;
}

#navigation #navbegin
{
	padding-left:0px;
	padding-right:16px;
	margin-left:10px;
}

#navigation #navend
{
	padding-left: 0px;
	padding-right:16px;
	margin-left:0px;
}

#navigation li a
{
	text-decoration: none;
	display: block;
	line-height:30px; 
	padding-right: 1em;
	padding-left: 1em;
}

#toc
{
	float:left;
	width: 20%;
	position:fixed;
	bottom: 1ex;
	left: 1ex;
	font-size: small;
}

#toc ul
{
	list-style-type: none;
	padding: 0px;
	margin-left: 2ex;
}


#content
{
	width:58%;
	margin-left: 19%;
	padding: 2em;
	margin-top: 0em;
	padding-top: 0.5em;
	padding-bottom: 2em;
}

#content p
{
	text-align:justify;
	padding-left: 0.5em;
/*	margin-bottom: 2em; */
}

#content dd
{
	margin-bottom: 0.3em;
}

#content dl
{
	margin-bottom: 2em;
}

#content ul
{
	margin-top: 0em;
	margin-bottom: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
}


#content p:hover, li:hover, dt:hover, dd:hover
{
	background-color: #101010;
}

#footer
{
	text-align:center;
	padding: 1em;
	margin: 1em;
	border-top: 2px solid #cc0000;
	border-bottom: 2px solid #cc0000;
}

#footer p
{
	font-size: small;
	padding: 0px;
	margin: 0px;
}

.quote
{
	text-align:left;
	white-space: normal;
	margin-left:30%;
	width:40%;
	padding: 0.5em;
}

.quote .author
{
	font-style:normal;
	text-align:right;
	font-family: sans-serif;
	padding-top: 0.33em;
	font-size: x-small;
}

.quote .author:before
{
	content: "-- ";
}




/**********************
 *
 * styles for sGB
 *
 **********************/

.sgb_name
{
	font-weight:bold;
	font-family: Arial;
}
.sgb_date
{
	text-align: center;
	width:20%;
}
.sgb_mail
{
	width:10%;
	text-align:center;
}

.sgb_hp
{
	width:10%;
	text-align:center;
}

.sgb_text
{
}

.sgb_Entry
{
	width:100%;
	font-family: Arial;
}

