* {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

body {
	width:980px;
	font-size:12px;
	margin:0px auto 20px auto;
	background:url(../images/bg.gif) repeat-y center #dfe3e5;
	color:#000000;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#663300;
	margin-bottom: 20px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	margin-bottom: 10px;
}

a:link,
a:visited {
	color: #663300;
	text-decoration: none;
}
a.link {
	color: #663300;
	cursor:pointer;
}

a:hover {
	color:#663300;
	text-decoration: underline;
}

#content a {
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

ul{
	list-style-type: square;
}

ul ul {
	list-style-type:disc;
}

ul ul ul {
	list-style-type:none;
}

#header {
	/*padding:10px 0px 20px 10px;*/
	width:100%;
	margin-bottom:20px;
	margin-left:7px;
}

#header h1 {
	display:none;
}

#content {
	float: right;
	width: 778px;
	margin: 0;
	padding: 0;
}
div#content.home {
	width: 570px;
	margin-right: 200px;
	height: 450px;
}
* html div#content.home {
	margin-right: 100px;
}

#pageName {
	padding:0px 0px 10px 10px;
}

.infoBlock {
	clear:both;
	padding:0px 39px 20px 10px;
}
div#content.home .infoBlock {
	text-align: center;
}


.infoBlock h3 {
	font-size:12px;
	padding:0px 0px 5px 0px;
}

.infoBlock p {
	padding:0px 0px 10px 0px;
}

.infoBlock img {
	float:left;
	padding:0px 0px 0px 0px;
	margin:0 10px 5px 0;
}

#footer {
	clear:both;
	color:#aaaaaa;
/*	text-align:center;*/
	padding:20px 0 10px 213px;
	margin-top:0px;		/* negative top margin pulls footer up */
}

#footer a {
	color:#aaaaaa;
}


#navBar {
	position: absolute;
	padding: 0;
	margin: 0 0 0 2px;
	padding: 0 8px;
	width: 178px;
	background: #fff url(../images/navi_bg.png) left top no-repeat;
}
* html #navBar {
	margin-left: 4px;
}

#navBar span {
}

#navBar a {
	text-decoration: none;
}

#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 178px;
}
	#navBar ul li {
		padding: 0;
		margin: 0;
		clear: none;
		height: 1%;
		background: url(../images/separator.gif) bottom left no-repeat;
	}

#sectionLinks {
	margin: 0;
	padding: 0 9px 0 0;
}

#sectionLinks a,
#sectionLinks a.active
#sectionLinks a:link,
#sectionLinks a:visited,
#sectionLinks a:hover {
	display: block;
	padding: 5px 0 5px 30px;
	font-size: 14px;
	background: url(../images/navi_item_bg_178.gif) 0 50% no-repeat;
	margin: 0;
	color: #3e2f1c;
}
#sectionLinks a.active,
#sectionLinks a:hover,
#sectionLinks a.active:hover {
	background: url(../images/navi_item_bg_178.gif) -178px 50% no-repeat;
}

/* edit link */
#sectionLinks a.edit {
	float:left;
}

/* 2nd level */
#subnavi1 {
	background-color: #fff;
}

#subnavi1 a {
	color: #999;
}


/* gallery */

.gallery {
	margin-bottom: 20px;
}

.gallery ul {
	float: left;
	width: 100%;
	margin-top: 15px;
}

.gallery li {
	list-style:none;
	display:inline;
	float:left;
}

.gallery li img {
	margin: 0 10px 10px 0;
	border: 1px solid #000;
}


.clear {
	clear: both;
}


/**
 * related links
 */

.relatedlinks {
	margin: 0 0 20px 0;
}
.relatedlinks li {
	margin-left: 15px;
}


/**
 * info boxes
 */

