* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 2cm;
	padding: 0;
	font-family: Arial, sans-serif;
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;
	background-color: #fff;
	color: #000;
}

h5 a {
	display: none;
}

h5 {
	display: none;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 1.3em 0;
	padding: 0;
}

h2 {
	font-size: 2.2em;
	font-weight: normal;
	padding: 1.2em 0 1.1em 0;
	color: #333;
}

#bildname {
	padding: 1.5em 0 .5em 0;
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 1em 0;
	padding: 0;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0;
}

ul {
	
	list-style-position: inside;
}

ul li {
	line-height: 2em;
	text-indent: 7px;
	/*border: 1px solid green;*/
}

p {
	padding-bottom: 2em;
	text-align: justify;
	line-height: 1.7em;
}

a {
	color: #000;
	outline: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

img#bild {
	cursor: pointer;
	display: block;
	margin: 17px 0;
}

span {
	white-space: nowrap;
}

table {
	border-collapse: separate;
	table-layout: fixed;
	margin-bottom: 2em;
	/*border: 1px solid green;*/
}

td {
	height: 2em;
	text-align: left;
	vertical-align: top;
	/*border: 1px solid green;*/
	padding: 0 0 0.3em 0;
}

.erste-spalte {
	width: 8em;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.nach-oben {
	display: none;
	margin: 1em 0 2em 0;
}

/* ------------> Navigation ------> */

#navi {
	display: none;
}

#navi li {
	display: none;
}

/* ------------> Content -----> */

#content {
	text-align: left;<y
}

.artikel {
	clear: right;
	margin-bottom: 50px;
	overflow: auto;
}

#content-index ul {
	padding-bottom: 2em;
	list-style-type: none;
	list-style-position:outside;
}

#content-gemaelde {
	display: block;
	padding-top: 50px;
}

#content-text p {
	text-indent: 1em;
}

#content-text p em {
	font-style: normal;
	font-weight: bold;
}



/* ----- Gemälde ------*/

#scroll-left {
	display: none;
}

#scroll-right {
	display: none;
}

#unterm-bild {
	display: block;
}

/* ------------> FOOTER -----------> */

#footer	{
	padding: 3em 0;
	color: #000;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer p a {
	color: #000;
}