@charset "UTF-8";
body  {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: justify; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #333;
}
.twoColFixLtHdr #container {
	width: 900px;
	text-align: justify; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	background-color: #FFFFFF;
	background-image: url(../images/back_m1_body.gif);
	border: none; /*3px solid #E1E1E1;*/
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
} 
.twoColFixLtHdr #header1 {
	background: black;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	height: 105px;
} 
.twoColFixLtHdr #header2 {
	background: white;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	height: 169px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 225px;
	background: #ff9900;
	background-image: url(../images/back_m1.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	min-height: 520px;
}
.twoColFixLtHdr #mainContent {
	padding: 0; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	background-color: white;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 240px;
	width: 645px;
	min-height: 700px;
} 
.twoColFixLt #Columns21 {
	width: 330px;
	left: 15px;
}
.twoColFixLt #Columns22 {
	width: 330px;
	left: 352px;
}
.logo2 {
	padding-left: 450px;
}
.label_formular {
	color: #7D7D7D;
	font-size: 80%;
}
a {
	color: black;
	text-decoration: none;
}
a:hover	{
	color: #F90;
}
a:active {
	color: #F90;
}
h1 {
	font-size: 14pt;
	font-weight: bold;
}
h2 {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: -10px;
}
hr {
	color: #000;
}
input {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	border: 1px solid #7D7D7D;
	background: none;
	width: 350px;
}
input:hover {
	color: #F90;
}
input:focus {
	color: black;
	border: 1px solid #F90;
}
textarea {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 350px;
	border: 1px solid #7D7D7D;
	background: none;
}
textarea:hover {
	color: #F90;
}
textarea:focus {
	color: black;
	border: 1px solid #F90;
}
blockquote {
	text-align: justify;
}
li {
	text-align: justify;
}
.text_8pt {
	font-size: 8pt;
}
.text_orange {
	color: #F90;
}
.text_grau {
	color: #7D7D7D;
}
.text_weiss {
	color: white;
	background-color: #000;
}
.text_gelb {
	color: #FFC800;	
}
.text_hinweis {
	color: #7D7D7D;
	font-size: 8pt;
	text-align: justify;
}
.m1 {
	color: black;
	text-decoration: none;
	font-size: 10pt;
}
.m1:hover,
.m1_reservierungtext:hover {
	color: white;
}
.m1:active {
	color: white;
	background-color: #000;
}
.m1_Panel {
	margin: 0px;
	cursor: pointer;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-decoration: none;
	color: black;
	font-size: 11px;
}
.m1_Content {
	overflow: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: black;
	text-decoration: none;
}
.m1_Entries {
	overflow: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: black;
	text-decoration: none;
}
.m1_neu {
	color: black;
	text-decoration: none;
	font-size: 8pt;
	background-color: #FFC800;
}
.m1_reservierung {
	color: black;
	text-decoration: none;
	font-size: 10pt;
	background-color: #FFC800;
	font-weight: bold;
}
.m1_reservierungtext {
	color: black;
}
.formularbutton {
	color: white;
	font-weight: bold;
	background-color: black;
	margin-top: 15px;
	width: 150px;
	margin-bottom: 15px;
}
.cancelbutton {
	color: black;
	font-weight: normal;
	background-color: #CCC;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 150px;
}
input.cancelbutton:hover {
	color: black;	
}
.news {
	color: #7D7D7D;
}
.gutschein_text {
	color: black;
	text-decoration: none;
	font-size: 10pt;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}
.gutschein_link {
	color: black;
	font-size: 10pt;
	text-align: left;
}
.gutschein_link:hover {
	color: white;
}
.gutschein_liste {
	color: black;
	text-decoration: none;
	font-size: 10pt;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}

