.clear {
	clear: both;
}

img {
	border:0;
}
/*
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: white;
}
*/

a[href^=tel]{
    color:inherit;
    text-decoration:none;
}

body {
	color: #666;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
}

#header {
	margin: 0px 30px; 
	float: left;
}

a {
	color: black;
	text-decoration: underline;
}

h1,h2,h3 {
	margin-top: 0px;
}

h1 {
	font-weight: normal;
	font-size: 24px;
	line-height: 20px;
}

h2 {
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
}

h3 {
	line-height: 18px;
	font-size: 14px;
	font-weight: bold;
}
/*
p {
	margin-top: 8px;
	margin-bottom: 16px;
}
*/

ul {
	margin: 15px;
}

li {
	list-style-type: square;
	margin-left: 15px;
}

.okmessage {
	padding: 4px;
	background-color: #bbffbb;
}

.errormessage {
	padding: 4px;
	background-color: #ff2222;
	color: white;
	font-weight: bold;
}

.errormessage a {
	color: white;
}

.okmessage, .errormessage {
	padding-left: 45px;
}

#mainmenu {
	font-family: CenturyGothicStd-Bold, Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	font-size: 1.5em;
	letter-spacing: 4px;
}

.mainmenu-item { position: relative; float: left; display: inline; }

#mainmenu b, #mainmenu a, #footermenu b, #footermenu a {
	padding-right: 40px;
}

#footermenu a, #footermenu b { padding-right: 8px; }

.mainmenu-sub b, .mainmenu-sub a {
	padding-right: 5px !important;
}

#mainmenu .mainmenu-sub b { letter-spacing: 0; padding-right: 0 !important; }

.mainmenu-sub {
	display: none;
	position: absolute;
	left: -30px;
	top: 12px;
}

.mainmenu-sub span a { 
	color: #663366;
}

.mainmenu-sub span a:hover { 
	color: #000;
}

.mainmenu-sub li { position: relative; float: left; display: inline; }

.mainmenu-sub a { 
	color: #FFF;
	font-family: CenturyGothicStd, Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	text-decoration: none;
	padding-right: 20px !important;
}

.mainmenu-sub li:after { 
	/*content: "-"; */
	width: 5px; 
	position: absolute;
	right: 10px; 
	top: 2px;
	display: block; 
}

.mainmenu-sub li:last-child::after { content: ""; display: none; }

.mainmenu-sub a {
	font-size: 12pt;
	line-height: 150%;
}


.forprint {
	display: none;
}

/* CSS der Immobilien-Kasteln je nach Immobilienkategorie */

.realtybox {
	float: left;
	width: 270px;
	height: 340px;
	background-color: #663366;
	margin-right: 20px;
	margin-bottom: 20px;
	color: white;
}

/* Privat */
.realtybox.private {
	background-color: #fff;
	color: #666;
}

/* Gewerbe */
.realtybox.business {
	background-color: #333;
	color: #bbb;
}

/* Gewerbe Überschrift */
.realtybox.business .montserrat_subsub .lilahell {
	color: #FFF7AE;
}


/* Centermanagement */
.realtybox.centermanagement {
	background-color: #FC3;
	color: black;
}

/* Beratung */
.realtybox.advice {
	background-color: #FFF;
	color: black;
}

/* Projekte */
.realtybox.development {
	background-color: #FC3;
	color: black;
}


/* Leistungen */
.realtybox.services {
	background-color: #999;
}


.realtybox ul {
	margin: 0;
	list-style-type: disc;
}



/* Immobiliendetail */

.objectnumber {
	color: #fff; font-size: 1.3em; margin-bottom: 8px
}

.realtyleftcolumn {
	float: left; width: 560px; margin-right: 20px; margin-bottom: 20px; position: relative; overflow: hidden;
}

.realtyrightcolumn {
	float: left; width: 270px; background-color: #bbb; margin-right: 20px; margin-bottom: 20px
}

.innerrealtyrightcolumn {
	margin: 18px 20px;
}

.realtyleftcolumn .tabs {
	background-color: #ddd; position:relative; z-index:2;
}

.realtytabimage {
	background-color: #eee; 
	background-position: center; 
	background-repeat: no-repeat;
}

.printimage {
	display:none;
}

.realtytabdescription {
	padding: 20px 20px 10px 20px;
}

.realtycontact {
	float: left; width: 270px; background-color: #fff; margin-right: 20px;
}

.innerrealtycontact {
	margin: 18px 20px;
}