@charset "utf-8";

/* @group site */

* { 
	margin: 0; 
	padding: 0; 
	outline: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	padding: 0px 0px;
	font: 10px "Lucida Grande", "Tahoma", Lucida, Verdana, Arial, Helvetica, sans-serif;
	color: #252525;
	background: #f0f0f0;
	/* url(../images/bg_body_light.gif) repeat-x;*/
}

a {
	text-decoration: none;
	color: #252525;
}

h2 { font-size: 14px; font-weight: bold; }
h3 { font-size: 12px; }

#site {
	width: 960px; 
	margin: 0 auto;
	text-align:center; 
	padding: 0px;
}

/* @end */

/* @group header */



#header {
	float:  left;
	width: 975px;
	height: 84px;
	background: url(../images/logo_bartsch.gif) no-repeat right top;
}

#header .left img {
	float: left;
	border: none;
}

#header .right img {
	float: right;
	border: none;
	margin: 8px 9px 0 0;
}


#headmenu {
	float:  left;
	width: 975px;
	height: 40px;
	background: url(../images/bg_headmenu.gif) repeat-x left bottom;
}

#headmenu a, 
#headmenu a:active,
#headmenu a:visited {
	display: inline-block;
	position: relative;
	height: 25px;
	padding: 0 12px;
	padding-top: 6px;
	font-size: 1.2em;
	font-weight: bold;
	color: #003992;
}
#headmenu a:hover {
	color: #545454;
} 

#headmenu .menu_left {
	float: left;
	display: block;
	width: 750px;
	text-align: left;
}
#headmenu .menu_right {
	float: right;
	display: block;
	width: 200px;
	text-align: left;
}
#headmenu .menu_right img {
	margin: 6px 0px 0px 10px;
}
#headmenu .menu_right a {
	padding: 0px;
}


/* @end */

/* @group main navigation */

#main {
	float:  left;
	width: 975px;
	color: #252525;
	background: #fff url(../images/bg_main.gif) repeat-y left top;
	padding: 0px;
}

#left {
	float:  left;
	display: inline-block;
	width: 191px;
	margin: 0px 6px 0px 3px;
	padding: 0px;
}
#left img {
	border: 0;
}
#left input[type="text"], #left input[type="password"] {
	width: 163px;
	height: 16px;
	padding: 2px 0px 0px 1px;
	border: 1px solid;
}
ul#accordion_menu .login_input {
	width: 163px;
	height: 16px;
	padding-top: 2px;
	padding-left: 1px;
	border: 1px solid;
	font-size: 11px !important;
}
#left h3 {
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
	height: 19px;
	margin-bottom: 2px;
	padding: 5px 0px 2px 7px;
}
#left p {
	text-align: left;
	font-weight: normal;
	font-size: 1em;
	padding: 4px 6px;
	border-bottom: 1px solid;
}
#left ul {
	padding: 2px 0px; margin: 0;
	list-style-type: none;
	border: none;
}
#left li {
	display:  block;
}
#left a,
#left a:active,
#left a:visited {
	font-weight: bold;
	color: #545454;
}
#left a:hover {
	font-weight: bold;
	color: #959595;
}
#left .menu a,
#left .menu a:active,
#left .menu a:visited {
	position: relative;
	height: 15px;
	padding: 5px 0px 2px 7px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	color: #777;
}
#left .menu a:hover {
	text-decoration: none;
	color: #959595;
}

/* @group left */

#left .box_left {
	float: left;
	text-align: left;
	width: 184px;
	margin: 0px 0px 8px 6px;
}
#left .box_left_dark {
	float: left;
	text-align: left;
	width: 184px;
	margin: 0px 0px 8px 6px;
}
#left .box_content {
	border: 1px solid;
}
#left .box_content .graytable {
	margin: 2px;
}

#left .box_content .yellowtable {
	margin: 2px;
}

/* @end */

/* @group left accordion */

