@CHARSET "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #707172;
	font-size: 14px;
	background-color: #98141a; 
}
h1, h2 {
	display: block;
	padding: 6px 0px 6px 10px;
	margin: 0px 0px 1px 0px;
	background-color: #98141a;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.3pt;	
}
a {
	color: #98141a;
}
a:hover {
	color: #707172;
}
a.link10px {
	font-size: 10px;
}
img {
	border: none;
}
ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
li {
	margin: 0px 20px 10px 0px;
	float: left;
}

.flugziele_list a {
	font-size: 16px;
	padding: 5px;
	display: block;
	width: 90px;
	text-align: center;
	background-color: #98141a;
	color: #fff; 
}
.flugziele_list a:hover {
	background-color: #e5e5e5;
	color: #98141a;	
}
.darkRed {
	color: #98141a;
}
#mainContent {
	width: 800px;
	margin: 30px auto 0px auto;
	text-align: left;
	background-color: #fff;
	border: 20px solid #fff;
}
.text {
	font-size: 11px;
	line-height: 1.4; 
}
.textHead {
	font-size: 14px;
}
.imgRight {
	float: right;
}
.imgLeft {
	float: left;
}
.button {
	float: right;
}
.nur_hotel_list {
	list-style-type: none;
	clear: both;
	
}
.nur_hotel_list li {
	float: left;
	margin-right: 32px;
}
.nur_hotel_list a {
	display: block;
	width: 160px;
	height: 34px;
	padding: 8px;
	background-color: #ffde00;
	color: #98141a;
	font-size: 12px;
	font-weight: bold;
}
.nur_hotel_list a:hover {
	color: #ffde00;
	background-color: #98141a;
}
.colRight {
	width: 283px;
	float: right;
}
.imprint {
	border-bottom: 1px solid #98141a;
	border-top: 1px solid #98141a;
	font-size: 11px;
	margin-bottom: 10px;
}
.footer{
	font-size: 11px;
	text-align: left;
}
.footer a {
  color: #707172;
}
.splitter {
	clear: both;
	height: 20px;
}