div.infoBanner {
/*	border-left: 3px solid #b5d4fe;*/
	border: 1px solid #b5d4fe;
	background: #f0f0fc url(../images/info.gif) no-repeat 10px 8px;
	padding: 10px 10px 10px 40px;
	margin-bottom: 10px;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

div.helpBanner {
/*	border-left: 3px solid #b5d4fe;*/
	border: 1px solid #b5d4fe;
	background: #f0f0fc url(../images/help.gif) no-repeat 10px 8px;
	padding: 10px 10px 10px 40px;
	margin-bottom: 10px;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

div.errorBanner {
	border: 1px solid #ff0000;
/*	border-bottom: 1px solid #ff0000;*/
	background: #fde1e1 url(../images/exclamation.gif) no-repeat 10px 8px;
	padding: 10px 10px 10px 40px;
	margin-bottom: 1em;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


/**
 * forms
 */

fieldset {
	margin: 1em 0;
	padding: 0;
	border: none;
}

legend {
	margin: 0;
	padding: 0 0 10px 150px;
	background: transparent;
	font-weight: bold;
}

/* ie6 3px bug */
* html legend {
	padding-left: 147px;
}

/* ie7 7px bug */
*+html legend {
	padding-left: 143px;
}

label {
	color:#c09030;
}


/**
 * input
 */
input {
	padding:2px 4px;
	width: 150px;
}
textarea {
	padding: 2px 4px;
}

/* IE6 */
* html input {
	padding-top:0;
	padding-bottom:4px;
}

/* IE7 */
*+html input {
	padding-top:1px;
	padding-bottom:3px;
}

input[type=text],
input[type=password],
textarea {
	border-width:1px;
	border-style:solid;
	border-color:#abadb3 #dbdfe6 #e3e9ef #e2e3ea;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

/*
input {
	border: 1px solid #ccc;
	width: 150px;
    padding: 1px 2px;
}
*/

input.small {
/*	border: 1px solid #ccc;*/
	width: 50px;
}

select {
	height:21px;
	margin-bottom:5px;
	padding: 2px 0 0 0;
}
select option {
	padding: 0 3px;
}


textarea {
	border: 1px solid #ccc;
	font-size:12px;
    padding: 1px 2px;
}

input.button {
	padding: 4px;
}

input.button-color {
	padding: 4px;
	background-color:#ffe199;
}

input.file {
	width: auto;
	border-width:1px;
	border-style:solid;
	border-color:#abadb3 #dbdfe6 #e3e9ef #e2e3ea;
}

input.checkbox {
	width: auto;
	border: 0;
}


/**
 * required fields
 */

div.req label {
	font-weight: bold;
}

div.opt {
}

div.checkbox div.error,
div.opt div.error,
div.req div.error,
div.banner-details div.error {
	display: none;
}

div.opt span {
	color: #c09030;
}

/**
 * invalid values on form validation
 */

div.invalid label {
	font-weight:bold;
	color: #ff0000;
}

div.invalid div.error {
	display: block;
	margin-left: 0;
}


/**
 * registration form
 */

.form form select {
	width: 150px;
}

.form form h2  {
	padding-left: 150px;
	color: #c09030;
	font-size: 14px;
}

.form form h3  {
	padding-left: 150px;
	color: #c09030;
}

.form form div {
	margin-bottom: 10px;
	clear: both;
}

.form form div.colContainer div {
	margin: 0;
}

.form form div.colContainer div.error {
	padding-bottom: 10px;
}

.form form div.left,
.form form div.right {
	width: 50%;
}

.form form div.left {
	float: left;
}

.form form div.right {
	float: right;
	clear: none;
}

.form form div.left.invalid div.error,
.form form div.right.invalid div.error {
	display: block;
}

.form form div label {
	margin-bottom: 10px;
	float: left;
	width: 150px;
}

.form form div label.clear {
	margin-left: 15px;
	float: none;
	width: auto;
	clear: none;
}

.form form div.checkbox  {
	padding-left: 150px;
	margin-bottom: 10px;
}

.form form div.checkbox div {
	margin-bottom: 5px;
}

* html .form form div.checkbox div {
	margin-bottom: 0;
}

*+html .form form div.checkbox div {
	margin-bottom: 0;
}

div.checkbox ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.checkbox ol li {
	margin: 0 0 3px 0;
}

.form form div.checkbox label {
	margin-bottom: 10px;
	float: none;
	width: auto;
	font-size: 12px;
	padding-left: 2px;
}

.form form div.hint {
	padding: 0 0 0 150px;
	color: #999;
}

.form form div.hint.inline {
	display:inline;
	clear:none;
	margin:0;
	padding:0 0 0 10px;
}

.form form div.save {
/*	padding: 0 0 0 150px;*/
}

.form form div.text {
	padding: 10px 0 0 150px;
}

.form form div.error {
	padding: 0 0 0 150px;
	color: #c00;
}

.form form div.colContainer div.error {
	margin: 0;
	width: 150px;
}

.form form div.checkbox label {
	color: #c09030;
}

.form form div.checkbox div.error {
	padding-left: 0;
}

.form form textarea {
	width: 500px;
	height: auto;
}

/* fix for firefox (showing 3-lines instead of 2) */
.form form textarea#company {
	height: 30px;
}

/*
div.hint {
	position: absolute;
	width: 250px;
	margin-top: -27px;
	margin-left: 350px;
	border: 1px solid #c93;
	padding: 10px 12px;
	background: #ffc;
}

div.hint span {
	margin-left: -22px;
	padding-left: 22px;
	display: block;
    background: url(../images/pointer.gif) left top no-repeat;
}
*/


/**
 * registration form
 */

#registration fieldset {
	background-color: #fffdec;
	padding: 10px 10px 0 10px;
	margin-top: 0;
	border: 1px solid #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


#registration fieldset.accept {
}

#registration .save {
	text-align: right;
	margin-top: 10px;
}

#registration .save input {
	background-color:#ffe199;
}

