@import url("bootstrap_grid.css");
html {

}

body {
color: #333333;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg5YmNjNCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMiUiIHN0b3AtY29sb3I9IiM4OWJjYzQiIHN0b3Atb3BhY2l0eT0iMC4yOSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiM4M2JiZDYiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjN2RiOWU4IiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  rgba(137,188,196,0.3) 0%, rgba(137,188,196,0.29) 2%, rgba(131,187,214,0) 50%, rgba(125,185,232,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(137,188,196,0.3)), color-stop(2%,rgba(137,188,196,0.29)), color-stop(50%,rgba(131,187,214,0)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(137,188,196,0.3) 0%,rgba(137,188,196,0.29) 2%,rgba(131,187,214,0) 50%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(137,188,196,0.3) 0%,rgba(137,188,196,0.29) 2%,rgba(131,187,214,0) 50%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(137,188,196,0.3) 0%,rgba(137,188,196,0.29) 2%,rgba(131,187,214,0) 50%,rgba(125,185,232,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(137,188,196,0.3) 0%,rgba(137,188,196,0.29) 2%,rgba(131,187,214,0) 50%,rgba(125,185,232,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d89bcc4', endColorstr='#007db9e8',GradientType=0 ); /* IE6-8 */

background-attachment: fixed;

}


a {
	color: #333333;
	font-weight: bold;
}
a:hover {
	color: #05AAC6;
}

h4 {
	font-size: 15px;
	font-weight: bold !important;
}
h4.listTitle {
	padding-bottom: 3px;
	border-bottom: 1px solid #05AAC6;
	font-weight: bold !important;
}
h4 a {
	display: block;
	line-height: 120%;
	color: #333333;	
}
h2.sectionTitle {
	display: block;
	font-size: 24px;
	line-height: 100%;
	font-weight: normal !important;
	color: #333333;
	border-bottom: 1px dotted #E0E0E0 !important;
	padding: 0 0 10px 0;
	margin: 0 0 5px 0;
}
#WRAPPER {
	padding: 20px;
	width: 980px;
	margin: 30px auto;
	font-size: 13px;
	line-height: 18px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
	border-radius: 10px;
	position: relative;
}
.foto {
	background-position:  center center;
	background-size: cover;
}
#INTRO .einleitung {
	padding: 20px 50px;
}
#INTRO form {
	padding: 0 0 0 15px;
}
#INTRO form input.search-query {
	border-radius: 3px;
	border: 1px solid #CCCCCC;
	box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,0.1);
	padding: 3px;
}
#INTRO form input.submit {
	background-color: #333333;
	border: 0px none;
	outline: 0px none;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 14px;
	padding: 4px 10px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 5px;
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1);
}
#INTRO form input.submit:hover {
	background-color: #05AAC6;
}
#INTRO form label {
	font-size: 11px;
	display: block;
	text-transform: uppercase;
	color: #888888;
	padding: 0 0 10px 0;
}
#BUNDESLAENDER .span3 {
	font-size: 12px;
	line-height: 18px;
	border: 1px solid #E0E0E0;
	height: 60px;
	padding: 3px 8px 8px 12px;
	margin-bottom: 10px;
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.05);
	border-radius: 5px;
}
#ORTE .span3 {
	font-size: 11px;
	line-height: 24px;
	height: 12px;
	border: 1px solid #E0E0E0;
	padding: 3px 8px 3px 12px !important;
	margin-bottom: 10px;
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.05);
	border-radius: 5px;	
}
#BUNDESLAENDER .span3 a {
	font-weight: normal;
	text-decoration: none !important;
	border-bottom: 1px dotted #05AAC6;
}
#ORTE .span3 a {
	font-weight: normal;
	text-decoration: none !important;
	display: block;
}
#ORTE .span3 p {
	margin: 0;
	padding: 0;
}
#BUNDESLAENDER .span3 a.bl {
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px dotted #05AAC6;
	color: #333333;
	text-transform: uppercase;
	padding: 1px 0;
	text-decoration: none !important;
}
#BUNDESLAENDER .span3 a.bl:hover {
	color: #05AAC6;	
	border-bottom: 1px solid #05AAC6;
}
#ORTE .span3 a:hover {
	color: #05AAC6;	
}
.thumbnail {
	padding: 0 0 10px 0;
	border-radius: 0px;
}
ul.nav{
	list-style-type: none;
	padding: 0;
	margin: 10px 0 0 0;
}
ul.nav li {
	list-style-type: none;
	padding: 0 0 3px 0;
	margin: 0 0 3px 0;
	border-bottom: 1px dotted #E0E0E0;
}
#STAEDTE ul.inline li, #STAEDTE ul.inline li a, #INFOLINKS ul.inline li, #INFOLINKS ul.inline li a {
	font-size: 11px !important;
	font-weight: normal !important;
}
#STAEDTE ul.inline li a:hover, #INFOLINKS ul.inline li a:hover {
	color: #05AAC6 !important;
	text-decoration: none;
}
.badge {
	display: inline-block;
	padding: 0px 2px 2px 2px;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	color: #333333;
	vertical-align: baseline;
	white-space: nowrap;
	text-shadow: 0 0 0;
	background-color: #FFFFFF;
	border-radius: 2px;
	
	position: relative;
	top: -2px;
}
a:hover .badge {
	background-color: #05AAC6;
	color: #FFFFFF;
}
.footer, .footer a {
	font-size: 11px;
	font-weight: normal;
	color: #888888;
}

