/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFBE7;
}
body,td,th {
	/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.copyright {font-size: 10px}
.hotline {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.weiss_fett {
	color: #FFFFFF;
	font-weight: bold;
}
.rot {color: #FF0000}

.rot_fett {
	color: #FF0000;
	font-weight: bold;
}
.rot_fett_preis {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
}
.hotelname {
	font-weight: bold;
	font-size: 13px;
}

.input {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 11px;
	border: 1px solid #ccc;
}
.button {
    color : #FFFFFF;
    background-color: #F66013;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    border: 1px outset;
}
.toptable{
   font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
}
.toptable a{
	 border: 1px solid #F66013;
}
.image{
  border: 1px solid #F66013;	
}

.blau_fett {
	color: #809FD8;
	font-weight: bold;
}
.textschnellsuche {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.freitext {
	color: #FF0000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold; 
}
.fcomment {
    font-size: 11px;
}
.tmain {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 11px;
}
#header_nav {
   /* width: 590px; 
    height: 30px;*/
    font-size: 9pt;
    font-weight: bold;
  /*   background: #F25619 url(http://www.billiger.de/img/header/bg_inactive.gif) top left repeat-x; */
}
#navlist {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}
#navlist li {
    float: left;
  /*  background: url(http://www.billiger.de/img/header/separator.gif) top right no-repeat; */
    margin: 0;
    padding-right: 1px;
    position: relative;
    text-align: center;
}
#navlist a.main:hover {
		text-decoration: underline;
}
#navlist #current {
    height:29px;
    background-image: url(http://www.billiger.de/img/header/tab_active.gif);
}
#navlist #current a {
    color: #FFF;
    background: url(http://www.billiger.de/img/header/tab_active_left.gif) top left no-repeat;
}

#navlist ul.subnav {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #FFF;
    background-image:none;
    border: 1px solid #999;
    z-index: 200;
    opacity: 0.95;
    filter: alpha(opacity=95);
}
#navlist ul.subnav li {
    margin: 0;
    padding: 0;
    background: url(http://www.billiger.de/img/linie_hr.png) repeat-x bottom center;
    width: 16em;
    float: none;
    text-align: left;
}
#navlist ul.subnav li.last {
    border-bottom-style: none;
    background-image: none;
}


#navlist li:hover ul.subnav, #navlist li.over ul.subnav {
    display: block;
    width: auto;
    background-image: none;
}
#navlist ul.subnav a, #navlist #current ul.subnav a {
    display: block;
    padding: 2px 5px;
    text-decoration: none;
    color: #666;
    font-weight: normal;
    background-image: none;
}
#navlist ul.subnav a:hover, #navlist #current ul.subnav a:hover {
    background-color: #EBEBEB;
    background-image: none;
}
#navlist a.main {
    display: block;
    padding: 8px 16px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}
/* BUTTON NEU*/
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button1 {
    background: transparent url('http://www.flughafen-angebote.de/img/buttons/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    /*float: left;*/
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button1 span {
    background: transparent url('http://www.flughafen-angebote.de/img/buttons/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 
a.button1:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button1:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 
