
a.flightnr{
	text-decoration: none;
	color: #646464;
	
	background-image: url(../images/listitems/listitem_arrowright_red_dotted.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 8px;
	font-weight: normal;
}

a.flightnr:hover{
	color: #cc0000;
	text-decoration: underline;
}

div#wrapper{
	margin: 0 auto 0 auto;
	width: 936px;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
}

.asterisk{
	color: #cc0000;
}

.infobutton{
	position: relative;
	top: 2px;
}

.infobuttonboxed{
	position: relative;
	top: 4px;
}

.icon_externlink{
	position: relative;
	top: 2px;
}

.sitemapparagraph{
	line-height: 1.5em;
	width: 448px;
	color: #000000;
}

/* ***************************************************************************** */
/* Header */

div#header{
	padding-top: 4px;
	width: 916px;
	font-size: 0.7em;
}

div#login{
	position: relative;
	width: 682px;
	color: #000000;
	background: #e0e0e0;
	margin-left: 234px;
	padding: 7px 0 7px 0;
	text-align: right;
	font-size: 0.7em;
}

div#login .name{
	font-weight: bold;
}

div#login a{
	margin-left: 15px;
	margin-right: 22px;
}

div#header div#language{
	margin-left: 234px;
	padding-top: 3px;
}

* html div#header div#language{
	margin-left: 231px;
	display: inline-block;
}

div#header div#language a#langbutton{
	padding-left: 21px;
	background: url(../images/buttons/button_arrowdown_redgrey.gif) no-repeat left center;
}

div#header div#language a#langbutton.hi{
	background: url(../images/buttons/button_arrowdown_whitered.gif) no-repeat left center;
}

div#header div#language a{
	text-decoration: none;
	color: #646464;
	font-weight: normal;
}

div#header div#language a:hover{
	color: #cc0000;
	text-decoration: underline;
}

div#header div#language #languagelayer{
	visibility: hidden;
	position: absolute;
	border: solid 1px #999999;
	padding: 10px;
	margin-top: 5px;
	DISPLAY: none;
	background: #ffffff;
	width: 226px;
}

div#header div#language #languagelayer.shown{
	DISPLAY: block;
	visibility: visible;
	z-index: 10;
}
div#header div#language #languagelayer .selectfake{
	border: solid 1px #999999;
	padding:  2px 0 2px 5px;
	background: url(../images/language/bg_select.gif) center right no-repeat;
}

div#header div#language #languagelayer .selectfake a.langlink{
        background: none;
}

div#header div#language #languagelayer .selectfake #countrytitle.hi{
	color: #cc0000;
}

div#header div#language #languagelayer #countrylist{
	position: absolute;
	display: none;
	visibility: hidden;
	width: 224px;
	background: #ffffff;
	border: solid 1px #999999;
}

div#header div#language #languagelayer #countrylist.shown{
	display: block;
	visibility: visible;
	z-index: 11;
}

div#header div#language #languagelayer #countrylist ul{
	margin: 5px 0 5px 0;
	padding: 0;
	list-style-type: none;
}

div#header div#language #languagelayer #countrylist li{
	margin: 0;
	padding: 2px 0 2px 5px;
}

div#header div#language #languagelayer #countrylist a.implink{
	margin-left: 5px;
}

div#header div#language #languagelayer .selectfake #langtitle.hi{
	color: #cc0000;
}

div#header div#language #languagelayer #langlist{
	position: absolute;
	display: none;
	visibility: hidden;
	width: 224px;
	background: #ffffff;
	border: solid 1px #999999;
}

div#header div#language #languagelayer #langlist.shown{
	display: block;
	visibility: visible;
	z-index: 11;
}

div#header div#language #languagelayer #langlist ul{
	margin: 5px 0 5px 0;
	padding: 0;
	list-style-type: none;
}

div#header div#language #languagelayer #langlist li{
	margin: 0;
	padding: 2px 0 2px 5px;
}

