@CHARSET "ISO-8859-1";


html, body {
}


*{
	font: normal 11px   Verdana, Arial, sans-serif;
	color: #000000;
}

html {
	height: 100%;
	width: 100%;
}

body {
		width: 100%;
		
		margin: 0;
		padding: 0;
		background-color: #e6e6e6;
}
	
strong {
		font-weight: bold;
		}	

p {
		font: normal 11px   Verdana, Arial, sans-serif;
		color: #000000;
}

b {
		font-weight: bold;
		}	
	
i {
	font-style: italic;
  }
	
	
a {
	text-decoration: none;
}

div#contenRightAdress a {
	text-decoration: underline;
}

#bodyContainer {
	width: 100%;
	height: 730px;
	padding: 20px 0px 20px 0px;
	background: transparent url('../introimages/background.png') no-repeat center 0px;
}

	
#contentContainer {
	width: 900px;
	margin: 0 auto;
}






#contentLeft{
	float: left;
	width: 555px;
	height: 730px;
	overflow: hidden;
}

	#contentImage {
	 width: 555px;
	 height: 710px;
	}


	/*#contentLeft .summerImage { background: #ffffff url('../introimages/leftContentSummer.jpg') no-repeat top left; }*/
	/*#contentLeft .winterImage { background: #ffffff url('../introimages/leftContentWinter.jpg') no-repeat top left; }*/

	#contentLanguage {
		clear: both;
		width: 555px;
		height: 20px;
		background-color: #cccccc;
		text-align: center;
	}

	#contentLanguage img {
		position: relative;
		top: 2px;
		margin: 2px 2px 0px 2px;
	}
	
	#contentLanguage  {
		font-size: 10px;
	}


#contentRight {
	float: right;
	width: 345px;
	height: 730px;
	overflow: hidden;
}

	
	/*
	.contentRightSummer {
		background-color: #fcf5e3;
	}
	.contentRightWinter {
		background-color: #e9eef2;
	}
	*/
	
	
	#contenRightBrands {
		text-align: right;
		padding-right: 2px;
		height: 60px;
	}
	#contenRightAdress {
		text-align: center;
		height: 63px;
	}
	#contenRightHotels {
	}
	
		#contenRightHotels .containerHotel { width: 325; height: 106; margin: 10px; }
		
			#contenRightHotels .containerHotel .HotelTab 	
			{ height: 20px; background: transparent url('../introimages/HotelTab.png') no-repeat top left; text-align: left; padding: 0px 2px 0px 10px; }
			#contenRightHotels .containerHotel .HotelTab p
			{ color: #ffffff; font-weight: bold; font-size: 12px; font-style: italic; padding: 2px 0px 0px 0px; }
			
			
			#contenRightHotels .containerHotel .HotelContent 
			{ height: 86px; border: 1px solid #4c4c4c; background-color: #ffffff; }
			
			#contenRightHotels .containerHotel .HotelBild 		{ float: left; width: 123px; height: 86px;  }
			
			#contenRightHotels .containerHotel .HotelText 		{ float: right; width: 190px; height: 55px; padding: 5px; overflow: hidden;}
			#contenRightHotels .containerHotel .HotelText p		{ color: #000000; }
			
			#contenRightHotels .containerHotel .HotelLink 		{ float: right; width: 190px; height: 10px; padding: 5px; overflow: hidden; text-align: right;}
			#contenRightHotels .containerHotel .HotelLink a		{ color: #4d4d4d; font-weight: bold; background: transparent url('../introimages/linkPfeil.png') no-repeat center left; text-align: left; padding-left: 10px; }
		
		
		#containerHotel1 { }
		#containerHotel2 { }
		#containerHotel3 { }
		#containerHotel4 { }
		#containerHotel5 { }

	


