@charset "utf-8";
/* CSS Document */
*{
 margin:0;
 padding:0;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #002756;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #009999;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	color: #FFFFFF;
}


#container {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#header {
	height: 140px;
	background-image: url(images/logo_hotel_koeln.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content {
	text-align: justify;
}
#content  p {
	line-height: 18px;
	margin-bottom: 15px;
	letter-spacing: 1px;
	word-spacing: 1px;
}
#content h2 {
	font-size: 16px;
	color: #FF6600;
	margin-top: 15px;
	margin-bottom: 15px;
	letter-spacing: 1px;
	word-spacing: 1px;
}
#content h4 {
	font-weight: bold;
	font-size: 14px;
}
#content ul {
	margin-bottom: 10px;
}
#content ul li {
	margin-bottom: 5px;
	margin-left: 10px;
}



#footer {
	height: 30px;
}
#footer a {
	margin-right: 30px;
}

.font-red {
	color: #FF6600;
}
