﻿@charset "UTF-8";

/* ________________ Radartutorial Page-outfit on screen ________________ */

* {	margin: 0px; padding:0px;}


body	{
	padding: 10px 20px 10px 50px;
	background: #101C2E url(images/grad1.png) repeat-x; /* Hintergrundfarbe und überlagerte Werbung muss dem Farbverlauf angepasst sein, deshalb kein gradient */
	color: #D9D9D9;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;		/* Davon verbleiben auf der Seite nur 14px Texthöhe */
	min-width: 1024px;
	word-wrap:break-word;		/* Wörter in die nächste Zeile umbrechen, wenn sie ansonsten das umschließende Element verlassen würden. */
	}

h1	{
	z-index: 5;
	margin-bottom: .5em;
	border-bottom: solid 1px #d9d9d9;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 200%;
	text-indent: 1em; letter-spacing: -1px;}


h2	{
	z-index: 5;
	margin-bottom: .5em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 180%;
	text-indent: 1em; letter-spacing: -1px;}

.teaser {
	float:right;
	font-size:12px !important;
	color:gray;}


h3 {	font-family: italic, georgia, arial, verdana, tahoma, sans-serif;
	font-size: 16px;
	font-style:italic;
	font-weight: bold;
	text-align: right;
	color: #C6903A; }   /* gold, dunkler */


h4 {	font-size: 120%;
	font-style: italic;
	font-family: arial, verdana, tahoma, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #F1BF6F;   /* gold, heller */
	margin: 1em; }


h5 {	font-size: 120%;
	font-style: italic;
	font-family: arial, verdana, tahoma, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #C6903A;   /* gold,dunkler */
	margin: 1em; }


h6 {	font-size: 100%;
	font-style: italic;
	font-family: verdana, tahoma, arial, sans-serif;
	text-align: left;
	margin-top: 2em;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	white-space: nowrap; }


p,li,td {
	margin: .3em;
	font-family: arial, verdana, tahoma, sans-serif; }

	div.content li{text-indent: -1.3em;margin-left:40px;}


cite	{
	float: right;
	}

ul	{
	list-style-type: disc;
	list-style-position:inside;
	margin-bottom: 1em;
	padding-left: 2em;
	}

	ul.forts {list-style-type:none;}		/* Listen als Fortsetzung ohne Bullet */
	li.forts {text-indent: 0 !important; }


ol	{
	list-style-position:inside;
	list-style-type: decimal;
	margin-bottom: 1em;
	padding-left: 2em;
	}

div.section	{
	clear: both;
	padding-top: 50px;
	}

.copyright	{
	padding-left:100px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 60%;
		}

table {
	padding: 0px;
	margin:0px;
	border-collapse:collapse;
	border-spacing:1px;
}

hr {	color: #D9D9D9;
	background: transparent none repeat scroll 0%;
	border: solid #D9D9D9 1px;
	height: 1px;
}


div.content {
	clear:left;				/* IE 7 bugfix  */
	margin-right: 160px;			/* Platz lassen für Werbung */
	padding-top: 2px;
	min-height: 20em;
	height: 1%;				/* Bugfix für IE6 */
	background-image: url(http://pixel.quantserve.com/pixel/p-1cl-1D3BKnOMI.gif)  /* Quantcast-Zählung */
	background-repeat: no-repeat;
	background-position: -1px -1px;
}


/* _____________    Sitemap    _____________ */


.sitemap_root, .sitemap {
	vertical-align:bottom;
	line-height: 80%;
	}
.sitemap_root 	{	list-style-image: url(../css/images/folder.png);}
.sitemap 	{	list-style-image: url(../css/images/document.png);}

.sitemap_root li a {
	display: inline-block;
	width:140px;
	margin-left: 20px;
}

.sitemap li a {
	padding-left: 20px;
}
.sitemap .fut {
	padding-left: 20px;
}
.sitemap li cite {
	text-align:right;
}

.it {
	font-style: italic;
}

.iedoc {			/* veraltet */

}


/* ________________  Blöde neue Google Suche    ________________ */


div.gogsearch {
	float:left;
	min-width:400px;
	max-width:700px;
}

.gsc-control-cse-de,
.gsc-control-cse-en {
	background-color:transparent !important;
	border:none !important;}
 
.gsc-input-box{
	background-color:transparent !important;
	border:1px solid gray !important;}


form	{
	float:left;
	color: #D9D9D9;
	padding: 20px;
	border: 0; }

input, textarea, .gsc-input {
	font-size: 13px;
	font-family: verdana, sans-serif;
	font-weight: bold;
	color: #D9D9D9;
	background-color: #081830 !important;
	border-color: #543D32;}

h1 img { /* Logo ausrichten */
	width:360px;
}

.noscr	{font-size:60%;}




/* ________________    Inhaltsverzeichnis    ________________ */

.inhalt {
	max-width: 500px;
	border-style: solid;
	border-width: thin;
	border-top-color: #505050;
	border-right-color: #202020;
	border-left-color: #404040;
	border-bottom-color: #202020;
	margin: 3px 20px;
	padding: 5px;
	background-color: #0E1E36;
	color: #d9d9d9;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 100%;
}
.inhalt ol {
	font-size: 70%;}
.right	{
	float: right;}
.left	{
	float: left;}
.clear_left  {
	float: left;
	clear: left;}
.clear_right  {
	float: right;
	clear: right;}
.clear  {
	clear: both;}



/* ________________    Texteigenschaften    ________________ */

#h_line 			{letter-spacing: 0.08em; }

img	{border: none;}
a:link			{color: #BEBEFF; text-decoration: none; }
a:active		{color: #C9494C; text-decoration: underline; }
a:visited		{color: #B8CED2; text-decoration: none; }
a:hover			{color: #878AFF; text-decoration: underline; }
a.pdf			{background:url(images/ico16.png) no-repeat scroll 0 -220px transparent;padding-left:20px; }
a.pptx			{background:url(images/ico16.png) no-repeat scroll 0 -360px transparent;padding-left:20px; margin-left:30px;}
a[rel~="external"]	{background:url(images/ico16.png) no-repeat scroll right -51px transparent;padding-right:16px; }
a[rel~="wikipedia"]	{background:url(images/ico16.png) no-repeat scroll right -328px transparent;padding-right:16px; }

b	{font-size:105%;}
.fett {font-weight: bold; font-size:105%;}

.explan, .interactive {
	font-family: arial, verdana, tahoma, sans-serif;
	border-bottom: 1px dotted #5f5f5f;
	color: #E7F0B6;
	cursor:help;
}
	.interactive {
		font-size: 80%;
		font-style: italic;
}

.spacing {margin-left: 40px;}

.footer1 {
	border-top: solid 1px #d9d9d9;
	border-bottom: solid 1px #d9d9d9;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: right;
	font-size: 75%;
	clear:both;
}

.highlight {
	text-align: center;
	background-color:  #0E1E36;
	font-size: 110%;
	border-style: solid;
	border-width: thin;
	border-top-color: #404040;
	border-left-color: #505050;
	border-right-color: #202020;
	border-bottom-color: #202020;
	padding: 5px !important;
}


.lemmaname {
	font-weight: bold;
	font-size:105%;
}

.eigenname, .fremdsprache, .geografie {
	font-style: italic;
}






/* ________________    Beispielrahmen    ________________ */

.example,
.beispiel,
.exemple,
.exemplu,
.oernek {
	border: solid 1px #6F6F6F;
	padding: 0px 2em;
	margin: 5px 0px;
	min-height: 100px;
}
.example,
.exemplu	{background: url(images/example.png)  4px 16px no-repeat;}
.beispiel	{background: url(images/beispiel.png) 4px 16px no-repeat;}
.exemple	{background: url(images/exemple.png)  4px 16px no-repeat;}
.oernek		{background: url(images/oernek.png)   4px 16px no-repeat;}

	/* wenn Beispielrahmen und rechtes Bild sich in Screenversion überlagern, */
	/*    gilt nicht für Handheld und Printversion! */

.konfl_500 {margin-right: 525px;}
.konfl_400 {margin-right: 425px;}
.konfl_300 {margin-right: 325px;}

.note {
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 80%;
	font-style: italic;
	text-align: left;	
	padding-left: 3em;
	z-index:2;
}

.fussnote {
	border-top: solid 1px gray;
	font-size: 80%;
	margin-top: 1em;
	clear: both;
}

.referenz {
	font-size: 60%;
	vertical-align:top;
}

.source {
	font-size: 80%;
	font-style: italic;
	margin-top: 2em;
}

.linke_spalte {
	width:48%;
	float:left;
	clear:left;
	margin-bottom:1em;
}
.rechte_spalte {
	width:48%;
	float:right;
	clear:right;
	margin-bottom:1em;
}

.ulpic { /* Browserbug */
	margin-left:320px;
}

.see {
	margin-left: 20px;
	padding-left: 40px;
	background:url(images/icons.png) no-repeat scroll 0 -420px transparent;	
	font-size:80%;
	font-style:italic;
}

.left {
	float:left !important;
	margin-right: 1em !important;
}
.right {
	float:right !important;
	margin-left: 1em !important;
}

/* _____________  Formeln als MathML ___________*/

.gleichung {
	width:100%;
	}

math	{
	float:left;
	font-size: 180%;
	margin-left: 2em;
	display=block;
	height: max;
	}
				/* Achtung:  es gibt auch Klasse .legend in Bildern  */
.legende math, .legende {
	float:none;
	margin-left: 4em;
	display=inline;
	font-size: 16px;
	}

.nummer {
	clear:left;
	display=block;
	text-align:right;
	font-size: 16px;
	}




/* _____________  alte Formeltabellen  ___________*/

.formel {
	width:320px;
	font-family: 'Times New Roman',serif;
	margin-left: 40px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	vertical-align:middle;
	white-space: nowrap;
}
	.formel table {
		border-style: none;
		}
.fnenner {
	font-family: 'Times New Roman',serif;
	font-size: 130%;
	vertical-align: text-top;
}
.fzaehler {
	font-family: 'Times New Roman',serif;
	font-size: 130%;
	vertical-align: text-bottom;
	margin: 0px;
}
.fgleich {
	font-family: 'Times New Roman',serif;
	font-size: 130%;
 	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
}
.fmath {
	font-family: 'Times New Roman',serif;
	font-style: normal;
}

.fwhere {
 	padding-left: 40px;
	padding-right: 5px;
	font-weight: normal;
	font-style: normal;
	font-size:80%;
	vertical-align:top;
	margin: 1em;
}
.flegende {
 	padding-left: 20px;
	min-width:100px;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	font-size:80%;
	vertical-align: bottom;
	margin: 0px;
}
.fsymbol {
	font-family: 'Times New Roman',serif;
	font-style: italic;
	font-size:110%;
	vertical-align: bottom;
	white-space: nowrap;
	margin: 0px;
}
.fnummer {
	width: 30%;
	min-width:200px;
	text-align: right;
	font-weight: normal;
	font-style: italic;
	font-size:80%;
	vertical-align: bottom;
}


.ftext {	/*	für Formelzeichen in Fließtext	*/
	font-family: 'Times New Roman',serif;
	font-style: italic;
	font-weight: normal;
	font-size:110%;
	white-space: nowrap;
}


.leftext {				/* Formeln: Symbol-Legende, now obsolete */
	float:right;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 14px;
	font-style: italic;
	text-align: left;
	margin-left: 20px;
	margin-bottom: 10px;
	background-color: transparent;
}




/* ________________    schräge Texte    ________________ */


.tx90 {
	text-align: right;
	-o-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg); 
}

.tx45 {
	text-align: right;
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg); 
}

.tx-45 {
	text-align: right;
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg); 
}

.tx17 {
	-o-transform: rotate(17deg);
	-moz-transform: rotate(17deg);
	-webkit-transform: rotate(17deg);
	-ms-transform: rotate(17deg);
	transform: rotate(17deg);
}

.txway {
	color:blue;
	text-align:left;
	line-height:1;
	position:relative;
	text-align:center;
	font-weight:bold;
		-o-transform: rotate(-17deg);
		-moz-transform: rotate(-17deg);
		-webkit-transform: rotate(-17deg);
		-ms-transform: rotate(-17deg);
	transform: rotate(-17deg); 
}



.fut {  color: gray; }  /* Einfärbung zukünftiger und ehemaliger Artikelnamen */

.nobreak {white-space: nowrap;}


/* ________________    Bildelemente    ________________ */

.avatar {float:right !important;}
.avatar img{	display:block;
		margin:15px;
}

.spright {
	margin-right: 50px;
}

.screenform {
	text-align: left;	
	padding: 0px;
}


.pictable_r,  
.pictable_l,
.pictable_c,
.gallerie	 {			/* innerhalb TTD-rahmen: siehe dort */
	border-style: solid;
	border-width: thin;
	border-top-color: #505050;
	border-left-color: #404040;
	border-right-color: #202020;
	border-bottom-color: #202020;
	margin-bottom: 20px;
	padding: 4px;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 14px;
	font-style: italic;
	text-align: center;
	background-color: transparent;
	overflow: hidden;
	box-shadow: 4px 4px 2px 2px #213553;
}
.pictable_r {
	float: right;
	clear: right;
	margin-left: 20px;
}
.pictable_l {
	float: left;
	clear: left;
	margin-right: 20px;
}
.pictable_c {
	float: none;
	margin: 0 auto;
	padding : 4px;
	text-align: left;
}
.pictable_c p {
	text-align: center;
}

.gallerie {
	float: none;
	clear: left;
}
.bild {
	display: table-cell;
	padding: 0 1em;
}

.inlinepic {
	padding : 4px;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 14px;
	font-style: italic;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	background-color: transparent;
}

.fliesstext {
	min-height: 450px;
}

/* ==== Bildbeschreibungen / Legenden ==== */
.legend {
	position: relative;
	text-align: left;
	line-height: 1;
}
						/* margin-bottom nur für einzeilige Texte */
						/* muss für mehrzeilige Texte in style="" korrigiert werden */
.fs75 {
	font-size:7.5px; 
	margin-bottom:-7.5px;
	}
.fs7  {
	font-size:7px;
	margin-bottom:-7px;
	}
.fs8  {
	font-size:8px; 
	margin-bottom:-8px;
	}
.fs9  {
	font-size:9px;
	margin-bottom:-9px;
	}
.fs10 {
	font-size:10px; 
	margin-bottom:-10px;
	}
.fs11 {
	font-size:11px;
	margin-bottom:-11px;
	}
.fs12 {
	font-size:12px;
	margin-bottom:-12px;
	}
.fs14 {
	font-size:14px;
	margin-bottom:-14px;
	}
.fs16 {
	font-size:16px;
	margin-bottom:-16px;
	}
.fs18 {
	font-size:18px;
	margin-bottom:-18px;
	}
.fs20 {
	font-size:20px;
	margin-bottom:-20px;
	}
.fs26 {
	font-size:26px;
	margin-bottom:-26px;
	}


.narrow {
	font-family:arial narrow;
	font-weight:bold;
}

.nohref {
	cursor:default;
}
      /*  Standardwerte für Link zum größeren Bild */
.lupe-r, .lupe-l, .lupe-b  {
	display: block;
	position:relative;
	width: 30px;
	height: 28px;
	padding: 10px 15px;
	background: url(images/icons.png) no-repeat scroll 0 -510px transparent;
	margin-bottom: -50px;
}
.lupe-b { right: -30px; margin-left:  auto; top: -10px;}
.lupe-r { right: -30px; margin-left:  auto; top: -50px;}
.lupe-l {  left:  30px; margin-right: auto; top: -50px;}


.shadowblack {
	text-shadow: #000 3px 3px 5px;
}

#sol {      /* homebutton links oben  */
	position:relative;    /*  margin des body ausgleichen  */
	top:-10px;
	left:-50px;
	width:340px;
	height:100%;
	padding: 0px 80px 80px 0px;
	background-image: url(images/solarisation.png);
	background-position: 1px 1px;
	background-repeat: no-repeat;
	margin-bottom:-80px;
	z-index:1;
	display: block;
}

#find {  /*  Google-suche  */
	cursor:pointer;
}


/* ---------------- Tabellen ----------------*/

.tabtable {
	border: 1px solid gray;
	border-collapse: collapse;
	padding : 4px;
	margin: 0 20px;
	background-color: #0E1E36;
	font-size: 90%;
	box-shadow: 4px 4px 2px 2px #213553;
}

.tabtable th, .tabtable td {
	border: 1px solid gray;
	border-collapse: collapse;
	padding: 5px;
	border-collapse:separate;
}

.tabtable th {
	font-size: 120%;
}


.list td {
	border-bottom: 1px dotted gray;
	vertical-align:bottom;
	padding-right:2em;
}
.ssr table {
	width: 510px;}
	.ssr td {
	padding:3px;
	text-align:right;
}





/* _____  Tabelle taktisch- technische Daten  ________ */

.ttd-rahmen {
	float: right;
	border-style: solid;
	border-width: thin;
	border-top-color: #505050;
	border-left-color: #404040;
	border-right-color: #202020;
	border-bottom-color: #202020;
	padding : 4px;
	margin: 0 5px 10px 10px;
	background-color: #0E1E36;
	font-size: 90%;
	box-shadow: 4px 4px 2px 2px #213553;
}
.ttd-rahmen .pictable_r,  
.ttd-rahmen .pictable_l,
.ttd-rahmen .pictable_c {
	border: none !important;
	box-shadow: none !important;
}


.ttd {
	border-style: none;
	margin: 4px;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 90%;
	background-color:#0E1E36;
	white-space: nowrap;
}
.ttd td {
	vertical-align: top;
	padding-left: 4px;

}
.ttd_li{
	text-align: right;
	font-size: 75%;
	
}


/* _____  Besucherstatistik  ________ */


.statistik {
	border-style: none;
	margin: 4px;
	padding: 4px;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 80%;
	background-color:#0E1E36;
	empty-cells: show;
}
.statistik th {
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	margin-bottom: 6px;
}
.statistik td {
	text-align: right;
	white-space: nowrap;
	padding: 0px 6px;
}

.sum td{ /* Zwischensummen mit Zwischenraum */
	font-weight: bold;
	font-size:105%;
	padding: 6px;
}

.land {    /* siehe Jahrestatistik Länder.xlsx 2015 zweifache Prozentzahl*/
	border: 1px solid;
	margin-right:1em;
}
#s01 {background-color:darkgreen;	padding-left:39.53em;	margin-right:-17em;}
#s02 {background-color:darkblue;		padding-left:23.13em;}
#s03 {background-color:tomato;		padding-left:15.90em;}
#s04 {background-color:plum;			padding-left: 9.35em;}
#s05 {background-color:yellow;		padding-left: 6.63em;}
#s06 {background-color:silver;		padding-left: 5.68em;}
#s07 {background-color:red;			padding-left: 3.91em;}
#s08 {background-color:purple;		padding-left: 3.12em;}
#s09 {background-color:salmon;		padding-left: 2.50em;}
#s10 {background-color:olive;		padding-left: 2.27em;}
#s11 {background-color:gold;			padding-left: 2.16em;}
#s12 {background-color:lime;			padding-left: 2.09em;}
#s13 {background-color:linen;		padding-left: 2.09em;}
#s14 {background-color:maroon;		padding-left: 2.02em;}
#s15 {background-color:beige;		padding-left: 2.02em;}
#s16 {background-color:fuchsia;		padding-left: 1.97em;}
#s17 {background-color:sienna;		padding-left: 1.70em;}
#s18 {background-color:indigo;		padding-left: 1.57em;}
#s19 {background-color:navy;			padding-left: 1.55em;}
#s20 {background-color:pink;			padding-left: 1.44em;}
#s21 {background-color:thistle;		padding-left: 1.33em;}
#s22 {background-color:fuchsia;		padding-left: 1.31em;}
#s23 {background-color:green;		padding-left: 1.03em;}
#s24 {background-color:cyan;			padding-left: 0.96em;}
#s25 {background-color:bisque;		padding-left: 0.95em;}
#s26 {background-color:crimson;		padding-left: 0.61em;}
#s27 {background-color:khaki;		padding-left: 0.59em;}
#s28 {background-color:green;		padding-left: 0.46em;}
#s29 {background-color:maroon;		padding-left: 0.40em;}




/* ________________     Soziale Netzwerke    ________________ */


#enjoy {
	font-family: Arial, Helvetica, sans-serif;
	width: 90%;
	font-size: 60%;
	clear:both;
	padding-top:1em;
	margin-bottom:2em;
	margin-left:11em;
	display:block;
}

#social {
	white-space: nowrap;
	display:block;
}

