/*
	CSS Document: css_modules.css
	Version: 1.0 | Date: 2006-05-05
	Project: www.donauhof.com
	Author: websLINE, 2006
	-------
*/


/* HEADLINKS & PORTALLINKS & LANGUAGES & NAVIGATION & SHORTNAVIGATION */

#headlinks, #portallinks, #languages, #navigation, #shortnavigation {
	display: table;
	list-style-type: none;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	}
#headlinks {
	float: right;
	}
#navigation, #shortnavigation {
	position: absolute;
	padding: 0px; 
	margin-top: -25px;
	padding-left: 0px;
	border-left: 1px solid #fff;
	}
#headlinks li, #portallinks li, #languages li, #navigation li, #shortnavigation li {
	display: table-cell;
	}
#headlinks a, #headlinks a:visited, #portallinks a, #portallinks a:visited, #languages a, #languages a:visited, #navigation a, #navigation a:visited, #shortnavigation a, #shortnavigation a:visited {
	display: block;
	font-size: 10px;
	text-decoration: none;
	}
#headlinks a, #headlinks a:visited {
	padding: 0px 7px 1px 7px;
	background: url(img_bg-headlinks.gif) no-repeat top right;
	}
a.britain {
	background: url(img_flag-britain.gif) no-repeat;
		}
a.deutsch {
	background: url(img_flag-deutsch.gif) no-repeat;
		}
#portallinks a, #portallinks a:visited {
	padding: 0px 5px 1px 0px;
	margin: 0px 3px 0px 0px;
	border-right: 1px solid #919191;
	color: #919191;
	}
#languages a, #languages a:visited {
	padding-left: 20px;
	background-position: 0px 2px;
	}
#navigation a, #navigation a:visited, #shortnavigation a, #shortnavigation a:visited {
	padding: 4px 0px;
	text-align: center;
	width: 94px;
	overflow: hidden;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	height: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	}
#navigation a, #navigation a:visited {
	background: #005EAD;
	}
#shortnavigation a, #shortnavigation a:visited {
	background: #9A2600;
	}
#navigation a:hover, #shortnavigation a:hover {
	background: #FEF7E6;
	color: #7A603B;
	}



/* ANFRAGE MASKE */

#inquirymask {
	width: 165px;
	}

#inquirymask h1, #inquirymask  h2, #inquirymask  h3, #inquirymask  input, #inquirymask  select {
	font-size: 10px;
	margin: 0px 0px 3px 0px;
	padding: 0;
	font-weight: normal;
	}
#inquirymask h3 input.bttn {
	width: 145px; 
	height: 19px; 
	border: 0px;
	background: #005EAD;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	}



/* PACKAGES */

#packages {
	padding-right: 10px;
	}



/* TEASER */

#teaser {
	padding-top: 13px;
	}
#teaser img {
	float: left;
	}
#teaser a {
	text-decoration: none;
	}
#teaser a:hover {
	text-decoration: underline;
	font-weight: normal;
	}
#teaser h1, #teaser p {
	padding: 0;
	padding-left: 90px;
	margin: 0px;
	font-size: 10px;
	}



/* LAST MINUTE */

#lastminute {
	display: none;
	}
#lastminute a {
	text-decoration: none;
	display: block;
	width: 220px;
	padding: 10px 0px;
	}
#lastminute a:hover {
	text-decoration: underline;
	font-weight: normal;
	}
#lastminute h1, #lastminute h2, #lastminute p {
	margin: 0;
	pading: 0;
	font-size: 10px;
	}
#lastminute h2 {
	text-align: right;
	}
#lastminute p {
	padding-left: 12px;
	}



/* GHOST LAYER */

#ghost {	
	position: absolute;
	width: 310px;
	left: -300px;
	text-align: right;
	z-index: 99;
	}
#ghost p, #ghost h1, #ghost h2, #ghost h3, #ghost h4, #ghost h5 {
	padding-right: 10px;
	}



/* HELP BUTTONS */

#helpbttns {
	float: right;
	position: relative;
	padding: 0 15px 0 0; 
	margin: 0; 
	list-style-type: none;
	}
#helpbttns li a.info, #helpbttns li a.sound {
	display: block; 
	width: 13px; 
	height: 13px; 
	position: absolute; 
	text-decoration: none;
	margin-top: 20px;
	}
* html #helpbttns li a.info, * html #helpbttns li a.sound {
	margin-top: 30px;
		}
