body
{
	background-color:							#464646;
	background-repeat:							repeat-x;
}

/* Haupttabelle Seite  zentriert und mit weißen Hintergrund */
.haupttabelle
{
	border:										1px solid #888888;
	background-color:							#FFFFFF;
	margin-top:									25px;
}

.hintergrund_kopf
{
	background-image:							url(../bilder/neurospine_deutschland_op_saal.jpg);
	background-repeat:							no-repeat;
	border:										1px solid #000000;
}

.hintergrund_inhalt
{
	border:										1px solid #9F9F9F;
}

.fusszeile
{
	border:										1px solid #9F9F9F;
	font-family: 								Verdana, Arial, Helvetica, sans-serif;
	color: 										#000000;
	font-size: 									9px;
	padding:									5px;
	background-color:							#ECAC66;
}

/* Rechte Spalte Hauptseite */
.rechter_streifen
{
	background-image:							url(../bilder/rechter_streifen_trenner.gif);
	background-repeat:							repeat-y;
}

.standard_text
{
	font-family: 								Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: 										#000000;
	font-size: 									11px;
	clear: 										both;
	line-height:								1.8em;

}

/* Navigation rechts oben */
.navigation
{
	border-left-width:		1px;
	border-left-color:		#FFFFFF;
	border-left-style:		solid;
	margin:					5px;
}

.navigation li
{
	color: 						#FFFFFF;
	background-color:			#999999;
	font-weight: 				bold;
	font-size: 					12px;
	font-family: 				Arial, Helvetica, sans-serif;
	border-bottom-width:		1px;
	border-bottom-color:		#FFFFFF;
	border-bottom-style:		solid;
	cursor:						pointer;
	margin-left:				-40px;
	padding:					5px;
	list-style-type:none;
}


.navigation li a:link
{
	color: 						#FFFFFF;
	font-weight: 				bold;
	font-size: 					12px;
	font-family: 				Arial, Helvetica, sans-serif;
	text-decoration: 			none;
	width:						100%;
	height:						20px;
	margin:						-5px;
	padding:					5px;
}

.navigation li a:visited
{
	color: 						#FFFFFF;
	font-weight: 				bold;
	font-size: 					12px;
	font-family: 				Arial, Helvetica, sans-serif;
	text-decoration: 			none;
	width:						100%;
	height:						20px;
	margin:						-5px;
	padding:					5px;
}

.navigation li a:hover
{
	color: 						#FFFFFF;
	font-weight: 				bold;
	font-size: 					12px;
	font-family: 				Arial, Helvetica, sans-serif;
	text-decoration: 			underline;
	display:					table;
	background-color:			#ECAC66;
	width:						100%;
	height:						15px;
	padding:					5px;
}

ul.liste  {
	margin: 0.5em;
	padding: 0 0 0 1em;
    }
ul  li.liste  {
    margin: 0;
	padding: 0.3em 0 0.3em 0em;
}