TD.infoBoxHeading {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: url(images/box_bg.gif);
  height:22px;
  color: #ffffff;
  padding:0 0 0 3px;
}

.boxText { 
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	padding: 5px;
	background: #F0F0F0;
}

.boxContent { 
	font-family: Tahoma, Arial, sans-serif;
	padding: 5px;
	background: #F0F0F0;
}


BODY {
	color: #000000;
	margin: 0;
	background:url(images/bg.gif) center repeat-y;
	background-color:#DBDBDB;
	font-family : Tahoma, Arial, sans-serif;
	font-size : 11px;
}

A { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #B30F33; 
}

A:HOVER {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #1C3E9F;
}

.active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #1C3E9F;
}

.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; 
	color: #1C3E9F;
  font-weight: bold;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #000000;
}

.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	color: #000000;
	font-weight: bold;
}

.preis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px; 
	font-weight: bold;
	color: #000000;
}

TD.tarif_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: bold;
	color: #000000;
	text-align: center;
  border: 1px solid #031843;
}

TD.tarif_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #000000;
	text-align: center;
  border: 1px solid #031843;
}


.gewaehr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px; 
	color: #909090;
}

/* Menü */

#commonBar {
	margin: 0;
	padding: 0;
	text-align: right;
}

#menuBar {
	margin: 0;
	padding: 0;
	border: 1px solid #031843;
	background : #E1EAFD url(./images/box_bg.gif) repeat-x top left;
}

ul.menuBar {
	margin: 0;
	padding: 4px 0px 4px 0px;
}

li.menuButton {
	display: inline;
	list-style: none;
}

a.menuButton, a.menuButtonActive  {
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px 6px 4px 6px;
}

.menu {
	background: #F0F0F0;
	border: 1px solid #575769;
	padding: 0px;
	position: absolute;
	text-align: left;
	visibility: hidden;
	left:0px;
	top:0px;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity: 0.90;
	z-index 20;
}

a.menuItem, a.menuItemActive {
	color: #000000;
	background-color: transparent;
	display: block;
	padding: 4px 16px 4px 16px;
	text-decoration: none;
	white-space: nowrap;
}

a.menuButtonActive, a.menuButton:hover {
#  background-color: #031843;
  
  color: #ffffff;
}

a.menuItem:hover, a.menuItemActive {
  background: #4E00C4 url(./images/box_bg.gif) repeat-x left;
  color: #FFFFFF;
}