/* CSS Document */

body {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	}


h1 {display:none}

h2 {font-size:14px}

h3 {font-size:12px}

a {
	color: #333;
	text-decoration:none
}

table {width: 500px }

tr {
	vertical-align: top;
}

#header {
	text-align:center;
}

#breadcrumb, #suche, #header ul, #header ol, #objektsortierung, #sidebar, .direktanfrage, .obj_use, #sidenav, #footer_wrap {
	display:none;
	}
#adresse {
	border-top: 1px solid #ccc;
	padding: 20px 0 0 0
}

#adresse h4 {
	font-size: 14px;
	
}

.slides_container {
	height: 100px;
}

#slides a, ul.pagination {
	display:none
}

/*####################OBJEKTLISTE################*/


.teaser {
	height: 100px;
	position:relative;
	padding: 10px 0 10px 120px;
	margin: 0 0 0px 0;
	border-top: 1px solid #e0e0e0
}

.teaser:hover {
	background: #f0f0f0
}
.objnr {
	display:none;
	float:left;
	padding: 10px 0 0 0px;
	margin: 0 0 10px 0
	
}

.objnr span {
	font-size: 18px;
	display:block;
	}
.teaser img {
	position:absolute;
	top:10px;
	left:20px;
	width:133px;
	height:100px;
}

.teaser h3 {
	font-size: 12px;
	
	text-transform: none;
	padding:10px 20px 0px 70px;
	margin:0;
	color: #666
}

.teaser h4 {
	margin:0;
	padding:0px 40px 0px 70px;
	font-weight:normal;
	
	 font-size: 14px;
	
}


ul.objektdaten {
	margin:10px 0 0 0;
	padding:0;
	list-style-type: none;
	position:absolute;
	left: 190px;
}
ul.objektdaten li {
	display:inline-block;
	color: #666;
	width: 130px;
	margin: 0 0px 0 0;
	
}

ul.objektdaten li span {
	padding: 0 5px 0 0
}

.teaser a.mehr {
	display:block;
	width: 20px;
	height: 20px;
	background: url(../images/sn_next.png) no-repeat;
	position: absolute;
	right: 10px;
	top: 40px;
	text-indent: -3000px
}

.obj_status {
	display:none
}
