/*

Enthält alle allgemeinen Angaben:
	- Schriften
	- Rahmen
	- Hintergrundfarben
	- Formulare
	- Floats
	- Ausrichtungen

*/

/*************************************************************************
	INFO:
	
	FARBENCODES:
		+++
		
		GRUNDREGEL:
			Alle FarbenCodes bestehen aus zwei jeweils zweistelligen Zahlen,
			wovon das erste Zahlen-Paar für die Farbe und das Zweite für die Farbabstufung steht.
			Gibt es keine Farbabtufungen, so entfaellt das zweite Zahlen-Paar 
		
		+++
		
		FARBE 01: Weiss / #FFF
		FARBE 01 Abstufungen:	keine
		BEISPIEL: color01 == Weiss

		+++
		
		FARBE 02: Schwarz / #000
		FARBE 02 Abstufungen:	keine
		BEISPIEL: color02 == Schwarz

		+++
		
		FARBE 03: Orange
		FARBE 03 Abstufungen:	01: Hellorange / #FCE1B8
								02: Mittelorange / #FFCC7C
								03: Dunkelorange / #FF9900
		BEISPIEL: color0303 == Dunkelorange
		
		+++
		
		FARBE 04: Blau
		FARBE 04 Abstufungen:	01: Hellblau 1 / #CEDBF6
								02: Hellblau 2 / #9CB6EC
								03: Mittelblau / #4B73C8
								04: Dunkelblau / #003399
		BEISPIEL: color0403 == Mittelblau
		
		+++
		
		FARBE 05: Hellgelb / #F8EEB9
		FARBE 05 Abstufungen:	keine
		BEISPIEL: color05 == Hellgelb
		
		+++
		
		FARBE 06: Blassblau
		FARBE 06 Abstufungen:	01: Blassblau 1 / #C1E8F8
								02: Blassblau 2 / #83D1F1
								03: Blassblau 3 / #40AFDC
								04: Blassblau 4 / #F0FBFF
		BEISPIEL: color0603 == Blassblau 3
		
	
*************************************************************************/

/* START: Allgemeine Stile */
body {
	margin:0;
	padding:0;
	background-color:#FFF;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
	text-decoration:none;
	letter-spacing: normal;
}


td {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
	text-decoration:none;
	letter-spacing: -1px;
    padding:0px;
	margin:0px;
}

.suchenbuchen *, #idgIBEwrapper *, .idgCalendar *, #LoginBox *, .oldCss *, #edm_container * {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
	text-decoration:none;
}

   #idgIBEwrapper * {
     margin: 0px;
     padding: 0px;
   }

.suchenbuchen td {
	letter-spacing:-1px;
}

p {
	margin:0;
	padding:0px 0px 9px 0px;
	line-height: 1.4em;
}
div,h1,h2,h3,h4,h5,h6,ul,li,ol {
	margin:0;
	padding:0;
	border:0;
}
form {
	display:inline;
}
option {
	padding-top:2px;
}
input {
	height:14px;
}
* html input { /* Hack fuer IE (Win) */
	height:18px;
}
a img {
	border:0;
}

.noWrap {
    white-space:nowrap;
}


/* ENDE: Allgemeine Stile */

/* START: Allgemein anwendbare Klassen */
.bold {
	font-weight:bold;
}

.uppercase {
	text-transform:uppercase;
}

.italic {
	font-style:italic;
}

.underline {
	text-decoration:underline;
}

.spacingMinus {
	letter-spacing:-1px
}
.spacingNormal {
	letter-spacing:normal;
}

.hideThis {
	display:none;
}

.displayBlock {
	display:block;
}
.displayInline {
	display:inline;
}

.alignLeft {
	text-align:left;
}
.alignCenter {
	text-align:center;
}
.alignRight {
	text-align:right;
}

.vAlignTop {
	vertical-align:top;
}
.vAlignBottom {
	vertical-align:bottom;
}

.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}
.clearBoth {
	clear:both;
}

	/* START: Formular-Felder */
	.inputText110px {
		width:110px;
		letter-spacing:-1px;
	}
	* html .inputText140px { /* Hack fuer IE (Win) */
		width:144px;
	}
	.inputText161px {
		width:161px;
		letter-spacing:-1px;
	}
	* html .inputText161px { /* Hack fuer IE (Win) */
		width:165px;
	}
	.inputText181px {
		width:181px;
		letter-spacing:-1px;
	}
	* html .inputText181px { /* Hack fuer IE (Win) */
		width:185px;
	}
	.inputCheckBox, .inputRadio {
		margin:3px 4px 0 0;
		padding:0;
		border:0;
	}
	* html .inputCheckBox, * html .inputRadio { /* Hack fuer IE (Win) */
		margin:1px 0 0 0;
	}
	/* ENDE: Formular-Felder */

	/* START: Text-Groesse */
	.text9px {
		font-size:9px;
	}
	.text10px {
		font-size:10px;
	}
	.text11px {
		font-size:11px;
	}
	.text12px {
		font-size:12px;
	}
	.text13px {
		font-size:13px;
	}
	.text14px {
		font-size:14px;
	}
	/* ENDE: Text-Groesse */

