
/*------------------------------------------ Diverses -----------------------------------*/

#loginLink {
    background-color: #DB3316;	
}

#loginHolder {
	top:255px;
}

.shadow {
    box-shadow: 1px 2px 5px -2px #CCCCCC;
}


.displayNone {
    display: none;
}
.divTableCell {
    display: block;
    float: left;
    min-height: 10px;
	
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.txtLeft {
    text-align: left;
}
.txtRight {
    text-align: right;
}


#breadCrump {
	font-size:11px;
	border-bottom:1px solid #CCC;
	margin-bottom: 15px;
    padding-bottom: 3px;
}

#breadCrump li {
	padding-right:10px;
}

#breadCrump,
#breadCrump a {
	color:#999;
}

#breadCrump .active a,
#breadCrump a:hover {
	color:#333;
}

/*------------------------------------------Buttons BEREICH-----------------------------------*/

input.button,
a.button,
.button {
	font-family:Verdana, Geneva, sans-serif;
	
	font-size:13px;
	height:32px;
	line-height:32px;
	display:inline-block;
	/*color:#243d57;*/
	color:#ffffff;
	padding:0px 15px;
	cursor:pointer;
	border:0;
	
	/*font-weight:bold;
	text-transform:uppercase;*/
	
	background: rgb(76,76,76); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(19,19,19,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(19,19,19,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(76,76,76,1) 0%,rgba(19,19,19,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
}
.button a {
	color:#ffffff;	
}

input.button {
	padding-bottom:0;/*2*/
}

input.button:hover,
a.button:hover,
.button:hover{
	background: rgb(19,19,19); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(19,19,19,1) 0%, rgba(76,76,76,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(19,19,19,1)), color-stop(100%,rgba(76,76,76,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(19,19,19,1) 0%,rgba(76,76,76,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(19,19,19,1) 0%,rgba(76,76,76,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(19,19,19,1) 0%,rgba(76,76,76,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(19,19,19,1) 0%,rgba(76,76,76,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#4c4c4c',GradientType=0 ); /* IE6-9 */
}

.button.colored a {
	color:#fff;
}


input.button.colored,
a.button.colored,
.button.colored {
	background: #c61108;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M2MTEwOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjFiMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #c61108 0%, #ff1b00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c61108), color-stop(100%,#ff1b00));
	background: -webkit-linear-gradient(top,  #c61108 0%,#ff1b00 100%);
	background: -o-linear-gradient(top,  #c61108 0%,#ff1b00 100%);
	background: -ms-linear-gradient(top,  #c61108 0%,#ff1b00 100%);
	background: linear-gradient(to bottom,  #c61108 0%,#ff1b00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c61108', endColorstr='#ff1b00',GradientType=0 );

}

input.button.colored:hover,
a.button.colored:hover,
.button.colored:hover {
	background: #ff1b00;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMWIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNjExMDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ff1b00 0%, #c61108 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff1b00), color-stop(100%,#c61108));
	background: -webkit-linear-gradient(top,  #ff1b00 0%,#c61108 100%);
	background: -o-linear-gradient(top,  #ff1b00 0%,#c61108 100%);
	background: -ms-linear-gradient(top,  #ff1b00 0%,#c61108 100%);
	background: linear-gradient(to bottom,  #ff1b00 0%,#c61108 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1b00', endColorstr='#c61108',GradientType=0 );

}


input.button.light,
a.button.light,
.button.light {
	border:1px solid #DEDCD9;
	color:#343434;
	
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzOCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5OSUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 38%, #e8e8e8 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(38%,#ffffff), color-stop(99%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 38%,#e8e8e8 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 38%,#e8e8e8 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 38%,#e8e8e8 99%); /* IE10+ */
	background: linear-gradient(top, #ffffff 38%,#e8e8e8 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-8 */
}

input.button.light:hover,
a.button.light:hover,
.button.light:hover {
	background: #e8e8e8; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYyJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, #e8e8e8 1%, #ffffff 62%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e8e8e8), color-stop(62%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e8e8e8 1%,#ffffff 62%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e8e8e8 1%,#ffffff 62%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e8e8e8 1%,#ffffff 62%); /* IE10+ */
	background: linear-gradient(top, #e8e8e8 1%,#ffffff 62%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}


input.button.block,
a.button.block,
.button.block {
	text-align:center;
	display:block;
	width:100%;
	padding-left:0;
	padding-right:0;	
}

.button.small {
	height:30px;
	line-height:30px;
}



.star.icon .iconContainer{
	padding-left:27px;
	background-image:url(../pics/_basic/immo/icon_star.png);
	background-position:left center;	
}

.added.star.icon  .iconContainer{
	background-image:url(../pics/_basic/immo/icon_star_green.png);	
}

.print.icon  .iconContainer{
	padding-left:27px;
	background-image:url(../pics/_basic/immo/icon_print.png);
	background-position:left center;	
}

.lupe.icon  .iconContainer{
	padding-left:27px;
	background-image:url(../pics/_basic/immo/icon_lupe.png);
	background-position:left center;	
}

.mail.icon  .iconContainer{
	padding-left:23px;
	background-image:url(../pics/_basic/immo/icon_mail.png);
	background-position:left center;	
}


/* Logo SLIDER footer */

.logoElemente{width:120px; height:35px;}
.logoElemente a{display:block; width:100%; height:100%;}

#partnerContainer {
	width:940px;/*960*/
	margin:0 0 15px;
	background-color:#ffffff;
	border:1px solid #CECDCE;
	padding:12px 10px 0;
}


#partnerTitle .h1 {display:block;}

#partnerSliderContainer {
    height: 45px;
    overflow: hidden;
	
}
#partnerSlideshow {
    position: relative;
	height:35px;
}
#partnerContainer .scrollLogo {
    display: inline-block;
    padding: 0 10px;
}

#partnerContainer .scrollLogo a {
	display:block;
	position:relative;
}

#contentPageFunctions {
    margin: 0;
}



/*------------------------------------------FOOTER BEREICH-----------------------------------*/
#link-icons{
	float:right;
	height:14px;
	min-width:20px;
	margin:9px 259px 0 0;
}
.footer_icons{
	margin-right:5px;
	float:left;
}

/* ===============*/


#footer{
	bottom:0;
	color:#7c7c7c;
	font-size:12px;
	line-height:18px;
	position:absolute;
	width:100%;
	z-index:1;
	
	background-color:#141414;
	/*min-height:30px;*/
}

#footer a{color:#9D9D9D;}
#footer a:hover{color:#fff;}

#infooter {
	width:960px;
	/*height:30px;*/
	margin:0 auto;
	/*line-height:30px;*/
}

#footer .icon-angle-right:before{margin-right:0;}


.seoContent {
	margin:0 auto;	
	width:960px;
}

#footerContent{
	padding:6px 0;/*10 0*/
}

#footer h2,
#footer h3 {
	color:#fff;
}



/*Sitemap zum Anbinden an Seite*/

#sitemap li.kat{
	font-weight:bold;
	background-image:url(../pics/red-pfeil.png);
	background-repeat:no-repeat;
	background-position:left 4px;
	padding-left:10px;
}
#sitemap li.subkat{
	padding-left:10px;
	background-image:url(../pics/black-pfeil.png);
	background-repeat:no-repeat;
	background-position:left 4px;
}


/*Seo-Text zum Ausklappen (unter Footer)*/

/*Sitemap zum Ausklappen (unter Footer)*/

#sitemapHolder,
#seoContentTextHolder{
	padding:15px 0;
}


#sitemapHolder .headline {
    font-size: 12px;
    font-weight: bold;
}

#sitemapHolder .sitemapColumn {
    float: left;
    width: 20%;
}

#sitemapHolder, #sitemapHolder a {
    font-size: 11px;
    line-height: 18px;
}

#sitemapHolder .sitemapRow{
	padding-bottom:20px;
}




.tableHead td{
	font-weight:bold;
}

.row0 td{ background-color:#FFF }
.row1 td{ background-color:#eeeeee }






/*---------------------------------Usernavi---------------------------------------*/

ul#userNaviHolder,
ul#userNaviHolder li{
	margin:0;
	padding:0;
	list-style:none;
}

#userNaviHolder a {
	display:inline-block;
	height:21px;
	line-height:21px;
	background-image:url(../pics/grey_small.jpg);
	background-repeat:repeat-x;
	background-position:top;
	color:#737373;
	padding:0 15px;
	text-align:center;
	width:140px;
	font-weight:bold;
	margin-right:20px;
	border:1px solid #d7d7d7;
}

#userNaviHolder a:hover {
	background-image:url(../pics/yellow_small.jpg);
	color:#000;
}

#userNaviHolder .leistung a{
	background-color:#ec1800;
	background-image:none;
	color:#ffffff;
}
#userNaviHolder .leistung a:hover{background-color:#b80f08;}

