/*
Basic colors:

Blue light:		#80BFFF
Blue mid:		#5599DC
Blue dark:		#266fb7
Red light:		#CC0000
Red dark:		#800000
grey:			#444444

*/


BODY {
	margin:0px;
	color: black;
	background: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	/*
        scrollbar-face-color: #80BFFF;
        scrollbar-base-color: #000066;
        scrollbar-arrow-color: #f90;
        scrollbar-highlight-color: #69c;
        scrollbar-3d-light-color: #80BFFF;
        scrollbar-shadow-color: #000066;
        scrollbar-dark-shadow-color: #000066;
	*/
	}
#navpos {
	position:absolute; top:0px; left:0px;
	}
body > #navpos {
	position:fixed; top:0px; left:0px;
	}
	
#navbar {
	padding: 0px;
	margin: 0px;
	width:123px;
	color: white;
	background-image: url(img/navi-bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	behavior: url(iepngfix.htc);
	}
#navbar p {
	font-weight: bold;
	font-size: 8pt;
	}
#logo {behavior: url(iepngfix.htc);}

ul.menu1{
	list-style-type:none;
	margin-left:0;
	padding-left:0;
}
ul.menu1 li{text-align: right; font-weight: bold; font-size: 8pt; padding: 0px 5px 0px 0px;}
ul.menu1 li a{display:block; width:118px; text-decoration:none; padding-right:5px;}
* html ul.menu1 li a{display:block; \width:123px; text-decoration:none; padding-right:5px;}
ul.menu1 li A:link {color: #ffffff; margin-top:1px; margin-bottop:1px;border-top:1px dotted transparent; border-bottom:1px dotted transparent;}
ul.menu1 li A:visited {color: #ffffff; margin-top:1px; margin-bottop:1px;border-top:1px dotted transparent; border-bottom:1px dotted transparent;}
ul.menu1 li a:hover{color: #14406B; background-image: url(img/t40.png); behavior: url(iepngfix.htc); border-top:1px dotted white; border-bottom:1px dotted white; }
ul.menu1 li a:active{color: #14406B; background-image: url(img/t40.png); behavior: url(iepngfix.htc);}

.menu {
	text-align: right;
	margin-right:5px;
	margin-left:5px;
	}
.menu A {width: 100%; display:block; text-decoration:none; }
.menu A:link {color: #ffffff; margin-top:1px; margin-bottop:1px;}
.menu A:visited {color: #ffffff; margin-top:1px; margin-bottop:1px;}
.menu A:active {color: #14406B; margin-top:1px; margin-bottop:1px;}
.menu A:hover {color: #14406B; background-image: url(img/t40.png); behavior: url(iepngfix.htc);}

#search {
         position: fixed;
         top: 500px;
         position: absolute;
         left: 37px;
         padding-right:5px;
         text-align: right;
}


#searchbox {
width: 80px;
border: 1px solid #14406B;
	font-weight:normal;
	font-size: 8pt;
	color: #14406B;
}


@media screen {
.page_bg {
	margin:0px; 
	padding-left:123px;
	background-image: url(img/navbg.gif); 
	background-repeat: repeat-y;
	border-bottom: 1px solid #266FB7;
	}
}

@media print {
.page_bg {
	margin:0px; 
	border-bottom: 1px solid #266FB7;
	}
}
	
.container {
	padding-left:10px;
	padding-right:10px;
	min-height: 641px;
	/*min-height ie hack */
	height:auto !important;
	height:641px;
	}
P {
	color: black;
	font-size: 10pt;
	line-height: 1.3em;
	}
sup {
	font-size: 7pt
	}
sub {
	font-size: 7pt
	}

PRE {
	color: black;
	font-family: "Lucida Console", "Lucida Sans Typewriter", "courier new", Courier, monospace;
	font-size: 9pt;
	line-height: 1.3em;
	margin-top: 30px;
	clear: both;
	}
H1 {
	color: black;
	font-size: 18pt;
    font-weight: normal;
	text-align: center;
	padding-bottom:2px;
    border-bottom: 2px solid #266FB7;
	}
H2 {
	color: black;
	font-size: 10pt;
    font-weight: bold;
	text-align: left;
    border-bottom: 1px solid #80BFFF;
	background-image: url(img/quad.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	background-position: 0px 4px;
	}

H3 {
	color: black;
	font-size: 10pt;
    font-weight: bold;
	text-align: left;
    border-bottom: 1px solid #80BFFF;
	background-image: url(img/ref.png);
	background-repeat: no-repeat;
	padding-left: 27px;
	background-position: 0px 2px;
	margin-top: 30px;
	}

A:link {color: #0055cc;}
A:visited {color: #0000CC;}
A:active {color: #ff0000;}
A:hover {color: #ff0000;}


.failed, .failed td {color: #CC0000 !important; font-style: italic;}
.failed A:link {color: #CC0000; font-style: italic;}
.failed A:visited {color: #CC0000; font-style: italic;}

.failedp, .failedp td  {color: #800000 !important;}
.failedp A:link {color: #800000;}
.failedp A:visited {color: #800000;}

.cancelled, .cancelled td  {color: #555555 !important; font-style: italic;}
.cancelled A:link {color: #555555; font-style: italic;}
.cancelled A:visited {color: #555555; font-style: italic;}

.greytxt {color: #555555;}
.greytxt A:link {color: #555555;}
.greytxt A:visited {color: #555555;}


.darkblue {background: #000066;}
.mediumblue {background: #266fb7;}

.bo {font-weight: bold;}
.sm {font-size: 8pt;}
.bosm {font-size: 8pt;font-weight: bold;}

.aright {text-align:right;}

/* Ads */

.ads {
	background:url(img/gradient-3.png);
	background-repeat:repeat-x;
	width:100%;
	border-bottom: 1px solid #266FB7;
	}


/* Subnavigation (top) */

.subnavi {
	color: black;
	font-size: 8pt;
	font-weight: normal;
	border-bottom: 1px solid #266FB7;
	margin-top: -12px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 12px; 
	}


.subnavi A {
	text-decoration: none;
	}

hr {
	border: none 0;
	border-top: 1px solid #266fb7;
	width: 100%;
	height: 1px;
	}
	
pre hr {
	border: none 0;
	border-top: 1px solid #266fb7;
	width: 100%;
	height: 1px;
	margin-bottom: -6px;
	}
	
UL, LI {
	color: black;
	font-size: 10pt;
	}
	
OL, LI {
	color: black;
	font-size: 10pt
	}


/* Tables */


@media screen {
TD {
	vertical-align: top;
	color: black;
	background: #80BFFF;
	border:solid 1px white; 
	font-size: 9pt;
	padding: 1px 3px 1px 3px;
	}
}
@media print {
	TD {
	vertical-align: top;
	color: black;
	background: #80BFFF;
	border:solid 1px black; 
	font-size: 9pt;
	padding: 1px 3px 1px 3px;
	}
}
	
TD P {
	font-size: 9pt;
	}
@media screen {
TH {
	vertical-align: top;
	background: #266fb7;
	text-align: left;
	border:solid 1px white; 
	color: white;
	font-weight: bold;
	font-size: 9pt;
	padding: 1px 3px 1px 3px;
	}
}
@media print {
TH {
	vertical-align: top;
	text-align: left;
	border:solid 1px black; 
	color: black;
	font-weight: bold;
	font-size: 9pt;
	padding: 1px 3px 1px 3px;
	}
}
	
TH.ldata {
	/* background: #5599DC; */
	background: #80BFFF;
	text-align: left;
	white-space:nowrap;
	color: black;
	}
	
TH.ldata cancelled {
	color: red;
	}
	
TH.lhead {
	width: 25%;
	}
TD.rcont {
	width: 75%;
	}
TH.level2 {
	background: #5599DC;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 12px;
	}
TD.aleft {
    vertical-align: top;
	background: white;
	text-align: left;
	color: black;
	font-weight: normal;
	font-size: 9pt;
	padding: 1px 3px 1px 3px;
	}
TD.im {
	vertical-align: top;
	background: #266fb7;
	text-align: center;
	border:solid 1px white; 
	color: white;
	font-weight: normal;
	font-size: 9pt;
	padding: 0px 0px 0px 0px;
	}
	
#ld_sat {width: 24%; white-space:nowrap;}
#ld_dat {width: 9%; white-space:nowrap;}
#ld_ls  {width: 9%; white-space:nowrap;}
#ld_suc {width: 1%; white-space:nowrap;}
#ld_lau {width: 24%; white-space:nowrap;}
#ld_rem {width: 33%;}

#vp_per { }
#vp_leo {width: 10%; text-align: right;}
#vp_peo {width: 10%; text-align: right;}
#vp_sso {width: 10%; text-align: right;}
#vp_gto {width: 10%; text-align: right;}
#vp_geo {width: 10%; text-align: right;}
#vp_mol {width: 10%; text-align: right;}
#vp_ip  {width: 10%; text-align: right;}

#sb_sat {width: 35%;}
#sb_ord {width:  7%;}
#sb_dat {width:  6%;}
#sb_suc {width:  3%; text-align: right;}
#sb_lau {width: 28%;}
#sb_wla {width:  5%; text-align: right;}
#sb_wbo {width:  5%; text-align: right;}
#sb_rem {width: 12%;}

#ch_id  {width:  9%; white-space:nowrap;}
#ch_dat {width:  9%;}
#ch_pay {width:  34%; white-space:nowrap;}
#ch_lv  {width:  21%; white-space:nowrap;}
#ch_sit {width:  9%; white-space:nowrap;}
#ch_rem {width:  18%;}

/* Further-Info-Box */

.box {
	margin-top: 30px;
	padding: 4px;
    border: 1px solid #80BFFF;
	background: #F9F9F9;
	font-size: 8pt;
	color: #666666;
	}
.box LI {
	font-size: 8pt;
	color: #666666;
}

.box TD {
	border: 1px solid #F9F9F9;
	background: #F9F9F9;
	font-size: 8pt;
	color: #666666;
}


.ref LI {
	font-size: 8pt;
	color: #666666;
}


/* Images-Box */

.bx {
    border: 1px solid #266FB7;
    margin-left:20px; margin-bottom:10px;
	padding:0px;
	border-collapse: collapse;
	float:right;
	}
TABLE.bx TD {
	vertical-align: top;
    text-align: center;
	color: black;
	background: white;
	border:solid 0px; 
	font-size: 9pt;
	padding: 0px;
	}
TABLE.bx TD P {
	font-size: 9pt;
	}
	
.ibox {
    border: 1px solid #266FB7;
    margin-left:20px; margin-bottom:10px;
	padding:0px;
	float:right;
	text-align: center;
	background-color: #ffffff;
	}
.ibox P {
	font-size: 9pt;
	padding: 0px 3px 0px 3px;
	text-align: center;
	}
.ibox P:last-child {
	font-size: 9pt;
	padding: 0px 3px 0px 3px;
	text-align: center;
	margin-bottom: 3px;
	}



/* Data-Tables */

TABLE.data, TABLE.data-n {
    width:100%; 
	margin-top: 30px;
	margin-left:0%; 
	margin-right:0%;
	/* border:solid 1px #AAAAAA; */ 
	border-collapse:collapse; 
	border-spacing: 1px;
	background-color:#FFFFFF; 
	font-size:95%; 
	empty-cells:show;
	clear: both;
}

TABLE.data-n TD {
	text-align: right;
	}
	
TABLE.data-n TH {
	text-align: left;
	}

TABLE.data a {
	/* white-space:nowrap; */
	}

TABLE.data TR.bigheadline TH {
	background:url(img/gradient-5.png);
	background-repeat:repeat-x;
	padding: 12px 5px 12px 5px;
	}

	
/* Index-Tables */

TABLE.index {
    width:90%; 
	margin-left:5%; 
	margin-right:5%;
	/* border:solid 1px #AAAAAA; */ 
	border-collapse:collapse; 
	border-spacing: 1px;
	empty-cells:show;
}
TABLE.index TD {
	padding: 5px 10px 5px 10px;
	}
	
TABLE.index TD UL {
	margin-bottom: 0px;
	}
	
TABLE.lvlist TD UL {
	list-style-type:none;
	margin-left: 0px;
	padding-left: 0px;
	}
	
TABLE.ltop TD {
	/* background:url(img/gradient-6.png); */
	background-repeat:repeat-x;
	}
	
TABLE.index TH {
	background:url(img/gradient-5.png);
	background-repeat:repeat-x;
	padding: 12px 10px 12px 10px;
	}

.lautop {
	width:90%; 
	background:url(img/gradient-3.png);
	background-repeat:repeat-x;
	border: 1px solid #5599dc;
	}

.lautop TABLE {
	width:100% !important;
	}
	
.lautop TD {
	color: black;
	background: transparent;
	font-size: 9pt;
	border: 0px !important;
	padding: 1px 1px 1px 1px;
	}
	
/* Transparent cells */

TD.tcell {
    vertical-align: top;
	background: transparent;
	color: black;
	font-weight: normal;
	font-size: 9pt;
	border:solid 1px white; 
}
TD.tcell P {
	font-size: 9pt;
	}

/* Transparent table */
.ttab {
	margin:0px; padding: 0px;
	border-collapse:collapse;
	border:2px solid green;
	width: 100%;
	}
.ttab TD {
	margin:0px; padding: 0px;
    vertical-align: top;
	background: red;
	color: black;
	font-weight: normal;
	font-size: 9pt;
	border:0px; 
	}
.ttab TD P {
	font-size: 9pt;
	}
	
/* Homepage */


TABLE.hp {
 	border-collapse:collapse; 
	border-spacing: 1px;
	border-color: white;
	border:solid 1px #ffffff; 
	empty-cells:show;
}
TABLE.hp TH {
	text-align: center;
	background: white; 
    padding-left:2px; padding-right:2px;
    padding-top:1px; padding-bottom:0px;
}
TABLE.hp TD {
	vertical-align: top;
	font-size: 8pt;
	color: white;
	background-color:#266fb7; 
    padding-left:2px; padding-right:2px;
    padding-top:1px; padding-bottom:1px;
}
#hpdb  {
	vertical-align: top;
	height: 400px;
	font-size: 8pt;
	color: white;
	background-color:#266fb7; 
    padding-left:2px; padding-right:2px;
    padding-top:1px; padding-bottom:1px;
}


TABLE.hp TD A:link {color: white;}
TABLE.hp TD A:visited {color: white;}
TABLE.hp TD A:active {color: #14406B;}
TABLE.hp TD A:hover {color: #14406B;}

TABLE.hp TD P {
	vertical-align: top;
	font-size: 8pt;
	color: white;
    padding-left:2px; padding-right:2px;
    padding-top:1px; padding-bottom:1px;
}
TABLE.hp TD P A:link {color: white;}
TABLE.hp TD P A:visited {color: white;}
TABLE.hp TD P A:active {color: #14406B;}
TABLE.hp TD P A:hover {color: #14406B;}

TABLE.hp TD ul {
	list-style-image:url(http://space.skyrocket.de/img/minbul.gif);
    padding-left:19px; 
}

* html TABLE.hp TD ul {
	list-style-image:url(http://space.skyrocket.de/img/minbul.gif);
    padd\ing-left:0px; 
}

TABLE.hp TD LI {
	vertical-align: top;
	font-size: 8pt;
	color: white;
    padding-left:0px; padding-right:2px;
    padding-top:1px; padding-bottom:1px;
}

TABLE.hp TD LI A:link {color: white;}
TABLE.hp TD LI A:visited {color: white;}
TABLE.hp TD LI A:active {color: #14406B;}
TABLE.hp TD LI A:hover {color: #14406B;}


TABLE.hplist {
    width:550px;
 	border-collapse:collapse; 
	border-spacing: 1pt;
	border-color: white;
	border:solid 1px #ffffff; 
	background-color:#266fb7; 
	empty-cells:show;
}

TABLE.hplist TD {
	vertical-align: top;
	font-size: 8pt;
	color: white;
	background-color:#266fb7; 
    padding-left:2px; padding-right:2px;
    padding-top:1px; padding-bottom:1px;
}

TABLE.hplist TH {
	vertical-align: top;
	font-size: 8pt;
	font-weight: bold;
	color: white;
	background-color:#5599DC; 
	background:url(img/gradient-4.png);
	background-repeat:repeat-x;
    padding-left:2px; padding-right:2px;
    padding-top:1px; padding-bottom:1px;
}
TABLE.hplist TD A:link {color: white;}
TABLE.hplist TD A:visited {color: white;}
TABLE.hplist TD A:active {color: #14406B;}
TABLE.hplist TD A:hover {color: #14406B;}

TABLE.hplist TD.failedp {color: #FFCCCC;}
TABLE.hplist TD.failedp A:link  {color: #FFCCCC;}
TABLE.hplist TD.failedp A:visited  {color: #FFCCCC;}
TABLE.hplist TD.failedp A:active {color: #880000;}
TABLE.hplist TD.failedp A:hover {color: #880000;}

TABLE.hplist TD.failed  {color: #FF8888;}
TABLE.hplist TD.failed A:link  {color: #FF8888;}
TABLE.hplist TD.failed A:visited  {color: #FF8888;}
TABLE.hplist TD.failed A:active {color: #CC0000;}
TABLE.hplist TD.failed A:hover {color: #CC0000;}

.arrow {background:url(img/arrow.gif) 99% 40% no-repeat; padding-right: 20px;}

.overview_head {
	color: white;
	font-size:14pt;
	background-color: #5599DC !important;
	font-weight: normal;
	}

#hp_bg_l {background:url(img/hp_bg_l.png) no-repeat; background-color: #266fb7; behavior: url(iepngfix.htc);}
#hp_bg_r {background:url(img/hp_bg_r.png) no-repeat; background-color: #266fb7; behavior: url(iepngfix.htc);}



/* Background-Images */

#bg_overview {background-color: #5599DC;}
#bg_lau {background:url(img/bg_lau.png) no-repeat center 30px; behavior: url(iepngfix.htc);}
#bg_sat {background:url(img/bg_sat.png) no-repeat center 30px; behavior: url(iepngfix.htc);}
#bg_eng {background:url(img/bg_eng.png) no-repeat center 30px; behavior: url(iepngfix.htc);}
#bg_ast {background:url(img/bg_ast.png) no-repeat center 30px; behavior: url(iepngfix.htc);}
#bg_ls  {background:url(img/bg_ls.png) no-repeat center 30px; behavior: url(iepngfix.htc);}
#bg_ups {background:url(img/bg_ups.png) no-repeat center 30px; behavior: url(iepngfix.htc);}
#bg_bus {background:url(img/bg_bus.png) no-repeat center 30px; behavior: url(iepngfix.htc);}
#bg_man1 {background:url(img/bg_man1.png) no-repeat center 30px; behavior: url(iepngfix.htc);}
#bg_man2 {background:url(img/bg_man2.png) no-repeat center 30px; behavior: url(iepngfix.htc);}




/* Header & Footer */

.footer {
	background:url(img/gradient-1.png);
	background-repeat:repeat-x;
	width:100%;
	height:42px;
	border-top: 1px solid #266FB7;
	color: #444444;
	font-size: 8pt;
	margin-top: 30px;
	}
	
.footerdate {
	float:right;
	}

@media print { 
		.noprint {
			display:none;
		}
	}
	
.col2 {width:50%;}
.col3 {width:33%;}
.col4 {width:25%;}
.col5 {width:20%;}
.col6 {width:16%;}
.col7 {width:14%;}
.col8 {width:12%;}


/* remarks */
LI.new A {
	background-image: url(img/new.gif);
	background-repeat: no-repeat;
	padding-right: 36px;
	background-position: right 2px;
	}
LI.upd A {
	background-image: url(img/updated.gif);
	background-repeat: no-repeat;
	padding-right: 65px;
	background-position: right 2px;
	}
	
LI.orb {background-image: url(img/orbital.gif);	background-repeat: no-repeat; padding-left: 20px;background-position: left 2px;}
LI.orbc {background-image: url(img/orbital_c.gif); background-repeat: no-repeat; padding-left: 20px;background-position: left 2px;}
LI.orbp {background-image: url(img/orbital_p.gif); background-repeat: no-repeat; padding-left: 20px;background-position: left 2px;}
LI.suo {background-image: url(img/suborbital.gif);	background-repeat: no-repeat; padding-left: 20px;background-position: left 2px;}
LI.suoc {background-image: url(img/suborbital_c.gif); background-repeat: no-repeat; padding-left: 20px;background-position: left 2px;}
LI.suop {background-image: url(img/suborbital_p.gif); background-repeat: no-repeat; padding-left: 20px;background-position: left 2px;}
LI.mis {background-image: url(img/missile.gif);	background-repeat: no-repeat; padding-left: 20px;background-position: left 2px;}
LI.misc {background-image: url(img/missile_c.gif); background-repeat: no-repeat; padding-left: 20px;background-position: left 2px;}
LI.misp {background-image: url(img/missile_p.gif); background-repeat: no-repeat; padding-left: 20px;background-position: left 2px;}
	
.ad-txt-foot {
	margin-top: 40px;
	padding: 7px;
    border-top: 1px dotted #266fb7;
	height: 25px;
	
	font-size: 8pt !important;
	color: #666666;
	
	background:url(img/gradient-1.png);
	background-repeat:repeat-x;
	
	font-size: 8pt;
	color: #666666;
	}
