html{
	font-family: "Trebuchet MS", Verdana, serif;
	font-size: 0.8em;
	color: #333333;
	text-align: justify;
	line-height: 1.5em;
}
a:link {
	color:#0033CC;
}
a:visited {
	color:#003366;
}
a:hover {
	color:#6699FF;
}
a:active {
	color:#336633;
}

/*
* Headline and main logo
*/
h1{
 font-size: 1.5em;
 color: #ba0600;
 font-weight: bold;
}

h2{
 font-size: 1.2em;
 color: #AD0000;
 font-weight: bold;
}
h3{
 font-size: 1.1em;
 color: #663333;
 font-weight: bold;
}

#navi_left {
	position:absolute;
	width: 180px;
	margin: 15px 0px 0px 15px;
	padding: 0px 0px;
	float:left;
}
#navi_left_top {
	width: 180px;
	margin:0;
	background-image: url("/images/panel_top.gif");
	background-position:bottom;
	background-repeat:no-repeat;
	height: 16px;
}

#navi_left_link {
	width: 180px;
	margin:0px;
	padding:0px;
	background-image: url("/images/panel_mid.gif");
	background-position:left;
	background-repeat:repeat-y;
	min-height: 400px;
	height:auto !important; 
	height: 400px; /* for IE */
	text-decoration: none ; 
}

#navi_left_link ul, li {
	margin: 0px;
	padding-left: 10px;
	list-style-position:inside;
	list-style-type: circle;
}
#navi_left_link p {
	margin: 0px;
	padding: 5px 10px 10px 15px; 
	font-size: 0.85em;
}

#navi_left_bottom {
	width: 180px;
	margin:0;
	background-image: url("/images/panel_bottom.gif");
	background-position:top;
	background-repeat:no-repeat;
	height: 16px;
	clear: left;
}
#content{
	padding: 15px 20px 20px 210px;
	clear: left;
	height: 100%;
	background-color: white;
}

#content p, h1{
	margin-top: 0;
}

#content code{
	font-size: 1.2em;
	color: #990033;
}
#content ul li{
	margin: 0px;
	padding-left: 20px;
	list-style-position:outside;
	list-style-type: disc;
}

#content ol li{
	margin: 0px;
	padding-left: 20px;
	list-style-position:outside;
	list-style-type: decimal;
}


