/* Style.css for ETTER EDV- und IT-Dienstleistungen*/
/* copyright ETTER EDV- und IT-Dienstleistungen*/
/* Dies ist eine Version die eine gewisse Breite durch Pixelangaben statisch vorgibt, die Textgroesse wird aber wegen der Lesbarkeit bei anderer Aufloesung dabei nicht beruehrt*/

/*Sorgt dafuer, dass der body-Container kontrolliert wird*/

body {	margin: 0px;
	padding: 20px;
	padding-top: 40px;
	background-color: #ffffff;
	text-align: center; /*Wichtig fuer IE, da aeltere Versionen nicht mit margin auto umgehen koennen*/
	}

/*Sorgt fuer eine feste Breite der Gesamtausgabe*/

#main {	width: 887px;/*Kopfbreite fest in px wegen Kopfgrafik*/
	margin: auto; /*Zentrieren fuer moderne Browser*/
	background-color: #ffffff;
	text-align: left; /* Wieder alles links ausrichten, da sonst immer noch alles mittig waere*/
	}

#kopf {	/*Die Kopfbreite orientiert sich an der main-Breite*/
	}

/*Untercontainer in den Nav und Inhalt gehoeren*/

#main2 { width: 100%; /*Diese 100 Prozent beziehen sich auf die main-Breite*/
	 margin-top: 5px;
	 }
/*Gesamtbreite der Navigation ist 171px*/

#nav {	float: left;
	width: 166px;
	background-color: #ffffff;
	margin-right: 5px;
	padding: 0;
	font-family: arial, sans-serif, helvetica;
	}

/*Gesamtbreite des Inhalts ist 716px*/

#inhalt { float: right;
	  width: 702px;
	  background-color: #f9f9f9;
	  border: 1px solid #888888;
	  padding: 6px;
	  }

#fuss {	clear: both; /*Floaten aufheben, damit die Fusszeile richtig erscheint*/
	background-color: #ffffff;
	text-align: center;
	font-family: arial, sans-serif, helvetica;
	}

/*Naehere Definitionen zum Aussehen der Navigation*/

#nav-ul { list-style-type: none;
	  margin: 0;
	  padding: 0;
	  }

#nav-ul li { background-color: #f9f9f9;
	     margin-bottom: 5px;
	     padding: 5px;
	     border: 1px solid #888888;
	     text-align: center;
	     }

/* Verhalten fuer Links in der Navigationsleiste*/

#nav-ul a { color: #000000;
	    text-decoration: none;
	    }

#nav-ul a:link { color: #000000;
	    	 text-decoration: none;
	    	 }

#nav-ul a:visited { color: #000000;
	    	    text-decoration: none;
		    }

#nav-ul a:hover { color: #000000;
	    	  text-decoration: none;
		  font-weight: bold;
		  }

#nav-ul a:visited { color: #000000;
		    text-decoration: none;
		    }

/* Verhalten fuer Links in der Fusszeile*/

#fuss a { color: #000000;
	    text-decoration: none;
	    }

#fuss a:link { color: #000000;
	    	 text-decoration: none;
	    	 }

#fuss a:visited { color: #000000;
	    	    text-decoration: none;
		    }

#fuss a:hover { color: #000000;
	    	  text-decoration: none;
		  font-weight: bold;
		  }

#fuss a:visited { color: #000000;
		    text-decoration: none;
		    }

