html {
	margin: 0;
	min-width: 1200px;
	min-height: 500px;
}
body { 
	margin: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;	
	color: #555;  
	background: silver;
	font-size: 16px; 
	line-height: 18px; 
	font-family: verdana,sans-serif; 
	font-weight: bold;
} 
html>body {
	margin: 1px; 
}

.kopfzeile {
	position: static; 
	top: 3px; right: 3px; bottom: auto; left: 3px;
	height: auto;
	min-width: 1200px;
	color: #dddddd;
	text-align: center;
	background: #60605b;
	padding: 1em;
}

.adresse {
	position: absolute; 
	top: 15px; right: auto; bottom: auto; left: 15px;
	height: auto;
	color: #555555;
	text-align: left;
	background: #eeeeee;
	z-index: 5;
	border: 2px solid silver;
}


.inhalt {
	position: static;
	top: auto;
	right: 3px;
	bottom: auto;
	left: 3px;
	padding: 30px 3px 3px 3px;	
	color: #555555;
	background: #c7ada0;
	text-align: center;
}


.zentriert {
	text-align: center;
}


.tabbreit {
	text-align: center;
	width: 100%;
}

.li {
	text-align: left;
}

.re {
	text-align: right;
}

.bilder {
	text-align: center;	
	width: 95%;
}

.verweise {
	margin: 15px 15px 15px 15px;
	padding: 10px 10px 10px 10px;	
	color: #555555;
	background: #eeeeee;
	text-align: left;
	border: 2px solid silver;
}

img {
	border: 2px solid silver;
}


a:link {
	text-decoration: underline;
	color: #555555;
	background: transparent;
}
a:visited {
	text-decoration: underline; 
	color: #555555;
	background: transparent;
}
a:active {
	text-decoration: underline; 
	color: #555555;
	background: transparent;
}
a:hover {  
	color: #555555;
	background: transparent;
} 
h1 { 
	line-height: 30px;  
	font-size: 28px;  
	text-align: center;  
	font-family: verdana,sans-serif; 
	font-weight: bold; 
} 

	
	