#main { padding: 1em; }
fieldset { padding: 8px; }
legend { font-weight: bold; }

pre { margin-bottom: 1em; }
    
.jscom, .mix htcom   { color: #4040c2; }
.com      { color: green; }
.regexp   { color: maroon; }
.string   { color: teal; }
.keywords { color: blue; }
.global   { color: #008; }
.numbers  { color: #880; }
.comm     { color: green; }
.tag      { color: blue; }
.entity   { color: blue; }
.string   { color: teal; }
.aname    { color: maroon; }
.avalue   { color: maroon; }
.jquery   { color: #00a; }
.plugin   { color: red; }

li { list-style-type: none; }


#navigation {
	border:0px solid #fff;
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:transparent;
	width:200px;
}
#navigation a.head {
	cursor:pointer;
	border:none;
	background-color:transparent;
	color:#cf010d;
	display:block;
	font-weight:bold;
	font-size : 14px;
	margin:10px 0 0 0 ;
	padding:0 0 10px 0;
	text-indent:14px;
	text-decoration: none;
}
#navigation a.head:hover {
	color:#cf010d;
	text-decoration : underline;
}
#navigation a.selected {
	background-image: none;
}
#navigation a.current {
	background-color:transparent;
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
	margin : 0px 0 0 0;
}
#navigation li {
	list-style:none outside none; display:inline;
}
#navigation li li a {
	color:#000000;
	display:block;
	text-indent:10px;
	text-decoration: none;
	padding : 5px 0 0 30px;
	background-image : url(Bilder/navilinks_li.jpg);
	background-repeat : no-repeat;
	background-position : 10px 4px;
	
}
#navigation li li a:hover {
	background-color:transparent;
	color:#cf010d;
}



