/* ALLGEMEIN UND PAGE */

* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

body {
	padding-top: 13px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #505050;
	background: #fff url(../images/body-bg2.gif) repeat-x 0 0;
	border-top: 7px solid #3673a8;
}

.clearer {
	clear: both;
}

#page {
	width: 1005px;
	margin-top: 6px;
	background: #fff url(../images/page-bg.gif) repeat-y 0 0;
	border-top: 1px solid #fff;
}

/* HEADER + LOGO + HEADERBILD */
#header {
	height: 91px;
	padding-top: 6px;
	background: url(../images/header-bg.gif) repeat-x 0 6px;
	border-top: 1px solid #fff;
}

#logo {
	float: left;
	width: 164px;
	height: 91px;
	border: none;
}

#header-image {
	width: 827px;
	height: 91px;
	border: none;
}

/* HAUPTNAVIGATION */
#navigation
{
	height: 22px;
	background: #004D8F;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#mainnavi {
	list-style-type: none;

	width: auto;
	min-width: 1300px;
}
#mainnavi li {
	float: left;
}
#mainnavi li a {
	float: left;
	height: 20px;
	margin: 1px 1px 1px 0;
	padding: 0 7px;
	line-height: 22px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#mainnavi li a:hover,
#mainnavi li a:focus,
#mainnavi li.active a {
	background: #D99143;
}

/* SPRACHNAVIGATION */
#languagenavi {
	width: 281px;
	padding: 0 20px 0 7px;
	height: 22px;
	list-style-type: none;
}
#languagenavi a,
#languagenavi a:hover,
#languagenavi a:focus{
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}
#languagenavi img {
	margin: 5px 5px 0 0;
	border: 1px solid #d4d4d4;
}

#google_translate_element
{
	margin-top: 2px;
	width: 129px;
	margin-left: 2px;
}

.goog-te-gadget-simple
{
	padding-bottom: 1px;
	padding-top: 0;
}

.goog-te-gadget-icon
{
	display: none;
}


#google_translate_element a
{
	font-size: 11px;
}

#google_translate_element a.goog-te-menu-value
{
	line-height: 16px;
	height: 13px;
}

#google_translate_element img
{
	border: none;
}

#google_translate_element span
{
	color: black;
	font-size: 11px;
}





/* LEFTCOL */
#leftcol {
	float: left;
	width: 180px;
	padding: 0;
	padding: 23px 0 23px 20px;
	margin: 0;
}
.image-teaser-left {
	display: block;
	width: 149px;
	height: 109px;
	margin: 0 0 17px 0;
	padding: 5px;
	background: #fff url(../images/image-teaser-left_bg.gif) no-repeat 0 0;
	text-decoration: none;
	font-size: 0;
}
.image-teaser-left img {
	border-bottom: 1px solid #fff;
	margin: 0;
}
.image-teaser-left span {
	margin: 0;
	padding: 0;
	display: block;
	width: 149px;
	height: 19px;
	font-size: 13px;
	line-height: 19px;
	text-align: center;
	background: #e0edfa;
	color: #6898c1;
	font-weight: bold;
	font-family: Verdana;
}

.image-teaser-left-neu
{
	width: 149px;
	height: 109px;
	margin: 0 0 17px 0;
	padding: 5px;
	background: #e0edfa url(../images/image-teaser-left_bg.gif) no-repeat 0 0;
	text-align: center;
}

.image-teaser-left-neu .hide
{
	display: none;
}

.image-teaser-left-neu p
{
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}

.image-teaser-left-neu a
{
	text-decoration: none;
	font-size: 13px;
	line-height: 19px;
	color: #6898c1;
	font-weight: bold;
	font-family: Verdana;
}

/* CONTENT */
#content {
	float: left;
	width: 556px;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 142%;
	color: #505050;
	margin: 28px 34px;
}

h1 {
	margin-bottom: 21px;
	font-size: 16px;
	color: #004d8f;
	font-weight: bold;
}
h2 {
	margin-bottom: 14px;
	font-size: 14px;
	color: #D99143;
	font-weight: bold;
}
h3 {
	margin-bottom: 7px;
	font-size: 13px;
	color: #444;
	font-weight: bold;
}