ul#accordion_menu li {
	float: left;
	display: block;
	text-align: left;
	width: 184px;
	margin: 0px 0px 4px 2px;	
}
ul#accordion_menu .head {
	display: block;
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
	height: 19px;
	margin-bottom: 2px;
	padding: 5px 0px 2px 9px;
}
ul#accordion_menu .box_left {
	float: left;
	text-align: left;
	width: 186px;
	margin: 0px;
	padding: 0px !important;
}
ul#accordion_menu .box_left h3 {
	float: left;
	display: block;
	width: 179px;
	margin: 0px 0px 2px 0px;
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
	height: 19px;
	padding: 5px 0px 2px 7px;
}
ul#accordion_menu .spacer5px {
	float: left;
	display: block;
	width: 184px;
	height: 5px;
}
ul#accordion_menu .box_content {
	float: left;
	display: block;
	width: 182px;
	margin: 0px;
	padding: 0px;
	border: 1px solid;
}

ul#accordion_menu .box_content ul {
	float: left;
	display: block;
	width: 178px;
	margin: 2px !important;
}
ul#accordion_menu .box_content li {
	width: 170px;
	margin: 3px 2px 2px 6px;
	padding: 0px;
}
ul#accordion_menu .box_content table {
	width: 178px;
	margin: 2px;
}

/* @end */

/* @group COLOR */



#left {
	color: #000;
}


#left input[type="text"], #left input[type="password"] {
	border-color: #73737a;
	background-color: #ebebeb;
}
#left input[type="text"]:hover, #left input[type="text"]:focus,
#left input[type="password"]:hover, #left input[type="password"]:focus {
	background-color: #ffffff;
}
ul#accordion_menu .login_input {
	border-color: #73737a;
}
#left h3 {
	color: #545454;
	background: url(../images/bg_boxhead.gif) no-repeat;
}
#left h3 a, 
#left h3 a:active,
#left h3 a:visited {
}
#left h3 a:hover {
	color: #545454;
}
#left p{
	color: #000;
	border-bottom-color: #73737a;
}

/* @group left */

#left .box_content {
	border-color: #e5e5e5;
}
#left .box_content .graytable {
	background-color: #ebebeb;
}

#left .box_content .yellowtable {
	background-color: #fafeb9;
}
#left .languages {
	border-color: #003992;
	background-color: #f0f0f0;
}

/* @end */

ul#accordion_menu .head {
	color: #003992;
	background: url(../images/bg_leftmenu_plus.gif) no-repeat right top;
}
ul#accordion_menu .selected {
	background: url(../images/bg_leftmenu_leer.gif) no-repeat right top;
}
ul#accordion_menu .bg_blank {
	background: url(../images/bg_boxhead.gif) no-repeat !important;
}
ul#accordion_menu .head:hover {
	color: #545454;
}

ul#accordion_menu .box_left h3 {
	color: #545454;
	background: url(../images/bg_boxhead.gif) repeat-x;
}
ul#accordion_menu .box_content {
	border-color: #e5e5e5;
}
ul#accordion_menu .box_content ul {
	background-color: #ebebeb;
}
ul#accordion_menu .box_content table {
	background-color: #ebebeb;
}
/* @end */

/* @end */

/* @group main content */


#center_home {
	float:  left;
	display: block;
	width: 770px;
	color: #000000;
	text-align: left;
	margin: 2px 0px 10px 0px;
}
#center_standard {
	float:  left;
	display: block;
	width: 770px !important;
	color: #000000;
	margin: 2px 0px 10px 0px;
}

#center_matrix {
	float:  left;
	display: block;
	width: 770px;
	color: #000000;
	margin: 2px 0px 10px 0px;
}

#content {
	float: left;
	display: block;
	padding: 0px 0px 0px 20px;
	text-align: left;
	width: 565px;
}

#kopfbild {
	height: 105px;
}
#kopfbild img {
}


#content_headline {
	float: left;
	display: block;
	width: 750px;
	height: 70px;
	margin: 20px 0px 0px 20px;
	padding-top: 20px;
	text-align: left;
	background: url(../images/bg_headline.gif) no-repeat right bottom;
}

