/*------------------------CSS-DATEI FÜR NETZWERK MENTORING NRW-----------------------------------*/

* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
  }

  body, p a {
    color:black; 
	background-color:white;
	font-size:100.01%;
    margin:0; 
	padding:0;
	background:url(bilder_netz/balkenoben2.jpg) repeat-x top;
	  }
  

  #links {
  	float:left;
	margin:0;
	padding:0 1em 5em 5.7em;
	font-size:0.8em;
	clear:both;
	background:url("bilder_netz/bg_body.gif") repeat-y left;
	}
  
  
  #links a {
	font-weight:bold;
	color:black;
	text-decoration:none;
	}
  
  #image {
    margin:0; 
	padding:1em 0;
  }
  

/*----------------------------------NAVIGATION------------------------------------------------*/
  ul#Navigation {
    margin:0; 
	padding:3em 0 1em 0;
	clear:both;
  }

  ul#Navigation li {
    list-style:none;
    margin:0; 
	padding:1em;
  }

  ul#Navigation a {
    display:block;
	margin:0;
    padding:0.5em 1em 0.5em 1em;
    font-weight:bold;
  }

  ul#Navigation a:link {
    background-color:#f5f3eb; color:#df242b;
	text-decoration:none;
  }

  ul#Navigation a:visited {
    background-color:#f5f3eb; color:#df242b;
	text-decoration:none;
  }

  ul#Navigation a:hover {
    background-color:#f5f3eb; color:black;
	text-decoration:none;
  }

  ul#Navigation a:active {
    background-color:#f5f3eb; color:#df242b;
	text-decoration:none;
  }


/*----------------------------------INHALT------------------------------------------------*/
  #Inhalt {
  	margin:0;
    padding:12em 18em 1em 26em;
	text-align:left;
	font-size:0.8em;
  }
  
  div#Inhalt h1 {
    font-size:1.5em;
    margin:0.5em 0 0.5em 0.75em;
  }
  
  div#Inhalt h2 {
    font-size:1.2em;
    margin:0.2em 0 0.2em 0.8em;
  }
  
  div#Inhalt h3 {
	  font-size:1.2em;
	  margin:0;
	  padding:0;
  }
  
  div#Inhalt h4 {
  	font-size:1em;
	margin:0.2em 0 0.2em 0.8em;
	}
  
 div#Inhalt p {
     margin:0 0 0 1em;
	
  }

  table {
	width:80%;
	font-size:0.9em;
	margin:0;
	padding:0;
	}
  
  table p {
  margin:0 !important;
   }
  
  #Inhalt a {
  	padding:0;
	margin:0;
	color:#df242b;
	font-weight:bolder;
  }
  
  
  #Inhalt a:link {
  	color:#666666;
	text-decoration:none;  
  }
  
  #Inhalt a:visited {
	color:#666666;
	text-decoration: none;  
  }
  
  #Inhalt a:hover {
	color:#df242b;
	text-decoration:none;  
  }
  
  #Inhalt a:active {
	color:#666666;
	text-decoration:none;  
  }
  
  #Inhalt img {
  	margin-top:0.15em;	
  }

 
/*----------------------------------FUSSZEILE------------------------------------------------*/
  #fusszeile {
    clear:both;
    font-size:0.8em;
    margin:0 0 1em 0; 
	padding:0.5em 0 0.5em 30em;
	background-color:#E7E2CC;
    /*text-align:center;*/
  }
  
  #fusszeile ul {
  	margin:0;
	padding:0;
  }
  
  #fusszeile li {
  	list-style-type:none;
	display:inline;
  }
  
  #fusszeile a {
  	padding:0;
	border-right:1px solid black;
  }
  
  #fusszeile a:link {
  	color:black;
	text-decoration: none;  
  }
  
  #fusszeile a:visited {
	color:black;
	text-decoration: none;  
  }
  
  #fusszeile a:hover {
	color:#df242b;
	text-decoration: none;  
  }
  
  #fusszeile a:active {
	color:black;
	text-decoration: none;  
  }
