@CHARSET "ISO-8859-1";

body {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0;
	/* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: left;
	/* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #FFFFFF;
}

.bodyClass #container {
	width: 1200px;
	background: #000000;
	margin: 10px auto;
	/* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #FFFFFF;
	text-align: left;
	/* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
}

.table_head {
	border-bottom: 1px solid #FFFFFF;
}

.table_content {
	
}

td.nav {
	border: 0px solid #FFFFFF;
	border-right-width: 1px;
}

.padding {
	padding: 1em;
}

#navContainer {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}

#login, #newsContainer, #selection {
	padding-left: 10px;
	padding-right: 10px;
}

#login {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	border: 0px;
}

#footerContainer {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #666666;
	border-top: 1px solid #FFFFFF;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

a:link,a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #a90f0f;
	text-decoration: underline;
}

.separated {
	margin: 0px;
	margin-top: 2.2em;
}

#newsContainer {
	background: #333333;
	padding: 0px;
}

#news {
	height: 160px;
	overflow: auto;
	margin-left: 10px;
	margin-right: 10px;
	padding-right: 2px;
}

#satelliteTable {
	background: #222222;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	height: 200px;
	overflow: auto;
	cursor: pointer;
	margin-top: 4px;
}

a.navtab-active,a.navtab-inactive {
	line-height: 24px;
	display: block;
	background: black;
	width: 19ex;
	float: right;
	margin: 0px 5px;
	margin-bottom: -1px;
}

a.navtab-kml {
	width: 11ex;
}

a.navtab-inactive {
	border: 1px gray solid;
	border-bottom: 1px white solid;
	text-decoration: none;
}

a.navtab-active {
	border: 1px white solid;
	border-bottom: 1px #333333 solid;
	text-decoration: none;
	font-weight: bold;
}

a.navtab-active img,a.navtab-inactive img {
	border: 0px;
	vertical-align: middle;
}

.btn2 {
	background-color: #000000;
	color: #FFFFFF;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
}

th {
	background-color: #333333;
	width: 200px;
	cursor: pointer;
}

.hide {
	display: none;
}

.selected {
	background-color: #002255;
	cursor: pointer;
}

.common-input, .common-clickable {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	margin: 3px 0px;
	padding: 2px;
}

.common-input {
	background-color: #222222;
}

.common-clickable {
	background-color: #000000;
}

#news p {
	padding-left: 20px;
	text-indent: -20px;
	margin-top: 1em;
}

#header-home-link {
	display: block;
	position: relative; 
	top: 8px; 
	left: 20px; 
	width: 20px; 
	height: 20px; 
	background-color: transparent; 
	border: 1px solid yellow;
}

