@charset "UTF-8";

@media all
{
 
  /* (en) adjustment of main navigation */
  /* (de) Anpassung der Hauptnavigation */

  #nav { 
  	background: #fff url(../../img/kannte_l.jpg) repeat-y left; 
	height: 4.5em; 
	padding-left: 21px; } 
  
  /* Themennavigation */    
  #nav_themen { 
  	background: #fff; 
	float: left; 
	width: 60.2em !important; 
	width: 60.1em; 
	border-top: 1px solid #666; 
	border-bottom: none; }
 
  #nav_themen ul {   
	list-style-type: none;
	list-style-image: none;    
	display: inline;
	margin: 0;
	padding: 0;
	border: none;}
  
  #nav_themen ul li {  
  	display: inline;
    float: left;
    font-size: 1em;
    line-height: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0;
	line-height: 1.8; 
	border: none; 
	margin-top: 0.438em;}
	
  #nav_themen li a.first { margin-left:2.95em; }
  
  #nav_themen li a, 
  #nav_themen li strong { 
	color: #666; 
	font-weight: normal; 
	padding: 0; 
	font-size:1.0em; 
	margin-left:1.25em; 
	text-decoration:none;}
  
  #nav_themen li a:focus, 
  #nav_themen li a:active { 
  	background: #000; 
	color: #fff; 
	text-decoration: none; }
  
  #nav_themen li a:hover { text-decoration: underline; }
  
  #nav_themen li#current strong,
  #nav_themen li#current a,
  #nav_themen li#current a:focus,
  #nav_themen li#current a:hover,
  #nav_themen li#current a:active { 
  	color: #4D87C7; 
	font-weight: bold }


  /* Hauptnavigation */  

  #navcontainer {
	text-align: right;
	font-size: 1em;
	width: 13.75em;  
	padding: 0;
	margin: 0;
	color: #666666;
	width: 100%;
	font-family: arial, helvetica, sans-serif;	}  
 
  #navcontainer h3 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-align: right;
	display: block;
	width: 13.75em;
	font-weight: bold;
	color: #666666;}

  #navcontainer h3 a {
	line-height: 1.75;
	text-decoration: none;
	color: #666666;}
 
  #navcontainer h3 a:focus, 
  #navcontainer h3 a:active  {
	text-decoration: none;
	color: #ffffff;
	background-color: #000000;}
  
  #navcontainer ul {
  	border-top: 1px solid #666; 
	border-bottom: 1px solid #666; 
	margin: 0.5em 0 2em 0; 
	padding: 0.167em 0 0.333em 0; } 

  #navcontainer ul ul, 
  #navcontainer ul ul ul,
  #navcontainer ul ul ul ul {
	margin: 0; 
	border-top: 1px solid #bbb; 
	margin-top: 0.667em; 
	padding-top: 0.167em;
	margin-bottom: 0; 
	padding-bottom: 0;  
	border-bottom: 0; } 
	
  #navcontainer li, 
  #navcontainer li li,
  #navcontainer li li li,  
  #navcontainer li li li li  { 
	margin: 0;
	padding: 0;
	display: inline;
	line-height: 1.25;	}

  #navcontainer li a {
	color: #666666;
	margin: 0.5em 0 0.5em 0.4em;
	text-decoration: none;
	width: 13.35em;
	display: block;	}
	
  /* hack: hidden anchors for IE, overrides link definitions */
  a.anchor {
   display: inline !important; 
   margin: 0em 0em 0em 0em !important;
   }

   #col2 a.anchor {
   display: inline !important; 
   }
	
 .pfeil {
	color: #6aa101;
	background: url(../../img/pfeil.gif) no-repeat top right; 
	padding-right: 0.583em;	
	margin: 0.5em 0 0.5em 0.4em;
	padding:  0 0.8em 0 0 ;
	display: block;}
	
 h3 .pfeil {
	display: inline;
	line-height: 1.75;
	width: 13.75em;
	font-weight: bold;
	text-decoration:none;
	text-align: right;
	margin: 0.5em  0 0.5em 0.4em;
	padding:  0 0.8em 0 0 ;
	color: #6aa101;
	background: url(../../img/pfeil.gif) no-repeat top right; 
	}
	
  #navcontainer li a:hover, #navcontainer a:hover{
	text-decoration: underline;}

  #navcontainer li a:focus, 
  #navcontainer li a:active {
	text-decoration: none;
	color: #ffffff;
	background-color: #000000;}

   
  /* Zielgruppennavigation */
  
  #navcontainer p.ziel{
	border-bottom: 1px solid #bbbbbb;
	color: #666666;
	font-family: arial, helvetica, sans-serif;
	line-height: 1.8;
	padding: 2em 0 0.313em 0;
	width: 100%;
	margin: 0;}

  #navcontainer ul.ziel2 {
	border: 0; 
	padding: 0;
	margin: 0;} 	
	
  
}