@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300,800&subset=latin,greek');


/* CSS Document */



html, * {margin: 0; padding: 0;}

/* Navigation */

#header  { 
	
	z-index:50;
	width: 700px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	
}


		#header ul li  { 
			
			border: none;
			list-style: none;
			text-decoration: none;
			display: inline;

			font-family: 'Open Sans', sans-serif;
		}



					#header ul li a{ 
						
						margin-left: 30px;

						text-decoration: none;
						color: #9397a4;
					}

					#header ul li a:hover { 
						text-decoration: none;
						color: #546274;
					}

					#header ul li a:active { 
						text-decoration: none;
						color: #546274;
					}






#gallerie { 

overflow: hidden;
margin-top: 30px;

}


#gallerie img { 

width: 100%;
height: auto;

}



/* Texte:  Home / Kontakt /  */

#content_box_home  { 

	width: 654px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;

}


		#content_box_home h1 { 

			font-family: 'Open Sans', sans-serif;
			text-align: left;
			font-size: 1.250em;
			text-decoration: none;
			color: #546274;
			line-height: 25px;
			text-transform: uppercase;
			margin-bottom: 8px;

}


				#content_box_home p { 

					font-family: 'Open Sans', sans-serif;
					text-align: left;
					text-decoration: none;
					color: #546274;
					font-size: 0.87em;	
					text-align: justify;
				}


							#content_box_home p a{ 


								text-decoration: none;
									color: #546274;
							}



							#content_box_home p a:hover{ 


								text-decoration: none;
									color: #9397a4;;
							}



#content_box_home h2 { 

			font-family: 'Open Sans', sans-serif;
			text-align: center;
			font-size: 1.250em;
			text-decoration: none;
			color: #546274;
			line-height: 40px;

}








#content_ausstattung  { 

	width: 654px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 80px;

}


#content_ausstattung h1 { 

	font-family: 'Open Sans', sans-serif;
	text-align: left;
	font-size: 1.250em;
	text-decoration: none;
	color: #546274;
	line-height: 40px;
	text-transform: uppercase;

}


#content_ausstattung p { 

	font-family: 'Open Sans', sans-serif;
	text-align: left;
	text-decoration: none;
	color: #546274;
	font-size: 0.87em;	
	text-align: justify;

}

#content_ausstattung p a  { 

	font-family: 'Open Sans', sans-serif;
	text-align: left;
	text-decoration: none;
	color: #546274;
	font-size: 0.87em;	
	text-align: justify;


}



#content_ausstattung li { 

			border: none;
			list-style: none;
			text-decoration: none;
			display: inline;
			float: left;
			margin-left: 15px;
			margin-top: 15px;
			margin-bottom: 30px;

}






#auflistung { 

	width: 654px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	clear: left;

}


#text_blau { 

	width: 320px;
	height: 30px;
	background-color: #a5a6b2;
	margin-right: 7px;
	float: left;
}

#text_blau p { 

	font-family: 'Open Sans', sans-serif;
	text-align: left;
	text-decoration: none;
	color: #fff;
	font-size: 0.87em;	
	text-align: justify;
	margin-top: 5px;
	margin-left: 16px;
	margin-bottom: 40px;

}


#text_weiss { 

	width: 320px;
	height: 30px;
	margin-left: 7px;
	float: left;

}

#text_weiss p { 

	font-family: 'Open Sans', sans-serif;
	text-align: left;
	text-decoration: none;
	font-size: 0.87em;	
	text-align: justify;
	margin-top: 5px;
	margin-left: 10px;

}







 #buchen{ 
			
	width: 150px;
	height: 30px;
	background-color: #a5a6b2;

	margin-bottom: 25px;

	text-align: center;


}


 #buchen:hover{ 
			
	background-color: #546274;

	
}


 #buchen  h3 a { 


	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	font-size: 13px;

	line-height: 30px;


	color: #ffffff;

	text-transform: uppercase;
}


/*

 #footer{  FOOTER
			
margin-bottom: 50px;
text-align: center;
clear: both;
margin-top: 60px;
}


		#footer li  { 
			
			border: none;
			list-style: none;
			text-decoration: none;
			display: inline;

			font-size: 10pt;
			font-family: 'Open Sans', sans-serif;
		}



					#footer li  a{ 
						

						text-decoration: none;
						color: #9397a4;
					}

					#footer li a:hover { 
						text-decoration: none;
						color: #546274;
					}

					#footer li a:active { 
						text-decoration: none;
						color: #546274;
					}


*/


