/**
 * Main CSS File 
 * Projekt: http://www.hh-immo.at/
 * AGENTUR.NET
 */

/**
 * General Settings
 */
* { 
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.htmlarea-content-body {
	background-color: #007363;
}
body.side {
	background-image: url(../images/layout/bg.jpg);
	/**background-image: url(../images/layout/layout_index.jpg);*/
	background-position: center top;
	background-repeat: repeat-x;
	background-attachment: fixed;
	overflow: visible;
	text-align: center;
}

form {
	padding: 0;
	margin: 0;
}


/**
 * Headlines
 */

h1 {
	margin: 0;
	padding: 0;
}
h2, h3 {
	font-weight: bold;
	color: #FFFFFF;
}

h3 {
	font-weight: normal !important;
	margin-left: 17px;
}



/**
 * input Fields
 */
input,
textarea {
  padding: 0;
  margin: 0p;
	color: #000000;
	font-size: 11px;
	height: 20px;
	float: left;
	font-size: 12px;
}

input.text {
	border: 1px solid #000000;
	padding: 0 !important;
	margin: 0 !important;
	height: 20px;
	line-height: 20px;
}

/**
 * Side Ground Layout
 */
#side {
	background-image: url(../images/layout/bg_middle.png);
	background-position: center;
	text-align: left;
	width: 836px;
	margin: auto;
}
#bottom {
	background-image: url(../images/layout/bg_bottom.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 836px;
	margin: auto;
	height: 25px;
	clear: both;
}
/**
 * Main Side Area
 */
#side div.middle {
	width: 786px;
	margin-left: 25px;
	margin-right: 25px;
}
/**
 * Top Area
 */
#top {
	color: #007363;	
	float:left;
	width: 786px;
	font-size: 10px;
}
#top h1 {
	float: right;
	margin-top: 30px;
	margin-right: 9px;
	border: 0 none;
}
#top a {
	color: #007363;	
	font-size: 10px;
}
#top ul {
	float: left;
	margin-top: 63px;
	margin-left: 128px;
	margin-bottom: 2px;
	width: auto;
}
#top li {
	float: left;
	color: #007363;
	list-style-type: none;
	margin-left: 0;
	margin-right: 0;
}
/**
 * Logo integrieren
 */
#top a.logo {
	position: relative;
	display: block;
	overflow: hidden;
	width: 184px;
	height: 43px;
}
#top a.logo span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/layout/logo.jpg);
}
#top form {
	clear:left;
	float: left;
	background-color: #007363;
	height: 40px;
	margin-left: 110px;
	width: 424px;
}
#top input {
	float: left;
	margin-top: 9px;
}
#top input.text {
	margin-left: 16px;
	width: 100px;
}
#top input.submit {
	margin-left: 4px;
	width: 52px;
}

/**
 * Contentimage
 */
#contentimage {
	position: relative;
	clear: both;
	float: left;
	width: 561px;
	height: 187px;
	overflow: hidden;
}

/**
 * Content Area
 */
#content {
	float: left;
	display: block;
	position: relative;
	background-color: #007363;
	margin-left: 110px;
	width: 424px;
}
#content p,
#content h2,
#content form,
#content dl,
#content table { 
	margin-left: 17px;
	margin-right: 17px;
}
#content h2 {
	margin-top: 13px;
}

ul {
	list-style: none;
	margin-left: 16px;
	width: auto;
	margin-bottom: 8px;
}

#content ul li {
	width: 370px;
	padding-left: 15px;
	background-image: url(../images/layout/li.png);
	background-position: 3px 3px;
	background-repeat: no-repeat;
	
}

#content p {
	margin-top: 2px;
	margin-bottom: 14px;
	text-align: justify;
}
#content dl.error, content dl.error dt, #content dl.error dd {
	margin-bottom: 13px;
	font-weight: bold;
}
#content dl.error dt {
	margin-bottom: 0;
	text-transform: uppercase;
}
#content dl.error dd {
	margin: 0;
}
#content table {
	width: 100%;
}
#content label {
	width: 170px;
	display: block;
	float: left;
	clear: left;
	margin-bottom: 3px;
}
#content input,
#content select,
#content textarea {
	border: 1px solid #EEEEE3;
	background-color: #78A999;
	background-image: none;
	width: 190px;
	margin-bottom: 3px;
	margin-right: 17px;
	padding-left: 3px;
	float: left;
	height: 15px;
	color: #ffffff;
}
#content select {
	width: 172px;
}
#content textarea {
	height: 90px;
}
#content input.checkbox {
	height: auto;
	width: auto;
}
#content hr {
	border-bottom: 1px #ffffff solid;
	width:100%;
}
#content input.submit {
	clear: left;
}

#content a, #content a:hover {
	text-decoration: underline;
}

#logo_print {
	display: none;
} 

.immo_detail_infotext_full {
	text-align: justify;
}

.immo_fieldtext {
	margin-top: 2px;
}

div.tx-wecmap-pi1 {
	margin-left: 15px !important;
}

div.tx-wecmap-pi1 div div div * {
	color: #000000;
}

