/*----------------------------------------------------------------------------
	main.css

	this css-file contains all definitions, that are independend from the
	colorschemes.

	(c) Schlund + Partner AG

	This CSS-File uses the original "Tanteks Box Modell Hack"
	http://www.tantek.com/CSS/Examples/boxmodelhack.html

	NOTE:
	Older W3C CSS validators return errors when the voice-family property
	is used in a 'screen' style sheet. This is an error in the W3C CSS
	validator itself. The validator should report a warning, not an error,
	when properties which are unsupported by a particular medium are used,
	and this has been reported to the W3C:

	#ae3413 = Deep Orange
	#fc6f49 = Lighter Orange
	#203f60 = Dark Teal
	#0064ff = Lighter Teal
	#689e86 = Pale Green
	#00ff8e = Pale Green full intensity

 ----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
 styles for specific classes and ids
----------------------------------------------------------------------------*/

body#main_body {
    margin: 0;
    padding: 0;
    text-align: center;
}

/*-- global container ------------------------------------------------------*/

#container {
  position: relative;
  padding: 0;
  margin: 0 auto;
  text-align: left;
  width: 886px;
  height: 100%;
  font-family: arial, sans-serif;
	font-size: 100%;
	border-left: 1px solid #ae3413;
	border-right: 1px solid #ae3413;
}

#header {
    position: relative;
    padding: 0;
    margin: 0;
    width: 886px;
    height: 220px;
    top: 0px;
    left: 0px;
}

#main_container {
    padding: 0 0 20px 0;
    margin: 0px 0px 0px 0px;
}

#layout_table {
/*    border-collapse: collapse; */
}

#sub_nav_column {
    vertical-align: top;
}

#content_column {
    vertical-align: top;
}

#left_column_container {
    margin: 10px 8px 10px 0px;
    padding: 0;
    /*width: 192px;*/

    float: right;
}

#sub_container1 {
    margin: 0 0 0 0px;
    padding: 0;
}

#sub_container2 {
    margin: 0 0px 0 0;
    padding: 10px 0px 12px 26px;
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    width: 840px;
}

#content_container {
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    width: 840px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
    position: relative;
    top: 0px;
    left: 0px;
    width: 886px;
    height: 121px;
}

/*--- slogan (as text or background image) ---------------------------------*/

#slogan {
    position: relative;
    top: 0px;
    left: 0px;
    padding: 5px 8px 5px 8px;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 870px;
    text-align: right;
}

html>body #slogan {
    width: 870px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
    width: 191px;
    height: 100px;
    position: relative;
    top: 12px;
    left: 12px;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
    position: relative;
    top: 0px;
    left: 8px;
    line-height: 0;
    padding: 0 0px 0 0px;
    margin: 0px 0 0px 0;
    overflow: hidden;
    width: 870px;
    voice-family: "\"}\"";
    voice-family: inherit;
    /*height:22px;*/

}

html>body .sub_nav_container {
    width: 870px;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
    border: 0;
    margin: 0;
    padding-left: 8px;
    list-style-type: none;
}

.sub_nav_list li {
    float: left;
    margin: 0px 0 0 0;
    padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
    overflow: hidden;
    margin: 0;
    padding: 0px 20px 0px 10px;
    display: block;
    float: left;
    line-height: 21px;
    text-align: center;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 22px;
}

html>body .sub_nav_list a {
    height: 22px;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
		background: #000000;
		text-align: center;
    padding: 0 0 100px 0;
    width: 886px;
    height: 50px;
    clear: both;
    overflow: hidden;
}

#footer_text {
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
    text-align: left;
}

#footer img {
	margin: 0 10px;
}

/*----------------------------------------------------------------------------
  default-styles for .content html-elements
----------------------------------------------------------------------------*/

/*--- paragraph ------------------------------------------------------------*/

.content {
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin: 5px 0 20px 0;
    padding: 0;
    line-height: 1.3;
}

.content p {
		font-size: 100%;
    margin: 5px 0 20px 0;
    padding: 0;
    line-height: 1.3;
}

.content table {
  font-family: sans-serif;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  margin-left: 1px;
  margin-bottom: 15px;
  /* width: 99.8%;*/

  border-collapse: collapse;
  border-spacing: 0;
}

.content select {
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.content input {
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
}

.content textarea {
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
}

/*--- headings -------------------------------------------------------------*/

/*--- links ----------------------------------------------------------------*/

/*--- tables ---------------------------------------------------------------*/

.content th {
    border-right: 1px solid;
    border-bottom: 1px solid;
    padding: 3px 5px 3px 5px;
    text-align: left;
    font-weight: bold;
}

.content td {
	font-size: 90%;
  font-family: sans-serif;
  padding: 3px 5px 3px 5px;
}

.content tr.odd {
    padding: 3px 2px 3px 2px;
}

.content tr.even {
    padding: 3px 2px 3px 2px;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    padding: 15px;
    border-style: solid;
    border-width: 1px;
}

/*--- lists ----------------------------------------------------------------*/

/*--------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
	colorscheme.css for colorscheme 7

	this css-file contains all definitions, that depend on the colorscheme.

	(c) Schlund + Partner AG
----------------------------------------------------------------------------*/

/*-- main container --------------------------------------------------------*/

#container {
    background-color: #000000;
}