hr {
	height:1px;
	margin: 21px 0;
	border: 1px dotted #6898c1;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#content a {
	color: #d99143;
}
#content a:hover,
#content a:focus {
	color: #004d8f;
}

#content p {
	margin-bottom: 21px;
}

#content ul,
#content ol {
	margin: 0 0 14px 28px;
}

#content table {
	margin-bottom: 21px;
	border-collapse: collapse;
	border: 1px solid #505050;
}
#content table.kein_rahmen {
	border: 0px;
}
#content table td {
	padding: 4px;
}

#content p.grau_hinterlegt {
	margin: 0 0 21px 0;
	padding: 4px;
	background: #eee;
	border: 1px dashed #ddd;
}

#content p.blau_hinterlegt {
	margin: 0 0 21px 0;
	padding: 4px;
	background: #3b5f8c;
	border: 1px solid #444;
	color: #fff;
	text-align: center;
}

#lastminute-table {
	border: none !important;
}
#lastminute-table td {
	border-collapse: collapse;
	border: 1px dashed #004D8F;
}
#lastminute-kategorien {
	background: #eee;
	border: none !important;
}
#lastminute-kategorien td {
	border-collapse: collapse;
	border: 1px dashed #aaa;
}

#lastminute-table { /* Ausgabetabelle auf der LM-Seite */
	width: 100%;
}
#lastminute-table {
	width: 100%;
}

#lastminute-content {
	width: 220px;
}

#lastminute-zimmerpreise table {
	margin-right: 1px;
	border: none !important;
	font-size: 11px;
}
#lastminute-zimmerpreise td {
	width: 100%;
	border: 1px solid #fff;
	background: #EBF5FF;
}

.kopfzeile td {
	background: #B3D2ED !important;
}

td.red {
	background: #e72a2a !important;
	color: #fff !important;
}

/* RIGHTCOL */
#rightcol {
	float: left;
	width: 140px;
	padding: 0;
	text-align: left;
	margin: 14px 0 14px 7px;
}

#servicebox {
	width: 165px;
	margin: 0;
	padding: 6px 0 12px 0;
	font-size: 13px;
	color: #fff;
	background: #b3d2ed;
	font-family: Arial;
}

#servicebox h1{ 
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #fff;
}

#servicebox strong {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}

#rightcol .button {
	display: block;
	margin: 3px 0;
	margin-left: 4px;
	padding: 3px;
	background: #6898c1;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border: 0;
	width: 151px;
}

#rightcol input.button {
	display: block;
	margin: 3px 0;
	padding: 3px;
	background: #6898c1;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border: 0;
	width: 145px;
	cursor: pointer;
}

#rightcol .zimper {
	width: 48px;
}

#toolbox {
	margin-bottom: 6px;
	padding: 6px;
	background: #fff;
	width: 145px;
	margin-left: 4px;
}

#lastminute {
	display: block;
	width: 156px;
	height: 67px;
	background: #004e90;
	text-align: center;
	margin-left: 4px;
}

#lastminute a
{
	color: #fff;
	font-size: 9px;
	text-decoration: none;
}

#lastminute em {
	font-size: 15px;
	line-height: 23px;
	text-decoration: none;
	font-style: normal;
}
#lastminute strong {
	font-size: 14px;
	font-weight: bold;
}

#onlinebuchung
{
	text-align: center;
	vertical-align: middle;
	height: 63px;
	width: 150px;
	border: 3px solid #1067B7;
	background-color: #004E90;
	margin-left: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#onlinebuchung a
{
	display: block;
	color: white;
	height: 63px;
	width: 150px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 60px;
}

/* PROSPEKT */

#pd, .pd {
	width: 181px;
	margin-left: -7px;
}
#prospekt, .pd {
	display: block;
	width: 181px;
	text-align: center;
}
#pd p, .pd p {
	padding: 5px 19px 0 19px;
}
#pd a, .pd a {
	color: #d99143;
	text-decoration: none;
	font-size: 9px !important;
}
#pd a:hover, .pd a:hover,
#pd a:focus, .pd a:focus {
	color: #004d8f;
}

