body {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #808285;
	margin: 0;
	padding:0;
	}
	
table{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #808285;
	align: center;
	}

#page {
	text-align: center;
    margin: 30px auto;      /* standardkonforme horizontale Zentrierung */
	}
	
#header{
	width:980px; 
	height:200px; 
	text-align: center;
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	}

#menu{
	width:980px; 
	height:50px; 
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	}

#bereich_main{
	width:980px; 
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	text-align: center;
	}

#main{
	width:580px; 
	min-height:400px; 
    margin: 30px auto 0;      /* standardkonforme horizontale Zentrierung */
	line-height: 16px;
	text-align: justify;
	letter-spacing: 2px;  
	}
	
#main_center{
	width:580px; 
	min-height:400px; 
    margin: 30px auto 0;      /* standardkonforme horizontale Zentrierung */
	line-height: 16px;
	text-align: center;
	letter-spacing: 2px;  
	}


#black{
	text-align:center; 
		}

.div_black{
	text-align:center; 
		}

.black {
		color: #000000;
	    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
		font-size: 13px;
		padding-bottom: 8px;
		letter-spacing: 0px;  
		border-bottom:1px solid #808285;
		}
		
#footer{
	width:980px; 
	height:30px; 
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	padding-top: 20px;
	}


hr{
	width:450px; 
	color:#808285; 
	background-color:#808285; 
	height:1px;
	text-align:center; 
	border: 0px;
	}


a:link { text-decoration:none; color:#808285;}
a:visited { text-decoration:none; color:#808285;}
a:hover { text-decoration:none; color:#000000;}
a:active { text-decoration:none; color:#000000;}
a:focus { text-decoration:none; color:#000000;}



	/* nicht benutzt */
.expanded {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	letter-spacing: 2px;  
	/*word-spacing: 2pt;*/
}

.justified {
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
}

.small {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
}

.medium {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

.big {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

.xbig {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}


