/* GENERAL fonts */
P, OL, UL, DIV, H1, H2 {
	font-family: verdana, arial;
	font-size: 11px;
}
H1 {font-size: 13px; color: #b11916; font-weight:bold;}
H2 { font-size: 13px; }
P, H1, H2 {margin: 0px 0px 5px 0px;}

body {
    height: 100.5%;
	background-color: #dae1e6;
	margin-left: 0px;
	margin-top: 0px;
}

hr{
 border: 0px; /* Für Firefox und Opera */
 border-top: dotted 1px #b11916;
 border-bottom: transparent;
}

A:link, A:visited, A:active { 
	text-decoration: none; 
	color: #3a6d9d; 
}

A:hover {
	text-decoration: underline;
	color: #C70F0F;
	list-style-type: circle;
}


TD#footer {border-top: dotted 0px #999999;}
TD#footer P {
	font-size: 10px;
	text-align: center;
}

/* Content column */
TD#content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	vertical-align: top; 
	width: 680px;
	background-color: #E8F2FB;
}

/* Menu 1 column */
TD#menu_1 {	
	vertical-align: top; 
	width: 200px;
	padding-top: 10px;
	padding-right: 5px;
	background-color: #E8F2FB;
}
TD#menu_1 DIV {
	width: 180px;
}
TD#menu_1 DIV A {
	color: navy;
	text-decoration: none;
}
TD#menu_1 DIV A:hover {
	text-decoration: none;
	color: b71b1c;
}

/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
  border-bottom: 1px dotted #999999;
  font-size: 11px;
  padding: 4px;
  font-weight:bold;
  width: 180px;
}
/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
  border-bottom: 1px solid #265886;
  font-weight:bold;
  font-size: 11px;
  padding: 4px;
  background-color: #c7e0f8;
  filter:alpha(opacity='70', style='0');
	width: 180px;
}
TD#menu_1 DIV.menu1-level1-act A {
  color:#b11916;
}

/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
  border-bottom: 1px solid #b1cae2;
  background-color: #e3f1fe;
  font-size: 10px;
  padding-left:8px;
  padding-right:4px;
  padding-top:1px;
  padding-bottom:4px;
}

/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
  border-bottom: 1px solid #b1cae2;  
  background-color: #daecfd;
  font-size: 10px;
  font-weight:bold;
  padding-left:8px;
  padding-right:4px;
  padding-top:1px;
  padding-bottom: 4px;
}



/*  MENU 2, level 1, general for all table cells: */
TR#menu_2 TD {
  background-color: #333366;
  width: 10%;
  text-align: center;
  padding: 0px 2px 0px 2px;
}
TR#menu_2 TD A {
  color: white;
  font-size: 10px;
  font-family: verdana, arial;
  text-decoration: none;
}
TR#menu_2 TD A:hover {
  text-decoration: underline;
}
TR#menu_2 TD.oddcell {
  background-color: #666699;
}
TR#menu_2 TD.menu2-level1-act {
  background-color: #88292A;
}



/* Style for the Path-menu: */
TD#path {
  white-space: nowrap;
  background-color: #F8F8EC;
  font-family: verdana, arial;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  padding: 1px 1px 5px 5px;
}
TD#path A {
  text-decoration: none;
  color:black;
}
TD#path A:hover {
  text-decoration: underline;
}


/* weitere Schriftarten */

.ueberschrift_01  {
	font-size: 13px;
	color: #b11916;
	font-weight:bold;
}

.ueberschrift_02  {
	font-size: 11px;
	color: #3a6d9d;
	font-weight:bold;
}

/* Tabelle */
.tabelle_kopf  {
	background-color: #3a6d9d;
}

.tabelle_zelle_01  {
	background-color: #f2fafc;
}

.tabelle_zelle_02  {
	background-color: #d7eafb;
}

.tabelle_zelle_breite  {
	width: 15px;
}

.tabelle_zelle_breite_minuten  {
	width: 70px;
	text-align: right;
}

.tabelle_zelle_breite_preis {
	width: 70px;
	text-align: right;
}