div#header div#language #languagelayer #langlist a.implink{
	margin-left: 5px;
}

div#header div#language #languagelayer a.langlink{
	display: block;
	width: 226px;
	color: #646464;
	text-decoration: none;
}

div#header div#language #languagelayer a.langlink:hover{
	color: #cc0000;
	text-decoration: none;
}

div#header div#language #languagelayer a.langlink img{
	position: relative;
	top: 2px;
}

div#header div#language #languagelayer .buttonblockright{
	width: 226px;
}

div#header div#language #languagelayer .buttons{
	margin-top: 20px;
}

div#header div#language #languagelayer a.button_lang_go{
	float: right;
}

* html div#header div#language #languagelayer a.button_lang_go{
	position:relative;
	left:29px;
}

div#header div#language #languagelayer ul.listitem_redright_dotted li{
	width: 100px;
	display: block;
}

div#header a#logo{
	float: left;
	margin-top: 26px;
}

/* Meta-Navigation */
div#metanav{
	margin-top: 3px;
	float: right;
}

div#metanav ul{
	margin: 0;
	padding: 0;
}

div#metanav ul li{
	float: left;
	margin-right: 20px;
}

div#metanav ul li a{
	color: #646464;
	text-decoration: none;
	font-weight: normal;
}

div#metanav ul li a:hover{
	color: #cc0000;
	text-decoration: underline;
}

/* Suche */
/*div#search{
	margin-top: 3px;
	float: right;
}

div#search input{
	font-size: 1em;
	border-top: solid 1px #646464;
	border-left: solid 1px #646464;
	border-right: solid 1px #cacaca;
	border-bottom: solid 1px #cacaca;
	position: relative;
	top: -3px;
	color: #7f7f7f;
	width: 98px;
}

div#search input.button{
	width: auto;
	border: none;
	position: relative;
	top: -1px;
}*/

div#metaarea.login{
	padding-top: 32px;
}

/* Haupt-Navigation */
div#topnav{
	margin: 61px 0 0 224px;
	height: 20px;;
}

* html div#topnav{
	display: inline-block;
	margin-left: 221px;
}

div#topnav.login{
	margin-top: 29px;
}

div#topnav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

div#topnav ul li{
	float: left;
}

div#topnav ul li a{
	display: block;
	float: left;
	padding: 4px 10px 4px 10px;
	border-left: solid 1px #999999;
	color: black;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

div#topnav ul li.firstLi a{
	border-left: none;
}

div#topnav ul li a:hover{
	color: #cc0000;
}

div#topnav ul li.hi a{
	color: #cc0000;
}

/* ***************************************************************************** */
/* Sub-Navigation */

ul.subnav {
	margin: 4px 0 5px 0;
 	padding: 0;
}

ul.subnav li{
	background-image: url(../images/listitems/listitem_arrowright_red_dotted.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 8px;
	list-style: none;
}

ul.subnav ul{
	margin: 0;
	padding: 0 0 0 22px;
	width: auto;
}

ul.subnav ul li{
}

.subnav .hi {
	color: #cc0000;
	font-weight: bold;
}


/* Added by LX to fix bug in IE6 05.06.07 flmo */
* html .subnav .hi {
	background-image: none;
	color: #cc0000;
	font-weight: bold;
}

ul.more {
	margin-top: 25px;
}

/* ***************************************************************************** */
/* Footer */
div#footer{
	clear: both;
	width: 916px;
	margin: 30px 0 20px 0;
	padding: 0;
	font-size: 0.6em;
}

div#footer ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

div#footer ul li{
	float: left;
	background: url(../images/listitems/listitem_arrowright_red_small_border.gif) no-repeat left center;
	padding-left: 13px;
	margin-right: 10px;
}

div#footer ul li.first{
	background: url(../images/listitems/listitem_arrowright_red_small.gif) no-repeat left center;
	padding-left: 6px;
}

