/* General */
h1 {
	padding-left: 0;
	float: none;
	margin-bottom: 23px;
}

h2 {
	font-weight: bold;
	margin-bottom: 1em;
}

h3 {
	font-weight: normal;
	margin-bottom: 0;
	text-decoration: underline;
}

#content a {
	font-weight: bold;
}

p {
	padding-left: 0;
}
/* /General */

/* Kapitelnavigation */
#chapterNavi {
	margin: 0;
	padding: 0;
	width: 206px;
}

#chapterNavi li {
	list-style-type: none;
	margin: 0.2em 0 0.2em 20px;
	font-size: 0.85em;
}
/* /Kapitelnavigation */

/* Chapter Block */
#chapterBlock {
	width: 257px;
	float: left;
}

#chapterImage {
	margin: 0 0 20px 0;
}
/* /Chapter Block */

/* Content */
#contentStatic {
	float: left;
	width: 370px;
	position: relative;
}

/*
.staticLink {
	font-weight: bold;
}
*/

#footer {
	clear: both;
	position: relative;
	margin: 0 0 0 10px;
	left: 0;
	top: 0;
}

#footer a {
	font-weight: normal;
}
/* /Content */


