/*
* wüstenrot 
* stylesheet.css
* 
* Author: Holger M. Stangl
* Company: Limeflavour | http://www.limeflavour.com
* Date: Januar 2010
*/





/*
* General Pre Settings
*
*/
* {
   margin: 0;
   padding: 0;
   border: 0;
}

ul, ol, dl {
  list-style: none;
}

img, fieldset { border: 0; }

a { color: #f84914; text-decoration: none; }
a:hover { color: #f84914; text-decoration: underline; }
a:focus, a:active { outline: none; }

label { cursor: pointer; }


/*
* General Helpers
*
*/
.killfloat {
	overflow: hidden;
	clear: both;
	font-size: 0;
	height: 0;
}

.hidden {
	display: none;
	visibility: hidden;
}

.invisible {
	display: inline;
	overflow: hidden;
	position: absolute;
	top: -1000px;
	left: -1000px;
	width: 0;
	height: 0;
	}




/*
* STRUCTURE
*
*/
html {
	height: 101%;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
	color: #777777;
	text-align: center;
	background-color: #f84914;
	}

html>body { 
	font-size: 16px; /* Set correct font-size for safari browsers */
}


/*
* Structure Elements
*
*/
.container {
	width: 944px;
	margin: 12px auto;
	text-align: left;
	}

.containerHeader {
	height: 150px;
	background-image: url(../images/htg_header.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
	background-color: #faf9f8;
	margin: 0 2px;
	}
	
.containerMain {
	background-color: #faf9f8;
	background-image: url(../images/htg_main.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 0 2px;
	padding: 15px 25px 35px 30px;
	overflow: hidden;
	}
	
.containerCenter {
	width: 500px;
	float: left;
	}
	
.containerMarginal {
	width: 380px;
	float: right;
	}
	
.containerCenterB {
	width: 885px;
	}
	
	
.containerFooter {
	background-image: url(../images/htg_footer.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 12px 0 10px;
	padding: 24px 27px;
	height: 20px;
	font-size: 11px;
	overflow: hidden;
	color: #4b433e;
	}
	
.containerFooter .navigationMeta {
	float: left;
	}

.containerFooter .navigationMeta li {
	float: left;
	padding-right: 10px;
	margin-right: 9px;
	background-image: url(../images/htg_navigationMeta_li.gif);
	background-position: right 2px;
	background-repeat: no-repeat;
	}
	
/*.containerFooter .navigationMeta li:last-child,*/
.containerFooter .navigationMeta li.last {
	padding-right: 0;
	margin-right: 0;
	background-image: none;
	}
	
.containerFooter a {
	color: #4b433e;
	}
	
.containerFooter .copyright {
	float: right;
	}
	
.containerBottom {
	color: #ffffff;
	text-align: left;
	margin: 0 2px;
	font-size: 11px;
	padding-right: 65px;
	}


/*
* Navigation Elements
*
*/

/* Navigation A */
.navigationBox {
	position: absolute;
	left: 0;
	top: 92px;
	padding: 1px 0 2px 35px;
	background-image: url(../images/htg_navigationA.png);
	background-position: left top;
	background-repeat: repeat-x;
	height: 38px;
	width: 905px;
	}
	
.navigationA {
	background-image: url(../images/htg_navigationA_li.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 1px;
	height: 38px;
	}

.navigationA li {
	float: left;
	background-image: url(../images/htg_navigationA_li.png);
	background-position: right top;
	background-repeat: no-repeat;
	margin-left: -1px;
	}


/*.navigationA li:hover,
.navigationA li.hover,*/
.navigationA li.active {
	background-image: url(../images/htg_navigationA_act.png);
	background-position: left top;
	background-repeat: repeat-x;
	}
		
.navigationA li a {
	color: #635c5c;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	padding: 13px 16px 15px 15px;
	/*padding: 15px 16px 15px 30px;*/
	display: block;
	/*background-image: url(../images/icon_navA.png);
	background-position: 15px 15px;
	background-repeat: no-repeat;*/
	}

.navigationA li a:hover,
.navigationA li.hover a,
.navigationA li.active a {
	color: #f84914;
	text-decoration: none;
	/*background-image: url(../images/icon_navA_act.png);*/
	}




/*
* Other Elements
*
*/
/* Logo */
.logoBox {
	position: absolute;
	left: 34px;
	top: 19px;
	}

.contactBox {
	position: absolute;
	right: 29px;
	top: 28px;
	}

	
		
.headerBox h1 {
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 25px;
	text-transform: uppercase;
	color: #635c5c;
	}

/*.headerBox h1 span {
	color: #fff;
	background-color: #f84914;
	}*/

.headerBox h2 {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 7px;
	color: #635c5c;
	}
	
.textBox {
	font-size: 12px;
	line-height: 16px;
	}
	
.textBox h2 {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 7px;
	color: #635c5c;
	}
	
.textBox h3 {
	font-size: 12px;
	line-height: 16px;
	}
	
.textBox h4 {
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 16px;
	font-weight: normal;
	}

.textBox p {
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 16px;
	}
	
.textBox p strong {
	color: #635c5c;
	}
	
.textBox p span.highlight {
	color: #f84914;
	font-weight: bold;
	}

.textBox ul {
	padding-bottom: 16px;
	list-style-type: square;
	margin-left: 14px;
	}

.textBox ul li {
	font-size: 12px;
	line-height: 16px;
	color: #635c5c;
	}
	
	
a.link {
	padding-left: 20px;
	background-image: url(../images/icon_link.gif);
	background-position: left top;
	background-repeat: no-repeat;
	}
	
	


.containerDetail {
	padding: 5px 5px 5px 5px;
	}

.containerDetail .textBox {
	width:445px;
	}
	
.containerCenterB .containerDetail .textBox {
	width:auto;
	}



.containerMore {
	background-image: url(../images/htg_points.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding: 15px 0;
	margin: 0 14px 0 5px;
	}
	
.containerMore .textBox {
	float: left;
	width: 510px;
	}
/*
.containerMore .button {
	text-align: right;
	float: right;
	}*/
.containerMore .buttonBox {
	text-align: right;
	float: right;
	}


.containerInfo {
	background-image: url(../images/icon_info.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	padding-left: 45px;
	}

.containerInfo:hover {
	background-image: url(../images/icon_info_active.png);
	}
	
.containerInfo .textBox h3 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	color: #635c5c;
	margin-bottom: 8px;
	}
	
.containerInfo .textBox h3 a {
	color: #635c5c;
	}
	
.containerInfo .textBox h3 a:hover {
	text-decoration: none;
	color: #f84914;
	}
	
	
	

.containerTeaser {
	position: relative;
	}
	
.containerTeaser .headerBox {
	padding: 15px 20px 10px;
	background-position: left top;
	background-repeat: no-repeat;
	}
	
.containerTeaser .contentBox {
	padding: 0 20px 10px;
	background-position: left bottom;
	background-repeat: no-repeat;
	}
	
.containerTeaser .textBox {
	/*width: 275px;*/
	}
	
.containerTeaser .button,
.containerTeaser .buttonBox {
	text-align: right;
	padding: 20px 0 15px;
	}

.containerTeaser .headerBox h2 {
	font-size: 14px;
	line-height: 18px;
	}
	
.containerTeaser .headerBox h1 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
	text-transform: none;
	}
	
.containerTeaser .headerBox .underline {
	border-bottom: 1px solid #dadada;
	padding-bottom: 4px;
	}

.containerTeaser p {
	padding-bottom: 8px;
	}

.containerTeaser p a {
	padding-left: 20px;
	background-image: url(../images/icon_link.gif);
	background-position: left top;
	background-repeat: no-repeat;
	}
	
.containerTeaser ul li {
	padding-top: 8px;
	}



.containerTeaserA {
	width: 460px;
	margin-bottom: 25px;
	}
	
.containerTeaserA .headerBox {
	background-image: url(../images/htg_teaser450_top.png);
	}
	
.containerTeaserA .headerBox .underline {
	width: 265px;
	}
	
.containerTeaserA .contentBox {
	background-image: url(../images/htg_teaser450_bottom.png);
	}
	
.containerTeaserA .textBox .buttonBox {
	padding: 20px 5px 15px 0;
	}
	
.containerTeaserA .imageBox {
	position: absolute;
	top: -17px;
	right: -25px;
	}



.containerTeaserC {
	width: 412px;
	padding: 0 30px 25px 0;
	float: left;
	}
	
.containerTeaserC .headerBox {
	background-image: url(../images/htg_teaser412_top.png);
	padding: 20px 20px 0 24px;
	}

.containerTeaserC .headerBox .underline {
	width: 208px;
	padding-bottom: 6px;
	}
	
.containerTeaserC .headerBox h2 {
	width: 170px;
	}
	
.containerTeaserC .contentBox {
	background-image: url(../images/htg_teaser412_bottom.png);
	}

.containerTeaserC .imageBox {
	position: absolute;
	right:19px;
	top:-17px;
	}
	

.containerTeaserD {
	width: 289px;
	padding: 0 5px 15px 0;
	float: left;
	}
	
.containerTeaserD .headerBox {
	background-image: url(../images/htg_teaser289_top.png);
	padding: 22px 25px 10px;
	}

.containerTeaserD .headerBox h2 {
	padding: 0 0 4px;
	background-image: url(../images/htg_teaser369_headline.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	font-size: 16px;
	font-weight: normal;
	color: #635c5c;
	}
	
.containerTeaserD .contentBox {
	background-image: url(../images/htg_teaser289_bottom.png);
	padding: 0 5px 5px;
	}

.containerTeaserD .textBox {
	padding: 0 20px 10px;
	color: #635c5c;
	}



.containerTeaserB {
	width: 379px;
	padding-bottom: 10px;
	/*background-image: url(../images/htg_teaser369.png);
	background-position: left top;
	background-repeat: repeat-y;*/
	}
	
.containerTeaserB .headerBox {
	min-height: 10px;
	padding: 5px 5px 0;
	background-image: url(../images/htg_teaser369_top.png);
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
	}
	
.containerTeaserB .headerBox h2 {
	padding: 9px 0 7px;
	background-image: url(../images/htg_teaser369_headline.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	margin: 0 20px 15px;
	font-weight: normal;
	color: #635c5c;
	}
.containerTeaserB .headerBox h2 a {
	color: #635c5c;
	}
.containerTeaserB .headerBox h2 a:hover {
	color: #f84914;
	text-decoration: none;
	}
	
.containerTeaserB .headerBox h2.noline {
	padding: 15px 0 10px;
	background-image: none;
	margin: 0 20px 0;
	}

.containerTeaserB .contentBox {
	min-height: 240px;/**/
	padding: 0 5px 10px;
	background-image: url(../images/htg_teaser369_bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	}
	
.containerTeaserB .contentBoxFlex {
	min-height: 20px;
	background-image: url(../images/htg_teaser369Flex_bottom.png);
	padding: 0 5px 25px;
	}
	
.containerTeaserB .contentBox .textBox {
	padding: 0 20px;
	}
	
.containerTeaserB .contentBox .textBox h2 {
	font-weight: normal;
	}
	
.containerTeaserB .contentBox .textBox h3 {	
	padding-bottom: 2px;
	color: #635c5c;
	}
.containerTeaserB .contentBox .textBox h3 a {
	color: #635c5c;
	}
.containerTeaserB .contentBox .textBox h3 a:hover {
	color: #f84914;
	text-decoration: none;
	}
	
.containerTeaserB .contentBox .textBox p {
	padding-bottom: 8px;
	/*color: #635c5c;*/
	}
	
.containerTeaserB .button,
.containerTeaserB .buttonBox {
	text-align: right;
	padding: 20px 0 15px 0;
	}
	
	
.containerTeaserB .contentBox .imageBox {
	padding: 0 20px;
	}
	

.containerTeaserB .contentBox .flashBox {
	padding: 0 0 0 19px;
	}

	
.containerTeaserB .contentBox .formBox {
	padding: 0 20px;
	}

.containerTeaserB .contentBox .downloadBox {
	border-top: 1px solid #d7d5d5;
	margin: 20px 10px 0;
	padding: 12px 0 5px 40px;
	background-image: url(../images/icon_download.png);
	background-position: left 14px;
	background-repeat: no-repeat;
	width: 309px;
	}
	
.containerTeaserB .contentBox .downloadBox h2 {
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 10px;
	color: #635c5c;
	}

.containerTeaserB .contentBox .downloadBox p {
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 5px;
	}	
	
	
.containerCenterB .containerDetail .disclaimerBox {
	width:510px;
	}
	
.containerCenterB .containerDetail .disclaimerBox h2 {
	font-size: 12px;
	color: #999;
	padding-bottom: 2px;
	}
	
.containerCenterB .containerDetail .disclaimerBox p {
	font-size: 11px;
	color: #999;
	}
	
	
#arrow {
	position:absolute;
	top: 258px;
	left: 310px;	
	}
	
.navModern {
	padding: 0 0 20px 165px;
	overflow: hidden;
	display: block;
	}
	
.navModern li {
	float: left;
	}
	
	
.containerMarginalB {
	padding: 0 40px 10px 0;
	width: 400px;
	}
	
.containerMarginalB .containerTeaser .contentBox {
	padding: 0 10px;
	}

.containerMarginalB .containerTeaser .contentBox .textBox h2 {
	font-weight: normal;
	font-size: 14px;
	}
	
.containerMarginalB .containerTeaserB {
	width: 400px;
	padding-bottom: 10px;
	}
	
.containerMarginalB .containerTeaserB .headerBox {
	min-height: 15px;
	padding: 10px 5px 0;
	background-image: url(../images/htg_teaser380_top.png);
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
	}

.containerMarginalB .containerTeaserB .contentBox {
	min-height: 240px;/**/
	padding: 0 10px 10px;
	background-image: url(../images/htg_teaser380_bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	}
	
.containerMarginalB .containerTeaserB .contentBox .textBox {
	padding: 0 5px 0 15px;
	position:relative;
	}
	
.containerMarginalB .containerTeaserB .contentBox .textBox h2 {
	font-weight: normal;
	font-size: 14px;
	}
	
.containerMarginalB .containerTeaserB .contentBox .textBox p {
	padding-bottom: 16px;
	}
		
	
	
	


/* Form Styles */
.formBox fieldset {
	padding-bottom: 20px;
	}
	
.formBox h2 {
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 10px;
	color: #635C5C;
	}
	
.formBox span.red {
	color: #f84914;
	}

.formBox .formItem {
	padding-bottom: 10px;
	}

.formBox .formItem .formLabel {
	padding-top: 3px;
	font-size: 12px;
	line-height: 16px;
	width: 75px;
	float: left;
	}
	
.formBox .formItem .formLabel label {
	color: #635C5C;
	}
	
.formBox .formItemError .formLabel label {
	color: #f84914;
	}
	
.formBox .formItem .formField {
	float: right;
	width: 266px;
	font-size: 12px;
	line-height: 16px;
	padding-right: 149px;
	}

.formBox #formContact .formItem .formField {
	float: left;
	padding-right: 0;
	}
	
.formBox #formContact .formItem .formError {
	float: right;
	width: 142px;
	}

.formBox #formContact .formItem .formError p {
	color: #f84914;
	font-size: 11px;
	padding-top: 4px;
	}

.formBox .formItem .formField input {
	background-color: #fff;
	border: 1px solid #c1bcb5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #635c5c;
	padding: 2px;
	width: 255px;
	margin-left: 5px;
	background-image: url(../images/htg_inputBox.png);
	background-position: left top;
	background-repeat: no-repeat;
	}	
.formBox .formItem .formField input.inputMini {
	width: 50px;
	float:left;
	}
.formBox .formItem .formField input.inputMidi {
	width: 194px;
	float:left;
	}
.formBox .formItem .formField input.info {
	background-color: #c1bcb5;
	}


.formBox .formItemError .formField input {
	border: 1px solid #f84914;
	}
	
	
.formBox .formItem .formField select {
	background-color: #fff;
	border: 1px solid #c1bcb5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #635c5c;
	padding:2px 2px 2px 0;
	width:260px;
	margin-left: 5px;
	background-image: url(../images/htg_inputBox.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
	}

.formBox .formItem .formField select option {
	background-color: #fff;
	padding: 0 2px;
	}	
	
.formBox .formItemError .formField select {
	border: 1px solid #f84914;
	}
	
	

.formBox .formItem .formField textarea {
	background-color: #fff;
	border: 1px solid #c1bcb5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #635c5c;
	padding: 2px;
	width: 496px;
	height: 150px;
	}
	
.formBox .formItemError .formField textarea {
	border: 1px solid #f84914;
	}
	
	
	
.formBox .formItemCheckbox {
	padding-bottom: 4px;
	}
	
.formBox .formItemCheckbox .formField {
	float: left;
	width: 20px;
	padding: 0;
	}
	
.formBox .formItemCheckbox .formField input {
	background-color: transparent;
	background-image: none;
	border: 0;
	padding: 0;
	width: auto;
	margin: 3px 0;
	}
	
.formBox .formItemCheckbox .formLabel {
	float: right;
	padding-right: 149px;
	width: 317px;
	}

.formBox .formItemCheckbox .formLabel label a {
	color: #878787;
	text-decoration: underline;
	}

.formBox .formItemCheckbox .formLabel label a:hover {
	color: #f84914;
	}
	
.formBox .formItemError .formLabel label a {
	color: #f84914;
	}
	
	
.formBox .formItemCheckboxMini {
	float: left;
	}
	
.formBox .formItemCheckboxMini .formItemCheckbox .formLabel {
	float: left;
	padding-right: 35px;
	width: auto;
	}
	
	
	
	
	
.formBox .fieldsetSubmit {
	background-image: url(../images/htg_points.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding: 15px 0;
	margin: 0 42px 0 0;
	}
	
.formBox .formItemSubmit {
	float: right;
	text-align: right;
	}
	
.formBox .formItemSubmit .formField {
	padding: 0!important;
	}
	
.formBox .formItemSubmit .formField input {
	width: auto!important;
	padding: 0!important;
	margin: 0!important;
	border: 0!important;
	}
.formBox .formItemSubmit .formField a:hover {
	color: #df6424;
	}
	
.errorBox {
	font-size: 12px;
	line-height:16px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #f84914;
	}

.formBox p.mandatoryBox {
	font-size: 10px;
	text-align: right;
	padding-right: 149px;
	padding-top: 10px;
	}
	
	
	
.containerRechner .headerBox ul {
	overflow: hidden;
	padding-bottom: 25px;
	}

.containerRechner .headerBox ul li {
	float: left;
	width: 159px;
	padding: 15px 5px 13px 20px;
	font-size: 12px;
	}
	
.containerRechner .headerBox ul li a {
	color: #635c5c;
	}
.containerRechner .headerBox ul li a:hover {
	color: #f84914;
	text-decoration: none;
	}

.containerRechner .headerBox ul li.immo {
	width: 159px;
	background-image: url(../images/htg_zinsrechner_li_1.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 12px;
	}

.containerRechner .headerBox ul li.finance {
	width: 160px;
	background-image: url(../images/htg_zinsrechner_li_2.gif);
	background-position: right top;
	background-repeat: no-repeat;
	font-size: 12px;
	}
	
.containerRechner .headerBox ul li.active {
	background-image: none;
	}
	
.containerRechner .headerBox ul li.active a {
	color: #f84914;
	}
	
.containerRechner .contentBox {
	height: 560px;
	position: relative;
	}
	
.containerRechner .contentBox .downloadBox {
	bottom: 10px;
	position: absolute;
	}
	
.containerRechner .contentBox .textBox  ul li {
	font-weight: bold;
	padding-top: 12px;
	position: relative;
	width: 315px;
	}

.containerRechner .contentBox .textBox  ul li .result {
	text-align: right;
	white-space: nowrap;
	/*display:block;
	float:right;*/
	right: 0;
	top: 12px;
	position: absolute;
	}

.containerRechner .formBox .formItem .formLabel {
	width: 208px;
	}

.containerRechner .formBox .formItem .formLabel label {
	color: #635c5c;
	}
	
.containerRechner .formBox .formItem .formField {
	width: 113px;
	text-align:right;
	padding: 0;
	}
	
.containerRechner .formBox .formItem .formFieldBottom {
	padding: 14px 0 0 0;
	}
	
.containerRechner .formBox .formItem .formField input {
	width: 74px;
	margin-left: 0;
	margin-right: 5px;
	text-align: right;
	}
	
.containerRechner .formBox .formItem .formField input.info {
	width: 44px;
	background-color: #ececec;
	border: 1px solid #ececec;
	background-image: none;
	}
.containerRechner .formBox .formItem .formField input.readonly {
	background-color: #ececec;
	border: 1px solid #ececec;
	background-image: none;
	}
	
.containerRechner .formBox .formItem .formField span.currency {
	width: 25px;
	display: inline-block;
	text-align: left;
	}
	
.containerRechner .formBox .buttonBox {
	padding-top: 0;
	}
	
.containerRechner .noticeBox {
	display: none;
	padding:0!important;
	color: #f84914;
	}
	
	
	
#bigBox {
	height:240px;
	}	
#bigBox .buttonBox {
	padding-right: 20px;
	}
	
#bigBox .buttonBox img {
	cursor: pointer;
	}

#headerBox h2 span {
	background-image: url(../images/icon_beratersuche.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	padding: 12px 0 0 35px;
	}
	
#listBox,
#profilBox {
	display: none;
	position: absolute;
	width: 369px;
	}

#searchBox {
	position: absolute;
	width: 369px;
	height:220px;
	}

#headResult{
	display:none;
	}

#spinnerBox {
	display:none;
	position:absolute;
	}

.errorBox {
	display: none;
	}
	
#searchBox .formItem {
	padding: 0 0 20px 0;
	}
	
#searchBox .formItem label {
	font-size: 12px;
	padding: 0 0 0 3px;
	color: #635c5c;
	}
	