#registration .save-top {
	padding: 0;
	text-align: right;
}

#registration .save-top input {
	background-color:#ffe199;
}

/**
 * contact berechner form
 */



#contact fieldset {
	background-color: #fffddc;
	padding: 10px 10px 10px 10px;
	margin-top: 0;
}

#contact fieldset table {
	width: 100%;
}

#contact fieldset td {
	width: 50%;
	vertical-align: top;
	text-align: left;
}

#contact .contact_text {
	width: 230px;
	height: 30px;
}

#contact .contact_request {
	width: 580px;
	height: 90px;
}

#contact fieldset div{
	margin-bottom: 5px;
}

#contact fieldset div label{
	width: 100px;
}

#contact fieldset div input {
	width: 230px;
}

#contact fieldset div.error {
	padding: 0 0 0 100px;
}

#contact fieldset.accept {
}

#contact .save {
	text-align: right;
	margin-top: 10px;
}

#contact .save input {
	background-color:#ffe199;
}

#contact .save-top {
	padding: 0;
	text-align: right;
}

#contact .save-top input {
	background-color:#ffe199;
}

/**
 * paging
 */

ul.tablePaginater {
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
}
ul.tablePaginater * {
	font-size: 10px;
}
ul.tablePaginater li {
	text-align: center;
	width: 18px;
	height: 18px;
	line-height: 18px;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	border: 1px #ccc solid;
	font-size: 8pt;
}
ul.tablePaginater li a {
	color: #666;
	display: block;
	width: 18px;
	height: 18px;
}
ul.tablePaginater li a:hover {
	background-color: #eee;
	color: #000;
}
ul.tablePaginater li.currentPage {
	border: 1px #999 solid;
	font-weight: bold;
	background-color: #eee;
}
ul.tablePaginater li.currentPage a {
	color: #000;
}

ul.tablePaginater li.pagesize {
	width: auto;
	border: none;
	padding-left: 20px;
	line-height: 20px;
}

ul.tablePaginater li.pagesize select {
	width: auto;
	margin-right: 5px;
	padding: 1px;
}


/**
 * login form
 */

#login form div label {
	width: 80px;
}
#login form div.error {
	padding: 0 0 0 80px;
}
#login form div.save {
	padding: 0 0 0 80px;
}
#login form div.text {
	padding: 10px 0 0 80px;
}
#login form div.checkbox {
	padding: 0 0 0 80px;
}



/**
 * search form on homepage
 */
div#homeSearch button {
	position: relative;
	top: 10px;
	left: 5px;
}
* html div#homeSearch button {
	top: 3px;
}
*+html div#homeSearch button {
	top: 3px;
}

