/*
 * Autor: THM, NewsNavigators.de
 * Kreiert: 29.06.07
 * Geaendert: 24.07.07
*/

@media screen, projection {

body  {
	font-family: verdana, sans-serif;
	color: black; 
	font-weight: normal;
	padding: 0; 
	margin: 0;
	background-color: #848694;
}
	
/*** Oberer Bereich der Tabelle ***/	
#kasten_oben_komplett {
    position: relative;
    margin-top: 30px; 
    margin-left: 20px; 
    height: 140px; 
    width: 964px;
}
#kasten_oben_links {
    float: left;
    width: 199px; 
    height: 130px; 
    border: solid 5px #F7F3FF; 
    border-right: 0; 
    background-color: #0D2B88; 
    overflow: hidden;
}	
#impressum {
    margin-top: 23px;
    text-align: right; 
    width: 190px; 
    border: 0; 
    font: normal 7pt Verdana; 
    color: white;
}
#impressum  a:link     { text-decoration:none;  color: white; }    
#impressum  a:visited { text-decoration:none;  color: white; }
#impressum  a:hover  { text-decoration:underline; }

#kasten_oben_rechts {
    float: left;
    width: 750px; 
    height: 130px; 
    border: 5px solid #F7F3FF; 
    background-color: #0D2B88; 
}
#nnlogo {
    position: absolute; 
    top: -29px; 
    left: 700px; 
    border: 0; 
}
#nn_logo a:hover { text-decoration:none; }    /* wg. Darst.-Fehler in Avant- und Crazy-Browser */

#titel {
    color: white;
    font-size: 18pt;
  /*  font-weight: bold; */
    margin-top: 90px;
    margin-left: 18px;
}

/*** Unterer Bereich der Tabelle ***/	

#kasten_um_mitte_komplett {
    margin-left: 20px; 
    width: 954px; 
    border: 5px solid #F7F3FF; 
    border-top: 0;
    background-color: #0D2B88; 
}	

#kasten_mitte_links {
   float: left;
   width: 200px; 
   display: inline; /* wg. IE/Win-Escaping-Floating-Bug */
}	
#hauptmenu {  
    list-style: none;
    font: bold 10pt Verdana;
    padding-left: 0;
    margin: 0;
}

ul, ol, dl { position: relative; } /* wg. Disappearing-List-Background-Bug */

#hauptmenu a:link, #hauptmenu a:visited, #hauptmenu a:active, #hauptmenu a:hover { 
    display:block; 
    border: 1px solid #e3e3ef; 
    padding: 2px 15px 2px 15px;  
    color: #0D2B88; 
    text-decoration: none; 	
    background-color: #F5F5F5;
}
 
#hauptmenu ul {
    list-style:none;
    margin-left: 0;
    padding-left: 0;
    font: normal 10pt Verdana;
  /*     list-style-position:outside; */
    background-repeat: no-repeat;
    background-position: 0 .5em;
}

#hauptmenu ul a:link, #hauptmenu ul a:visited, #hauptmenu ul  a:active, #hauptmenu ul a:hover {  padding-left:30px;  }

#hauptmenu ul ul a:link, #hauptmenu ul ul a:visited, #hauptmenu ul ul a:active, #hauptmenu ul ul a:hover { padding-left:40px; line-height:12pt; font-size: 8pt;  }

#hauptmenu .aktiv0 a:visited, #hauptmenu .aktiv00 a:visited, .aktiv1, .aktiv2, .aktiv3 { 
    border: 1px solid #9E9E9E; 
    padding: 2px 15px 2px 15px;  
    color: #F5F5F5;
    text-decoration: none;
    background-color: #0D2B88;
}

.aktiv2, #hauptmenu .aktiv00 a:visited { 
    padding-left: 30px; 
    background-color: #9E9E9E;
}

.aktiv3 { 
    padding-left: 45px; 
    line-height:12pt; 
    font-size: 8pt; 
    background-color: #B1B1B1; 
}  

 #hauptmenu a:hover, #hauptmenu .aktiv00 a:hover { 
    color: white;
/*   background-image: url(backnaviover.gif); */
    background-color: #0D2B88; 
    border: 1px solid #9E9E9E;
}
 

#kasten_mitte_mitte {
    float: left;
    width: 465px; 
    border-width: 0; 
    border-left-width: 5px; 
    border-right-width: 5px; 
    border-style: solid; 
    border-color: #F7F3FF; 
    background-color: white;
    font-size: 10pt; 
}	
/*** #inhalt mu? l?ngste Spalte sein!!! ***/
#inhalt { 
    margin-left: 10px;
    padding: 10px 10px 0 10px; 
    min-height: 424px;  
}
#inhalt embed {
  position: relative;
  top: -10px;
  left: -20px;
}
#inhalt h1 { 
    font-size: 12pt; 
}
#inhalt p  { 
    padding-bottom: 6px;                /* Abstand zw. den Absätzen sollte margin-bottom sein, aber RTE-Style setzt Rand direkt im HTML auf 0 */
}
#inhalt a:link, #inhalt a:visited, #inhalt a:active, #inhalt a:hover { 
    color: #0D2B88; 
    text-decoration: none; 	
}
#inhalt a:hover { text-decoration: underline;}
#inhalt li { margin-bottom: 6px; }
#inhalt li a { display:block; }
#inhalt td { vertical-align:top; }

#inhalt ol {
  list-style:none;
  font-family: courier;
  background-color: #EFEFFF;
  margin:0;  
  padding: 10px;
}

#kasten_mitte_rechts {
    float: left;
    padding: 0; 
    margin: 0;
    border: 0;
    background-color: #0D2B88;
    overflow: hidden; /* wenn Bild zu gro?, wird das ?berstehende abgeschnitten; nach IE-Expanding-Box-Problem*/
}

/*** von http://www.romankoch.ch/capslock/fliessgestaltung.htm ***/
.float_ende {
    clear: both;
    overflow: hidden;
    height: 1px;
	 margin: -1px 0 0 0;
	 font-size: 1px; 
    background-color: #F7F3FF;
}

/*** Bereich unter der Tabelle ***/
#kasten_unten {
    margin: 0 0 0 10px; 
    width: 980px; 
    border: 0;
    font: normal 9pt Verdana; 
    color: #c6c3c6; 
    text-align:center;
    font-size: 8pt;
} 
#kasten_unten p          { height: 8px; }
#kasten_unten a:link     { text-decoration:none;  color: #c6c3c6; }    
#kasten_unten a:visited {text-decoration:none; color: #c6c3c6; }
#kasten_unten a:hover  { text-decoration:underline; }

.hidden {
    display: none;
}

/* Abstand zwischen RTE-Absaetzen */
.absatz { height: 8px; } 

}


/*** Druckausgabe ***/
/* nach http://meiert.com/de/publications/articles/20070409/ */
@media print {
* { background: #fff; color: #000; }
html { font: 100%/1.5 georgia, serif; }
.hidden, #nn_logo, #kasten_mitte_links, #hauptmenu, #untermenu, #kasten_unten { display: none; }
}

	