#userNaviHolder .userNaviLink {
	margin:8px 0;
	background-repeat:no-repeat;
	background-position:right;
}

.userNaviLink.login {background-image:url(../pics/lock_open.jpg);}
.userNaviLink.register {background-image:url(../pics/lock_closed.jpg);}
.userNaviLink.settings {background-image:url(../pics/edit.gif);}
.userNaviLink.logout {background-image:url(../pics/close.png);}

#container.no_bg {
	background-image:none;
}

.cs-title {
	top:160px;
}


.cs-title {
	margin-top:-40px;	
}

.box.text ul, .box.text li {
	list-style:none;
	padding:0;
	margin:0;
} 

.box.text ul {
	margin:10px 0;
}

.box.text li {
	padding-left:15px;
	background-image:url(../pics/haken.jpg);
	background-repeat:no-repeat;
	background-position: left 7px;
}



#socialMedia{
	width:52px;
	height:144px;
	padding:17px 0px 0 41px;
	position:fixed;
	top:50%;
	left:0;
	margin-top:-80px;
	background-image:url(../pics/bgsocialmedia.png);
	background-repeat:no-repeat;	
	z-index:100;
	}
	
	a.facebook,
	a.twitter,
	a.xing{
		width:34px;
		height:35px;
		display:block;
		background-repeat:no-repeat;
		background-position:0 0;	
		cursor:pointer;
		}
		
		a.facebook{background-image:url(../pics/button-socmed-fb.jpg);}
		a.twitter{background-image:url(../pics/button-socmed-twitter.jpg); margin:10px 0;}
		a.xing{background-image:url(../pics/button-socmed-xing.jpg);}
		
		a.facebook:hover,
		a.twitter:hover
			{
			background-position:0 -200px;	
			}
		
		a.xing:hover{background-position:0 -101px;}
		
		
		
