/* Allgemeine Anweisungen */

body
  {
  color: #0069A7;
  background: #FFF;
  font-family: verdana,arial,sans-serif;
  font-size: 100.01%;
  }

* {
margin:0;
padding:0;
  }
  
/*a { text-decoration: none;
    font-size: 70%;
	font-weight: normal;
	padding-right: 10px;
	}

a:link    { color: #9CCF10;}
a:visited { color: #9CCF10;}
a:focus, a:hover, a:active   { color: #0069A7;
                               text-decoration: none;
							   }*/
  
a.iframe { text-decoration: none;
    font-size: 70%;
	font-weight: normal;
	padding-right: 10px;
	}

a.iframe:link    { color: #9CCF10;}
a.iframe:visited { color: #9CCF10;}
a.iframe:focus, a:hover, a:active   { color: #0069A7;
                               text-decoration: none;
							   }   	
   


h1
   {font-size: 14px;
    color: #0069A7;
    font-family: verdana, arial, helvetica, sans-serif;
    margin-bottom: 10px;
	margin-left: -1px;
	}

h2
   {font-size: 70%;
    color: #0069A7;
    font-family: verdana, arial, helvetica, sans-serif;
    margin-bottom: 10px;
	margin-left: -1px;
	}


ul
  {list-style: none;}
  
li
  {font-size: 80%;
   font-weight: normal;
   }
   
td
   {font-size: 70%;
    text-align: left;
	vertical-align: top;
	padding: 0 5px 10px 0;
	}   


/*Rahmen*/
#rahmen
  {width: 850px;
  }
   
/*Head*/
#head
  {background: #FFF url(images/head.gif) top left no-repeat;
   width: 800px;
   height: 152px;
   margin: 0 0 40px 0;
  }
  
#hauptfeld
  {background: #FFF ;
   width: 850px;
   height: 540px;
   }

/*Navi*/
#navi
   {float: left;
    width: 299px;
	height: 540px;
	/*background: #FFF url(images/sessel.jpg) bottom right no-repeat;*/
   }

#navi img
   {border: 0;
    padding-left: 10px;
   }

#navi ul
  {list-style: none;}
  
#navi li
  {font-size: 80%;
   font-weight: bold;
   
   
   }
   
/*#navi a:focus, #navi a:hover, #navi a:active
  {background: url(navi/aktiv_button.gif) 10px 10px no-repeat;
  }   */

/*Inhalt*/
#inhalt
   {background: #FFF url(images/vertrauen_beziehung_wachstum.gif) bottom left no-repeat;
	float: left;
    width: 412px;
	height: 540px;
	color: #000;
	padding-right: 60px;
	line-height: 16px;
	margin-left: 40px;
	/*border: 1px solid #000;*/
    }
	
.netzwerk 
    {width: 432px;
	/*padding-right: 20px;*/
	 }

#inhalt p
   {font-size: 70%;
    margin: 0 0 10px 0;
   }	
	
#inhalt ul
  {list-style: none;
   list-style-image: url(images/gruenpunkt.gif);
   padding: 0.5em;
   margin: 0.5em;
   }
   

#inhaltperson ul
   {list-style: none;
    padding: 0.5em;
   margin: 0.5em;
   }
   
*html #inhalt ul  /*nur für IE*/
   {list-style-image: url(images/gruenpunkt_ie.gif);
    }
  
#inhalt li
  {font-size: 70%;
   font-weight: normal;
   padding-bottom: 10px;
   }
   
#inhalt a
   {text-decoration: none;
    font-size: 100%;
	font-weight: normal;
	color: #0069A7;}
	
#inhalt a:hover {text-decoration: underline;}
	
#subnavi a{text-decoration: none;
    font-size: 70%;
	font-weight: normal;
	padding-right: 10px;
	color: #0069A7;
	}

/*#subnavi a:link, a:visited    { color: #9CCF10;}
a:focus, a:hover, a:active   { color: #0069A7;
							   }   */
							   
#subnavi a:hover {text-decoration: underline;}							  
   
#iframe
   {width: 412px;
	height: 540px;
	color: #000;
	margin:10px 0 0 0;
   }   
   
#iframe p
   {font-size: 70%;
    margin: 0 0 10px 0;
   }
   

	
/*Helferlein*/
.stopFloat {
  display: block;
  float: none;
  clear: both;
  height: 1px;
  font-size: 0;
  line-height: 0;
}

