@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	color:#000000;  
	}
		
h1 {
	margin: 0px;
	padding: 0px;
	color: #548778;
	font-size: 16px;
	letter-spacing: 3px;
	}
	
span.gruen {
	color: #548778;
	}
	
span.grau {
	color: #777777;
	}
	
a {
	color:#000000;
	text-decoration: underline;
	font-weight: normal;
	}

a.external-link-new-window {
	color:#000000;
	text-decoration: underline;
	font-weight: normal;
	}
	
a.external-link-new-window:hover {
	color: #000000;  
	text-decoration: none;
	font-weight: normal;
	}
	
a.internal-link {
	color:#000000;
	text-decoration: underline;
	font-weight: normal;
	}
	
a.internal-link:hover {
	color: #000000;  
	text-decoration: none;
	font-weight: normal;
	}
	
a.download {
	color:#000000;
	text-decoration: underline;
	font-weight: normal;
	}
	
a.download:hover {
	color: #000000;  
	text-decoration: none;
	font-weight: normal;
	}
	
a.mail {
	color:#000000;
	text-decoration: underline;
	font-weight: normal;
	}
	
a.mail:hover {
	color: #000000;  
	text-decoration: none;
	font-weight: normal;
	}
	
table.tabelle1 {
	margin-top: 15px;
	text-align: center;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;	
	}
	
table.tabelle1 tr td {
	width: 160px;
	text-align: center;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;	
	}

table.tabelle1 tr td.links {
	width: 230px;
	text-align: left;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;	
	}
	

	


