/***********************************************/
/* emx_nav_right.css                           */
/* Use with template Halo_rightNav.html        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

* {
margin: 0;
padding: 0;
} 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: #365CAA url(../css/images/bg_grad.gif) fixed;
}


/******* Seitenspringen in Firefox verhindern *******/
html {height: 100%; margin-bottom: 1px;} 


/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 0px;
	border-right: 1px solid #ccd2d2;
}

.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;}

.header_h2 {                              /* Für Tabellenübershrift  ***/
	border:1px solid  #ffffff;
	background: #ffffff  fixed;
	font: bold 125% Arial,sans-serif;
	color: #005FA9;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}