#content_headline_small {
	float: left;
	display: block;
	width: 770px;
	height: 30px;
	text-align: left;
}

#center_standard h1, h2 {
	display: block;
	width: 550px;
	padding: 0 0 2px 0;
	margin-bottom: 10px;
	color: #003992;
	border-bottom: 2px solid #003992;
}

#center_standard h1 {
	border-bottom: none;
}

#content h3 {
	display: block;
	width: 550px;
	margin-top: 16px;
	margin-bottom: 6px;
	border-bottom: 1px solid #003992;
}
#content p {
	font-size: 12px;
	line-height: 18px;
	padding: 0px 10px 0px 1px;
	margin: 0px 0px 10px 0px;
}

#content ol {
	padding-left: 16px;
	font-size: 12px;
	line-height: 18px;
	padding-left: 25px;
	list-style-position: outside;
	list-style-type: decimal-leading-zero;
}
#content ul {
	width: 530px;
	padding-left: 16px;
	font-size: 12px;
	line-height: 18px;
	list-style-position: outside;
	margin-bottom: 10px;
}
#content table {
	font-size: 12px;
	width: 725px;
}
#content .checkboxes {
	width: 200px !important;
}
#content select {
	margin-top: 4px;
}
#content input[type="text"], #center input[type="password"] {
	margin-top: 4px;
	height: 16px;
	padding-top: 2px;
	padding-left: 1px;
	border: 1px solid #73737a;
	font-size: 11px;
}
#content input[type="textarea"], #center input[type="textarea"]:focus {
	border: 1px solid #73737a;
}
#content .content {
	vertical-align: top;
	margin: 0;
	padding: 0;
}
#content .vcenter {
	padding-top: 4px;
}
#content a img {
	border: 0;
}
#content a, #center a:active, #center a:visited {
	color: #003992;
}
#content a:hover {
	color: #73737a;
}
#content .mail {
	background: url(../images/link-mail.gif) no-repeat left top;
	padding: 0px 0px 0px 20px;
}
#content .external-link {
	background: url(../images/link-external.gif) no-repeat left top;
	padding: 0px 0px 0px 15px;
}
#content .map24-link {
	background: url(../images/link-map24.gif) no-repeat left top;
	padding: 0px 0px 0px 20px;
}
#content .internal-link:before {
	content: "" url(../images/link-internal.gif) "";
}
#content .download {
	background: url(../images/link-download.gif) no-repeat left top;
	padding: 0px 0px 0px 15px;
}
#content_matrix td {
	text-align: left;
	font-size: 9px;
	height: 30px;
	border-bottom: 1px solid #cccccc;
}
#content_matrix img {
	border: none !important;
}
#content_matrix .matrix_content {
	vertical-align: middle;
	border-bottom: 1px solid #cccccc;
	padding-left: 3px;
}
#kontakt {
	width: 530px !important;
}
#kontakt .kontakt_tabelle {
	width: 530px !important;
}
#kontakt .kontakt_tabelle td {
	padding-bottom: 20px;
}
#kontakt h2 {
	margin-top: 10px;
	width: 255px;
}
#kontakt .kontakt_teltabelle {
	width: 260px !important;
}
#kontakt .kontakt_teltabelle td {
	padding-bottom: 0px;
}


#TEASER_OBJECT {
	float: left;
	margin: 6px 0px 0px 0px !important; 
	padding: 0px !important;
	width: 194px;
	display: block;
	margin-top: 8px;
}
#JS_SLIDESHOW {
	float: right;
	margin: 6px 0px 0px 0px !important; 
	padding: 0px !important;
	text-align: right;
	width: 186px;
	display: block;
	margin-top: 8px;
}

/* @group Formulare */



#service_tabelle {
	width: 545px;
}

#service_tabelle table {
	width: 545px; }

