* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	/* only for IE */
	behavior: url("css/csshover.htc");
	background-color: #59779C;
	background-image: url(../design/bg_body.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*font-family: Georgia, Palatino, Times, "Times New Roman", serif;*/
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;*/
	/*font-family: "Trebuchet MS", sans-serif, "Sans Serif", "Microsoft Sans Serif", Tahoma, Verdana, Arial;*/
	font-size: 100.01%;
	line-height: 1.2em;
	color: #FFF;	
}

div#container {
	position: relative;
	/*background-image: url(../design/bg_logo.gif);
	background-position: left top;
	background-repeat: no-repeat;*/
}

div#maincontainer {
	position: relative;
	font-size: 0.7em;
	width: 950px;
	left: 50%;
	margin-left: -475px;
}

div#mondpalast {
	position: relative;
	width: 950px;
	height: 200px;
	overflow: hidden;
}

dib#header {
	position: relative;
	overflow: hidden;
	width: 950px;
	height: 150px;
}

div#logo-left {
	position: relative;
	float: left;
	width: 250px;
}

div#content-left-out {
	position: relative;
	float: left;
	width: 250px;
}

div#content-right-out {
	position: relative;
	float: left;
	width: 700px;
}

div#content-right-in {
	position: relative;
	padding: 0 0 0 20px;
}

div#content {
	position: relative;
	padding: 10px 0;
	padding-left: 50px;
}

div#navigation1 {
	position: relative;
	color: #FFF;
	border-bottom: 1px dashed #FFF;
}

div.navigation2 {
	position: relative;
	padding: 0.5em 0;
	color: #59779C;
	text-align: left;
}

span.trenner-navigation {
	margin: 0 10px;
}

img.floatpicture {
	position: relative;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid;
	border-color: #FFF #000 #000 #FFF;
}

img#contenttitel {
	position: relative;
	display: block;
}

div#navigation-bottom {
	position: relative;
	clear: both;
	text-align: center;
	font-size: 0.9em;
	color: #FFF;
	margin-bottom: 20px;
}

div#partner {
	margin: 20px 0;
	overflow: hidden;
}

div.partnerlink {
	position: relative;
	margin-bottom: 10px;
}

.partnerlink p {
	margin: 0px;
}

div.reservierung-out {
	float: left;
	width: 49%;
}

div.reservierung-in {
	position: relative;
	padding: 10px;
}

iframe#maxformular {
	position: relative;
	width: 100%;
	height: 600px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ links */
p.link-unterkategorie {
	margin-left: 50px;
	color: #F6AC00;
	font-weight: bold;
	text-decoration: underline;
}

p.link-bezeichnung {
	margin-left: 100px;
}

.link-text {
	line-height: 1.4em;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ multilang */
div#container-multilang {
	position: relative;
	margin: 20px 0;
	text-align: center;
}

img.lang {
	margin: 0 10px;
	border: 1px solid #FFF;
}

p.ueberschrift {
	color: #F6AC00;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 25px;
	background-image: url(../design/stern.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

p.intro-text {
	margin-bottom: 20px;
}

table#zimmerpreise td {
	padding: 5px;
	border-bottom: 1px solid #FFF;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ check_text */
p.seitentitel {
	/*font-family: Georgia, Palatino, Times, "Times New Roman", serif;*/
	font-size: 3em;
	line-height: 1.2em;
	font-weight: normal;
	margin: 10px 0 20px 50px;
}

p.absatztitel {
	color: #003300;
	font-weight: bold;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ navigation 1 */
#navigation1 a, #navigation1 a:link, #navigation1 a:visited, #navigation a.active {
	display: block;
	color: #FFF;
	text-decoration: none;
	height: 100%;
	padding: 0.5em 0;
	padding-right: 25px;
	text-align: right;
	font-size: 1.2em;
	border-top: 1px dashed #FFF;
}

#navigation1 a:hover {
	color: #002035;
	text-decoration: none;
	background-image: url(../design/stern.gif);
	background-repeat: no-repeat;
	background-position: 230px center;
}

#navigation1 span.navigation {
	display: block;
	color: #F6AC00;
	height: 100%;
	padding: 0.5em 0;
	padding-right: 25px;
	font-weight: bold;
	text-align: right;
	font-size: 1.2em;
	border-top: 1px dashed #FFF;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ navigation bottom */
div#navigation-bottom a, #navigation-bottom a:link, #navigation-bottom a:visited, #navigation-bottom a:active {
	text-decoration: none;
	color: #FFF;
}