#searchBox .formItem input.input {
	background-color: #fff;
	border: 1px solid #c1bcb5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #635c5c;
	padding: 2px;
	width: 120px;
	margin-left: 3px;
	margin-top: 5px;
	background-image: url(../images/htg_inputBox.png);
	background-position: left top;
	background-repeat: no-repeat;
	}
	
#bigBox .formBox fieldset .buttonBox {
	padding: 0;
	}
	
#listBox p.name {
	padding: 0;
	}
	
#listBox p.name a {
	padding-left: 20px;
	background-image: url(../images/icon_link.gif);
	background-position: left top;
	background-repeat: no-repeat;
	}

#listBox p.address {
	padding: 0 0 7px 20px;
	}
	
	
.profilBoxTop {
	position: relative;
	margin-bottom: 15px;
	}

.profilBoxTop .imageBox {
	
	}
	
.profilBoxTop .textBox {
	position: absolute;
	bottom: 0;
	left: 180px;
	}
	
.profilBoxTop .textBox p a {
	padding-left: 20px;
	background-image: url(../images/icon_link.gif);
	background-position: left top;
	background-repeat: no-repeat;
	}
	
#profilBox .textBox p {
	padding-bottom: 0;
	}
	
#profilBox .textBox p span {
	display: inline-block;
	width: 70px;
	}	
	
	

	
	
	
.buttonBox a {
	border: 1px solid #aea79f;
	background-image: url(../images/htg_buttonBox.gif);
	background-position: left center;
	background-repeat: repeat-x;
	background-color: #fff;
	display: inline-block;
	}
	
.buttonBox a:hover {
	background-image: none;
	}
	
	
	
.formBox .formItemSubmit .formField input.submitBox {
	border: 1px solid #aea79f!important;
	background-image: url(../images/htg_buttonBox.gif);
	background-position: left center;
	background-repeat: repeat-x;
	background-color: #fff;
	display: inline-block;
	}
	
.formBox .formItemSubmit .formField input.submitBox:hover {
	background-image: none;
	}