#social img {
	margin-right:1em;
}


#facebook {
	margin-bottom: 0.5em;
	white-space: nowrap;
}

#faceb, #tweet, #webnews, #yigg , #digg , #wong, #scoop, #oneview, #larena , #delicio, #stumble {
	text-decoration:none;
	width:32px;
	height: 18px;
	padding: 8px 14px;
}
#faceb		{ background:url(images/icons.png) no-repeat scroll 0 -930px transparent; }
#tweet 		{ background:url(images/icons.png) no-repeat scroll 0 -810px transparent; }
#webnews 	{ background:url(images/icons.png) no-repeat scroll 0 -720px transparent; }
#yigg 		{ background:url(images/icons.png) no-repeat scroll 0 -690px transparent; }
#digg 		{ background:url(images/icons.png) no-repeat scroll 0 -900px transparent; }
#wong 		{ background:url(images/icons.png) no-repeat scroll 0 -660px transparent; }
#scoop		{ background:url(images/icons.png) no-repeat scroll 0 -840px transparent; }
#oneview 	{ background:url(images/icons.png) no-repeat scroll 0 -630px transparent; }
#larena 		{ background:url(images/icons.png) no-repeat scroll 0 -960px transparent; }
#delicio 	{ background:url(images/icons.png) no-repeat scroll 0 -870px transparent; }
#stumble 	{ background:url(images/icons.png) no-repeat scroll 0 -780px transparent; }



