/*********************************************
	CSS: lturfly
	Wed july 11 16:16:14 CET 2005
	by nicdie
*********************************************/

/*******************************************
* #allgemein fuer alle Seiten //////////////
*******************************************/


/* #headline
*******************************************/

div#buchung table
{
    margin-top: 20px;
	margin-left: 5px;
}

/* #content
 in lturfly.css
*******************************************/

/* links */

div#links
{
	width: 200px;
}

div#links .infotop
{
    margin-left:11px;
    margin-top: 25px;
	margin-bottom: 0px;
	margin-right: 0px;
    width: 189px;
	height: 10px;
    background: transparent url('/lturfly/img/bg_rund_li_top_10.png') no-repeat left bottom;
}
div#links .infobottom
{
    background: transparent url('/lturfly/img/bg_rund_li_bottom.png') no-repeat left top;
    margin-left: 11px;
    height: 7px;
    margin-top: 0px;
}

div#links h1.infobox
{
    font-weight: bold;

    margin-left:11px;
    width: 176px;
    background: #DCDCDC no-repeat left top;
    padding-bottom: 5px;
}

div#links .infobox
{
    margin-left:11px;
    width: 176px;
    background-color: #FFF;
    padding-left: 8px;
    padding-right: 5px;
    color: #000;
}

div#links h2.infobox
{
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}

/* main_content */
div#main_content
{
    width: 590px;
    background-color: #232323;
}

/*************
Skala
**************
class skala: die Skala an sich
class null:  Nullpunkt der Skala
class marker: schieberegler
*/
div#links div.skala,
div#links div.skala_little
{
    background: transparent url('/lturfly/img/skala.png') repeat-x left bottom;
    position: relative;
    height: 14px;
    overflow: hidden;
}

div#links div.skala
{
    width: 170px;
}
div#links div.skala_little
{
    width: 150px;
    float:left;
}

div#links div.marker
{
    background: transparent url('/lturfly/img/skala_mark.png') no-repeat left top;
    position: absolute;
    top: 0px;
    width: 9px;
    height: 12px;
    overflow: hidden;
    cursor:w-resize;
}

div#links div.null
{
    background: transparent url('/lturfly/img/skala_mitte.png') no-repeat left top;
    position: relative;
    left: 0px;
    top: 5px;
    width: 9px;
    height: 9px;
    overflow: hidden;
}

div#links a.undo
{
    background: transparent url('/lturfly/img/button_undo.png') no-repeat left top;
    width: 14px;
    height: 14px;
    overflow: hidden;
    display:block;
    margin-left: 6px;
}

div#links table
{
    width: 170px;
    border: 0;
}
div#links table.undo
{
    width: 150px;
}
div#links table *
{
    color: #000;
    white-space:nowrap;
}

div#links .infobox select
{
    color: #000;
    width: 170px;
}
div#links .infobox select *
{
    color: #000;
}
.flightProduct {
    display:inline;
}

.dotted_line_170
{
    border-bottom: 1px dotted #BEBEBE;
	width:170px;
	padding-bottom:10px;
}

