* {
margin: 0;
padding: 0;
} 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}




.header_h1 {
	font: bold 175% Arial,sans-serif;
	color: #005FA9;
	margin:0px;
	padding: 20px;
	text-align:center;
}


.header_h2 {                              /* uebernahme .feature h3   ***/
	border:1px solid  #ffffff;
	background: #ffffff  fixed;
	font: bold 125% Arial,sans-serif;
	color: #005FA9;
	text-align:center;
}




.content{
margin-left:20px;
margin-right:20px;
margin-bottom:20px;
}




#termin_tab a:link{color:#000080; background:#C0C0C0;font-weight: bold;}
#termin_tab a:visited{color:#000080; background:#C0C0C0;font-weight: bold;}
#termin_tab a:hover{color:#000080;background:#C0C0C0; font-weight: bold;}
#termin_tab a:active{color:#000080; background:#C0C0C0;font-weight: bold;}

#termin_tabf{
border-collapse:separate;
/* width:746px; */
margin-left:20px;
margin-right:2px;
border:1px solid #FFFFFF;
}
#termin_tabf td{
background:#F5f7f7;
color:#000;
border-bottom:10px solid #FFFFFF;
padding:5px 10px 5px 10px;
border-spacing:25px;
font: smaller Arial, serif;

}

#termin_tabf a:link{color:#000080; background:#F5f7f7; font-weight: bold;}
#termin_tabf a:visited{color:#000080; background:#F5f7f7; font-weight: bold;}
#termin_tabf a:hover{color:#000080;background:#F5f7f7; font-weight: bold;}
#termin_tabf a:active{color:#000080; background:#F5f7f7; font-weight: bold;}


.img_center{
    display: block;
    margin-left: auto;
    margin-right: auto;
	max-width: 100%; 
	height: auto
}
.img_text{
	text-align:center;
	font-style: italic;
}

.text_center{
	text-align:center;
}

.text_datum{
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
	font-style: italic;
}