#almightySearch legend {
	font-weight: normal;
	font-size: 16px;
	text-align: left;
}

#almightySearch fieldset {
	border: 1px solid #e0e0e0;
	padding: 20px 20px 25px 20px;
	width: 500px;
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
}

#homeSearch {
	text-align: center;
}

#homeSearch fieldset {
	border: 1px solid #e0e0e0;
	padding: 20px 20px 25px 20px;
	width: 500px;
	margin: 0;
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
}

#homeSearch legend {
	padding: 0 5px;
	font-weight: normal;
	font-size: 16px;
}

/* ie 6 */
* html #homeSearch legend {
	margin: 0 0 15px 0;
}

/* ie 7 */
*+html #homeSearch legend {
	margin: 0 0 15px 0;
}

#homeSearch input.txt {
	width:260px;
	font-size: 16px;
	padding:4px;
	margin: 0 0 0 70px;
}

#homeSearch input.button {
	height: 28px;
}

div input#repeatSearch {
	background-color: #ffe199;
}


div#homeBannerPromo {
	position: absolute;
	width: 168px;
	margin: 0 0 0 772px;
	
}
	div#homeBannerPromo span {
		display: block;
		color: #999;
		font-size: 7pt;
		margin-bottom: 2px;
	}


/**
 * banner promo frontend
 */
ul#banner-promo {
	margin: 0;
	padding: 16px 0;
	list-style: none;
	height: 80px;
	display: block;
	width: 740px;
}
	div#homeBannerPromo ul#banner-promo {
		margin: 0;
		padding: 0;
		height: auto;
		width: auto;
	}
	ul#banner-promo li {
		float: left;
		margin: 0;
		padding: 0;
		padding: 0 0 2px 0;
	}
	div#homeBannerPromo ul#banner-promo li {
		float: none;
		margin: 0;
		padding-bottom: 2px;
	}
	
	ul#banner-promo li.marker {
		float: left;
		width: 8px;
		height: 80px;
		margin: 0;
		background: url(../images/banner_marker.png) top left no-repeat;
	}
	div#homeBannerPromo ul#banner-promo li.marker {
		display: none;
	}
		ul#banner-promo li a  {
			padding: 0;
			margin: 0;
			display: block;
		}
			ul#banner-promo li img {
				border: 0 none;
				padding: 0;
				margin: 0;
			}


/**
 * banner on search result
 */

#bannerBar {
	position: absolute;
	padding: 0;
	margin: 0 0 0 2px;
	padding: 0 0 0 10px;
	width: 178px;
	top: 380px;
}
* html #bannerBar {
	margin-left: 4px;
}

div#bannerBar span {
	display: block;
	color: #999;
	font-size: 7pt;
	margin-bottom: 5px;
}

#bannerBar ul#banner-promo {
	width:auto;
	padding:0;
}

#bannerBar ul#banner-promo li.marker {
	display:none;
}


/**
 * map on homepage
 */

#homeSearch fieldset.map {
	height: 250px;
	text-align: left;
	border: 0 none;
	margin: 0;
	padding: 50px 0 0 65px;
}

#homeSearch fieldset.map div {
}

#homeSearch fieldset.map img {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	z-index: 10;
}

#homeSearch fieldset.map img#mapA {
	position: absolute;
	z-index: 100;
}


/**
 * search form on extra search page
 */

#search fieldset {
	background-color: #FFFDEC;
	padding: 10px 10px 0 10px;
}

#search legend {
	padding: 0 0 10px 0;
}

/* ie 6 */
* html #search legend {
	margin-left: -7px;
}

/* ie 7 */
*+html #search legend {
	margin-left: -7px;
}

#search form h2  {
	padding-left: 0;
}

#search form h3  {
	padding-left: 0;
}

#search form div.checkbox  {
	padding-left: 0;
}

#search form div.error  {
	padding-left: 0;
}

div#searchFormSubmit {
	position: absolute;
	margin: 13px 0 0 400px;
	padding: 0;
}

#search fieldset {
	margin: 0;
}