/* ________________    Firmenlogos    ________________ */

.alenia {
	float:left;
	width: 30px;
	height: 27px;
	margin: 4px;
	background-image : url(../../logos/alenialogo.gif);
	background-repeat: no-repeat;
}
.ams {
	float:left;
	width: 250px;
	height: 40px;
	margin: 4px;
	margin-right:2em;
	background-image : url(../../logos/ams_pos.gif);
	background-repeat: no-repeat;
}
.eads {
	float:left;
	width: 80px;
	height: 58px;
	margin: 4px;
	background-image : url(../../logos/eads.gif);
	background-repeat: no-repeat;
}

.eec {
	float:left;
	width: 100px;
	height:100px;
	margin: 4px;
	background-image : url(../../logos/eec.gif);
	background-repeat: no-repeat;
}

.eldis {
	float:left;
	width: 150px;
	height: 40px;
	margin: 4px;
	background-image : url(../../logos/eldislogo.png);
	background-repeat: no-repeat;
}

.ericson {
	float:left;
	width: 100px;
	height: 20px;
	margin: 4px;
	background-image : url(../../logos/ericsson.gif);
	background-repeat: no-repeat;
}
.itt {
	float:left;
	width: 25px;
	height: 27px;
	margin: 4px;
	background-image : url(../../logos/ittgil.gif);
	background-repeat: no-repeat;
}
.kelvinh {
	float:right;
	width: 110px;
	height: 63px;
	margin: 4px;
	background-image : url(../../logos/kelvin_hughes_surveillance.png);
	background-repeat: no-repeat;
}
.kongsberg {
	float:left;
	width: 52px;
	height: 20px;
	margin: 4px;
	background-image : url(../../logos/norcontrolit.jpg);
	background-repeat: no-repeat;
}
.LMC {
	float:right;
	width: 237px;
	height: 37px;
	margin: 4px;
	background-image : url(../../logos/lmclogo.gif);
	background-repeat: no-repeat;
}
.plextek {
	float:right;
	width: 150px;
	height: 50px;
	margin: 4px;
	background-image : url(../../logos/plextek.png);
	background-repeat: no-repeat;
}
.PVO {
	float:right;
	width: 150px;
	height: 72px;
	margin: 4px;
	padding-left:80px;
	background-image : url(../../logos/almaz.png);
	background-repeat: no-repeat;
}
.thalesatm {
	float:left;
	width: 160px;
	height: 27px;
	margin: 4px;
	background-image : url(../../logos/thaleslogo.gif);
	background-repeat: no-repeat;
}
.thomson {
	float:left;
	width: 150px;
	height: 35px;
	margin: 4px;
	background-image : url(../../logos/thomson-csf.gif);
	background-repeat: no-repeat;
}
.raytheon {
	float:left;
	width: 75px;
	height: 15px;
	margin: 4px;
	background-image : url(../../logos/raytheon_logo.gif);
	background-repeat: no-repeat;
}
.selex-si {
	float:left;
	width: 131px;
	height: 50px;
	margin: 4px;
	background-image : url(../../logos/selex.gif);
	background-repeat: no-repeat;
}