.pdf {
	background: url(/images/icon_pdf.gif) center left no-repeat;
	margin-left: 0px;
	padding-left: 21px;
	height: 16px;
	line-height: 16px;
	display: block;
	text-align: left;
}
.pdf2 {
	background: url(/images/icon_pdf.gif) center left no-repeat;
	margin-left: 0px;
	padding-left: 21px;
	height: 16px;
	line-height: 16px;
	display: block;
	margin: 11px 0 7px 0;
	text-align: left;
}
.broschure {
	background: url(/images/icon_broschure.gif) center left no-repeat;
	margin-left: 0px;
	padding-left: 21px;
	height: 16px;
	line-height: 16px;
	display: block;
	margin: 11px 0 7px 0;
	text-align: left;
}
.email,
.facebook,
.twitter {
	margin-left: 0px;
	padding-left: 21px;
	height: 16px;
	line-height: 16px;
	display: block;
	margin: 5px 0;
	text-align: left;
}
.email {
	background: url(/images/weitersagen/mail16.png) center left no-repeat;
}
.facebook {
	background: url(/images/weitersagen/facebook16.png) center left no-repeat;
}
.twitter {
	background: url(/images/weitersagen/twitter16.png) center left no-repeat;
}

/*---------------*/

#interactive {
	width: auto;
}
#interactive th {
	text-align: left;
}
#interactive label {
	color: #004d8f;
}
#interactive .calbutton {
	float: right;
}
#interactive select {
	font-size: 11px;
}

/* FOOTER */
#footer {
	border-top: 8px solid #004d8f;
}

/* PREISLISTE */

.preisliste_button
{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}