#helpbttns li a.info {
	background: url(img_symbol-info.gif);
	}
#helpbttns li a.info:hover {
	background: url(img_symbol-info_over.gif) no-repeat;
	}
#helpbttns li a.sound {
	background: url(img_symbol-sound.gif);
	}
#helpbttns li a.sound:hover {
	background: url(img_symbol-sound_over.gif) no-repeat;
	}
#helpbttns li a b {
	position: absolute;	
	visibility: hidden; 
	font-weight: normal;
	text-align: left;
	}
#helpbttns li a.info {
	top: 0px;
	left: 0px;
	}
#helpbttns li a.sound {
	top: 0px;
	left: 17px;
	}
#helpbttns li a:hover {
	padding: 2px 10px;
	}
#helpbttns li a:hover b {
	visibility: visible; 
	width: 165px; 
	top: -10px;
	padding: 10px; 
	margin: 0px 0px 0px 0px; 
	background: #ddd; 
	border: 1px dashed #aaa; 
	color: #20364E; 
	}


/* TABELLEN FORMATIERUNG */

#package, #prices, #form {
	width: 100%;
	border: 0px;
	padding: 0;
	}
#package td, #prices td, #form td {
	padding: 2px;
	}
#package td.space {
	line-height: 5px;
	border-top: 1px dashed #A07A5C;
	}
#package td.row1, #package td.row4, #prices td.row2, #prices td.row3 {
	text-align: center;
	}
#package td.row3 {
	text-align: right;
	}
#package tr.line1, #form tr.line1, #prices tr.line1, #form tr.line1 {
	background: #FEEDCC;
	}
#package tr.line2, #form tr.line2, #prices tr.line2, #form tr.line2 {
	background: #FDE4B2;
	}
#package tr.line3, #prices tr.line3 {
	background: #FDDB99;
	}
#package td.row1 {
	width: 90px;
	}
#package td.row3 {
	width: 70px;
	}
#package td.row4 {
	width: 80px;
	}
#form h2 {
	margin: 20px 0 0 0;
	padding: 0;
	}
#form-toplevel {
	background: #FEF4DE;
	padding: 10px;
	width: 95%;
	margin-top: 20px;
	display: none;
	}




/* ROUTENPLANER */

.routenplaner-start {
	background-color: #EFEAE6;
	}
.routenplaner-ziel {
	background-color: #F3EFEC;
	}



/* CONTENT FUNCTIONS */

#content-functions {
	display: block;
	width: 100%;
	text-align: right;
	}
#content-functions img {
	margin-left: 5px;
	}



/* MORE LAYER */

.morelayer {
	display: none;
	background: #FEF2D9;
	padding: 10px;
	margin-top: 1px;
	}
.morelayer a {
	float: right;
	}
.morelayer h2, .morelayer p {
	font-size: 10px;
	margin: 0;
	padding: 0;
	}


/* NO FLOAT */

#nofloat {
	display: table;
	margin-bottom: 20px;
	}
* html #nofloat {
	display: inline-block;
	}
#nofloat p, #nofloat h1, #nofloat h2, #nofloat h3, #nofloat h4, #nofloat h5, #nofloat h6 {
	margin: 0;
	padding: 0 10px;
	}



/* PANOS */

.absatz-panos,
.absatz-pano {
	background: #FEEDCC;
	border: 1px solid #FDEBC8;
	padding: 4px;
	}
.absatz-panos {
	float: left;
	margin: 0 6px 6px 0;
	width: 136px;
	}
.absatz-panos img,
.absatz-pano img {
	border: 1px solid #FDEBC8;
	}
.absatz-pano img {
	float: left;
	margin: 0 6px 0 0;
	}
.absatz-panos h3,
.absatz-panos p,
.absatz-pano h3 {
	margin: 0px; padding: 0px;
	}
.absatz-pano p {
	margin: 10px 0; padding: 0px;
	}
.absatz-panos a.low,
.absatz-panos a.full,
.absatz-pano a.low,
.absatz-pano a.full {
	background: url(img_symb-flash.gif) no-repeat;
	padding: 0 0 0 20px;
	line-height: 18px;
	}





/* sIFR REPLACEMENT */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	}
.sIFR-replaced {
	visibility: visible !important;
	}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
	}

/* These "decoy" styles are used to hide the browser text before it is replaced...
 the negative-letter spacing in this case is used to make the browser text metrics 
 match up with the sIFR text metrics since the sIFR text in this example is so much narrower... 
 your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */  
