/*
 * @author Stefan Panek, Hanno Sparbier-Conradus
 * @version 17.01.2016
 * @copyright SpC 2009-2016
 */
aside {
	float: left;
	width: 24.0em;
	height: 50em;
	overflow: auto;
	background-color: #ffb;
	padding-top: 0.5em;
	position: fixed;
}
aside li {
	margin: 0 0 0 1.1em;
	list-style: none;
	line-height: 1.8em;
}
#export {
    position: absolute;
    bottom: 2px;
}
#export input {
	margin: 1em;
	width: 350px;
}
main {
	width: 56em;
	min-height: 40em;
	float: right;
	background-color: #fff;
}

main ol {
	/*margin-top: 3em;*/
}
main ul {
	/*margin-top: 3em;*/
}
.module {
}
.chapter {
}
.sub-chapter {
}
.chapter p, .sub-chapter p {
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
}
.superh {
	font-size: 1.8em;
	font-weight: bold;
	/*background-image: url(/default/gd_header_kl.jpg);*/
	background-image: url(http://www.gruenes-datenkonto.de/default/gd_header_kl.jpg);
	background-repeat: no-repeat;
	color: #363;
	background-color: #fff;
	text-align: center;
	padding: 0.6em;
	border: dotted 1px #030;
}
img {
	max-width: 100%;
	margin-bottom: 1em;
}
/*
p {
	clear:right;
}
*/
h1 {
	background-color: #ccf;
	padding-left: 0.3em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}
h2 {
	background-color: #ffb;
	padding-left: 0.3em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
h3 {
	background-color: #eee;
	padding-left: 0.3em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	clear:right;
}
table, td, th { 
	border: 1px solid grey;
	border-spacing: 0;
	border-collapse: collapse;
	padding: 2px;
}
.nested {
}
.nested > li {
}
.nested > li > ul {
}
.nested > li > ul > li {
	margin-left: 10px;
}