body {
  background: #562e95;
  color: #666;
  font-size: 14px;
  height: auto;
  padding-bottom: 20px;
}

a {
  color: #5433bc;
  text-decoration: none;
  
  }



.serviceitem {
	padding-top:10px;
	background-color:#4e2e97;
	text-align:center;
	font-size: 14px;
	color:#fff;
	height: 31px;
  
}


.serviceitem:hover {
	background-color: #b23283
}

.serviceitem a {
	text-decoration:none;
	color:#fff;
	
}

.header_menu a {
	font-size:14px;
	margin-left: 30px;
}

h1 {
  font-weight: normal;
  padding-top: 10px;
  color: #d3337c;
  margin-bottom:10px;
}

h2 {
  font-weight: normal;
  padding-top: 10px;
  color: #d3337c;
  font-size: 18px;
  padding:0px;
  margin:0px;
}

.stepdown td {
	padding: 5px;
}

.stepdown td:first-child {
	font-weight: normal;
	color: #000;
}

h3 {
  font-weight: normal;
  padding-top: 10px;
  color: #d3337c;
  font-size: 16px;
  padding:0px;
  margin:0px;
}

p {
	font-size:14px;
}

.container_12,
.container_16,
.container_24 {
  background-color: #fff;
  background-repeat: repeat-y;
  margin-bottom: 20px;
}

.container_12 {
  background-image: url(../img/12_col.gif);
}

.container_16 {
  background-image: url(../img/16_col.gif);
}

.container_24 {
  background-image: url(../img/24_col.gif);
}

.tariftab {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.tariftab th, .tariftab td {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 5px;
}

th {
	text-align:center;
	font-weight: bold;
	vertical-align: middle;
}

.tariftab td li {
	margin-left: 19px;
	font-size: 13px;
}

.tariftab .price {
	text-align:center;
	vertical-align: middle;
	font-weight: bold;
}