/*
#search fieldset legend {
	font-weight: bold;
	margin: 0;
	padding: 0 5px;
}
*/
/*
#search fieldset.expanded legend {
	padding-left: 15px;
	background: transparent url(../images/menu-expanded.gif) no-repeat 1px center;
	cursor: pointer;
}

#search fieldset.collapsed legend {
	padding-left: 15px;
	background: transparent url(../images/menu-collapsed.gif) no-repeat 1px center;
	cursor: pointer;
}
*/

#searchFilter label {
	float: left;
	width: 100px;
}

#searchFilter input#name {
	width: 242px;
}

#searchFilter label.clear {
	margin-left: 15px;
	float: none;
	width: auto;
	clear: none;
}

#searchFilter .checkbox label {
	float: none;
	width: auto;
}

#searchFilter .submit {
	position: absolute;
	margin-top: -42px;
	margin-left: 280px;
}

/* ie6 */
* html #searchFilter .submit {
	margin-top: -57px;
	margin-left: 140px;
}

/* ie7 */
*+html #searchFilter .submit {
	position: absolute;
	margin-top: -57px;
	margin-left: 140px;
}

#searchFilter .submit input {
	background-color:#ffe199;
	height: 42px;
	font-size: 18px;
}

/* ie6 */
* html #searchFilter .submit input {
	height: 45px;
}

/* ie7 */
*+html #searchFilter .submit input {
	height: 46px;
}


/**
 * search results
 */

table.search {
	width: 100%;
	border-collapse: collapse;
}

#content table.search th a {
	text-decoration: none;
}

#content table.search th a:hover {
	text-decoration: underline;
}

#content table.search td a {
	text-decoration: none;
	color: #000;
}

table.search thead tr {
	background-color: #ffe199;
}

table.search th {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

table.search td {
	padding: 5px;
	vertical-align: top;
}

table.search tr {
	background-color: #fff;
}

table.search tr:hover td {
	background-color: #F8E6CC;
	cursor: pointer;
}

table.search tr.odd {
	background-color: #fffddc;
}

table.search tr th.sortable {
	background: #ffe199 url(../images/order_0.gif) no-repeat 3px center;
	padding-left: 16px;
}

table.search tr th.sortAsc {
	background-image: url(../images/order_2.gif);
}

table.search tr th.sortDesc {
	background-image: url(../images/order_1.gif);
}

table.search tr th.expressUser {
	width: 20px;
}

table.search tr td.expressUser {
	background-image: url(../images/house_go.png);
	background-repeat: no-repeat;
	background-position: center
}


/**
 * premium search results
 */

div.search#premiumList {
	background-color: #FFE199;
	/*border:1px solid #663300;*/
	margin-bottom: 1px;
	padding: 2px;
}

div.search#premiumList div:hover {
	background-color: #F8E6CC;
	/*background-color: #FFF;*/
	cursor: pointer;
}

div.search#premiumList .berechner {
	height: 110px;
	background-color: #FFFDDC;
	border: 1px solid #FFE199;
	padding-left: 5px;
	padding-right: 5px;
}

div.search#premiumList .premiuminfo {
	float:right;
	width: 120px;
	margin-bottom: 5px;
	
	font-size:10px;
	text-align: center;
	color: #663300;
	font-weight: bold;
	border: 1px solid #FFE199;
	background-color: #FFE199;
}

div.search#premiumList .banner {
	clear: right;
	float:right;
}

div.search#premiumList img {
	margin: 0px 0px 0px 0px;
}

div.search#premiumList .premiuminfo:hover {
	background-color: #FFE;
	/*background-color: #FFF;*/
	cursor: pointer;
}

div.search#premiumList .premiuminfo a {
	text-decoration: none;
}


div.search#premiumList .content {
	margin-top: 5px;
	margin-left: 10px;
	position:relative;
	float:left;
	width:400px;
}


div.search#premiumList label {
	color: black;
	font-weight: bold;
}


div.search#premiumList .premiumMarker {
	margin-top: 5px;
	margin-left: 2px;
	float: left;
}

/**
 * premium jquery date picker
 */
