body { 
	background-color:rgb(127, 127, 120); /*dgrau*/
	margin: 0pt; 
	padding: 0pt;
		}
a:link, a:visited {
	text-decoration: none;
	color: rgb(196,204,130); /* mgruen */
	}
a:hover {
	text-decoration: underline;
	}
a:active {
	text-decoration: underline;
	font-weight: bold;
	}
h1 {
	text-align: center;
	font-family: 'ArialMT','Arial',sans-serif; font-size: 20px;
	color: rgb(88,91,57); /* mgrau */
	padding-top:8px;
	/* color: transparent; text-shadow: 0 0 4px rgba(88,91,57,1); Weichzeichnereffekt */
		}
h2 {
	text-align: left;
	font-family: 'ArialMT','Arial',sans-serif;  font-weight: bold; font-size: 14px;
	color: rgb(88,91,57);
	padding-top:8px;
		}
h2:weiss {
	color: rgb(255,255,255);
	}

p {
	width: 630px;
	}
#current {
	text-decoration: underline;
	font-weight: bold;
	}
#dark {
	color: rgb(88,91,57);
	}
#body-content {
	margin-bottom: 0px; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 0px; 
	overflow: hidden; 
	position: relative; 
	word-wrap: break-word;  
	background: rgb(203, 204, 191); 
	text-align: left; 
	width: 700px; 
	height: 640px;
		}
#navi {
	margin-bottom: 0px; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 8px; 
	overflow: hidden; 
	position: relative; 
	word-wrap: break-word;  
	background: rgb(76, 76, 72); 
	text-align: center; 
	width: 700px; 
	height: 32px;
	font-family: 'ArialMT','Arial',sans-serif;  font-weight: normal; font-size: 16px;
	color: rgb(196,204,130);
	padding-top:8px;
		}
#picture {
	margin-bottom: 0px; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 8px; 
	overflow: hidden; 
	position: relative; 
	word-wrap: break-word;  
	/*background: rgb(76, 76, 72);*/
	background: rgb(255, 255, 255);	
	text-align: center; 
	width: 700px; 
	font-family: 'ArialMT','Arial',sans-serif;  font-weight: normal; font-size: 10px; 
	color: rgb(196,204,130);
	padding-top:8px;
		}
#text {
	margin-bottom: 0px; 
	margin-left: auto; 
	margin-right: auto; 
	overflow: hidden; 
	position: relative; 
	word-wrap: break-word;  
	background: rgb(203,204,191); 
	text-align: left; 
	width: 630px; 
	font-family: 'ArialMT','Arial',sans-serif;  font-weight: normal; font-size: 12px; 
	color: rgb(88,91,57);
	padding-top:8px;
	padding-left: 20px;
	padding-right: 20px;
		}
#separator {
	width: 700px;
	height: 4px;
	background:#C0A07E;
	text-align: center;
			}	
#footer {
	margin-bottom: 0px; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 0px; 
	overflow: hidden; 
	position: relative; 
	word-wrap: break-word;  
	background: rgb(76, 76, 72); 
	text-align: center; 
	width: 700px; 
	height: 32px;
	font-family: 'ArialMT','Arial',sans-serif;  font-weight: bold; font-size: 10px;
	color: rgb(0,0,0);
	padding-top:0px;
		}