div#footer ul li a{
	color: #646464;
	text-decoration: none;
	font-weight: normal;
}

div#footer ul li a:hover{
	color: #cc0000;
	text-decoration: underline;
}

div#footer #member{
	float: right
}

div#footer .copyright{
	color: #000000;
}

/* ***************************************************************************** */
/* Shadow */

.shadow{
	position: relative;
	top: -4px;
	left: -5px;
	width: 480px;
}

.shadow_content{
	/*padding: 4px 5px 6px 5px;*/
	padding: 4px 5px 6px 5px;
	
}

.shadow_left{
	background: url(../images/shadow/left.gif) left repeat-y;
}

.shadow_right{
	background: url(../images/shadow/right.gif) right repeat-y;
}

.shadow_top{
	background: url(../images/shadow/top.gif) top repeat-x;
}

.shadow_bottom{
	background: url(../images/shadow/bottom.gif) bottom repeat-x;
}

.shadow_topleft{
	background: url(../images/shadow/topleft.gif) top left no-repeat;
}

.shadow_topright{
	background: url(../images/shadow/topright.gif) top right no-repeat;
}

.shadow_bottomleft{
	background: url(../images/shadow/bottomleft.gif) bottom left no-repeat;
}

.shadow_bottomright{
	background: url(../images/shadow/bottomright.gif) bottom right no-repeat;
}

.shadow_3cols{
	width: 692px;
}


/* Main Content */
div#main{
	clear: both;
	margin: 23px 0 0 0;
	padding: 0;
	font-size: 0.75em;
}

*+html div#main{
	margin: 27px 0 0 0;
}

/* for ie6 */
* html div#main {
	width: 936px;
}


div#main .col{
/*	width: 234px;*/
	float: left;
	overflow: visible;
}

div#main .rightcol{
	float: right;
	width: 234px;
}

div#main .rightcol ul{
	width: 200px;
}


/* content elements */

span.localeimg{
	position: absolute;
	width: 38px;
	height: 26px;
}

span.localeimg img{
	position: relative;
	top: -3px;
}

span.localetext{
	margin-left: 41px;
}

form {
  margin: 0px;
  padding: 0px;
}

.invisible{
	display: none;
}

.right{
	float: right;
}


a .right {
	cursor: pointer;
}


.clear{
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
	overflow: hidden;
}

.clearleft{
	clear: left;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
}

.nowrap{
	white-space: nowrap;
}

.big{
	font-size: 1em;
	font-weight: bold;
}

.bigger{
	font-size: 1.4em;
	font-weight: bold;
}

.small{
	font-size: 0.8em;
}

img{
	border: none;
}

td {
	text-align:left;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1em;
	color:#000000;
}

/*Added by LX flmo fix font-size in IE6 */
* html .twocells td {
	font-size:0.75em;
}

.bordergrey_cell_1col{
	border: solid 1px #dadada;
	margin: 0 0 20px 0;
	padding: 2px 0 2px 0;
	width: 202px; /* grey box width in IE6 */
}

.bordergrey_cell_1col img{
	margin: 3px 0 2px 5px
}

td.bordergrey_cell_1col ul{
	margin: 5px
}


td.bordergrey_cell_1col h3{
	color: #000000;
	font-size: 1em;
	margin:  5px;
	margin-top: 7px;
	padding: 0;
	width: auto;
}

h2 {
	font-size: 1.0em;
	font-weight: bold;
	color: #000000;
	width: 214px;
	border-bottom: 1px solid #999999;
	margin: 0 0 8px 0;
	padding: 0 0 2px 0;
	text-transform:uppercase;
}

/* added for offer page elements on content standard layout flmo 3.10.07 */
.two_cols .multicol h2.element  {
	font-size: 1.0em;
	font-weight: bold;
	color: #000000;
	width: 470px;
	border-bottom: 1px solid #999999;
	margin: 0 0 8px 0;
	padding: 0 0 2px 0;
	text-transform:uppercase;
	background-image:none;
}

