@charset "UTF-8";

/* navigation layout */
.navi {
	width:	193px;
	height:	50px;
	
	
	font-family: 	'Play', sans-serif; 
	font-weight: 	bold;
	font-size:		13px;
	color:			#787878;
	line-height:	50px;
	letter-spacing:	1px;
	
	margin-bottom:	10px; 
	padding-left:	20px;
	
	cursor:			pointer;
	display:		block;
	
	background-image:url(../pics/navigation-bg.png);
	background-repeat:no-repeat;
}
.navi:hover{
	background-image:url(../pics/navigation-bg-select.png);
}
.navi.active{
	background-image:url(../pics/navigation-bg-select.png);
}

/* end navigation layout */

.layout{
	width:950px;
	height:100%;
	
	margin:0 auto;
}

.title{
	height:	50px;
	
	float:	right;
	
	padding-right:30px;
	padding-left:30px;
	
	margin-top: 100px;
	margin-bottom: 100px;


	font-family: 	'Play', sans-serif; 
	font-weight: 	normal;
	font-size:		36px;
	color:			#ef7513;
	line-height:	50px;
	letter-spacing:	1px;
	
	background-image:url(../pics/header-lines.png);
	background-position: left;
	background-repeat:no-repeat;
}
.wohnung{
	width:677px; 
	height:28px;
	display:block;
	
	padding-left:30px; 
	padding-right:30px;
	
	cursor:pointer;
	
	background-image:url(../pics/splitline.png); 
	background-position:bottom; 
	background-repeat: no-repeat;
}
.wohnung:hover{
	background-image:url(../pics/splitline-hover.png); 
}
.wohnung-text{
	height:		28px;
	line-height:28px;
	float:		left; 
	
	font-family: 	'Play', sans-serif; 
	font-weight: 	normal;
	font-size:		12px;
	color:			#787878;
	letter-spacing:	1px;
}
.wohnung2{
	width:677px; 
	height:28px; 
	
	padding-left:30px; 
	padding-right:30px;
	
	cursor:pointer;
	
	background-image:url(../pics/splitline.png); 
	background-position:center bottom; 
	background-repeat: no-repeat;
}
.wohnung2:hover{
	background-image:url(../pics/splitline-hover.png); 
}

#tab1, #tab2{
	cursor:	pointer;

	font-family: 	'Play', sans-serif; 
	font-weight: 	normal;
	font-size:		18px;
	color:			#787878;
	letter-spacing:	1px;
}
a.pdf .icon {
	background-image: url('../pics/pdf.jpg');
	height: 15px;
	width: 39px;
	display: block;
	float: left;
	margin: 5px 5px 0 0;
}

#google-container {
  position: relative;
  width: 100%;
  height: 350px;
  background-color: #5d8089;
  margin-bottom: 20px;
}