.sperry {
	float:left;
	width: 100px;
	height: 30px;
	margin: 1px;
	background-image : url(../../logos/Sperry.png);
	background-repeat: no-repeat;
}

.nrplgroup {
	float:left;
	width: 130px;
	height: 40px;
	margin: 4px 0px;
	padding-left:50px;
	background-image : url(../../logos/nrpl.png);
	background-repeat: no-repeat;
	font-size: 120%;
}
.wera {
	float:left;
	width: 100px;
	height: 47px;
	margin: 4px;
	background-image : url(../../logos/wera.png);
	background-repeat: no-repeat;
}
.irctr {
	float:left;
	width: 108px;
	height: 45px;
	margin: 4px 1em 4px 4px;
	background-image : url(../../logos/irctr-i.png);
	background-repeat: no-repeat;
}

/* ____ ab html5 ____ */

.logo { 
	text-align: center;
	font-size: 60%;
}

.logo img {
	float:left;
}



/*------------------------------------------------------------------------------------------------------/
/* ________________    Werbeblock    ________________ */


.expent {
	font-size: 10px;
	width: 140px;
	height:1000px;
	margin-bottom: -1000px;
	float:right;
	padding: 0px;
	display: block;
}

#selex2 {
	width:150px;
	height:80px;
	background-image: url(../expent/adselex2.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid dimgray;
	margin-top: -10px;
	display: block;
	z-index:12;
}