h3 {
	font-size: 1.0em;
	font-weight: bold;
	color: #000000;
	width: 214px;
	margin: 14px 0 4px 0;
	padding: 0;
	text-transform:uppercase;
}

/* added for offer page elements on content standard layout flmo 3.10.07 */
.two_cols .multicol h3.element {
	font-size: 1.0em;
	font-weight: bold;
	color: #000000;
	width: 214px;
	margin: 14px 0 4px 0;
	padding: 0;
	text-transform:uppercase;
	border:none;
}


small {
	font-size: 0.85em;
	font-weight: bold;
	color: #000000;
	margin: 5px 0 5px 0;
}

.top{
	margin-top: 0;
}

.col .sub{
	margin-top: 2px;
}
.col .multicol_right .sub {
	margin-top: 10px;
}
.sub img {
	margin-top: 2px;
	margin-bottom: 7px;
}

.spacer {
  height: 5px;
  line-height: 5px;
}

.bigspacer {
  height: 15px;
  line-height: 15px;
}

.middle_col{
	margin-left: 234px;
}

.two_cols{
	width: 462px;
	margin: 0 0 16px 0;
	padding: 0 0 0 0;
	/*overflow: hidden;*/
}

.mainvisspacer{
	margin-bottom: 7px;
	overflow: visible;
}

.two_cols h2{
	width: 470px;
}

.two_cols h3{
	/*width: 448px;*/
}

.two_cols h4{
	/*width: 448px;*/
}

.three_cols .col h2{
	width: 214px;
}

.three_cols h2{
	width: 682px;
}

.three_cols {
	width: 699px;
	clear: left;
	margin: 0 0 12px 0;
	padding: 0;
}

.three_cols.right {
	clear: none;
}

.three_cols.greybordertop{
	border-top: solid 1px #e0e0e0;
	width: 682px;
	margin: 20px 0 0 0;
	padding: 0;
}


.four_cols {
	width: 933px;
	clear: left;
	margin: 0 0 20px 0;
	padding: 0;
}

.one_col{
	width: 234px;
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
}

.one_col h2{
	width: 214px;
}

.one_col .col{
	width: 234px;
}

.col{
	margin: 0;
	padding: 0;
	width: 234px;
	overflow: hidden;
}

.multicol{
	overflow: hidden;
}

.multicol_right{
	width: 228px;
	overflow: hidden;
}


.three_cols .doublecol {
  margin: 0;
  padding: 0;
  width:468px;
}
.three_cols .doublecol h2{
  width:448px;
}

.three_cols .doublecol ul{
  margin:0;
  padding:0;
  width:468px;
}


.col p{
	width: 214px;
	color: #000000;
	margin: 4px 0 4px 0;
}

.col ul{
	width: 214px;
}

.col ul li{
	margin-top: 3px;
}

.col ul li a{
	color: #646464;
	text-decoration: none;
	font-weight: normal;
}

.col ul li a:hover{
	color: #cc0000;
	text-decoration: underline;
}

.full_content{
	width: 933px;
}

.mainvis{
	width: 692px;
}

.mainvis_2cols{
	width: 458px;
}

.contentpage{
	color: #000000;
}

.contentpage .two_cols{
	width: 448px; 
}


.contentpage h2{
	color: #000000;
	font-size: 1.8em;
	font-weight: bold;
	border: none;
	background: url(../images/misc/bg_headline.gif) left bottom no-repeat;
	padding-bottom: 12px;
}

.contentpage h2 span{
	font-weight: normal;
	display: block;
}

.contentpage p{
	margin: 14px 0 14px 0;
}

.contentpage p.top{
	margin-top: 0;
}

.contentpage p.subhdtext{
	margin-bottom: 37px;
}

/* added by LX */
.contentpage p div.subhdtext{
	margin-bottom: 37px;
}
/* /added by LX */

