/*** Allgemeine Seitenformatierung ***/

body
{
	background-color: #1a2153;
	color: black;
	font-family: Times New Roman,Times,serif;
	font-size:middle;
	margin-top: 0;
	margin-left: 0;
	text-align: justify;
}

table
{
	border : 0 none;
	padding : 1 0 1 0;
}

p
{
	text-align : justify;
}

a:hover,a:active,a:visited,a:link
{
	color: #1a2153;
	text-decoration : underline;
}

h1,h2,h3,h4
{
	color: #1a2153;
	font-size:18pt;
	text-align:center;
}

h2
{
	font-size:16pt;
	text-align:left;
}

h3
{
	font-size:14pt;
	text-align:left;
}
h4
{
	font-size:12pt;
	text-align:left;
}

/* allgemeine Klassen */

.right
{
	text-align : right;
}

.center
{
	text-align: center;
}

.left
{
	text-align: left;
}

span.angebot
{
	color: red;
	font-size:14pt;
	font-weight:bold;
}



/*** Positionierung von Text und Grafik ***/

div.main {
	position: absolute;
	left: 50%;
	top: 20px;
	width: 800px;
         text-color: black;
	margin-left: -400px;
/* 	border-style: solid;
	border-width: 1px;
	border-color: black; */
}

div.nav_top_logo, div.nav_top_empty, div.nav_top_angebot, div.nav_top_kontakt, div.nav_top_anfahrt, div.nav_top_impressum
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 212px;
	height: 115px;
}

div.nav_top_empty
{
	left: 212px;
	width: 236px;
}

div.nav_top_angebot
{
	left: 217px;
	width: 226px;
	text-align:left;
	valign:bottom;
}

div.nav_top_kontakt
{
	left: 448px;
	width: 103px;
}

div.nav_top_anfahrt
{
	left: 551px;
	width: 104px;
}

div.nav_top_impressum
{
	left: 655px;
	width: 145px;
}

div.nav_left_home, div.nav_left_hotel, div.nav_left_restaurant, div.nav_left_preise, div.nav_left_glas, div.nav_left_freizeit, div.nav_left_angebot, div.nav_left_busse, div.nav_left_gaeste
{
	position: absolute;
	top: 115px;
	left: 0px;
	width: 178px;
	height: 48px;
}

div.nav_left_hotel
{
	top: 163px;
	height: 50px;
}

div.nav_left_restaurant
{
	top: 213px;
	height: 49px;
}

div.nav_left_preise
{
	top: 262px;
	height: 54px;
}

div.nav_left_glas
{
	top: 316px;
	height: 52px;
}

div.nav_left_freizeit
{
	top: 368px;
	height: 50px;
}

div.nav_left_angebot
{
	top: 418px;
	height: 50px;
}

div.nav_left_busse
{
	top: 468px;
	height: 53px;
}

div.nav_left_gaeste
{
	top: 521px;
	height: 79px;
}

div.text_background
{
	position: absolute;
	top: 115px;
	left: 178px;
	width: 622px;
	height: 485px;
}

div.text, div.text_index
{
	position: absolute;
	top: 115px;
	left: 188px;
	width: 600px;
	height: 465px;
	padding-right: 12px;
/*	border : thin solid Black; */
	overflow: auto;
}

div.text_index
{
	text-align: center;
}
