@charset "ISO-8859-1";
body {
	font: 100% Lucida Geneva,Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element-/Tag-Selektoren ~~ */
ul, ol, dl { padding: 0; margin: 0; }

.header #nav ul, .content #nav ul {
	display:inline;
}
.header #nav li, .content #nav li {
	margin:5px 0px;
	display:inline;
}
.container #nav ul {
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* Durch Verschieben des oberen Rands wird das Problem behoben, dass Ränder aus dem zugehörigen div-Tag geraten können. Der übrig gebliebene untere Rand hält ihn getrennt von allen folgenden Elementen. */
	padding-right: 15px;
	padding-left: 15px; /* Durch Hinzufügen der Auffüllung zu den Seiten der Elemente innerhalb der div-Tags anstelle der div-Tags selbst entfallen jegliche Box-Modell-Berechnungen. Alternativ kann auch ein verschachteltes div-Tag mit seitlicher Auffüllung verwendet werden. */
}
a img { 
	border: none;
}
a:link {
	color: #999;
	text-decoration: none;
	font-size:90%;
}
a:visited {
	color: #999;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #fb5959;
}

/* ~~ Dieser Container mit fester Breite umschließt die anderen div-Tags. ~~ */
.container {
	width: 1200px;
	background: #FFF;
	margin: 0 auto; /* Der mit der Breite gekoppelte automatische Wert an den Seiten zentriert das Layout. */
}
#nav_vert {
	left:0;
	margin-left:0px;
	margin-top:40px;
	position:fixed;
	height: 560px;
	width:40px;
}
#nav_vert ul { list-style:none; }
#nav_vert li { text-indent:-5000px; }

#nav_vert a.nav_1_halbjahr { background:url(nav_1_halbjahr.png) no-repeat top; height:80px; width:40px; display:block; }
#nav_vert a:hover.nav_1_halbjahr { background:url(nav_1_halbjahr.png) no-repeat bottom; }
#nav_vert a.nav_2_halbjahr { background:url(nav_2_halbjahr.png) no-repeat top; height:80px; width:40px; display:block; }
#nav_vert a:hover.nav_2_halbjahr { background:url(nav_2_halbjahr.png) no-repeat bottom; }
#nav_vert a.nav_3_halbjahr { background:url(nav_3_halbjahr.png) no-repeat top; height:80px; width:40px; display:block; }
#nav_vert a:hover.nav_3_halbjahr { background:url(nav_3_halbjahr.png) no-repeat bottom; }
#nav_vert a.nav_4_halbjahr { background:url(nav_4_halbjahr.png) no-repeat top; height:80px; width:40px; display:block; }
#nav_vert a:hover.nav_4_halbjahr { background:url(nav_4_halbjahr.png) no-repeat bottom; }
#nav_vert a.nav_5_halbjahr { background:url(nav_5_halbjahr.png) no-repeat top; height:80px; width:40px; display:block; }
#nav_vert a:hover.nav_5_halbjahr { background:url(nav_5_halbjahr.png) no-repeat bottom; }
#nav_vert a.nav_6_halbjahr { background:url(nav_6_halbjahr.png) no-repeat top; height:80px; width:40px; display:block; }
#nav_vert a:hover.nav_6_halbjahr { background:url(nav_6_halbjahr.png) no-repeat bottom; }
#nav_vert a.nav_7_halbjahr { background:url(nav_7_halbjahr.png) no-repeat top; height:80px; width:40px; display:block; }
#nav_vert a:hover.nav_7_halbjahr { background:url(nav_7_halbjahr.png) no-repeat bottom; }
#nav_vert a.nav_drucken { background:url(nav_drucken.png) no-repeat top; height:80px; width:40px; display:block; }
#nav_vert a:hover.nav_drucken { background:url(nav_drucken.png) no-repeat bottom; }

/* ~~ Für die Kopfzeile wird keine Breite angegeben. Sie erstreckt sich über die gesamte Breite des Layouts. Sie enthält einen Bild-Platzhalter, der durch Ihr eigenes, mit Hyperlink versehenes Logo ersetzt werden sollte. ~~ */
.header {
	background:url(header_1.jpg) top center no-repeat #fff;
	height:300px;
}
.header #nav {
	text-align:center;
	padding:280px 0 0 0;
}

.content {
	padding: 10px 0;
}
.content .t_01 { background: url(Entwicklungstabelle-01_1.jpg) no-repeat; height: 608px; width:1200px; margin:20px 0; }
.content .t_02 { background: url(Entwicklungstabelle-02.jpg) no-repeat; height: 1013px; width:1200px; margin:20px 0; }
.content .t_03 { background: url(Entwicklungstabelle-03.jpg) no-repeat; height: 822px; width:1200px; margin:20px 0; }
.content .t_04 { background: url(Entwicklungstabelle-04.jpg) no-repeat; height: 697px; width:1200px; margin:20px 0; }
.content .t_05 { background: url(Entwicklungstabelle-05.jpg) no-repeat; height: 721px; width:1200px; margin:20px 0; }
.content .t_06 { background: url(Entwicklungstabelle-06.jpg) no-repeat; height: 796px; width:1200px; margin:20px 0; }
.content .t_07 { background: url(Entwicklungstabelle-07.jpg) no-repeat; height: 385px; width:1200px; margin:20px 0; }

.content #nav {
	text-align:center;
}

/* ~~ Fußzeile ~~ */
.footer {
	margin:0 20px 0 60px; 
	padding: 15px 10px;
	background: #eee;
}
.footer p {
	color:#666;
	font-size:80%;
}

/* ~~ Verschiedene float/clear-Klassen ~~ */
.fltrt {  /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das fließende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. Das fließende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse kann in einem <br />-Tag oder leeren div-Tag als letztes Element nach dem letzten fließenden div-Tag (im #container) platziert werden, wenn #footer entfernt oder aus dem #container herausgenommen wird. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}