.contentpage h3{
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;

}

.contentpage .two_cols h3.underline{
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 1px solid #999999;
	margin: 30px 0 8px 0;
	padding: 0 0 2px 0;
	width: 448px;
}


.contentpage h4{
	margin: 0;
	padding: 0 0 20px 0;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
}

.contentpage .col{
	padding-bottom: 5px;
	overflow: hidden;
}

.contentpage .col h3{
	font-size: 1.0em;
	font-weight: bold;
	color: #000000;
	width: 214px;
	border-bottom: 1px solid #999999;
	margin: 0 0 8px 0;
	padding: 0 0 2px 0;
}

.contentpage ol{
  margin: 4px 0 14px 0;
	padding: 0 0 0 2em;
}

.contentpage ol li{
	margin-top: 3px;
}

.contentpage ol li ol{
	margin: 0;
}

.contentpage ul {
  margin: 4px 0 14px 0;
  padding: 0;
}

.contentpage ul li{
	background-image: url(../images/listitems/listitem_block_black.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	margin-top: 3px;
	padding-left: 8px;
	list-style: none;
}

.contentpage ul li ul{
	margin: 0;
}

.contentpage .vis_2cols{
	width: 458px;
	margin-bottom: 14px;
}

.vis_2cols .copyright{
	font-size: 0.8em;
}

.vis_2cols .subtext{
	margin-top: 4px;
}

.contentpage .imggalery{
	margin-bottom: 4px;
}

.contentpage .imggalery h3{
	font-size: 1.0em;
	font-weight: bold;
	color: #000000;
	width: 214px;
	border-bottom: 1px solid #999999;
	margin: 0 0 6px 0;
	padding: 0 0 2px 0;
	width: 448px;
}

.contentpage .imggalery .counter{
	text-align: center;
	margin: 0 0 5px 0;
}

.contentpage .imggalery a.image{
	margin-left: 16px;
}

.contentpage .imggalery a.firstimage{
	margin-left: 0;
}

.contentpage .imggalery a.lastimage{
	margin-right: 0;
}

.contentpage .imggalery a.button{
	position: relative;
	top: -34px;
}

.contentpage .imggalery a.firstbutton{
	margin-right: 12px;
}

.contentpage .imggalery a.lastbutton{
	margin-left: 12px;
}

a.implink{
	margin: 14px 0 14px 0;
	display: block;
	background-image: url(../images/listitems/listitem_arrowright_red_dotted.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 8px;
	font-weight: normal;
	text-decoration: none;
	color: #646464;
}

a.implink:hover{
	text-decoration: underline;
	color: #cc0000;
}

a.vimplink{
	margin: 14px 0 14px 0;
	display: block;
	background-image: url(../images/listitems/listitem_arrowright_red_big.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #646464;
	font-size: 1.4em;
}

a.vimplink:hover{
	text-decoration: underline;
	color: #cc0000;
}

a.vimplinkbold{
	margin: 14px 0 14px 0;
	display: block;
	background-image: url(../images/listitems/listitem_arrowright_red_big.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #646464;
	font-size: 1.4em;
}

a.vimplinkbold:hover{
	text-decoration: underline;
	color: #cc0000;
}

div.vimplinkboldextern{
	margin: 14px 0 14px 0;
	display: block;
	background-image: url(../images/listitems/listitem_arrowright_red_big.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 12px;
}

div.vimplinkboldextern a{
	font-weight: bold;
	text-decoration: none;
	color: #646464;
	font-size: 1.4em;
}

div.vimplinkboldextern a:hover{
	text-decoration: underline;
	color: #cc0000;
}

div.vimplinkboldextern img{
	position: relative;
	top: 0px;
}

/* Lists */

ul.listitem_whiteright_big{
  margin: 0;
  padding: 0;
}

ul.listitem_whiteright_big li{
	background-image: url(../images/listitems/listitem_arrowright_white_big.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding-left: 10px;
	list-style: none;
}

ul.listitem_whiteright_big li a{
	color: #ffffff;
	font-size: 1.7em;
	font-weight: normal;
}

ul.listitem_whiteright_big li a:hover{
	color: #ffffff;
}

ul.listitem_redright_dotted {
  margin: 4px 0 5px 0;
  padding: 0;
}

ul.listitem_redright_dotted li{
	background-image: url(../images/listitems/listitem_arrowright_red_dotted.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 8px;
	list-style: none;
}

ul.listitem_redright_dotted li.external{
	background-position: 0 70%;
}


ul.listitem_redright_dotted li a{
	text-decoration: none;
	font-weight:normal;
}

ul.listitem_redright_dotted li a:hover{
	text-decoration: underline;
}

ul.listitem_redright_dotted li a:hover .right{
	text-decoration: underline;
}

ul.listitem_redplus {
  margin: 5px 0 5px 0;
  padding: 0;
}

ul.listitem_redplus li{
	list-style: none;
	padding-left: 0;
}

ul.listitem_redplus li a{
	background-image: url(../images/listitems/listitem_plusred.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 24px;
	display: inline-block;
}

html>body ul.listitem_redplus li a{
	display: block;
}

ul.listitem_redplus li.hi a{
	background-image: url(../images/listitems/listitem_minusred.gif);
	color: #cc0000;
}

ul.listitem_redplus span.content{
	padding-left: 24px;
	display: none;
	color: #000000;
	margin-top: 4px;
}

ul.listitem_redplus li.hi span.content{
	display: block;
}

ul.listitem_check_green {
  margin: 4px 0 5px 0;
  padding: 0;
}

ul.listitem_check_green li{
	background-image: url(../images/listitems/listitem_check_green.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 19px;
	list-style: none;
}

.contentpage .contentfooter{
	border-top: solid 1px #dadada;
	margin-top: 27px;
}

.contentpage .contentfooter a.toplink{
	float: right;
	margin-top: 5px;
	color: #646464;
	font-weight: normal;
	text-decoration: none;
}

.contentpage .contentfooter a.toplink:hover{
	color: #cc0000;
	text-decoration: underline;
}

.contentpage .contentfooter a.toplink img{
	position: relative;
	top: 1px;
}

.contentpage .contentfooter ul{
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
}

.contentpage .contentfooter ul li{
	margin: 0;
	padding: 0 0 0 20px;
	background: none;
	float: left;
	margin-right: 15px;
}

.contentpage .contentfooter ul li.button_printpage{
	background: url(../images/misc/icon_printpage.gif) no-repeat;
}

.contentpage .contentfooter ul li.button_sendpage{
	background: url(../images/misc/icon_sendpage.gif) no-repeat;
}

.contentpage .contentfooter ul li a{
	font-weight: normal;
	color: #646464;
	text-decoration: none;
}

.contentpage .contentfooter ul li a:hover{
	color: #cc0000;
	text-decoration: underline;
}


/*Tables*/

/* 3 cols */
.contentpage h3.table_3cols{
	color: #000000;
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	margin: 30px 0 0 0;
	padding: 0 0 2px 0;
	width: 682px;
}

.contentpage table.table_3cols{
	font-size: 1em;
	margin: 0;
	padding: 0;
	width: 683px;
	border-collapse: collapse;
}

.contentpage table.table_3cols td{
	margin: 0;
	padding: 5px;
	border: solid 1px #cccccc;
	width: 50%;
	vertical-align: top;
	background: #ffffff;
}

.contentpage table.table_3cols.lines td{
	border-top: none;
	border-left: none;
	border-right: none;
	width: auto;
	padding: 5px 30px 5px 0;
}

.contentpage table.table_3cols td h4{
	margin: 0 0 4px 0;
}

.contentpage table.table_3cols.lines td.red{
	padding: 3px 30px 3px 0;
}

.contentpage table.table_3cols.lines td.grey{
	padding: 3px 30px 3px 0;
}

.contentpage table.table_3cols td.red div{
	background: #cc0000;
	color: #ffffff;
	padding: 2px 5px 2px 5px;
}

.contentpage table.table_3cols td.grey div{
	background: #f0f0f0;
	padding: 2px 5px 2px 5px;
}

.contentpage table.table_3cols td.red div h4{
	color: #ffffff;
}

/* 2 cols */
.contentpage h3.table_2cols{
	color: #000000;
	font-size: 1.0em;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	margin: 30px 0 5px 0;
	padding: 0 0 2px 0;
	width: 448px;
}

.contentpage table.table_2cols{
	font-size: 1em;
	margin: 0;
	padding: 0;
	width: 449px;
	border-collapse: collapse;
}

.contentpage table.table_2cols td{
	margin: 0;
	padding: 5px;
	border: solid 1px #ffffff;
	width: 50%;
	vertical-align: top;
	background: #f0f0f0;
}

.contentpage table.table_2cols.lines td{
	border-left: none;
	border-right: none;
	width: auto;
}

.contentpage table.table_2cols tr.tablefooter td{
	background: #ffffff;
	font-weight: bold;
	border-bottom: 1px solid #999999;
}

.contentpage table.table_2cols td a.implink{
	display: inline;
}

/* departures */
.departures{
	width: 457px;
	margin-top: 17px;
	margin-bottom: 30px;

}


/* form error */
.formerrorbox{
	border: solid 1px #cc0000;
}

.formerrorbox h3.error{
	font-size: 1.1em;
	width: auto;
	border: none;
	color: #cc0000;
	margin: 0;
	padding-left: 9px;
	padding-bottom: 0px;
}

/* added by LX */
/*
.formerrorbox ul.exclamationmark{
	list-style-type: none;
	list-style-position: outside;
	padding-left: 9px;
	margin: 0 0 7px 10px;
	padding: 0;
}

.formerrorbox ul.exclamationmark li{
	background: url(../images/listitems/listitem_exclamationmark_red.gif) no-repeat left top;
	margin-top: 6px;
	padding: 0 10px 0 19px;
	color: #cc0000;
}
*/

.formerrorbox ul.exclamationmark div br {
	display:none;
}

.formerrorbox{
	margin-bottom: 1px;
}

ul.exclamationmark{
	list-style-type: none;
	list-style-position: outside;
	padding-left: 9px;
	margin: 0 0 7px 10px;
	padding: 0;
}

ul.exclamationmark li{
	background: url(../images/listitems/listitem_exclamationmark_red.gif) no-repeat left top;
	margin-top: 6px;
	padding: 0 10px 0 19px;
	color: #cc0000;
}



/**************date with list*************************/

ul.listitem_redright_dotted_press {
  	margin: 4px 0 5px 0;
  	padding: 0;
}

ul.listitem_redright_dotted_press li{
	clear:both;
	display:block;
	list-style: none;
	color:#000000;
}

ul.listitem_redright_dotted_press li a{
	text-decoration: none;
	font-weight:normal;
	background-image: url(../images/listitems/listitem_arrowright_red_dotted.gif);
	background-repeat: no-repeat;
	background-position: 10px 4px;
	padding: 0 0 3px 18px;
	border:0px solid red;
	display:block;
	float:left;
	width:358px;
}

ul.listitem_redright_dotted_press li span{
  float:left;
  width:70px;
  font-weight:normal;
  display:block;
}

/* spacer media */
.mediaspacer {
  margin:0;
  padding:0;
  clear:both;
  font-size:0pt;
  line-height:0pt;
  height:10px;
}

/*********************************************/



/* /added by LX */

.formerror{
	color: #cc0000;
}


/* added by LX */
.formerrorbox ul.exclamationmark div br {
	display:none;
}
/* /added by LX */


* html .one_col{
	margin-right: -3px;
}