/*
-----------------------------------------------
	Teamübersicht 
-----------------------------------------------
*/

span.mitarbeiter {
	display:block;
}

.teamuebersicht{
	margin:10px 0;
}


.teamStandortHolder {
	margin-bottom:15px;
}

.teamStandortTitle {
	padding:5px;
	border:1px solid #5D5D5D;
	font-size:16px;
	margin-bottom:15px;
}

span.mitarbeiter.name {font-size:14px;}
span.mitarbeiter.position {font-weight:bold;}
span.mitarbeiter.standort {font-weight:bold;}

/*
-----------------------------------------------
	Teamübersicht - Liste
-----------------------------------------------
*/

.teamuebersicht.list .teamMitarbeiterElement {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #cccccc;
}

.teamuebersicht.list .teamMitarbeiterElement.last {
	border:none;	
}

.teamuebersicht.list .teamMitarbeiterFoto,
.teamuebersicht.list .teamMitarbeiterInfos {
	float:left;
}

/*
.teamuebersicht.list .textInline {
	float:left;	
}
*/

.teamuebersicht.list .textInline.text1 {
	width:250px;
	margin-right:30px;
}

.teamuebersicht.list .teamMitarbeiterFoto {
	margin-right:20px;
	width:115px;
}

.teamuebersicht.list .teamMitarbeiterInfos {
	width:445px;
}


.teamuebersicht.list .teamMitarbeiterFoto .imageContainer{
	width:115px; 
	display:inline-block; 
	height:150px;
}




/*
-----------------------------------------------
	Teamübersicht - Box
-----------------------------------------------
*/

.teamuebersicht.boxlist .teamMitarbeiterElement {
	border:1px solid #cccccc;
	float:left;
	width:170px;
	margin-bottom:29px;
}

.teamuebersicht.boxlist .textInline {
	margin-right:60px;
}

.teamuebersicht.boxlist .teamMitarbeiterInfos {
	padding:10px 15px;
}

.teamuebersicht.boxlist .teamSpacer{
	float:left;
	width:32px;
	height:29px;	
}

.teamuebersicht.boxlist .teamMitarbeiterElement:hover .teamMitarbeiterInfos {
	background-color:#f4f4f4;	
}


#printContent span.mitarbeiter.position {margin-bottom:10px;}





/*
-----------------------------------------------
			FAQ
-----------------------------------------------
*/

#faq_holder {
	width:600px;
}

.faq_kat {
	margin-bottom:25px;
	padding-bottom:25px;
	border-bottom:1px solid #d0d0d0;
}

.faq_kat.last {
	border:none;	
}

.faq_kat_title {
	color: #BF0901;
    font-size: 14px;
	margin-bottom:10px;
}

.faq_subkat {
	margin-bottom:15px;
}

.faq_subkat_title {
	font-weight:bold;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px solid #bdbdbd;
}

.frageAntwortElement {
	padding-left:15px;
}

.frageLink {
	background-image:url(../pics/arrow-right.png);
	background-repeat:no-repeat;
	background-position:left 9px;
	display:block;
	padding:3px 0 3px 15px;
}

.frageLink.open {
	background-image:url(../pics/arrow-down.png)
}

.antwortHolder {
	margin-bottom:25px;
	padding-left:15px;
}


