body {
	position: absolute;
	top: 200px;
	left: 190px;
	color: rgb(0,0,0);
	background-color: rgb(255,255,240);
	font-family: 'Lucida Sans Unicode', sans-serif;
	font-size: 18px;
	word-spacing: 5px;
	letter-spacing: 1px;
	text-align: justify;
	float: right;
	height: 378px;
	width: 800px;
}

h1 {
	font-size: 30px;
	word-spacing: 8px;
	text-align: center;
	text-decoration: underline;
	font-variant: small-caps;
}

h2 {
	font-size: 25px;
	word-spacing: 7px;
	text-align: center;
	text-decoration: underline;
	font-variant: small-caps;
}

h3 {
	font-size: 20px;
	word-spacing: 6px;
	text-align: center;
	text-decoration: underline;
	font-variant: small-caps;
}

h4 {
	font-size: 11px;
	word-spacing: 0px;
	text-align: left;
	font-style: italic;
	font-variant: small-caps;
	line-height: 12px;
}

iframe.Reiseauskunft {
	width: 190px;
	height: 1000px;
	position: absolute;
	left: 10px;
	top: 10px;
}

iframe.Inhalt {
	width: 797px;
	height: 387px;
	/*height: 100%;*/
	position: relative;
	left: -7px;
	top: 2px;
}

/*#Inhaltsbox {
	position: fixed;
	left: 193px;
	top: 212px;
	height: 100%;
	width: 100%;
}*/

#Bannerlinie {
	width: 990px;
	height: 170px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 12;
}

#Buttonleiste {
	background-color: rgb(220,50,80);
	width: 990px;
	height: 50px;
	position: fixed;
	top: 170px;
	left: 0px;
	vertical-align: middle;
	z-index: 12;
}

#Seitenleiste {
	/*background-color: rgb(200,200,255);*/
	width: 190px;
	position: fixed;
	top: 210px;
	left: 0px;
	z-index: 22;
}

.Button {
	width: 20%;
	height: 50%;
	/*background-color: rgb(240,255,240);*/
	float: left;
	text-align: center;
	vertical-align: middle;
	line-height: 15px;
}

a:link {
	text-decoration: none;
	color: rgb(0,100,0);
}

a:visited {
	text-decoration: none;
	color: rgb(100,100,0);
}

a:focus {
	text-decoration: none;
	color: rgb(140,140,0);
}

a:hover {
	text-decoration: underline;
	color: rgb(0,140,0);
}

.Button a span {
	display: none;
}

.Button a:hover span {
	display: block;
	position: absolute;
	top: 50%;
	left: 60%;
	width: 40%;
	height: 50%;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	line-height: 10px;
	z-index: 14;
	text-decoration: none !important;
	text-align: left;
	color: rgb(0,50,50);
}

.imgColumn {
	float: left;
	width: 260px;
	text-align: center;
	font-size: 7px;
	line-height: 7px;
	height: 100%;
	z-index: 10;
	word-spacing: 2px;
}

.Column {
	float: left;
	width: 376px;
	height: 100%;
	z-index: 10;
}

.Textbox {
	width: 340px;
	position: relative;
	/*top: 5px;*/
	left: 18px;
	font-size: 12px;
	float: right;
}

input, select {
	width: 330px;
}