#service_tabelle .service_table_head1 {
	background-color: #aaa;
	font-weight: bold; }

#service_tabelle .service_table_head1 td {
	padding: 10px 0px 8px 4px; }

#service_tabelle .service_table_head2 {
	font-weight: bold; }

#service_tabelle .service_table_head2 td {
	padding: 20px 0px 4px 0px; }

#service_tabelle textarea {
	width: 545px; }

/* @end */


/* @end */

/* @group TICKER */


#JS_TICKER {
	margin-top: 8px;
	background-color: #ffffff;
	border: 1px solid #73737a;
}

#JS_TICKER .tickertext {
	margin: 14px 0px 10px 0px;
	font-size: 12px;
	color: #ff0000;
}
#JS_TICKER .tickertext a {
	color: #ff0000;
	font-weight: bold;
}


/* @end */

/* @group main content rechts */

#content_rechts {
	float: left;
	text-align: left;
	display: block;
	width: 185px !important;
	margin-top: 0px;
}
#content_rechts img {
	border: 1px solid #999;
}
#content_rechts p {
	font-size: 10px;
	line-height: 18px;}
#content_rechts .csc-uploads {
	border: 1px solid #8b8b8a;
	width: 185px;
	float: right;}
#content_rechts .csc-uploads-fileName {
	text-align: left;
	padding-left: 22px;
	height: 24px;
	vertical-align: middle;
	background: url(../images/icon_pdffile.gif) no-repeat left center;
}
.csc-uploads-fileName a,
.csc-uploads-fileName a:visited,
.csc-uploads-fileName a:active  {
	color: #000000;
	font-weight: normal;}
.csc-uploads-fileName a:hover {
	color: #003992;
	font-weight: normal;
	padding-left: 5px;}
#content_rechts .tr-even {}
#content_rechts .tr-odd {
	background-color: #b2b2b5;}

#buttons {
	float: right;
	display:  block;
	width: 180px;
	text-align: left;
	border: 1px solid #8b8b8a;
	padding: 3px 0px 5px 3px;
}

.csc-textpic-imagewrap {
	float: left;
	margin-bottom: 20px;
}
/*
.csc-textpic-firstcol,
.csc-textpic-lastcol {
	padding-bottom: 20px;
	padding-right: 2px;
}
*/

.csc-textpic-imagewrap img {
	border: 1px solid #8b8b8a;
}

/* @end */


/* @group footer */

#footer {
	display: block;
	clear: both;
	width: 975px; 
	height: 38px;
	padding: 16px 0px 0px 0px !important;
	margin: 0px auto 0px !important;
	text-align: center;
	background: url(../images/bg_bottom.gif) repeat-x left top;
	color: #003992;
}
#footer a, #footer a:visited, #footer a:active  {
	font-weight: bold;
	color: #545454;
}
#footer a:hover {
	font-weight: bold;
	color: #003992;
}
.copyright, .copyright a {
	margin: 0px auto 5px !important;
	text-align: center; 
	color: #d2d2d2;
}

/* @end */


/* @group hilfsklassen */

#info-message {
	width: 503px;
	font-weight: bold;
	text-align: center;
	border: 1px dotted #003992;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #b6b6b8;
	color: #f00;
}
#info-message p {
	padding: 0;
	margin: 0;
}
#info-message table {
	width: 493px;
}


