@import url(layout.css);
@import url(form.css);

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 78%;
	background-color: #6699CC;
	color: #333333;
}

a {
	color: #003399;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
	text-decoration: none;
}

p {
	margin: 0 0 10px 0;
}

.klein {
	font-size: 90%;
}

div.item {
	background: url(../images/layout/bg_item_lupe.png) right no-repeat #FFFFFF;
	min-height: 55px;
	margin-bottom: 1em;
	clear: both;
	height: 4.4em;
	line-height: 140%;
	position: relative;
}
div.aktiv {
	background: url(../images/layout/bg_item_lupe_aktiv.png) right no-repeat #E8E8E8;
}


.item img {
	float: right;
	border: none;
}
.item img {
	float: left;
	border: none;
	margin-right: 10px;
}
.item a {
	color: #333333;
	text-decoration: none;
	display: block;
}

div.item div.hindernisfrei {
	position:absolute;
	right: 50px;
	top: 13px;
}


h1,h2 {
	font-size: 110%;
	margin: 5px 0 10px 0;
	padding: 0;
}

h1.start, h2.start {
	background: url(../images/layout/bg_start.gif) left no-repeat;
	padding-left: 25px;
}
h1.vermieten {
	background: url(../images/layout/bg_vermieten.gif) left no-repeat;
	padding-left: 25px;
}
h1.verkaufen, h2.verkaufen {
	background: url(../images/layout/bg_verkaufen.gif) left no-repeat;
	padding-left: 25px;
}

h1.firma {
	background: url(../images/layout/bg_firma.gif) left no-repeat;
	padding-left: 25px;
}

.mehr_objekte {
	background: url(../images/layout/mehr_mietobjekte.jpg) no-repeat;
	display: block;
	width: 160px;
	height: 19px;
	color: #000000;
	text-decoration: none;
	padding: 5px 0 0 300px;
	font-weight: bold;
}

.mehr_objekteverkauf{
	background: url(../images/layout/mehr_verkausobjekte.gif) no-repeat;
	display: block;
	width: 160px;
	height: 19px;
	color: #000000;
	text-decoration: none;
	padding: 5px 0 0 300px;
	font-weight: bold;
}

.detailblatt {
	padding: 20px;
	background-color: #99CCFF;
}

div.bild {
	width: 100px;
	margin-bottom: 10px;
	float: left;
}
#brand {
	position: absolute;
	top: 1px;
	left: 1px;
}
#brand img {
	border: none;
}
#googleplus {
	margin: 20px 10px 0;
}


#main {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}

#nav_left {
    position: relative;
    min-height: 720px;
}

#left_bottom {
    position: absolute;
    bottom: 0px;
    padding: 10px 0 5px 10px;
}

#left_bottom a {
    display: inline-block;
    padding-bottom: 5px;
}