	
	/* -------------------------------------------------------------
  	Immobilienpassion - jQuery
  	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  	Autor:		i.A. Claudio Zizi
	Company:	onOffice Software GmbH
   	Release:	1.0      
 	------------------------------------------------------------- */
	
	/* -------------------------------------------------------------
	Contents
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
		01. Default settings
		02. Objekttracking
	------------------------------------------------------------- */
	
	/* -------------------------------------------------------------
   	01. Default settings
   	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
				
	* { 
		padding: 0;
		margin: 0;
	}
	
	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #575757;
		background: #fff;
	}
	
	a, a:visited, a:active {
		color: #1C476F;
		text-decoration: none;
		cursor: pointer;
	}
	
		a:hover {
			color: #1C476F;
			text-decoration: underline;
			cursor: pointer;
		}
	
	h1.hidden, h2.hidden, h3.hidden, h4.hidden, h5.hidden, h6.hidden {
		height: 1px;
		width: 1px;
		left: -1000000px;
		overflow: hidden;
		position: absolute;
		top: -1000000px;
	}
	
	h1, h2 {
		font-size: 14px;
	}
	
	h3, h4, h5, h6 {
		font-size: 12px;
	}
	
	p, h1, h2, h3, h4, h5, h6 {
		margin: 0 0 18px 0;
		line-height: 18px;
	}

	img {
		border: none;
	}
	
		.img-float-left {
			padding: 4px 18px 18px 0;
			float: left;
			display: inline;
		}
		
		.img-float-right {
			padding: 4px 0 18px 18px;
			float: right;
			display: inline;
		}
	
	ul li {
		list-style: none;
	}
	
	input, select, textarea {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000;
	}
	
	.no-padding {
		padding: 0 !important;
	}
	
	.no-border {
		border: none !important;
	}
	
	.no-margin {
		margin: 0 !important;
	}
	
	.clear {
		clear: both;
	}
	
	.center {
		text-align: center;
	}

	/* -------------------------------------------------------------
   	02. Objekttracking
   	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	
	#objekttracking {
		width: 600px;
		margin: 10px auto 0;
	}

	#objekttracking .login-headline {
		font-size: 16px;
		font-weight: bold;
		line-height: 20px;
		margin: 0 0 10px;
		text-transform: capitalize;
	}
	
	#objekttracking label {
		width: 120px;
		display: block;
		float: left;
		padding: 5px 0;
	}
	
	#objekttracking .first_break {
		display: block;
		padding: 5px 0px;
	}
	
	#objekttracking input[type="text"], #objekttracking input[type="password"]{
		background: #fff;
		border: 1px solid #aaa;
		float: left;
		height: 19px;
		padding: 2px;
		width: 200px;
		margin: 0 155px 10px 0;
	}
	
	.login-logout {
		float: left;
		text-transform: capitalize;
	}
	
		.login-logout a {
			font-size: 14px;
			margin: 0 0 10px 0;
		}
	
		.login-logout input[type="submit"] {
			background: #fff;
			border: 1px solid #aaa;
			padding: 5px 0;
			text-transform: capitalize;
			width: 206px;
			margin: 0 0 0 120px;
			text-align: center;
			cursor: pointer;
		}
		
			.login-logout input[type="submit"]:hover {
				background: #C9CED3;
			}
	
	.grey {
		background: #C9CED3;
	}
	
	.text-align-left {
		text-align: left !important;
	}
	
	#objekttracking table tr td {
		vertical-align: top;
		padding: 10px;
		border-bottom: 1px solid #1C476F;
	}
	
	#objekttracking ul li {
		padding: 5px 0px;
	}
	
	.tracking-1 {
		width: 100px;
		font-size: 14px;
		font-weight: bold;
		line-height: 20px;
		margin: 0 0 10px;
		padding: 0px 0px 20px 0px;
	}
	
	.tracking-2 {
		width: 100px;
		font-size: 14px;
		font-weight: bold;
		line-height: 20px;
		margin: 0 0 10px;
		padding: 0px 0px 20px 0px;
	}
	
	.tracking-3 {
		width: 150px;
		font-size: 14px;
		font-weight: bold;
		line-height: 20px;
		margin: 0 0 10px;
		padding: 0px 0px 20px 0px;
	}
	
	.tracking-4 {
		width: 100px;
		font-size: 14px;
		font-weight: bold;
		line-height: 20px;
		margin: 0 0 10px;
		padding: 0px 0px 20px 0px;
	}
	
	.tracking-5 {	
		font-size: 14px;
		font-weight: bold;
		line-height: 20px;
		margin: 0 0 10px;
		padding:0px 0px 20px 0px;
	}
	
	.float-left {
		float: left !important;
        padding: 20px 0;	
	}

	/* -------------------------------------------------------------
   	03. Objekttracking
   	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	
		/* -------------------------------------------------------------
		03.A - Objekttracking / Listenrahmen
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
		.objektrahmen {
			width: 520px;
			margin: 0 auto 10px auto;
		}
		
		#object-tracking {
			width: 580px;
			margin: 0 auto;
		}
		
		/* -------------------------------------------------------------
		03.B - Objekttracking / Listenobjekt
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		
		/* Login-Maske */
		#object-tracking form {
			width: 398px;
			margin: 0 auto;
			padding: 5px 1px;
			border-top: solid 5px #b6101e;
			background: #d4d4d2;
		}
			#object-tracking form span {
				display: block;
				width: 250px;
				padding: 15px 0px;
				margin: 0 auto;
				color: #5f6062;
				font-size: 17px;
			}
			
			#object-tracking form input[type=text], #object-tracking form input[type=password] {
				width: 250px;
				border: solid 1px #E7E7E7;
				color: #5F6062;
				padding: 2px;
				margin: 4px auto;
				display: block;
			}
			#object-tracking form input[type=submit] {
				background: #b6101e;
				width: 90px;
				height: 21px;
				border: none;
				text-transform: uppercase;
				color: #FFF;
				font-size: 11px;
				margin: 10px auto;
				display: block;
				cursor: pointer;
			}
				#object-tracking form input[type=submit]:hover {
					background: #fff;
					color:#b6101e;
				}
		
		/* Listenansicht */
		.listenobjekt_rahmen {
			width: 580px;
			height: 4px;
			background: url(../images/template/fotorahmen_artikel_top.png);
		}
		.listenobjekt {
			width: 520px;
			margin: 0px auto 3px auto;
		}
			.listenobjekt_foto {
				width: 150px;
				height: 110px;
				float: left;
				background: #D0D0D0;
			}
			.listenobjekt h3 {
				width: 440px;
				float: right;
				color: #5f6062;
				font-weight: normal;
				font-size: 14px;
				margin: 0px 5px 5px 0px;
				padding: 2px 0px;
				border-bottom: solid 1px #d4d4d2;
			}
			.listenobjekt table {
				width: 440px;
				float: right;
				color: #5f6062;
				margin: 0px 5px;
			}
			.listenobjekt table tr td {
				padding: 1px 5px;
			}
			.objektrahmen a, .listenobjekt a {
				width: 90px;
				height: 18px;
				display: block;
				float: right;
				text-align: center;
				padding: 3px 0px 0px 0px;
				margin: 0px 5px 2px 0px;
				text-decoration: none;
				text-transform: uppercase;
				color: #FFF;
				font-size: 11px;
				background: #b6101e;
			}
				.objektrahmen a:hover, .listenobjekt a:hover {
					background: #b6101e;
				}
		
		
		/* -------------------------------------------------------------
		03.C - Objekttracking / Detailansicht
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		
		#object-tracking table td {
			padding: 5px;
			color: #5F6062;
			vertical-align: top;
		}
		
		#object-tracking a {
				width: 90px;
				height: 18px;
				display: block;
				float: right;
				text-align: center;
				padding: 3px 0px 0px 0px;
				margin: 0px 0 10px 0px;
				text-decoration: none;
				text-transform: uppercase;
				color: #FFF;
				font-size: 11px;
				background: #b6101e;
			}
			
				#object-tracking a:hover {
					background: #b6101e;
				}

	
	/* -------------------------------------------------------------
	Forms
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

	label {
		display: block;
		line-height: 1.4;
	}

	label.mandatory {
		font-weight: bold;
	}

	.label-inline {
		display: inline-block;
		margin: 0 5px 0 0;
		vertical-align: middle;
	}

	input[type="text"],
	input[type="password"],
	select,
	textarea {
		font-family: inherit;
		font-size: inherit;
		line-height: normal;
		border: 1px solid #ccc;
		color: #000;
		background: #eee;
		border-radius: 2px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	input[type="text"]:focus,
	input[type="password"]:focus,
	select:focus,
	textarea:focus {
		border-color: #aaa;
		background: #f9f9f9;
	}

	input[type="text"],
	input[type="password"],
	textarea {
		padding: 5px;
	}

	select {
		padding: 0 5px;
	}

	option {
		padding: 5px 0;
	}

	textarea {
		width: 100%;
		min-height: 100px;
	}

	.wrap-input-checkbox input,
	.wrap-input-radio input {
		float: left;
		vertical-align: text-top;
		margin: 0 10px 0 0;
	}

	.pflichtfeldhinweis {
		font-size: 75%;
		line-height: 1.6;
		margin-top: 20px;
	}

	/* ----- floating input fields
	*/

	.wrap-boxes {
		clear: both;
	}

	.box-25 {
		float: left;
		width: 22.5%;
	}

	.box-33 {
		float: left;
		width: 30%;
	}

	.box-50 {
		float: left;
		width: 47.5%;
	}

	.box-75 {
		float: left;
		width: 72.5%;
	}

	.box-marginleft {
		margin-left: 5%;
	}

	.box-33.box-marginleft {
		margin-left: 3.333333%;
	}

	.wrap-boxes input[type="text"],
	.wrap-boxes input[type="password"],
	select,
	.box-25 input[type="text"],
	.box-33 input[type="text"],
	.box-50 input[type="text"],
	.box-75 input[type="text"],
	.box-25 select,
	.box-33 select,
	.box-50 select,
	.box-75 select {
		width: 100%;
	}

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

	.button,
	.button:hover {
		font-family: inherit;
		font-weight: bold;
		font-size: inherit;
		line-height: inherit;
		text-decoration: none !important;
		text-align: center;
		cursor: pointer;
		display: inline-block;
		padding: 5px 15px;
		border: 0;
		border-radius: 5px;
		color: #fff !important;
		background: #861828;
	}

	/* -------------------------------------------------------------
	i-Service responsive
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

	html {
		overflow-y: scroll;
		-ms-text-size-adjust: 100%;
		-webkit-text-size-adjust: 100%;
	}

	.clearfix:before,
	.clearfix:after {
		content: " ";
		display: table;
	}

	.clearfix:after {
		clear: both;
	}

	.clearfix {
		*zoom: 1;
	}

	.wsnw {
		white-space: nowrap;
	}

	/* ----- general
	*/

	.int-frame,
	.int-frame * {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	/* ----- int frame
	*/

	.int-frame form {
		margin: 0 0 50px;
		max-width: 460px;
	}

	.int-frame label {
		line-height: 1.8em;
		margin-top: 15px;
	}

	#int-range.disabled {
		color: #bbb;
	}

	.int-frame input.button {
		margin: 20px 0 0;
	}

	.int-frame-jumpbox {
		border-top: 2px solid #ddd;
		padding: 10px 0;
		margin: 15px 0 0;
	}

	.int-frame-jumpbox a,
	.int-frame-jumpbox a:hover {
		padding: 5px 10px;
		margin: 0 0 10px;
		letter-spacing: -1px;
	}

	.int-frame-jumpbox a.selected,
	.int-frame-jumpbox a.selected:hover {
		background: none;
		color: #575757 !important;
	}

	/* Regionenauswahl */
	.int-frame .region-field {
		position: relative;
	}
	.int-frame .click-region {
		background: #eee;
		border: 1px solid #ccc;
		border-radius: 2px;
		-o-border-radius: 2px;
		-ms-border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		padding: 4px 4px 5px;
		cursor: pointer;
	}
		.int-frame .region-choice {
			padding: 10px;
			background: #eee;
			width: 100%;
			max-height: 300px;
			overflow: auto;
			border: 1px solid #e4e4e4;
			position: absolute;
			top: 26px;
			left: 0;
			display: none;
		}
			.int-frame .region-choice .close-regions {
				position: absolute;
				top: 5px;
				right: 5px;
				color: #666;
				z-index: 1;
			}
				.int-frame .region-choice .close-regions:hover {
					text-decoration: underline;
				}
			.int-frame .region-choice ul li {
				line-height: 30px;
				border-bottom: 1px dashed #fff;
				position: relative;
			}
			.int-frame .region-choice ul ul {
				margin: 0 0 0 0px;
			}
				.int-frame .region-choice ul li {
					border: none;
					padding: 0 0 0 20px;
				}
					.int-frame .region-choice span.region-icon {
						position: absolute;
						display: block;
						top: 5px;
						left: 0;
						width: 15px;
						text-align: center;
						font-size: 20px;
						line-height: 16px;
						background: #861828;
						color: #fff;
						border-radius: 3px;
						cursor: pointer;
					}
					.int-frame .region-choice span.expanded {
						height: 16px;
						line-height: 13px;
					}
					.int-frame .region-choice input {
						width: 16px;
						height: 16px;
						margin: 5px 0 0 0;
					}
					.int-frame .region-choice li a {
						position: relative;
						top: -3px;
						padding: 0 0 0 5px;
					}

	/* ----- int listobject
	*/

	.int-results-header {
		margin-bottom: 15px;
		font-size: 16px;
	}
		.wsnw {
			color: #861828;
		}

	.int-listobject {
		border-top: 2px solid #ddd;
		padding: 10px 0;
		line-height: 1.6em;
	}

	.int-listobject-title {
		display: block;
		font-size: 125%;
		line-height: 2.2em;
	}

	.dataset-regionaler-zusatz {
		display: inline-block;
		font-size: 11px;
		font-weight: normal;
		line-height: 16px;
		padding-bottom: 15px;
	}

	/* -------------------------------------------------------------
	I-Service responsive - Phones
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	@media screen and (max-width: 749px) {

		/* ----- int frame
		*/

		.int-frame form {
			max-width: none;
		}

		.int-frame .box-25,
		.int-frame .box-33,
		.int-frame .box-50,
		.int-frame .box-75 {
			float: none;
			width: 100%;
		}

		.int-frame .box-marginleft {
			margin: 0;
		}

		.int-frame input.button {
			display: block;
			margin: 20px auto 0;
		}

		.int-frame-jumpbox {
			text-align: center;
		}

		.int-frame-jumpbox-label {
			display: block;
			float: none;
			margin: 0 auto 10px;
		}

	}
