html {
	background-size: cover; 
	background-repeat : repeat-y; 
	width: 100%;
	height: 100%;
	min-width: 360px;
	margin : auto;
	position: absolute;
}
a:link, a:visited {
 text-decoration: none;
 color:black;
}

body {
	width: 100%;
	max-width: 1000px;
	margin: auto;

}
p {
	font-size: 1.5em;
	margin-left: auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom: 15px;
	max-width: 75%;
	line-height: 2em;
}

div.about {
	margin-left:auto;
	margin-right: auto;
	margin-top: 30px;
	text-align: center;
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif;
	padding: 5px;
}

div.about p {
	font-size: 1.5em;
	margin-left: auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom: 5px;
	max-width: 75%;
	line-height: 2em;
}

div.header {
	margin-top:15px;
	width: 100%;
	margin-bottom: 15px;
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif;
}

div.impressum p {
	max-width: 75%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 15px;
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif;
	font-size: 0.8em;
	text-align: center;
	color: gray;
}

div.content {
	margin-left:auto;
	margin-right: auto;
	margin-top: 30px;
	text-align: center;
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif;
	padding: 5px;
}

div.footer {
	margin-left:auto;
	margin-right: auto;
	margin-top: 30px;
	text-align: center;
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif;
}
h1 {
	text-align: center;
}

h2 {
	text-align: center;
	margin-top: 15px;
}

table.arttable {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	border: none;
	text-align: center;
	table-layout: fixed;
}
table.arttable img {
	width: 100%;
}

.paperheading {
	width: 100%;
	margin-bottom: 15px;
	margin-top: 15px;
}

.paperbox {
	max-width: 600px;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	float:none;
}

.paperbox h2 {
	font-size: 1.5em;
	margin-bottom: 25px;
	margin-top: 25px;
}

.paperbox img {
	width: 100%;
}

.paperheading img {
	width: 100%;
	margin-bottom: 15px;
	margin-top: 15px;
}

.canvasbox {
	margin-bottom: 15px;
	margin-top: 15px;
} 

.canvasbox img {
	width: 100%;
	margin-bottom: 15px;
	margin-top: 15px;
}
