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

body {
  background-color:			#EDEDED;						
  color:								#9C0000;						/* Burgundy Red*/
  font-family:					sans-serif;
	font-size:						1em;
	margin:								10px 10px 10px 10px
}

h1
{
  color:								#9C0000;						/* Burgundy Red*/
  font-size:						1.5em;
  text-align:						center;
}

h2
{
  color:								#9C0000;
  font-size:						1.5em;
  text-align:						center;
}

h3
{
  color:								#9C0000;
  font-size:						1em;
  text-align:						center;
}

/*
ul
{
	list-style-type: 			none;
}
*/
.tbl_bg_color_burgundy
{
	background-color:			#9C0000;				/* roter Hintergrund */
	text-align:						center;
	width:								100%
}

.tbl_bg_color_orange
{
	background-color:			#FFD919;				/* oranger Hintergrund */
	text-align:						center;
	width:								100%;
	/*
	border:								1px solid #000000;
	*/
}

.tbl_bg_color_medium_grey
{
	background-color:			#D0D0D0;				/* hellgelber Hintergrund */
}

.tbl_bg_color_b_yellow
{
	background-color:			#FFFFD0;				/* hellgelber Hintergrund */
	width:								100%;
}

.tbl_borders
{
  border: 							1px solid black;
  border-collapse: 			collapse;
}

.tbl_align_ctr
{
  text-align:						center;
}
.tbl_td_borders
{
  border: 							1px solid black;
  border-collapse: 			collapse;
  padding:							10px;
}

/* eigene Überschriften */

.hm_h1
{
  color:								#9C0000;						/* Burgundy Red*/
  font-size:						1.5em;
  text-align:						left;
}

.hm_h2
{
  color:								#9C0000;
  font-size:						1.2em;
  text-align:						left;
}

.hm_h3
{
  color:								#9C0000;
  font-size:						1em;
  text-align:						left;
}

.hm_h4
{
  color:								#9C0000;
  font-size:						1em;
  text-align:						left;
}

/* Links im Navigationsbereich nav_1 */

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

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

#hm_nav_1 a:visited
{
  color:								#9C0000;
  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 {
  color:								#ffffff;        /* weißer Text */
  font-weight:					bold;
  text-decoration:			none;						/* Unterstreichung weg */
}

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

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

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

.hm_justify
{
	text-align: 					justify;
}

.hm_textsize_offer
{
	font-size:						0.83em;
}

.hm_padding
{
	padding:							5px;
}

.hm_a
{
	color:								#FFFFFF;
}

.hm_a_legal a:link
{
	color:								#9C0000;
}

.hm_a_legal a:visited
{
	color:								#9C0000;
}

.hm_a_legal a:hover
{
	color:								#9C0000;
}

.hm_a_legal a:active
{
	color:								#9C0000;
}

.unbulleted_list
{
	list-style-type: 			none;
}

.hm_tbl_topaligned
{
	vertical-align:				text-top;
}