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

.hm_body {
  background-color:			#000080;						
  color:								#FFD919;						/* Golden yellow*/
  font-family:					sans-serif;
	font-size:						1em;
	margin:								0px 0px 0px 0px
}

.hm_center
{
	text-align:						center;
}
.hm_h1
{
  color:								#FFFFFF;						/* unsichtbar */
  font-size:						0.1em;
  text-align:						center;
}

.hm_h2
{
  color:								#FFD919;						/* Golden yellow*/
  font-size:						1.5em;
  text-align:						center;
}

.hm_tbl_align_ctr
{
  text-align:						center;
}

.hm_tbl_td_borders
{
  border: 							1px solid black;
  border-collapse: 			collapse;
  padding:							10px;
}

/* Links im Navigationsbereich nav_1 */

#hm_nav_1 a
{  
  color:								#FFD919;
  font-weight:					bold;
  text-decoration:			none;
}

#hm_nav_1 a:hover
{
  color:								#990000;
  font-weight:					bold;
  text-decoration:			none;
}

#hm_nav_1 a:visited
{
  color:								#990000;
  font-weight:					bold;
  text-decoration:			none;
}

.hm_landing_page_smart
{
  font-family:					sans-serif;
	text-align:						center;
}

/* Links im Navigationsbereich nav_2 */
#hm_nav_2 a {
  font-family:					sans-serif;
  color:								#FFD919;        /* weißer Text */
  font-weight:					bold;
  text-decoration:			none;						/* Unterstreichung weg */
}

/* besuchter Link */
#hm_nav_2 a:visited
{
  font-family:					sans-serif;
  color:								#FFD919;
  font-weight:					bold;
  text-decoration:			none;						/* Unterstreichung weg */
}

/* Hover-Effekt */
#hm_nav_2 a:hover
{
  font-family:					sans-serif;
  color:								#FFD919;
  font-weight:					bold;
  text-decoration:			none;						/* Unterstreichung weg */
}

#hm_nav_2 a:active
{
  font-family:					sans-serif;
  color:								#FFD919;
  font-weight:					bold;
  text-decoration:			none;						/* Unterstreichung weg */
}

.hm_padding
{
	padding:							5px;
}
.hm_tbl_topaligned
{
	vertical-align:				text-top;
}

.tbl_bg_color_navy
{
	background-color:		#000040;
}