#selex2:hover {
	background-image: url(../expent/adselex2_hover.png);
	}

#rst_de, #rst_en, #rst_es, #rst_fr, #rst_ro, #rst_tr {
	width:140px;
	height:120px;
	background-image: url(../expent/rst_ch.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid dimgray;
	margin-bottom: 0px;
	display: block;
	overflow: hidden;
	z-index:13;
}
#rst_de:hover, #rst_en:hover, #rst_es:hover, #rst_fr:hover, #rst_ro:hover, #rst_tr:hover {
	background-image: url(../expent/rst_ch_hover.png);
	}

#cpx_de, #cpx_en, #cpx_es, #cpx_fr, #cpx_ro, #cpx_tr  {
	width:140px;
	height:80px;
	background-image: url(../expent/spx.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid dimgray;
	display: block;
	overflow: hidden;
	z-index:14;
	}
#cpx_de:hover, #cpx_en:hover, #cpx_es:hover, #cpx_fr:hover, #cpx_ro:hover, #cpx_tr:hover  {
	background-image: url(../expent/spx_hover.png);
	position:relative;
	top:-20px;
	left:-70px;
	width:220px;
	height:385px;
	margin-bottom:-20px;
	border-bottom: none;
}


#eas_de, #eas_en, #eas_es, #eas_fr, #eas_ro, #eas_tr  {
	width:140px;
	height:80px;
	background-image: url(../expent/easat.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid dimgray;
	display: block;
	overflow: hidden;
	z-index:14;
	}
#eas_de:hover, #eas_en:hover, #eas_es:hover, #eas_fr:hover, #eas_ro:hover, #eas_tr:hover  {
	position:relative;
	top:-260px;
	left:-250px;
	width:440px;
	height:580px;
	margin-top:-5px;
	margin-bottom:-260px;
	border-bottom: none;
}

#eas_de:hover {background-image: url(../expent/easat-hover.de.png);}
#eas_tr:hover {background-image: url(../expent/easat-hover.tr.png);}
#eas_en:hover, #eas_es:hover, #eas_fr:hover, #eas_ro:hover {
	background-image: url(../expent/easat-hover.png);
}



#kh_de, #kh_en, #kh_es, #kh_fr, #kh_ro, #kh_tr {
	width:140px;
	height:100px;
	background-image: url(../expent/kelvin_hughes_surveillance_systems.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid dimgray;
	margin-bottom: 1px;
	display: block;
	overflow: hidden;
	z-index:16;
}
#kh_de:hover, #kh_en:hover, #kh_es:hover, #kh_fr:hover, #kh_ro:hover, #kh_tr:hover {
	background-image: url(../expent/kelvin_hughes_surveillance_systems_hover.png);
	position:relative;
	top:-20px;
	left:-70px;
	width:220px;
	height:290px;
	margin-top:-5px;
	margin-bottom:-20px;
	border-bottom: none;
}

#miweko_de, #miweko_en {
	background-repeat: no-repeat;
	width:150px;
	height:100px;
	border-bottom: 1px solid dimgray;
	margin-top: -10px;
	display: block;
	z-index:12;
}

#miweko_de {	background-image: url(../expent/miweko140.png);}
#miweko_en {	background-image: url(../expent/miweko140.en.png);}

#miweko_de:hover, #miweko_en:hover {
	background-image: url(../expent/miweko240.png);
	width:240px;
	position:relative;
	left:-90px;
	height:300px;
	margin-bottom: -200px;
	}
	
#miweko_de:hover { background-image: url(../expent/miweko240.png);}
#miweko_en:hover { background-image: url(../expent/miweko240.en.png);}


#ntr_de, #ntr_en {
	width:150px;
	height:80px;
	background-image: url(../expent/navtech.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid dimgray;
	margin-top: -10px;
	display: block;
	z-index:12;
}

#ntr_de:hover, #ntr_en:hover {
	background-image: url(../expent/navtech_hover.png);
	position:relative;
	left:-10px;
	}


#scott {
	width:150px;
	height:120px;
	background-image: url(../expent/scott.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid dimgray;
	margin-top: -10px;
	display: none;
	z-index:12;
}

#scott:hover {
	background-image: url(../expent/scott_hover.png);
	position:relative;
	top:-120px;
	left:-120px;
	width:250px;
	height:250px;
	margin-top:-5px;
	margin-bottom:-134px;
	border-bottom: none;
	}