.ilink {
    position:absolute;
    top: 10px;
    right:30px;
	opacity: 0.3;
}
.breadcrumb {
	position: absolute; 
	right: 0px; 
	top: 0px; 
	width: 600px; 
	font-size: 11px; 
	text-align: right;
}
.breadcrumb a {	
	font-weight: normal !important;
}

#ARTIKEL h1 {
	font-size: 24px;
	line-height: 120%;
	font-weight: normal;
	border-bottom: 2px solid #05AAC6;
	padding-bottom: 8px;
	margin: 0 0 0.5em 0;
}
#ARTIKEL h2 {
	font-size: 18px;
	line-height: 120%;
	font-weight: normal;
	border-bottom: 1px solid #05AAC6;
	padding-bottom: 4px;
	margin: 0 0 0.5em 0;
}

#ARTIKEL h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
	font-weight: normal;
	padding-bottom: 4px;
	margin: 0 0 0.5em 0;
}

#ARTIKEL img {
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
}
#ARTIKEL br {
	display: none; 
}
#ARTIKEL p + br , #ARTIKEL li + br, #ARTIKEL h1 + br , #ARTIKEL h2 + br  {
	display: none;
}
#ARTIKEL br + h1 , #ARTIKEL br + h2  , #ARTIKEL br + h3 {
	margin-top: 1.5em;
}
#ARTIKELWEITERE h3.sectionTitle {
	font-size: 18px;
}
#ARTIKELWEITERE .thumbnail {
	margin: 0 0 20px 0;
}

.blbox {
	margin: 0 0 5px 0;
	padding: 2px 0;
	border-bottom: 1px dotted #CCCCCC;	
}

.blbox p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
}
.blbox a {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}
.blbox a.bl {
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	border-bottom: 1px dotted #05AAC6;
	color: #333333;
	text-transform: uppercase;
	padding: 1px 0;
	text-decoration: none !important;	
	color: #333333;
}
.blbox a.bl:hover {
	color: #05AAC6;	
	border-bottom: 1px solid #05AAC6;
}

img.logo {
    width:235px !important;
    height:96px;
}

.gt24,.lv {
    cursor:pointer;
    display:inline;
}        

h2.orteimmobilienmakler {
    font-size:13px;
    line-height:20px;
}      

ul.anbieterbundesland {
    list-style: outside none none;
    padding:0;
    margin:0;
    padding-bottom:16px;
}             

ul.anbieterbundesland li {
 float:left;
 padding-left:5px;   
}

form.alleweiteren input.ri{
    display:block;
    background-color:#458022;
    border: 1px solid #000000;
    padding: 16px 0px;
    width:100%;
    text-align:center;
    color:#FFF;
}

form.alleweiteren input.ri:hover {
   background-color:#F7F7F7; 
   color:#000;
}

.partnerlink {
    display:inline-block;
}
.partnerlink input.ri {
    display:inline-block;
    font-weight:bold;
    border:0;
}

a.das {
    color:#000000;
    text-decoration:underline;
}




