#content h2
{
	font-size: 16px;
	line-height: 120%;
	color: #aea188;
	font-weight: bold;

	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

#content h3
{
	font-size: 14px;
	color: #aea188;

	margin-top: 0.5em;
	margin-bottom: 0.3em;
}

#content h4
{
	font-size: 12px;
	color: #aea188;

	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

#content p
{
	margin: 0.8em 0;
	line-height: 140%;
}

#content *
{
	font-size: 12px;
	color: #807663;
}

#content address,
#content div
{
	line-height: 140%;
}

#content ul,
#content ol
{
	margin: 1em 1em;
}

#content ul li,
#content ol li
{
	margin: 0.4em;
	margin-left: 1.5em;
	padding-left: 0.5em;
	line-height: 140%;
}

#content ul li
{
	list-style-type: square;
}

#content ol li
{
	list-style-type: decimal;
}

#content a:link,
#content a:visited
{
	color: #8095bf;
	text-decoration: none;
}

#content a:hover,
#content a:active
{
	color: #515e77;
	text-decoration: none;
}

#content a:focus
{
	color: #ffffff;
	background-color: #515e77;
}


#content strong
{
	font-weight: bold;
}



/**
 * ----------------------------------------------
 */


/**
 * Startseite
 */
#content .startImages
{
	position: absolute;
	right: 0px;
	top: 200px;
}

#content .startImages .startApartmentHouses,
#content .startImages .startCollegeHouses
{
  position: relative;
	width: 440px;
	height: 337px;
	background-repeat: no-repeat;
}

#content .startImages .startApartmentHouses
{
	float: left;
	background-image: url('../images/start_apartment_houses.jpg');
	border-right: 1px solid #606060;
}

#content .startImages .startCollegeHouses
{
	float: left;
	background-image: url('../images/start_college_houses.jpg');
}

#content .startImages .link,
#content .startImages .text
{
  position: absolute;
  top: 0;
  left: 0;
	display: block;
	width: 440px;
	height: 337px;
}

#content .startImages .link
{
	z-index: 5;
	background-image: url('../images/blank.gif');
}

#content .startImages .text
{
	z-index: 0;
}

#content .startImages a
{
	display: block;
	width: 440px;
	height: 337px;
	color: #000000;
	text-decoration: none;
}

#content .startImages a span
{
	position: absolute;
	left: -9999px;
}


#content .startImages a:hover,
#content .startImages a:active
{
	z-index: 5;
	background-color: transparent;
}

#content .startImages h2
{
	color: #ffffff;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	height: 37px;
	line-height: 37px;
	padding: 10px 20px;
	padding-top: 16px;
}

#content .startImages h3
{
	color: #000000;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	width: 165px;
	margin-left: 15px;
	margin-top: 20px;
	height: 30px;
}

#content .startImages p
{
	color: #666666;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 130%;
	width: 165px;
	margin-left: 15px;
	margin-top: 20px;
}

#content .startImages .startCollegeHouses h3,
#content .startImages .startCollegeHouses p
{
	width: 185px;
	margin-left: 22px;
}



/**
 * Zimmeranfrage
 */
.anfrageMenu
{
	margin-top: 30px;
}

.anfrageMenu .anfrageMenuItem
{
	margin: 10px 0;
	background-image: url('../images/anfrage_menu_icon.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 40px;
	display: block;
	width: 160px;
	height: 30px;
}

.anfrageMenu .verified
{
	background-position: 0px -33px;
}

.anfrageMenu .anfrageMenuItem span
{
	display: block;
}

.anfrageMenu .anfrageMenuItem span.name
{
	font-weight: bold;
	font-size: 12px;
}

.anfrageMenu .anfrageMenuItem span.desc
{
	font-weight: normal;
	font-size: 10px;
	margin-top: 0.2em;
}

.anfrageMenu a.anfrageMenuItem
{
	display: block;
	text-decoration: none;
}

.anfrageMenu a.anfrageMenuItem:link,
.anfrageMenu a.anfrageMenuItem:visited
{
	color: #333333;
}

.anfrageMenu a.anfrageMenuItem:hover,
.anfrageMenu a.anfrageMenuItem:active,
.anfrageMenu a.anfrageMenuItem:focus,
.anfrageMenu div.active
{
	color: #aea188;
}

#ResForm label
{
	font-size: 12px;
}



#content p + h3,
#content address + h3
{
	margin-top: 1.5em;
}


#content .contact address
{
	margin: 0.5em 0;
	margin-right: 3em;
	float: left;
}

#content .contact address span,
#content .impressum address span
{
	margin: 0.5em 0;
	display: block;
	margin: 0.3em 0;
}

#content .contact address + h3
{
	margin-top: 2em;
}

#content .contact address
{
	background-color: #efefef;
	padding: 0.5em 1em;
	width: 15em;
	height: 12em;
}

.googleMaps iframe
{
	width: 550px;
	height: 300px;
	border: 1px solid #cfcfcf;
}



#content .imageGalleryThumbBox a
{
	display: block;
	float: left;
	margin: 10px;
	padding: 0;
	height: 100px;
}

#content .imageGalleryThumbBox a:link,
#content .imageGalleryThumbBox a:visited
{
	border: 2px solid #aea188;
}

#content .imageGalleryThumbBox a:hover,
#content .imageGalleryThumbBox a:active,
#content .imageGalleryThumbBox a:focus
{
	border: 2px solid #515e77;
}

#content .imageGalleryThumbBox a img
{
	border: 0;
	margin: 0;
	padding: 0;
}



#content .eyecatcher .objekt
{
	width: 588px;
	height: 294px;
	border: 1px solid #000000;
	position: relative;
}

#content .eyecatcher .objekt .priceButton
{
	position: absolute;
	right: 13px;
	top: 12px;
	height: 100px;
	width: 100px;
	text-align: center;
}

#content .eyecatcher .objekt .priceButton .from
{
	display: block;
	color: #000000;
	font-size: 16px;
	margin-top: 15px;
}

#content .eyecatcher .objekt .priceButton .price
{
	display: block;
	color: #000000;
	font-size: 30px;
	margin: 8px 0;
}

#content .eyecatcher .objekt .priceButton .monthly
{
	display: block;
	color: #000000;
	font-size: 12px;
	margin-top: 10px;
}

#content .eyecatcher .sendlingerTorApartment
{
	background-image: url('../images/objekte/sendlinger_tor/apartment/eyecatcher.jpg');
}

#content .eyecatcher .sendlingerTorCollege
{
	background-image: url('../images/objekte/sendlinger_tor/college/eyecatcher.jpg');
}

#content .eyecatcher .IsartorApartment
{
	background-image: url('../images/objekte/Isartor/apartment/eyecatcher.jpg');
}

#content .eyecatcher .IsartorCollege
{
	background-image: url('../images/objekte/Isartor/college/eyecatcher.jpg');
}

#content .eyecatcher .lenbach
{
	background-image: url('../images/objekte/lenbach/eyecatcher.jpg');
}

#content .eyecatcher .fuerst
{
	background-image: url('../images/objekte/fuerst/eyecatcher.jpg');
}


#content .infoItem
{
    margin: 1em 1em 0.5em 0;
    border-top: 1px solid #aea188;
    padding-top: 0.5em;
}