#koe_de, #koe_en, #koe_es, #koe_fr, #koe_ro, #koe_tr, #koe_ru {
	width:140px;
	height:60px;
	background-image: url(../expent/koe.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid dimgray;
	margin-bottom: 1px;
	display: block;
	overflow: hidden;
	z-index:17;
}
#koe_de:hover, #koe_en:hover, #koe_es:hover, #koe_fr:hover, #koe_ro:hover, #koe_tr:hover {
	background-image: url(../expent/koe_hover.png);
	height:200px;
}


#sky_de, #sky_en, #sky_ro, #sky_es, #sky_fr, #sky_tr {
	display: none;
}


#self_de {
	width:140px;
	height:100px;
	background-image: url(../expent/ad1.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid dimgray;
	margin-bottom: 100px;
	margin-left:10px;
	z-index:99;
	display: block;
}
#self_en, #self_ro {
	width:140px;
	height:100px;
	background-image: url(../expent/ad1.en.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid dimgray;
	margin-bottom: 100px;
	margin-left:10px;
	z-index:99;
	display: block;
}
#self_tr {
	width:140px;
	height:100px;
	background-image: url(../expent/ad1.tr.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid dimgray;
	margin-bottom: 100px;
	margin-left:10px;
	z-index:99;
	display: block;
}
#self_es {
	width:140px;
	height:100px;
	background-image: url(../expent/ad1.es.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid dimgray;
	margin-bottom: 100px;
	margin-left:10px;
	z-index:99;
	display: block;
}
#self_fr {
	width:140px;
	height:100px;
	background-image: url(../expent/ad1.fr.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid dimgray;
	margin-bottom: 100px;
	margin-left:10px;
	z-index:99;
	display: block;
}

#serpa {
	width:100px;
	height:40px;
	background-image: url(images/88.png);
	background-repeat: no-repeat;
	margin-left:20px;
	display: block;
	}
#serpa:hover {background-image: url(images/100.png);}

#w3c {
	width:110px;
	height:40px;
	background-image: url(images/html580.png);
	background-repeat: no-repeat;
	margin-left:20px;
	display: block;
	}
#w3c:hover {background-image: url(images/html500.png);}







/* _____________________________________    Navigation    ______________________________________________*/

/*-------------------------------------- für *02.xx.html  ----------------------------------------------*/


.nav_rp {margin-left:130px;}		/* Nav Radargeräte */
.nav_bs {margin-left:340px;}		/* Nav Radarverfahren */
.nav_an {margin-left:500px;}		/* Nav Radarbaugruppen */
.nav_se {margin-left:620px;}		/* Nav Service */


/*------------------------------------------------------------------------------------------------------/
	@section	Base Drop-Down Styling  */


	/* Menue-Einträge mit Untermenue     First-level expected directory tag - li */

ul.dropdown li {padding: 5px;}

ul.dropdown *.dir {
	padding-right: 30px;
	background-image: none;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	}

		/* Non-first level */
