
html.main, body.main
{
	height: 100%;
	margin: 0;
	padding: 0;
}

html, body
{
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
}

.main
{
	background-image: url('image/Yv2_Lunz_am_See_Kanten.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
/*	background-color: #99ccff;*/
	background-color: #bbddff;
	height: 100%;
	margin: 0;
	padding: 0;
}

.top
{
	padding: 20px 20px 20px 20px;
}

.bottom
{
	position: absolute;
	left: 2%;
	right: 2%;
	bottom: 0;
	background-color: transparent;
	font-size: 12px;
	color: #666666;
/*	border-top: 1px solid gray; */
}

.bottom_right
{
	position: absolute;
	right: 2%;
	bottom: 0;
	background-color: transparent;
	font-size: 12px;
	color: #666666;
}

.top_newstext
{
	float: right;
	position: absolute;
	top: 30px;
	right: 30px;
	width: 70%;
	background-color: transparent;
	font-size: 26px;
	text-align: center;
}

.top_newstext a
{
	text-decoration: none;
}

div.logo, span.logo
{
	width: 150px;
	height: 100px;
	text-align: center;
	font-size: 28px;
}

.menue
{
	font-size: 14px;
	float: right;
	position: relative;
	bottom: 1.7em;
}

div.menue
{
  margin-right: 20px;
  margin-left: 20%;
}

.menue ul
{
	/*float: left;*/
	width: 100%;
	padding:0;
	margin:0;
	list-style-type:none;
}

.menue a
{
	float: left;
	width: 6em;
	text-decoration: none;
	color: white;
/*	background-color: #6060ff;*/
	padding: 0.2em 0.6em;
	border-right: 1px solid white;
	background-image: url('image/button_hintergrund.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.menue a:hover
{
/*	background-color: #ee4444;*/
/*	background-color: #ff8888;*/
	color: red;
}

.menue li
{
	display: inline;
}

iframe.iFrameMain
{
	border-style: none;
	border-color: transparent;
	padding: 0;
	margin: 0;
	position: absolute;
	width: 100%;
	top: 120px;
	/*height: auto; */
	height: 79%;
	bottom: 20px;
	border-bottom: 1px solid #777777;
	border-top: 1px solid #777777;
	background-color: transparent;
 }

div.iFrameMain
{
	position: absolute;
	width: 100%;
	height: 100%;
	border-style: none;
	border-color: transparent;
	background-color: transparent;
}

.menue_sub1
{
	position: relative;
	top: 1.6em;
	margin-right: 1.4em;
}

.iFrameSub1
{
	width: 100%;
	height: 90%;
	border-style: none;
	background-color: transparent;
}

.content
{
	margin: 20px 20px 20px 20px;
	background-color: transparent;
	font-size: 20px;
	padding: 20px;
}

.content p
{
/*	text-indent: -2em; */
/*	position: relative;*/
	left: 2em;
	margin-right: 2em;
}

.content_center
{
	text-align: center;
}

.content_left
{
	text-align: left;
	max-width: 80%;
}

.content_right
{
	text-align: right;
}

div.content_image_right
{
	float: right;
	margin: 10px;
}

font.content_image_right_text
{
	font-size: 11px;
}

div.content_image_left
{
	float: right;
	margin: 10px;
}

a.content_image_right img, a.content_image_right img
{
	border-style: none;
	vertical-align: middle;
	margin: 2px;
}

/* Fahrplantabelle zur Verwendung ohne Preisliste daneben */
table.fahrplan_klein, table.fahrplan_klein td
{
	border: solid 1px #FFFFFF;
	border-collapse: collapse;
	padding: 7px;
}

/* bei Verwendung einer Preisliste: */
table.fahrplan_klein_preis, table.fahrplan_klein_preis td
{
	border: solid 1px #FFFFFF;
	border-collapse: collapse;
	padding: 7px;
/*	float: left;*/
	margin: 10px;
}

/* Preisliste neben Fahrplantabelle */
table.preise_klein, table.preise_klein td
{
	border: solid 1px #FFFFFF;
	border-collapse: collapse;
	padding: 7px;
	float: none;
	margin: 10px;
}

/* Die Preis-Spalte */
table.preise_klein td ~ td
{
	text-align: right;
}

/* Veranstaltungsinfos */
table.veranstaltungsinfo, table.veranstaltungsinfo td, table.veranstaltungsinfo th
{
	border: solid 1px #FFFFFF;
	border-collapse: collapse;
	padding: 7px;
	float: none;
	margin: 10px;
}


