#main {
	z-index: 1;
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 800px;
}
.mails {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFCCFF;
	text-decoration: none;
}
a {font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #CCCCCC;
	border:none;
	text-decoration: none;}
	
body {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 2px;
	text-align: center; /*zentrieren fuer den explorer*/
	background-color: #acaaaf;
}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFFFFF;
	border: thin dashed #CCCCCC;
	letter-spacing: 2px;
	text-align: center;
	text-transform: none;
}
h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #fff;
	border-top: 1px dashed #fcf;
	border-bottom: 1px dashed #fcf;
	border-left: none;
	border-right:none;
	letter-spacing: 2px;
	font-weight:normal;
}
#imprint {
	font-family: "Courier New", Courier, monospace;
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: none;
}
table {
	text-align: center;
	border: thin dashed #FFFFFF;
}
#tdimp {
	letter-spacing: 2px;
	text-align: left;
	background-color: #acaaaf;
}
/* _________________ DOKUMENTATION ADDITIONS_________________*/
.logo {background-image:url(images/dokumentation/logo.gif); background-repeat:no-repeat; background-position:10px 25px;}
#maindoku {
	z-index: 1;
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 800px;
	padding-left:78px;
}
#header {
	margin:0px;
	padding:10px;
	width: 750px;
	left: 200px;
}
#header a {font-size: 12px; color:#fff; border:none;}
#header a:hover { font-size: 12px; color: #fcf; border:none;}
#header h1 {font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #fff;
	border-top: 1px dashed #fcf;
	border-bottom: 1px dashed #fcf;
	border-left: none;
	border-right:none;
	letter-spacing: 2px;
	text-transform: none;}
#text {
max-width: 600px;
padding-left:150px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 14px;
	letter-spacing: 1px;
	display: block;
	text-align: justify;
}

#content {padding-left:10px; width: 750px;}
#content a{color:#fff;}
#content img{padding-right:10px;}
#content a:hover {color:#fcf;}
.artists p {text-align:left;}
.bilder {margin-left:100px;}

