body  {
	margin: 0;
  background: #FFFFFF;
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
}
/* zum zentrieren der seite */
#kontainer
{ 
	position: relative; /* Durch Hinzufügen von position: relative können Sie die beiden Randleisten im Verhältnis zu diesem Container positionieren. */
	width: 980px;  
	background: #FFFFFF;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	padding:0;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
} 
/* gesamter kopfbereich */
#kopf
{
	margin-top: 0px;
	margin-bottom:0px;
	height: 112px;
	padding-top:0;
	background: #DDDDDD;
 background-image:url('img_2009/wolke.jpg');
 background-repeat:no-repeat;
}

/*linker kopfteil*/
.kopf_ls
{
 width:200px;
 text-align:center;
 margin-top:0;
}
.kopf_ls h2
{
 margin-top:0px; /*muss zwingend 0 sein, sonst wird eine margin oberhalb #kopf gesetzt; fehler im FF*/
 margin-bottom:2px;
 padding-top:4px;
 padding-bottom: 4px;
 font-size: 13pt;
}
.kopf_ls p
{
 margin:5px;
}
.spruch
{
 color:#FFFFFF;
 font-weight:bold;
}
/*gesamter rechter kopfteil*/
.kopf_rt
{
 margin-left:200px;
 width:780px;
 height: 112px;
 text-align:center;
 position:absolute;
 top:0;
}
/*werbung oben rt */
.werb_ob
{
  height:90px;
}
/* navigation unter werbung */
.navig_kopf_ls {
  text-align:left;
	margin-top:5px;
	left:31px;
	height: 20px;
  position:absolute;
}

.navig_kopf_m
{
 text-align:left;
 left:170px;
 margin-top:5px;
 position:absolute;
}
.navig_kopf_rt
{
  right:31px;
	margin-top:5px;
  text-align:right;
  position:absolute;
}
/* spalte ls*/
#navblock {
	left: 0px;
	width: 200px;
	margin-top: 10px;
/*	padding-left: 20px;*/
	padding-left: 0px;
	position: absolute;
}
#navblock P {
	margin: 2px;
}
#navblock h4 {
	margin-bottom: 5px;
}
.neu h4 {
	border-bottom:1px solid #CCC; /*#F90;*/
	padding-bottom:5px;
}
#mitte #mitte_breit #mitte_radargross h4
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 12pt
}

/* inhaltsteil */
#mitte {
	/*margin-left: 200px; neu bündig mit werbung*/
	margin-left:226px;
	margin-right: 26px;
	padding: 10px 0px;
}
#mitte_schmalnavig {
	margin-left: 200px; /*bündig mit spalte links*/
	margin-right: 26px;
	padding: 10px 0px;
}
/* inhaltsteil ohne spalte ls */
#mitte_breit
{
	margin-left: 0px;
	margin-right: 0px;
	padding: 10px 0px;
}
#mitte_radargross
{
	margin-left: -90px;
	margin-right: 0px;
	padding: 10px 0px;
}
/* werbeblock unten */
.werb_unten
{
margin-left:220px;
width:300px;
margin-top:10px;
}
#kontainer_natel
{
  width:355px;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	padding:0;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	position:relative;
}
#natel p, .natellink
{
	font-size:1.5em;
	font-weight:bold;
	border-color:#09F;
	border-width:1px;
	border-style:solid;
	text-align:left;
	margin:5px 0px;
	padding:5px 0px 5px 5px;
	width:98%;
}
#natel ul
{
	list-style-type:none;
}
#natel a
{
	width:auto;
}
#natel .pfeil
{
	position:absolute;
	width:100%;
	text-align:right;
	right:10px;
	font-weight:bold;
}
.weisseschrift
{
	color:#FFF;
}

.tkopf {
	background: #94ABE2;
	font-size:12px;
	font-weight:bold;
}

.tzg {
	background: #E6F5FB;
}

.wcp{
	position:absolute;
	visibility:hidden;
	z-index:2;
	background-color: #E1EDFF;
	border: 1px solid #999; 
	text-align:left;
}

.wd{
	font-size: 10px;
	position:absolute;
	z-index:1;
	background-color: #90F030;
	/*border: 1px solid #999; */
	padding:0;
}

.wd_warn{
	font-size: 10px;
	position:absolute;
	z-index:1;
	background-color: #FF0000;
	/*border: 1px solid #999; */
	padding:0;
}

.wdtb{
	font-size: 10px;
	background-color: #FFFF99;
}
.kleinblock
{
	background-color:#E1EDFF;
}

.tab_aktiv {
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	border-top: 1px solid Black;
	background-color: #FFFFFF;
	font-weight:bold;
	font-size: 10pt;
}

.tab_inaktiv {
	background-color: #F4FCFF;
	border-bottom: 1px solid Black;
	font-size: 10pt;
}

.haupttab_aktiv {
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	border-top: 1px solid Black;
	background-color: #F4FCFF;
	font-weight:bold;
	font-size: 10pt;
}

.haupttab_inaktiv {
	background-color: #E4ECFF;
	border-bottom: 1px solid Black;
	font-size: 10pt;
}
.haupttab_zeile{
	background-color: #F4FCFF;
}

.wett_flash h3
{
  background:greenyellow;
	color:404040;
	font-size:12px;
	padding:2px;
	font-weight:bold;
	margin:0;
}
.flash_io
{
	background-color:#A4F94F;
	padding: 2px;
}
.flash_mittel
{
	background-color:#FC0;
	padding: 2px;
}
.flash_alarm
{
	background-color:#F09;
	padding: 2px;
}

.flash_io_hell
{
	background-color:#E4FEE0;
	padding: 2px;
}
.flash_mittel_hell
{
	background-color:#FEF9CF;
	padding: 2px;
}
.flash_alarm_hell
{
	background-color:#FEDAE0;
	padding: 2px;
}


/* added WSm, 12. Feb. 2015, deactivated 20.5.2015 
canvas, img {
    image-rendering: optimizeSpeed;             // Older versions of FF
    image-rendering: -moz-crisp-edges;          // FF 6.0+
    image-rendering: -webkit-optimize-contrast; // Safari
    image-rendering: -o-crisp-edges;            // OS X & Windows Opera (12.02+)
    image-rendering: pixelated;                 // Awesome future-browsers
    -ms-interpolation-mode: nearest-neighbor;   // IE
}
*/
