html, body {
	background: #fff;
	font-size: 101%;
}

html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: underline;
}

a:link {
	color: #666;
}

a:visited {
	color: #333;
}

a:hover {
	color: #c00;
}

a:active {
	color: #c00;
}

strong {
	font-weight: bold;
}

.c {
	clear: both;
}

.center {
	text-align: center;
}

.centerkl {
	text-align: center;
	font-size: 0.7em;
}

img {
	border: 0;
}

h1 {
	color: #c00;
	font-size: 1.3em;
	margin: 10px 10px 10px 38px;
}

h2 {
	color: red;
	font-size: 1.5em;
	margin: 10px;
}

h3 {
	color: red;
	font-size: 0.9em;
	margin: 10px 0 -25px 165px;
}

p, ul {
	margin: 10px;
	font-size: 0.8em;
	line-height: 1.3em;
}

ul {
	margin-left: 50px;
}

#layout {
	margin: 0 auto;
	border: 1px solid #c00;
}

#header {
background: url(header_bg2.jpg) no-repeat;
	height: 199px;
}

#header h1 {
	font-size: 0.8em;
	color: #fff;
	margin-bottom: 15px;
}
#header h1 span {
	color: #ffff00;
}

#navi {
	background: #cc0000;
	color: #fff;
	font-size: 0.7em;
	height: 35px;
	padding-left: 15px;
}

#navi a {
	text-decoration: none;
	padding: 10px;
	display: block;
	float: left;
}

#navi a:link {
	background: #cc0000;
	color: #fff;
}

#navi a:visited {
	background: #cc0000;
	color: #fff;
}

#navi a:hover {
	background: #fff;
	color: #c00;
}

#navi a:active {
	background: #fff;
	color: #c00;
}

#footer {
	text-align: center;
	font-size: 0.7em;
	color: #c00;
}

.hotel {
	position: relative;
	border: 1px solid red;
	margin: 10px 10px 10px 21px;
	width: 470px;
	height: 122px;
}

.hotel img {
	position: absolute;
	top: 10px;
	left: 10px;
	margin: 0 10px 10px 0;
}

.hotel h3 {
	color: red;
	font-size: 0.7em;
	margin: 10px 0 -25px 165px;
}

.hotel p {
	margin: 25px 5px 0px 165px;
	font-size: 0.7em;
}

#laender {
	border: 1px solid #efefef;
	margin-left: 20px;
}

#laender td {
	background: #efefef;
	padding: 5px;
	font-size: 0.8em;
}

.capitalize {
		text-transform: capitalize;
		color: #0000ff;
		font-size: 1.8em;
		font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
}