#navigation-bottom a:hover {
	text-decoration: underline;
	color: #FFF;	
}

#navigation-bottom span.navigation {
	color: #FFF;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ popup */
body.popup {
	padding: 20px;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	behavior: url("../css/csshover.htc");
	font-size: 100.01%;
	line-height: 1.2em;
	color: #FFF;
}

body.popup ul {
	font-size: 0.7em;
}

body.popup p {
	font-size: 0.7em;
}

body.popup a, body.popup a:link, body.popup a:visited, body.popup a:active {
	color: #FFF;
	text-decoration: underline;
}

body.popup a:hover {
	color: #FFF;
	text-decoration: none;
}

p.popup-titel {
	font-weight: bold;
	color: #FFF;
	margin-bottom: 10px; 
}

p.popup-print, p.popup-close {
	margin-top: 10px;
}

img.popup-picture {
	border: 1px solid;
	border-color: #FFF #000 #000 #FFF;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ standard-tags */
label:hover {
	text-decoration: underline;
	cursor: pointer;
}

div.linie {
	clear: both;
	height: 1px;
	border-top: 1px dashed #CCC;
	margin: 10px 0 10px 0;
	overflow: hidden;
}

div.pagetop {
	text-align: center;
	padding: 5px;
}

table, form {
	margin: 0;
}


td {
	text-align: left;
	vertical-align: top;
}

h1 {
	font-size: 2em;
	font-weight: bold;
	margin: 20px 0;
	margin-left: 50px;
	color: #F6AC00;
	/*border-bottom: 1px solid #F6AC00;*/
	padding-bottom: 10px;
}

h2 {
	font-size: 2em;
	font-weight: bold;
}

h3 {
	font-size: 1.5em;
	font-weight: bold;
}

a, a:link, a:visited, a:active {
	color: #FFF;
	text-decoration: underline;
}

a:hover {
	color: #F6AC00;
	text-decoration: none;
}

p {
	margin: 5px 0;
}

.boldkontrast {
	color: #F6AC00;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.hinweis {
	color: #F6AC00;
}

.kontrast {
	color: #F6AC00;
}

img.png {
	behavior: url("css/pngbehavior.htc");
}

img {
	border: none;
	font-size: 0.7em;
}

div.abschluss {
	clear: both;
	height: 5px;
	width: 80%;
	overflow: hidden;
}

ul {
	font-size: 1.0em;
	list-style-position: outside;
	margin-left: 50px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ formular-elemente */
input.inputtext {
	font-size: 1.0em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
	width: 300px;
	padding: 5px 0;
	border: 1px solid;
	border-color: #002035 #FFF #FFF #002035;
	background-color: #59779C;
	vertical-align: middle;
	background-image: url(../design/bg_button.gif);
	background-repeat: repeat-x;
	background-position: left -10px;
}

input.inputfile {
	font-size: 1.0em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
	width: 300px;
	padding: 5px 0;
	border: 1px solid;
	border-color: #002035 #FFF #FFF #002035;
	background-color: #59779C;
	vertical-align: middle;
}

textarea {
	font-size: 1.0em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
	width: 300px;
	height: 100px;
	padding: 5px 0;
	border: 1px solid;
	border-color: #002035 #FFF #FFF #002035;
	background-color: #59779C;
	vertical-align: top;
	background-image: url(../design/bg_gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	width: 300px;
	color: #FFF;
	vertical-align: middle;
	border: 1px solid;
	border-color: #002035 #FFF #FFF #002035;
	background-color: #59779C;
}

input.checkbox {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

input.radio {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

div.formularzelle-right {
	position: relative;
	text-align: right;
	margin-bottom: 10px;
}

div.formularzelle-left {
	position: relative;
	text-align: left;
	margin-bottom: 10px;
}

div.formularzelle-center {
	position: relative;
	text-align: center;
	margin-bottom: 10px;
}

div.formularzelle-button {
	position: relative;
	text-align: left;
	margin-bottom: 10px;
}

.formularbezeichner {
	color: #F6AC00;
	font-weight: bold;
	font-size: 0.9em;
	margin-right: 10px;
}

p.pflichtfelder {
	text-align: left;
	font-size: 0.9em;
}

button {
	font-size: 1.0em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-right: 10px;
	padding: 0.2em 0.5em;
}

button:hover {
	cursor: pointer;
	background-color: #002035;
	color: #FFF;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ impressum */
div#impressum-kunde, div#impressum-pixel {
	position: relative;
}

div#impressum-haftungsausschluss {
	position: relative;
	text-align: justify;
	line-height: 1.2em;
	font-size: 0.9em;
	color: #FFF;	
}

img.impressum-png {
	margin-right: 20px;
	vertical-align: middle;
	behavior: url("css/pngbehavior.htc");
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ box-elemente */
table.box {
	
}

td.box {
	font-size: 1.0em;
	background-color: #59779C;
	text-align: left;
	border: 1px solid;
	border-color: #FFF #002035 #002035 #FFF;
	background-image: url(../design/bg_gradient.gif);
	background-repeat: repeat-x;
	padding: 10px;	
}

div.box-out {
	font-size: 1.0em;
	background-color: #59779C;
	text-align: left;
	margin: 10px 0;
	height: auto;
	width: 100%;
	border: 1px solid;
	border-color: #FFF #002035 #002035 #FFF;
	background-image: url(../design/bg_gradient.gif);
	background-repeat: repeat-x;
}

div.box-in {
	padding: 10px;
}

.box-in a, .box-in a:link, .box-in a:visited, .box-in a:active {
	
}

.box-in a:hover {
	
}

table.download-docs {
	margin-left: 0px;
	vertical-align: top;
	font-size: 1.0em;
	margin-top: 10px;
	width: 100%;
}

td.download-icon {
	width: 10%;
	text-align: right;
	padding-right: 10px;
}

td.download-doc {
	width: 50%;
}

td.download-docsize {
	width: 40%;
}

img.download-icon {
	vertical-align: middle;
	margin-right: 10px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ contentnavigation */
div.contentnavigation {
	background-color: #002035;
	position: relative;
	text-align: center;
	padding: 5px;
	margin: 5px 0;
}

span.aktuellecontentseite {
	margin: 0 10px;
	font-weight: bold;
	color: #F6AC00;
}

a.contentseite, a.contentseite:link, a.contentseite:visited, a.contentseite:active {
	margin: 0 10px;
	color: #FFF;
	text-decoration: underline;
}

a.contentseite:hover {
	color: #FFF;
	text-decoration: none;
}

.contentnavigation .zumanfang {
	position: relative;
	float: left;
	padding: 5px;
}

.contentnavigation .zurueck {
	position: relative;
	float: left;
	padding: 5px;
}

.contentnavigation .weiter {
	position: relative;
	float: right;
	padding: 5px;
}

.contentnavigation .zumende {
	position: relative;
	float: right;
	padding: 5px;
}

div.neuerfeedbackeintrag, div.feedbackeintragvoninsgesamt {
	position: relative;
	text-align: center;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sitemap */
p.sitemap {
	color: #990000;
	margin: 0;
}

a.sitemap, a.sitemap:link, a.sitemap:visited, a.sitemap:active {
	color: #990000;
	text-decoration: underline;
}

a.sitemap:hover {
	color: #990000;
	text-decoration: none;
}

img.sitemap_1, img.sitemap_2, img.sitemap_3, img.sitemap_4, img.icon_abt1, img.icon_abt2, img.icon_file {
	vertical-align: middle;
}

img.icon_abt1, img.icon_abt2, img.icon_file {
	margin-left: 5px;
}

span.sitemap-kommentar {
	margin-left: 20px;
	font-size: 0.9em;
	color: #999;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

p#resulttext {
	color: #F6AC00;
	font-weight: bold;
	font-size: 1.2em;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ minigalerie */
/*
div.container-minigalerie {
	position: relative;
}

div.minigaleriebox {
	position: relative;
	float: left;
	background-color: #FFF;
	border: 1px solid #000;
	padding: 3px;
	margin: 0 5px 5px 0;
}

img.minigalerie {
	
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */