html, body {
	background: #ff6a00 /* orange url(images/content_bg.png) repeat-y */;
	font: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

/*
   ul bis a:hover wird benoetigt, da MS IE kein <ul id="navi"> unterstuetzt
   Opera nimmt in einer <div id="navi"> die ul/li-Definition aus dem body
   Mozilla aber aus #navi, daher sind die ul/li redundant fuer body und navi
   definiert 
*/
ul {
	left: 0px;
	padding-left: 0px;
	padding-top: 100px;
	border-left: 0px;
	list-style-type: none;
	line-height: 1.3em;
}

li {
	padding-left: 0px;
	padding-top: 5px;
	list-style-type: none;
	border-bottom: 1px solid #1c1c60;
	line-height: 1.3em;
}

li a {
	display: block;
	margin-left: 10px;
	color: #1c1c60;
	text-decoration: none;
}

a:hover {
	color: #1c1c60;
}


#navi {
	overflow: fixed;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 140px;
	height: 100%;
	padding: 5px;
	font-size: 1.1em;
	font: 0.9em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	text-align: left;
	}

#navi ul {
        left: 0px;
        padding-left: 0px;
        padding-top: 60px;
        border-left: 0px;
        list-style-type: none;
        line-height: 1.3em;
}

#navi li {
        padding-left: 0px;
        padding-top: 5px;
        list-style-type: none;
        border-bottom: 1px solid #1c1c60;
        line-height: 1.3em;
}

#navi li a {
        display: block;
        margin-left: 10px;
        color: #1c1c60;
        text-decoration: none;
}

#navi a:hover {
        color: #1c1c60;
}


#navi img {
	float: left;
	margin-left: 0;
	border: 2px solid #1c1c60 /* hellgruen */;
}


#main {
	background: #ffffff;
	font: 0.9em 'LucidaGrande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	color: #1c1c60;
	padding: 15px 15px 15px 25px;
	overflow: auto;
	position: absolute;
	top: 5px;
	height: 95%;
	right: 5px;
	left: 160px;
}

#main h2 {
	display: inline;
}

#main h4,#main h3 {
	margin-bottom: 6px;
	margin-top: 6px;
}

#main a:link { 
	color: #1c1c60;
	text-decoration: underline;
	font-weight: bold;
}

#main a:visited {
	color: #1c1c60;
	text-decoration: underline;
	font-weight: bold;
}


#main table {
	border-color: #ffffff;
	text-align: center;
	width: 100%;
	color: #1c1c60;
}

#main hr {
	background-color: #1c1c60;
	height: 4px;
}

#main ul {
	display: inline;
}

#main ul li {
	list-style-type: square;
	border: 0;
	padding: 0;
	margin: 0 0 0 30px;
}

#main img {
	border: 2px solid #1c1c60;
}


#leftbottom {
	overflow: fixed;
	position: absolute;
	top: 87%;
	left: 0;
	width: 15%;
	min-width: 140px;
	bottom: 0;
	padding: 10px 5px 15px 5px;
	font: 0.7em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin-left: 5px;
}

#leftbottom img {
	margin-bottom: 15px;
	margin-right: 5px;
	margin-left: 0;
	padding: 0;
	border: 1px solid #1c1c60;
}

#f {
	text-align: left;
	font: 0.8em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

#tf {
	text-align: left;
	font: 0.8em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}


#bf {
	text-align: center;
	font: 0.7em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

#main hl {
	font: 1.5em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #ff6600;
	margin-top: 6px;
	font-weight: bold;
}