/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
	a.dp-choose-date {
		float: left;
		width: 16px;
		height: 16px;
		padding: 0;
		margin-left: 5px;
		display: block;
		text-indent: -2000px;
		overflow: hidden;
		background: url(../images/calendar.png) no-repeat; 
	}
	a.dp-choose-date.dp-disabled {
		background-position: 0 -20px;
		cursor: default;
	}
	/* makes the input field shorter once the date picker code
	 * has run (to allow space for the calendar icon
	 */
	input.dp-applied {
		width: 140px;
		float: left;
	}


/**
 * berechner details
 */

.block {
	margin-bottom: 15px;
}

.userdetails {
	min-height: 95px;
	border: 1px solid #ccc;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;

}

.userdetails h3 {
	font-size:16px;
	font-weight:bold;
}

.userdetails .col1 {
	width: 330px;
	background: url(../images/user.png) 4px 2px no-repeat #fff;
	padding: 0 20px 0 28px;
}

.block ul {
	padding-left: 15px;
	padding-bottom: 15px;
}

.block.details {
	background-color: #fffddc;
	border: 1px solid #dd9600;
	padding: 10px;
}

div.block.ausbildung {
	background: url(../images/clock.png) 11px 11px no-repeat #fafafa;
	border: 1px solid #ccc;
	padding-left: 35px;
}

div.block.beschreibung {
	background: url(../images/comment.png) 11px 11px no-repeat #fafafa;
	border: 1px solid #ccc;
	padding-left: 35px;
}

div.block.berechnet {
	background: url(../images/calculator.png) 11px 11px no-repeat #fffddc;
	padding-left: 35px;
}

div.block.berechnet h3 {
	border-top: 1px dashed #dd9600;
	padding-top: 13px;
}

div.block.berechnet ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 15px 0;
	padding: 0;
}

div.block.berechnet ul li {
	background: url(../images/bullet_orange.png) 0px 0px no-repeat;
	margin: 0 0 5px 0;
	padding: 0 0 0 20px;
}

div.block.schnelldienst {
	background: url(../images/clock.png) 11px 11px no-repeat #fffddc;
	padding-left: 35px;
}

.headerInfo {
	background: url(../images/help.gif) top right no-repeat;
	padding-right: 20px;
}

/**
 * logo on detail page
 */

.logoDetail img {
	margin: 0px 0px 10px 10px;
	float: right;
}

div .premiumDetail {
	margin-top: -29px;
	float: right;
	width: 182px;
	height: 29px;
	text-align: center;
	border: 1px solid #ccc;
	border-bottom: 0 none;
	
	font-size: 15px;
	color: transparent;
/*	background-color: #E5E5E5;*/
	background: #fff url(../images/premium_berechner.png) 1px 1px no-repeat;
}

div .premiumDetail a{
	text-decoration: none;
	display: block;
	height: 28px;
}

/* BUTTONS */

/**
 * <span class="button"><input type="submit" value="" /></span>
 */
#content a.button {
	text-decoration: none;
}

button,
a.button {
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	outline: none;
	cursor: pointer;
	height: 34px;
	width: auto;
}
	a.button,
	a.button:link,
	a.button:active,
	a.button:hover,
	a.button:visited {
		display: block;
		float: left;
		text-decoration: none;
	}
	button span,
	button span b,
	a.button span,
	a.button span b {
		display: block;
		background: url(../images/button_32.png) no-repeat right top;
		height: 32px;
		line-height: 32px;
		text-decoration: none;
		float: left;
	}
		button span b,
		a.button span b {
			background-position: left top;
			margin-right: 5px;
			color: #630;
			padding: 0 20px 0 40px;
			font-size: 13px;
			font-weight: bold;
		}
	button:hover span,
	button:hover span b,
	a.button:hover span,
	a.button:hover span b,
	button.hover span,
	button.hover span b {
		background-position: right bottom;
	}
	button:hover span b,
	button.hover span b,
	a.button:hover span b,
	a.button.hover span b {
		background-position: left bottom;
		color: #000;
	}
	
button.blank span,
button.blank span b {
	background-image: url(../images/button_32_blank.png);
}
button.blank span b {
	padding: 0 20px 0 30px;
}


div#googleAdSense {
	padding: 0 0 0 212px;
}

.inhuman {
	display: none;
}
