/* Navigation */

#navigation {
	width: 180px;
	position: absolute;
	top: 240px;
	background-color: #FFF;
	padding-top: 10px;
	margin-left: 10px;
}
#menu {
	padding-left: 10px;
	list-style-type: none;
	padding-top: 20px;
}
#menu2 {
	padding-left: 20px;
	list-style-type: none;
}
#navbild {
	background-image: url(../bilder/dr_flesche.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 180px;
	height: 215px;
}
#menu a {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	display: block;
	margin-right: 10px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	font-size: 0.8em;
	border: 1px solid #036;
}

#menu a:hover, #menu a:focus {
	color: #FFFFFF;
	font-weight: bold;
	background-repeat: no-repeat;
	background-color: #003366;
}

/*Programmierung, damit ich erkennen kann auf welcher Seite ich mich zur Zeit befinde*/
 #home #nav01 span,
 #notfall #nav02 span,
 #krankheit #nav03 span,
 #kurse #nav04 span,
 #veroeffentlichung #nav05 span,
 #entwicklung #nav06 span,
 #links #nav07 span,
 #impressum #nav08 span,
 #ausbildung #nav09 span
  {
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	font-weight: bold;
	background-repeat: no-repeat;
	margin-right: 10px;
	font-size: 0.8em;
	background-color: #003366;
 }
#counter {
	height: 125px;
	width: 160px;
	margin-left: 10px;
}