/* ENDE: Allgemein anwendbare Klassen */


/* START: Startseite */
#MainBox {
	width:1000px;
}
#MainHeader {
	width:1000px;
	height:100px;
}
#MainHeader div.headerDiv {
	height:100px;
	float:left;
	display:inline;
}
#MainHeader div.headerDiv div {
	height:33px;
}

#MainHeaderTUS {
	width:1000px;
	height:90px;
}
#MainHeaderTUS div.headerDiv {
	float:left;
	display:inline;
}

#MainHeaderTUS div img {
	display:block;
}


#MainHeader div img {
	display:block;
}
#MainNav {height:27px;}
#MainNav ul {
	padding:7px 0;
}
#MainNav ul li  {
	float:left;
	display:inline;
	font-size:11px;
	font-weight:bold;
}
#MainNav ul li a  {
	float:left;
	padding:0 12px 0 12px;
	font-size:11px;
	font-weight:normal;
}
#MainNav ul li a.active  {
	font-weight:bold;
}
#MainNav2 {
  height: 34px; 
  position: relative; 
  z-index: 999;
}

#MainNavHotelDetails {
	letter-spacing: -1px;
	margin: 0px;
	height: 30px;
	width: 700px;
	overflow: hidden;
	
}
#MainNavHotelDetails ul {
	padding:0;
	margin: 0;
}
#MainNavHotelDetails ul li  {
	float:left;
	display:inline;
	font-size:11px;
	height: 30px;
	line-height: 30px;
	margin-right: 1px;
}


#MainNavHotelDetails ul li a  {
	float:left;
	padding:0 7px 0 7px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#MainNavHotelDetails ul li a.active  {
	font-weight:bold;
}


#MainContent { width:1000px; }
#MainFooter { width: 1000px; padding-top: 20px; text-align: center; }
#MainFooterLinks td  { text-align: left; }

.floatingBox {
	display:inline;
	float:left;
	margin:0 10px 0 0;
    min-height:20px;
}
.mainMiniBox {
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	width:160px;
}
.mainMiniBox img {
	display:block;
	margin:0 0 0 10px;
}
.mainMiniBox div {
	height:33px;
}
/* ENDE: Startseite */

/* START: Hinweis Layer */

div#confirmLayer {
	position:absolute;
    visibility:hidden;
	z-index: 1000;
}

div#confirmLayer div#confirmLayerHeader {
	width:380px;
}


div#confirmLayer div#confirmLayerContent {
	width:360px;
	padding:10px;
	height:auto;
}

div#confirmLayer div#confirmLayerContentInside {
	width:360px;
}

#Frame {width:760px;}
 #Head {width:760px;}
 .col1 {width:30px}
 .col2 {width:130px}
 .col3 {width:120px}
 .col4 {width:120px}
 .col5 {width:235px}
 .col6 {width:105px}

 #Footer .col1 {width:95px}
 #Footer .col2 {width:150px}
 #Footer .col3 {width:425px}
 #Footer .col4 {width:70px}

/* TEASERWALLS */
div#idgalertLayer {
      position:absolute;
      visibility:hidden;
      z-index: 25;
    }


    div#idgalertLayer div#idgalertLayerContent {
      width:360px;
      padding:10px;
      height:auto;
    }

    div#idgalertLayer div#idgalertLayerContentInside {
      width:360px;
    }


   .TEASERTEXT * {
  	 font-family:Verdana, Helvetica, Arial, sans-serif;
 	 text-decoration:none;
     margin: 0px;
     padding: 0px;
     letter-spacing: normal;
     line-height: 1.2em;
   }

   .TEASERTEXT a {
     color: #000;
   }

   img {
     behavior: url("/tp/externer_content/walls/pngbehavior.htc");
   }


  .TEASERTEXT {
    position: absolute;
    z-index: 5;
    overflow: hidden;
  }
    
/* PopupContent */
  #PopupContent h1 {
	font-size: 13px;
  }
  #PopupContent .popupLeft {
	letter-spacing: -1px;
  }