/*--- header ---------------------------------------------------------------*/

#header {
    background-color: #000000;
}

/*--- key visiual ----------------------------------------------------------*/

#key_visual {
    background: no-repeat;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
    background: no-repeat top right;
}

/*--- caption --------------------------------------------------------------*/

#slogan {
    background-color: #000000;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_container {
    background-image: url(images/static/submenubg.gif);
}

a.sub_nav_item {
    background: no-repeat;
}

a.sub_nav_item:hover {
    background: no-repeat;
}

a.sub_nav_active_item {
    background: no-repeat;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
    background: transparent top left no-repeat;
    background-image: url(images/static/footerbg.gif);
    background-color: #000000;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- paragraph ------------------------------------------------------------*/

.content {
    color: #ffffff;
}

.content table {
    color: #ffffff;
    border-color: #414645;
}

.content select {
    color: #ffffff;
}

.content input {
    color: #ffffff;
    border-color: #B4B8BB;
}

.content textarea {
    color: #ffffff;
    border-color: #B4B8BB;
}

/*--- headings -------------------------------------------------------------*/

/*--- links ----------------------------------------------------------------*/

/*--- tables ---------------------------------------------------------------*/

.content th {
    color: #ffffff;
    background-color: #414645;
    border-color: #414645;
}

.content td {
  border-color: #414645;
}

.content tr.odd {
    color: #525050;
    background-color: #FFFFFF;
}

.content tr.even {
    color: #525050;
    background-color: #EFEFEF;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    border-color: #414645;
}

.content legend {
    color: #414645;
}

.content label {
    color: #1E1E1E;
}

.content #submit {
    background-color: #ECECEC;
    border-color: #919191;
    color: #434847;
}

/*--------------------------------------------------------------------------*/

#sub_nav_column {
    background: transparent bottom right no-repeat;
    background-image: url(images/static/list.gif);
}

#weblog_calendar caption {
    color: #ffffff;
    background-color: #414645;
    border-color: #414645;
}

/*--- body -----------------------------------------------------------------*/

body#main_body {
	background: #000000;
  background-color: #000000;
}

div#logo a {
  display: block;
  width: 100%;
  height: 100%;
}
#footer_text a {
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  color: #364d6b;
  text-decoration: underline; white-space: nowrap;
}

#key_visual { background: url(/images/glass_satellites_header_whole_centred_tilted.jpg) no-repeat top right; height: 220px; }
/* #logo { background:  url(/images/glass_satellites_header_whole_centred_tilted.jpg) fixed top no-repeat; height: 220px; float: left; } */
#header_text { float: right; padding: 40px 40px 0 0; font-size: 175%; font-weight: bold; text-align: right; }
#header_strap { font-size: 90%; font-style: italic; font-weight: normal; color: #ffffff; }

#slogan {
	display: none;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
}

#main_nav_container { background: #000000; height: 28px; }
#main_nav_container {
    z-index: 1;
    position: relative;
    top: 0px;
    left: 0px;
    padding: 10px 0px 0 0px;
    margin: 0 0 0px 0;
    overflow: hidden;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 886px;
    color: #ffffff;
    /*height: 28px;*/

}

html>body #main_nav_container {
    width: 886px;
}

#main_nav_list {
    margin: 0;
    padding-left: 15px;
    list-style-type: none;
}

#main_nav_list li {
    float: left;
    overflow: hidden; 
}

#main_nav_list a {
    overflow: hidden;
    margin: 0;
    padding: 2px 10px 0px 8px;
    display: block;
    float: left;
    text-align: center;
    voice-family: "\"}\"";
    voice-family: inherit;
}

html>body #main_nav_list a {
    height: 30px;
}


/* a.main_nav_active_item::after, a.main_nav_item::after { content: " :: "; } */
LI.main_nav_item { color: #ffffff; }
a.main_nav_active_item {
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
  color: #ff7f00;
}
a.main_nav_item {
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
  color: #FFFFFF;
}
a.main_nav_item:hover {
  text-decoration: none;
  color: #ff7f00;
}
a.sub_nav_active_item {
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #6a6a6b;
}
a.sub_nav_item {
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
}
a.sub_nav_item:hover {
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #6a6a6b;
}
.content h1 {
  font-style: normal;
  font-size: 130%;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}
.content h2 {
  font-style: normal;
  font-size: 120%;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}
.content h3 {
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #DA3838;
}
.content, .content p {
  font-style: normal;
  font-size: 95%;
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
}
.content a:link {
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #fc6f49;
}
.content a:visited {
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #fc6f49;
}
.content a:hover {
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
  color: #fc6f49;
}
.content a:active {
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #fc6f49;
}
.content a.strong:link {
  font-family: arial, sans-serif;
  font-weight: bold;
  color: #fc6f49;
}
.content a.strong:visited {
  font-family: arial, sans-serif;
  font-weight: bold;
  color: #fc6f49;
}
.content a.strong:hover {
  font-family: arial, sans-serif;
  font-weight: bold;
  color: #fc6f49;
}
.content a.strong:active {
  font-family: arial, sans-serif;
  font-weight: bold;
  color: #fc6f49;
}
#footer_text {
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: #364d6b;
}
#footer_text a {
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #364d6b;
}
LI { font-size: 90%; color: #ffffff; }
