h1 {
  text-transform: uppercase;
	color: #404749;
	font: bold 12px/28px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1.5px;
  text-shadow: white 1px 1px 1px;
	border-bottom: 1px solid #9a9d9d;
	margin-bottom: 23px;
	padding-left: 10px;
	width: 860px;
	margin-left: 5px;
	margin-right: 10px;
	padding-bottom: 4px;
}

h2.intro {
	height: 66px;
	width: 870px;
	display: block;
	margin-left: 5px;
	text-align: center;
	font: bold 13px/28px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #ad9d6a;
	letter-spacing: 1px;
	padding-top: 9px;
	background: url(../images/step_header.jpg) no-repeat;
	margin-bottom: 30px;
	margin-top: 40px;
}


.module {
	display: block;
	border-radius: 15px;
}


.module div.arrow-right {
	float: right;
	right: 13px;	
	position: relative;
	top: 94px;
	width: 7px;
	height: 13px;
	z-index: 3;
	margin-top: -13px;
	background-image: url(../images/modul_arrow_right.gif);
}

.module div.arrow-left {
	float: left;
	left: -7px;	
	position: relative;
	top: 94px;
	width: 7px;
	height: 13px;
	z-index: 3;
	margin-top: -13px;
	background-image: url(../images/modul_arrow_left.gif);
}

.module div.arrow-bottom {
	float: left;	
	position: relative;
	width: 13px;
	height: 7px;
	z-index: 3;
	left: 128px;
	bottom: 19px;
	background: url(../images/modul_arrow_bottom.gif) no-repeat;
	margin-top: -7px;
}

.module div.arrow-top {
	float: left;	
	position: relative;
	width: 13px;
	height: 7px;
	z-index: 3;
	left: 128px;
	background: url(../images/modul_arrow_top.gif) no-repeat;
	margin-top: -7px;
	top: 0;
}

.module img {
	margin-left: -9px;
	margin-top: 3px;
}


.module h1 {
	font: bold 13px/21px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #ad9d6a;
	text-transform: uppercase;
	display: block;
	width: 255px;
	height: auto;
	border-bottom: 1px solid #cec4a5;
	margin-bottom: 0;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 0;
	background: #f7f5f0 url(../images/module-top.gif) no-repeat 0 top;
	
}


.module ul {
	list-style-position: inside;
	width: 270px;
	margin-left: 0;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-top: 0;
	margin-right: 10px;
	display: block;
	background: #efebe1 url(../images/module-bottom.gif) no-repeat 0 bottom;
}

.module ul li {
	color: #677275;
	font: 12px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	list-style-position: inside;
	list-style-type: none;
	list-style-image: none;
	margin: 14px 10px 14px 20px;
}

.module ul li.first {
	display: block;
	margin-top: 13px;
}

.module ul li strong {
	font-weight: bold;
	text-transform: uppercase;
}

.row {
	padding-left: 5px;
	margin-bottom: 10px;
}

.short_last {
	height: 183px;
}

.hidden {
	background-image: none !important;
}

h2.intro a {
  color: #3b4548;
}


