html {
	overflow-y: scroll;
	}

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: white;
	}

a:link {
	color: #808080;
	text-decoration: underline;
	}

a:visited {
	color: black;
	text-decoration: underline;
	}

a:hover {
	color: black;
	text-decoration: underline;
	}

/* aus Spamschutzgründen einen Teil der Emailadresse ausblenden */  
.nix {
  display:none;
}    

p {
	margin-top: 0px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-indent: 20px;
	line-height: 20px;
	color: black;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	}

p.block {
	margin-top: 0px;
	margin-bottom: 20px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-indent: 0px;
	line-height: 20px;
	color: black;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	}

#container {
	margin: 40px auto 0px auto;
	width: 920px;
	height: 485px;
	}

.divider-top {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 1px;
	width: 920px;
	background-color: #bfbfbf;
	}

.divider-bottom {
	margin-top: 20px;
	margin-bottom: 15px;
	height: 1px;
	width: 920px;
	background-color: #bfbfbf;
	}

.divider-bottom-top0 {
	margin-top: 0px;
	margin-bottom: 15px;
	height: 1px;
	width: 920px;
	background-color: #bfbfbf;
	}

.trail-column-1 {
	position: relative;
	width: 200px;
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: black;
	}
	
.trail-column-2 {
	position: relative;
	width: 200px;
	margin-right: 40px;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: black;
	}
	
.trail-column-3 {
	position: relative;
	width: 200px;
	margin-right: 40px;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: black;
	}

.trail-column-4 {
	position: relative;
	width: 200px;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #808080;
	}

.bio-column-1 {
	position: relative;
	width: 440px;
	float: left;
	margin-right: 40px;
	}
	
.bio-column-2 {
	position: relative;
	top: -2px;
	width: 440px;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: black;
	}
	
.galerie {
	margin: 0px 40px 20px 0px;
	border: 0px;
	}

.galerie-zeile-ende {
	margin: 0px 0px 20px 0px;
	border: 0px;
	}

.ausstellung {
	margin: 0px 40px 10px 0px;
	border: 0px;
	}

.ausstellung-zeile-ende {
	margin: 0px 0px 10px 0px;
	border: 0px;
	}

.clear {
	height: 0px;
	clear: both;
	}