/* ServiceContent */
div#ServiceContent { font-size: 10px; letter-spacing: normal; font-family: Verdana; }
div#ServiceContent div.bar { width: 100%; }
div#ServiceContent div.headline, div#ServiceContent a { font-weight: 900; }
div#ServiceContent a { text-decoration: underline; }
div#ServiceContent div.headline { margin-bottom: 10px; }
div#ServiceContent h3 { font-size: 10px; letter-spacing: 1pt; }
div#ServiceContent div.bar { font-weight: 900; height: 20px; margin: 0 0 12px; }
div#ServiceContent div.bar p { margin: 0 7px; padding: 3px 0 0; }
div#ServiceContent p.faqlink { text-align: right; margin-bottom: 10px; padding-bottom: 0px; }
div#ServiceContent ul { list-style: disc inside none; margin-left: 35px; font-size: 10px; }
div#ServiceContent li { line-height: 14px; margin: 0 0 6px; padding: 0; font-size: 10px; }
div#ServiceContent div.button { height:20px; letter-spacing:normal; line-height:2; padding:0 9px; text-align:center; }
div#ServiceContent a.linkColor01 { font-weight:900; text-decoration:none; }


	.flexibleTeaser h1 { padding: 14px 0px 8px 0px; font-size: 18px; color: #003399; }
	.flexibleTeaser h2 { padding: 12px 0px 0px 0px; font-size: 15px; color: #e68b00; border-bottom:1px solid #BFD1EA;}
	.flexibleTeaser h3 { padding: 10px 0px 0px 0px; font-size: 13px; color: #003399; }
	.flexibleTeaser h4 { padding: 18px 0px 0px 0px; font-size: 12px; color: #003399; }
	.flexibleTeaser h5 { padding: 8px 0px 4px 0px; font-size: 11px; color: #003399; }
	.flexibleTeaser h6 { padding: 6px 0px 3px 0px; font-size: 10px; color: #003399; }
	.flexibleTeaser a { color: #003399; }
	.flexibleTeaser ul { margin-top:13px; margin-bottom:13px; }
	.flexibleTeaser li { line-height:20px; margin-left:30px; }
	.flexibleTeaser p { margin-top: 13px; margin-bottom: 13px; }
	.flexibleTeaser td { letter-spacing: 0px; }
	.flexibleTeaser table { border: 1px; }
	.flexibleTeaser th { letter-spacing: 0px; padding: 4px; color: #003399; border-bottom:1px solid #BFD1EA; font-size: 11px}
	.flexibleTeaser td { letter-spacing: 0px; padding: 4px; border-bottom:1px solid #BFD1EA;  }
        

/* ENDE: Hinweis Layer */


@media print {
body {margin:0px;}
  #Head {width:620px;}
  #Head .screen {display:none;}
  #Frame {width:620px;overflow:hidden;}
  .col1 {width:30px}
  .col2 {width:115px}
  .col3 {width:100px}
  .col4 {width:120px}
  .col5 {width:150px}
  .col6 {width:105px}
#Footer {}
#Footer .col1 {width:95px}
#Footer .col2 {width:115px}
#Footer .col3 {width:340px}
#Footer .col4 {width:70px}
}
#Banner {position:absolute;visibility:visible;top:16px;left:317px;width:468px;height:60px;min-height:60px;z-Index:10;}

	#error {
		position:absolute;
		top:0;
		left:0;
		display:none;
		width:164px;
		z-index:10;
		background-color:white;
		border:1px solid red;
		font-weight: bold;
	}
	#error p {
		margin-left:10px;
		margin-top:10px;
		display:block;
		padding:0px 10px 10px 10px;
	}
	#error div {
		height:12px;
		width:100%;
		background-color:red;
		position:relative;
	}
	#error div img {
		position:absolute;
		top:2px;
		right:2px;
	}
	


/* Footer Anfang */

#MainFooter { width: 1000px; padding-top: 20px; text-align: center; }
#MainFooter td{
	text-align: left;
	}
#MainFooterBottom div {text-align: left; }
#MainFooterLinks ul {list-style-type:none;}
#MainFooterLinks li { height: 1.2em;}


#MainFooter3Col {
	position: absolute;
	left: 0px;
	width:550px;
	}
	
	
#MainFooter2Col {
	position: absolute;
	left: 600px;
	width:350px;
	padding-top: 16px;
	padding-bottom: 30px;
	}

#MainFooter2ColInner {
	position: relative;
	border-left: 2px solid #e6e7e8;
	padding-left: 40px;
	}


#MainFooter2Col td{
	font-size:13px;
	}
	

#MainFooterLogos { height:80px; }

#FooterLinksCol1  {
	position:absolute; 
	padding-left:30px;
	width:200px;
	}
	
#FooterLinksCol2  {
	position:absolute;
	left:200px; 
	width:200px;
	padding-left:25px;
	border-left: 2px solid #e6e7e8;
	}
	
#FooterLinksCol3  {
	position:absolute; 
	left:400px; 
	width:200px;
	padding-left:20px;
	border-left: 2px solid #e6e7e8;
	}

/* Footer Hover Menü */

#FooterMenu {
width: 100%;
float: left;
}

#FooterMenu ul {
list-style: none;
margin: 0;
padding: 0;
width: 12em;
float: left;
}


/* Menü positionieren */


#FooterMenu li {position: relative;}

#FooterMenu ul ul {
position: absolute;
z-index: 500;
}


/* Footer Menu ein- und ausblenden */

div#FooterMenu ul ul
{display: none;}

div#FooterMenu ul li:hover ul
{display: block;}




/* Footer Ende */

