/*
	CSS Document: css_abm.css
	Version: 1.1 | Date: 2005-01-11
	Author: websLINE, 2007
	-------
*/

#absatz-calculator *, #absatz-lastminute * {
	font-size: 11px;
	}
.abm-ueberschrift {
	width: auto;
	background: url(img_bg-abmueberschrift.gif) repeat-x;
	text-align: right;
	}

/*
#abm td {
	padding: 2px;
	}
*/
/*
table.abm {
	border: 2px solid #fff;
	}
*/
.abm-termin, .abm-alttermin {
	padding: 10px;
	line-height: 22px;
	}
.abm-alttermin {
	background: #F1EEEF;
	}
.abm-termin input, .abm-alttermin input {
	width: 70px;
	}
td.abm, #abm-zimmer1, #abm-zimmer2, #abm-zimmer3, #abm-zimmer4, #abm {
	background: #F8FAFC;
	padding: 10px;
	}
#abm-zimmer2, #abm-zimmer3, #abm-zimmer4 {
	margin-top: 5px;
	}
.abm, #abm-zimmer1, #abm-zimmer2, #abm-zimmer3, #abm-zimmer4{
	background: #F8FAFC;
	}
.title-abm {
/*	font-weight: bold;*/
	background: #F2E5E9;
	}
.abm-erw {
	width: 20%;
	background-color: #E7D5DA;
	text-align: center;
	}
.abm-kind {
	width: 20%;
	background-color: #F2E5E9;
	text-align: center;
	}
.abm-package {
	color: #008000;
	}

/* Ergebnisseite */

#abm .title {
	width: 100%;
	border: 0;
	background: #F2E5E9;
	}
#abm .data {
	width: 100%;
	border: 0;
	background: #F8FAFC;
	margin: 1px 0 5px 0;
	}
/*
#abm td.cat {
	padding-left: 10px;
	}
*/
#abm td.date {
	width: 70px;
	text-align: center;
	vertical-align: bottom;
	}
#abm td.price, #abm td.totalprice {
	width: 100px;
/*	padding-right: 10px;*/
	text-align: right;
	vertical-align: bottom;
	}
#abm td.book {
	width: 10px;
	text-align: center;
	vertical-align: bottom;
	}
#abm td.totalprice {
	border-bottom: 3px double #E3BCC8;
	}
#abm .data td {
	padding-top: 5px;
	padding-bottom: 5px;
	}
#abm .data .border {
	height: 1px;
	padding: 0px;
	border: 0px;
	}
#abm .data .border div {
	background: url(img_bg-data.gif) repeat-x;
	height: 1px;
	line-height: 1px;
	}
#link {
	display: block;
	text-align: right;
	}
#link a {
	text-decoration: underline;
	}


#abm-transmission, #abm-clearing {
	width: 100%;
	border: 0;
	}
#abm-transmission td, #abm-clearing td {
	padding: 2px;
	}
#abm-transmission td.title, #abm-clearing td.title {
	background: #6C0B28;
	font-weight: bold;
	}
#abm-transmission td.title a, #abm-clearing td.title a {
	color: white;
	}
#abm-transmission td.info, #abm-clearing td.info {
	background: #fff;
	font-style: italic;
	font-size: 10px;
	}

#abm-printbttn {
	float: right;
	background: red;
	color: #fff;
	padding: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none !important;
	pointer: cursor;
	}


/* Software Template */

#software {
	width: 100%;
	padding: 3px;
	}
#software .title {
	width: 150px;
	background: #F2E5E9;
	}
#software .data {
	background: #F8FAFC;
	}


/* HELP BTTNS */

#helpbttns {
	float: right;
	position: relative;
	padding: 0 13px 0 0; 
	margin: 0; 
	list-style-type: none;
	}
#helpbttns li a.info {
	display: block; 
	width: 13px; 
	height: 13px;
	position: absolute; 
	text-decoration: none;
	margin-top: 5px;
	}
* html #helpbttns li a.info {
	margin-top: 17px;
		}
#helpbttns li a.info {
	background: url(img_symbol-info.gif) no-repeat;
	}
#helpbttns li a.info:hover {
	background: url(img_symbol-info_over.gif) no-repeat;
	}
#helpbttns li a b {
	position: absolute;	
	visibility: hidden;
	left: -165px;
	width: 165px;
	font-weight: normal;
	text-align: left;
	}
#helpbttns li a.info {
	top: 0px;
	left: 0px;
	}
#helpbttns li a:hover {
	padding: 2px 10px;
	}
#helpbttns li a:hover b, #helpbttns li a:hover b.step2 {
	visibility: visible; 
	width: 145px; 
	padding: 10px;
	margin: 0; 
	background: #F2E5E9;
	border: 1px dashed #666; 
/*	background: #D5E6BF; */
/*	border: 1px dashed #aaa; */
	color: #4E071E;  
	}
#helpbttns li a:hover b {
	top: -10px;
	}
#helpbttns li a:hover b.step2 {
	top: -130px;
	}
/*
#helpbttns li a:hover b, #helpbttns li a:hover b strong, #helpbttns li a:hover b u {
	font-size: 10px;
	}
*/
