/* Allgemeine Definitionen wie Linkfarben und so weiter */ 
a:link {
	color: #FF0000;
	text-decoration: none;
	 }

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

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

div.navi {
	text-align: center;
	}

div.content {
	text-align: justify;
	}
	
div.footer {
	text-align: center;
	font-size: 9px;
	}

/* Ab hier die Definitionen für die Textauszeichungen spezieller Bereiche und Tags */
h2 {
	padding-left: 5px;
	}

p {
	padding-left: 10px;
	padding-right: 10px;
	}

li {
	text-align: justify;
	padding-right: 10px;
	}

/* Spezielle Auszeichungen für Spans oder einzelne Segmente*/
.firma {
	font-weight: bold;
	}

.year {
	color: #000066;
	font-weight: bold;
	}