a.preisliste
{
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

#content table.preisliste
{
	border-collapse: separate;
	border: none;
	font-size: 11px;
}

#content table.preisliste h6
{
	font-size: 9px;
}

#content table.preisliste th
{
	color: white;
	background-color: #004D8F;
	font-weight: normal;
}



/* FORMULAR /
#onlineanfrage
{
}*/
#content #onlineanfrage, 
#content #onlineanfrage table
{
	border: none;
}

#onlineanfrage th 
{
	border: none;
	text-align: left;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	padding: 2px;
	line-height: 16px;
	color: #ffffff;
	font-weight: bold;
	background-color: #8ab1d2;
	vertical-align: middle;
}
#onlineanfrage .checkbox
{
	margin-right: 3px;
}
#onlineanfrage textarea
{
	width: 100%;
	height: 100px;
}
#onlineanfrage select.day
{
	width: 50px;
}
#onlineanfrage select.month
{
	width: 50px;
}
#onlineanfrage select.year
{
	width: 75px;
}
#onlineanfrage #Anzahl_EZ.text,
#onlineanfrage #Anzahl_DZ.text,
#onlineanfrage #Persanz.text
{
	width: 50px;
}
#onlineanfrage #Haupttagungsraeume.day,
#onlineanfrage #Bestuhlung.day,
#onlineanfrage #Gruppenraeume.day
{
	width: 117px;
}
#onlineanfrage #Land,
#onlineanfrage input.text
{
	width: 150px;
}

/* Video */

#caratvideo
{
	width: 520px;
	height: 450px;
	position: relative;
	background-image: url(/images/video_bg.jpg);
	background-color: white;
	background-repeat: no-repeat;
}

#videooverlaybg
{
	width: 496px;
	height: 36px;
	padding: 12px;
	position: absolute;
	top: 350px;
	background-color: white;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
}

#videooverlay
{
	width: 496px;
	height: 36px;
	padding: 12px;
	position: absolute;
	top: 350px;
}

#videooverlay img
{
	float: left;
	margin-right: 10px;
}

/* KALENDER */

.calbutton
{
	border:0;
	width: 15px;
	height: 15px;
	background: transparent url(/images/date.gif) no-repeat 0 0;
	margin: 0 0 4px 2px !important;
	cursor: pointer;
}

/* Styles für YUI-Komponenten */

div.popupCalendar div.bd
{
	padding: 0;
}

div.popupCalendar div.bd div
{
	border: none;
	padding: 0 0 0.5em 0;
}

div.ft
{
	display: none;
}
div.bd
{
	padding-bottom: 2px !important;
}

/* FLASH-PROSPEKT */

.buttons {
	width: 100%;
	margin: 28px auto 0 auto;
}
.buttons a {
	width: 105px;
	display: block;
	padding-top: 0.715em;
	padding-bottom: 0.715em;
	padding-left: 11px;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}

a.close {	
	float: right;
	padding-right: 32px;
	background: #287ba9 url(/images/icon_close.gif) 128px center no-repeat;
}
a.close:hover,
a.close:focus
{
	background: #1e597a url(/images/icon_close_hover.gif) 128px center no-repeat;
}

a.pdfdownload {
	float: left;
	padding-right: 32px;
	background: #999 url(/images/icon_pdf.gif) 126px center no-repeat;
}
a.pdfdownload:hover,
a.pdfdownload:focus{
	background-color: #777;
}

/* NEWSLETTER ABO-FORMULAR */

.clear
{
	clear: both;
	float: none;
	width: auto;
	height: 0;
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	font-size: 0;
	line-height: 0;
}
ul.error
{
	margin: 8px 0 12px 0 !important;
	padding: 8px 19px 10px 31px;
	border: solid 1px #E36969;
	color: #6A1F1F;
}
ul.error li
{
	margin: 0;
	padding: 0;
}
form
{
	margin: 0;
	padding: 0;
}
form h2
{
	margin: 0;
	padding: 20px 0 12px 0;
}
form h2 strong
{
	font-weight: normal;
}
label
{
	cursor: pointer;
	vertical-align: middle;
}
label.main
{
	float: left;
	width: 200px;
	padding: 4px 0 4px 0;
}
label.radio,
label.checkbox
{
	margin-left: 4px;
}
input.text,
textarea
{
	width: 200px;
	padding: 3px 3px 3px 3px;
	border: solid 1px #B3D2ED;
	color: #004D8F;
	font: normal 13px Verdana, Arial, sans-serif;
	vertical-align: middle;
}
select
{
	padding: 2px;
	border: solid 1px #B3D2ED;
	color: #004D8F;
	font: normal 13px Verdana, Arial, sans-serif;
	vertical-align: middle;
}
input.radio,
input.checkbox
{
	vertical-align: middle;
}
input.submit
{
	overflow: visible;
	padding: 4px 12px 4px 12px;
	background: #004D8F;
	border: solid 3px #003E74;
	color: #FFFFFF;
	font: normal 13px Verdana, Arial, sans-serif;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
input.submit:hover,
input.submit:focus
{
	background: #003E74;
	border: solid 3px #012F57;
}
div.row
{
	padding: 6px 20px 6px 20px;
	border-bottom: solid 1px #EBF5FF;
}
div.first
{
	border-top: solid 1px #EBF5FF;
}
div.submit
{
	margin: 20px 0 12px 0;
	padding: 12px 20px 12px 20px;
	background: #EBF5FF;
	text-align: right;
}

/* NEWSLETTER ABO-FORMULAR SONDERFÄLLE */

#anrede,
#plz
{
	width: 64px;
}
#titel
{
	width: 132px;
}
#ort
{
	width: 124px;
}
#captcha_div
{
	padding-top: 12px;
	padding-bottom: 16px;
}

/* MobileWebsiteHint */

#MobileWebsiteHint
{
    background-color: #004d8f;
}

#MobileWebsiteHint a 
{
    background: url("../images/iphone/app_button.jpg") no-repeat scroll left 0 transparent;
    color: #FFFFFF;
    display: block;
    font-size: 40px;
    height: 130px;
    line-height: 50px;
    margin: 0 auto;
    padding: 60px 60px 10px 160px;
    text-decoration: none;
}