.border-gray-top-single { border-top: 1px solid #73737a; }
.border-gray-bottom-single {	border-bottom: 1px solid #73737a; }
.border-gray-bottom-double { border-bottom: 3px double #73737a; }
.border-gray-summary { border-bottom: 3px double #73737a; border-top: 1px solid #73737a; }

.bottom_gray_single { border-bottom: 1px solid #73737a; }
.bottom_gray_double { border-bottom: 3px double #73737a; }
.bottom_blue_single { border-bottom: 1px solid #003992; }
.bottom_blue_dotted { border-bottom: 1px dotted #003992; }
.bottom_blue_double { border-bottom: 3px double #003992; }

.moduleRow { background-color: #e2e2e3; }
.moduleRowOver { background-color: #b6b6b8; cursor: pointer;}
.moduleRowSelected { background-color: #b6b6b8; color: #003992; cursor: default;}
.moduleRow td, .moduleRowOver td, .moduleRowSelected td { padding: 3px; }

.historyRow { background-color: #fff; }
.historyRowOver { background-color: #e2e2e3; }

.clearer { clear: both; }
.empty_basket, .logoff, .no_orders { font-size: 12px; }
.welcome_text { font-size: 12px;
	line-height: 18px;
}

.shop {
	font-size: 11px;
	line-height: 16px;
}

.shop td {
	padding-left: 7px;
}



/* @end */

#content_matrix .matrix_headline {
	font-size: 10px;
	text-align: left;
	color: #003992;
	font-weight: bold;
	padding-left: 3px;
	background-color: #ccc;
}

#content_matrix a {
	color: #003992;
	text-decoration: underline;
}

#content_matrix a:hover {
	text-decoration: none;
}


/* @group AMADEUS Formulare */

#content_matrix .error {
	color: #f00 !important;
	font-weight: bold !important;
}

#content_matrix .tx-pilmailform-pi1 {
	font-size: 10px;
	margin-left: 10px;
	width: 750px;
}


#content_matrix .mailform {
	width: 100%
}

#content_matrix .tx-pilmailform-pi1 caption {
	width: 100%;
	background-color: #003399 !important;
	color: #ccc;
	font-size: 14px !important;
	text-align: center;
	height: 16px !important;
}

#content_matrix .tx-pilmailform-pi1 h1 {
	padding: 0px 0px 20px 0px !important;
}

		
#content_matrix .amadeus_tabelle {
	width: 100%;
	border: 0;
	padding: 0;
}

#content_matrix .amadeus_tabelle td{
	height: 40px !important;
	padding: 5px;
	border:  none;
}

#content_matrix .amadeus_details {
	width: 260px !important;
}

#content_matrix .amadeus_details td {
	border: none;
}
#content_matrix .amadeus_details_150 {
	width: 140px !important;
}
#content_matrix .amadeus_details_40 {
	width: 40px !important;
}
#content_matrix .amadeus_details_70 {
	width: 70px !important;
}

#content_matrix .amadeus_details td, #CONTENT .amadeus_smallfont {
	font-size: 10px !important;
	font-weight: normal !important;
	text-align: left;
}

#content_matrix .amadeus_input {
	width: 70px !important;
}

#content_matrix .amadeus_textarea {
	width: 590px;
}

#content_matrix .amadeus_tabelle th, #CONTENT .tx-pilmailform-pi1 caption {
	height: 30px;
	background-color: #003399 !important;
	color: #ccc;
	font-size: 14px !important;
	padding-top: 3px;
}
#content_matrix .amadeus_sp1 {
	background-color: #ccc !important;
}
#content_matrix .amadeus_sp2 {
	background-color: #e6e6e6 !important;
}



/* @end */



/* @group IATA Gefahrgutvorschriften */

	
#content_matrix .iata_tabelle {
	width: 100%;
	border: 0;
	padding: 0;
}

#content_matrix .iata_tabelle th {
	width: 100%;
	background-color: #003399 !important;
	color: #ccc;
	font-size: 14px !important;
	text-align: center;
	height: 16px !important;
}
#content_matrix .iata_tabelle td {
	height: 40px !important;
	padding: 5px;
	border:  none;
	font-size: 12px;
}

#content_matrix .iata_tabelle strong {
	font-weight: bold !important;
}



/* @end */

/* @group LOGOS HOME */

.logo0 {
	float: left;
	display: block;
	margin-top: 14px;
}
.logo1 {
	float: left;
	display: block;
	margin-top: 14px;
	margin-right: 8px;
}
.logo2 {
	float: left;
	display: block;
	margin-top: 14px;
	margin-right: 9px;
}
/* @end */