/*
 ------------------------------------
|              IBB1                  |
|      Ferienwohnung Pablo           |
|              Home                  |
|      bestehende Reservationen      |
|              .....                 |
|              .....                 |
 ------------------------------------
 
 ---------------------       --------
|      Home           |     | zurück |
|      IBB2           |     |  IBB3  |
 ---------------------       --------

 ------------------------------------
|- Bild Sommer/Winter:   IBB41/IBB41 |
|  - Home                            |     
|- Rechteck für Text                 |
|  - News und Mitteilungen    IBB42  |
|  - Bilder und Informationen IBB42  |
|                                    |   
|                                    |   
 ------------------------------------
 
*/

@charset "utf-8";
body {
	background-color: #3399FF;
}
.IBB1  {
	height: 310px;
	width: 505px;
	background-color: #07F;
	left: 5px;	
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: absolute;
	top: 20px;
	font-size: 18px;
	margin: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	color: #009;
}
.IBB2 {
	height: 36px;
	width: 300px;
	background-color: #07F;
	left: 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: absolute;		
	top: 316px;
	font-size: 18px;
	margin: auto;	
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	color: #009;
}
.IBB3 {
	position: absolute;
	height: 36px;
	width: 200px;
	top: 316px;
	background-color: #07F;
	left: 305px;
	vertical-align: middle;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
/*
.IBB41/IBB49 zeigen das Bild desn Pablo auf der Hauptseite an
Das Format für das Bild im Winter pablo_w (16:9)ist nicht dasselbe 
wie für Sommer pablo_s.jpg (4:3)
Winter: IBB41
Sommer: IBB49
muss in index.htm jeweils umgestellt werden
*/
.IBB41 {
	background-color: #000;
	background-image: url(pablo_w.jpg);
	width: 505px;
	position: absolute;
	top: 376px;
	left: 0px;
	height: 283px;	
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	background-size: contain;
}
.IBB49 {
	background-color: #000;
	background-image: url(pablo_s.jpg);
	width: 505px;
	position: absolute;
	top: 376px;
	left: 0px;
	height: 385px;	
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	background-size: contain;
}
.IBB42 {
	background-color: #07F;
	width: 505px;
	position: absolute;
	top: 386px;
	height: 585px;
	left: 0px;
	font-size: 18px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	background-size: contain;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #009;
	margin: auto;
	text-align: left;
}