ul.dropdown ul *.dir {
	padding-right: 15px;
	background-image: url(images/comnav-arrow.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	}

ul.dropdown ul ul *.dir {
	background-image: url(images/comnav-arrow.png);
	}



/*------------------------------------------------------------------------------------------------------/
	@section	Base Drop-Down Styling  */


	/* ALL LEVELS (incl. first) */

ul.dropdown {
	font: bold 17px/normal Arial, Helvetica, sans-serif;
	}

ul.dropdown li {
	background-color: #333;		/*  grauer Farbverlauf	*/
		background-image: -moz-linear-gradient(top, #666 25%, #444 75%);
		background-image: -webkit-linear-gradient(top, #666 25%, #444 75%);
		background-image: -ms-linear-gradient(top, #666 25%, #444 75%);
		background-image: -o-linear-gradient(top, #666 25%, #444 75%);
	color: #fff;
	}

		/* Links */

ul.dropdown li a, ul.dropdown *.dir {
	border-style: solid;
	border-width: 1px;
	border-color: #404040 #1a1a1a #1a1a1a #505050;
	}

ul.dropdown ul li a, ul.dropdown ul *.dir { 
	border-color: #4a4a4a #242424 #242424; border-left: none; 
	}

ul.dropdown ul ul li a, ul.dropdown ul ul *.dir {
	border-color: #595959 #333 #333; 
	}

ul.dropdown ul ul ul li a, ul.dropdown ul ul ul *.dir {
	border-color: #767676 #404040 #404040; 
	}

ul.dropdown a:link,
ul.dropdown a:visited {
	color: #fff;
	text-decoration: none;
	}

ul.dropdown a:hover,
ul.dropdown ul a.dir:hover{
	border-top-color: #5db1e0 !important;
	border-left-color: #5db1e0;
	background-color: #4498c7;		/*  blauer Farbverlauf	*/
		background-image: -moz-linear-gradient(top, #5F94B3 25%, #49758F 75%);
		background-image: -webkit-linear-gradient(top, #5F94B3 25%, #49758F 75%);
		background-image: -ms-linear-gradient(top, #5F94B3 25%, #49758F 75%);
		background-image: -o-linear-gradient(top, #5F94B3 25%, #49758F 75%);
	color: #fff;
	}


ul.dropdown a:active,
#rssbut a:hover {
	background-color: #4498c7;		/*  blauer Farbverlauf invertiert  */
		background-image: -moz-linear-gradient(top, #49758F 25%, #5F94B3 75%);
		background-image: -webkit-linear-gradient(top, #49758F 25%, #5F94B3 75%);
		background-image: -ms-linear-gradient(top, #49758F 25%, #5F94B3 75%);
		background-image: -o-linear-gradient(top, #49758F 25%, #5F94B3 75%);
	color: #fff;
	}

/*------------------------------------------------------------------------------------------------------*/

		/* NON-FIRST LEVEL */

ul.dropdown ul {
	left: auto;
	right: 0;
	width: 150px;
	margin-top: -1px;
	border-top: 1px solid #1a1a1a;
	border-left: solid 1px #4c4c4c;
	font: bold 11px/1em Tahoma, Geneva, Verdana, sans-serif;
	}

ul.dropdown ul li {
	background-color: #3a3a3a;
	}

ul.dropdown ul ul {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	border-top: none;
	border-left: none;
	font-weight: normal;
	}

ul.dropdown ul ul li {
	background-color: #4a4a4a;   /* Mouse-over ohne Link  */
	}

ul.dropdown ul ul ul li {
	background-color: #595959;
	}


/*------------------------------------------------------------------------------------------------------/
 * @section		Base Style Extension
 */

ul.dropdown a,
ul.dropdown span {
	display: block;
	padding: 3px 8px;  /* Tab Reitergröße */
	}



/*------------------------------------------------------------------------------------------------------/
 *	@section	Base Style Override
 */


ul.dropdown li,
ul.dropdown .fut  {
	padding: 0;
	}

ul.dropdown ul a,
ul.dropdown ul span { /* POI, proposal: override abstract a, span Wichtig für Flaggensymbole */
	padding: 5px 8px 5px 8px;
	}



/*------------------------------------------------------------------------------------------------------/
 * @section		Base Style Reinitiate: post-override activities
 */


ul.dropdown *.dir { /* POI */
	padding: 5px 8px;   /* Tab Reitergröße */
	}

ul.dropdown ul *.dir {
	padding: 5px 30px 5px 8px;
	}



/*------------------------------------------------------------------------------------------------------/
 *	@section	Custom Styles
 */


ul.dropdown ul a {
	width: 133px;
	}

ul.dropdown ul a.dir {
	width: 111px;
	}

ul.dropdown *.open {
	background-color: #3d3d3d;
	}
ul.dropdown ul *.open {
	background-color: #4a4a4a;
	background-image: url(images/comnav-arrow.png);
	color: #fff;
	}
ul.dropdown ul ul *.open {
	background-color: #595959;
	background-image: url(images/comnav-arrow.png);
	color: #fff;
	}

	/* Override UPPER TWO definitions */

ul.dropdown a.open:hover {
	background-color: #429cce;
	color: #fff;
	}
ul.dropdown ul a.open:hover {
	background-image: url(images/comnav-arrow.png);
	color: #fff;
	}


/* Clone in CSS 2 */

ul.dropdown li:hover > *.dir {
	background-color: #3d3d3d;
	}
ul.dropdown ul li:hover > *.dir {
	background-color: #4a4a4a;
	background-image: url(images/comnav-arrow.png);
	}
ul.dropdown ul ul li:hover > *.dir {
	background-color: #595959;
	background-image: url(images/comnav-arrow.png);
	color: #fff;
	}

/* Override UPPER TWO definitions */

ul.dropdown li:hover > a.dir:hover {
	background-color: #429cce;
	color: #fff;
	}
ul.dropdown ul li:hover > a.dir:hover {
	background-image: url(images/comnav-arrow.png);
	color: #fff;
}


/**
 * Horizontal CSS Drop-Down Menu Module
 */


ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

ul.dropdown {
	position: relative;
	z-index: 597;
	float: left;
	}

ul.dropdown li {
	float: left;
	line-height: 1.3em;
	vertical-align: middle;
	zoom: 1;
	}

ul.dropdown li.hover,
ul.dropdown li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
	}

ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 100%;
	}

ul.dropdown ul li {
	float: none;
	}

ul.dropdown ul ul {
	top: 1px;
	left: 99%;
	}

ul.dropdown li:hover > ul {
	visibility: visible;
}




/*------------------------------------------------------------------------------------------------------/

/* eigene Breiten in der CSS- Navigation */

/*  Radar Basics  */

#n-basics 				{ width: 150px; text-align: center; }
#n-basics ul 		 	{ width: 189px; left: 0px; right: auto; text-align: left; }
#n-basics ul ul			{ width: 150px; left: 189px; }
#n-basics ul a			{ width: 172px; }
#n-basics ul a.dir		{ width: 150px; }
#n-basics ul ul a			{ width: 133px; }
#n-basics ul ul a.dir		{ width: 111px; }
#n-basics ul ul ul			{ left: 100%; }

	/*  Abstände   Polnisch */
#n-basics-pl 		 	{ width: 210px; text-align: center; }
#n-basics-pl ul 		 	{ width: 210px; left: 0px; right: auto; text-align: left; }
#n-basics-pl ul ul	 	{ width: 171px; left: 210px; }
#n-basics-pl ul a		{ width: 193px; }
#n-basics-pl ul a.dir	{ width: 171px; }
#n-basics-pl ul ul a		{ width: 154px; }
#n-basics-pl ul ul a.dir 	{ width: 132px; }
#n-basics-pl ul ul ul	 	{ left: 100%; }



/*  Radar Sets  */

#n-sets					{ width: 205px; text-align: center; }
#n-sets ul				{ width: 204px; left: 0px; right: auto; text-align: left; }
#n-sets ul ul 			{ width: 165px; left: 204px; }
#n-sets ul a 				{ width: 187px; }
#n-sets ul a.dir 			{ width: 165px; }
#n-sets ul ul a 			{ width: 148px; }
#n-sets ul ul a.dir 		{ width: 126px; }
#n-sets ul ul ul 			{ left: 100%; }


#n-sets-pl				{ width: 110px; text-align: center; }
#n-sets-pl ul			{ width: 209px; left: 0px; right: auto; text-align: left; }
#n-sets-pl ul ul 			{ width: 170px; left: 209px; }
#n-sets-pl ul a 			{ width: 192px; }
#n-sets-pl ul a.dir 		{ width: 170px; }
#n-sets-pl ul ul a 		{ width: 153px; }
#n-sets-pl ul ul a.dir 	{ width: 131px; }
#n-sets-pl ul ul ul 		{ left: 100%; }



/*  Radartechnology  */

#n-modes 				{ width: 190px; text-align: center; }
#n-modes ul 				{ width: 189px; left: 0px; right: auto; text-align: left; }
#n-modes ul ul 			{ width: 150px; left: 189px; }
#n-modes ul a 			{ width: 172px; }
#n-modes ul a.dir 		{ width: 150px; }
#n-modes ul ul a 			{ width: 133px; }
#n-modes ul ul a.dir 		{ width: 111px; }
#n-modes ul ul ul 			{ left: 100%; }



/*  Radar Devices  */


#n-devices 				{ width: 190px; text-align: center; }
#n-devices ul 			{ width: 189px; left: 0px; right: auto; text-align: left; }
#n-devices ul ul 			{ width: 175px; left: 189px; }
#n-devices ul a 			{ width: 172px; }
#n-devices ul a.dir 		{ width: 150px; }
#n-devices ul ul a 		{ width: 158px; }
#n-devices ul ul a.dir 	{ width: 136px; }
#n-devices ul ul ul 		{ left: 100%; }



/*  Service  */

#n-service 				{ width: 100px; text-align: center; }
#n-service ul 			{ width: 183px; left: 0px; right: auto; text-align: left; }
#n-service ul ul 			{ width: 143px; left: 182px; }
#n-service ul a 			{ width: 166px; }
#n-service ul a.dir 		{ width: 144px; }
#n-service ul ul a 		{ width: 127px; }
#n-service ul ul a.dir 	{ width: 106px; }
#n-service ul ul ul 		{ left: 100%; }


/*  Languages  */


#n-lingua 				{ width:  84px; text-align: center; }
#n-lingua ul 			{ width: 109px; left: 0px right: auto;; text-align: left; }
#n-lingua ul a 			{ width:  92px; }

.n-feed 					{ width:  30px; text-align: center; }
.n-feed ul, .n-feed li	{ width: 150px; left: 0px; right: auto; text-align: left;}
.n-feed ul a 				{ padding: 0px 8px 1px 8px !important; }


.n-vz, .vz 				{ width:  24px; text-align: center; padding:0px;}


#navling {	background-image: url(../css/images/flaggen.png);
	background-position: 10px 3px;
	background-repeat: no-repeat;	}
a#bg {	background:url(../css/images/flaggen.png) no-repeat scroll right  -40px transparent;}
a#de {	background:url(../css/images/flaggen.png) no-repeat scroll right  -80px transparent;}
a#en {	background:url(../css/images/flaggen.png) no-repeat scroll right -120px transparent;}
a#es {	background:url(../css/images/flaggen.png) no-repeat scroll right -160px transparent;}
a#fr {	background:url(../css/images/flaggen.png) no-repeat scroll right -200px transparent;}
a#ro {	background:url(../css/images/flaggen.png) no-repeat scroll right -240px transparent;}
a#ru {	background:url(../css/images/flaggen.png) no-repeat scroll right -280px transparent;}
a#tr {	background:url(../css/images/flaggen.png) no-repeat scroll right -320px transparent;}
a#pt {	background:url(../css/images/flaggen.png) no-repeat scroll right -360px transparent;}
a#pl {	background:url(../css/images/flaggen.png) no-repeat scroll right -440px transparent;}
a#sr {	background:url(../css/images/flaggen.png) no-repeat scroll right -400px transparent;}
a#br {	background:url(../css/images/flaggen.png) no-repeat scroll right -480px transparent;}
a#ge {	background:url(../css/images/flaggen.png) no-repeat scroll right -520px transparent;}

span#bg, span#de, span#en, span#es, span#fr, span#ro, span#ru, span#tr, span#pt, span#pl, span#sr, span#br, span#ge {
	color:gray;	}

span#bg {	background:url(../css/images/flaggen.png) no-repeat scroll 70px  -40px transparent;}
span#de {	background:url(../css/images/flaggen.png) no-repeat scroll 70px  -80px transparent;}
span#en {	background:url(../css/images/flaggen.png) no-repeat scroll 70px -120px transparent;}
span#es {	background:url(../css/images/flaggen.png) no-repeat scroll 70px -160px transparent;}
span#fr {	background:url(../css/images/flaggen.png) no-repeat scroll 70px -200px transparent;}
span#ro {	background:url(../css/images/flaggen.png) no-repeat scroll 70px -240px transparent;}
span#ru {	background:url(../css/images/flaggen.png) no-repeat scroll 70px -280px transparent;}
span#tr {	background:url(../css/images/flaggen.png) no-repeat scroll 70px -320px transparent;}
span#pt {	background:url(../css/images/flaggen.png) no-repeat scroll 70px -360px transparent;}
span#pl {	background:url(../css/images/flaggen.png) no-repeat scroll 70px -440px transparent;}
span#sr {	background:url(../css/images/flaggen.png) no-repeat scroll 70px -400px transparent;}
span#br {	background:url(../css/images/flaggen.png) no-repeat scroll 70px -480px transparent;}
span#ge {	background:url(../css/images/flaggen.png) no-repeat scroll 70px -520px transparent;}


#zur {	background:url(../css/images/icons.png) no-repeat 0px    3px transparent;
	height:27px;
	}

#zur1 {	background:url(../css/images/icons.png) no-repeat 0px  -27px transparent;
	border-style: solid;
	border-width: 1px;
	border-color: #1a1a1a #404040 #505050 #1a1a1a;
	height:27px;}

#vor {	background:url(../css/images/icons.png) no-repeat 0px  -57px transparent;
	height:27px;}


#vor1 {	background:url(../css/images/icons.png) no-repeat 0px  -87px transparent;
	border-style: solid;
	border-width: 1px;
	border-color: #1a1a1a #404040 #505050 #1a1a1a;
	height:27px;}

#rand {	background:url(../css/images/wuerfel.png) no-repeat 10px  6px transparent;
	width:25px;
	height:27px;}

#up {	background:url(../css/images/icons.png) no-repeat 20px  -160px transparent;
	width:24px;
	height:30px;
	padding:20px;
	float:right;
	}

#rssbut {
	 background-color: #444 !important;
	background:url(images/ico16.png) no-repeat scroll right -96px transparent;
	}
#rssbut a:hover {
	background-color: #429cce !important;
	background:url(images/ico16.png) no-repeat scroll right -96px transparent;
	}


#bg:hover,#de:hover,#en:hover,#es:hover,#fr:hover,#ro:hover,#ru:hover,#tr:hover,#pl:hover,
#zur:hover,#vor:hover,#rand:hover
	{background-color: #49758F;}



/* ____ Auf dem Bildschirm nichtangezeigte Objekte ____ */

.druckform {
	display:none;
}

.hh_yes, #smsc, .smlang {		/* nur für Handheld */
	display:none;
}

#copyright {
	display:none;
}

.keywords {		/* Beschreibung der Tabelle TTD */
	font-size:1%;
	display:inline;
}






