/*
* { margin: 0; padding: 0; }
html, body, #main { height: 100% }
body, div { font-family: 'lucida grande', helvetica, verdana, arial, sans-serif }
body { margin: 0; padding: 0; font-size: small; color: #333 }
h1, h2 { font-family: 'trebuchet ms', verdana, arial; padding: 10px; margin: 0 }
h1 { font-size: large }
h3 { margin-top: .5em; }
#main { padding: 1em; }
#banner { padding: 15px; background-color: #06b; color: white; font-size: large; border-bottom: 1px solid #ccc;
    background: url(images/bg.gif) repeat-x; text-align: center }
#banner a { color: white; }
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; }
.accordionsection, #list2, #list3, #navigation { width:20em; }

#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }

//*/


h3.accordionheader{
	line-height: 1em;
	margin: 0;
	/*padding: 5px 0;*/
	background-color: transparent;
	font-weight: bold;
	/*border-top: 1px solid white;*/
	/*border-bottom: 1px solid white;*/
}
h3.accordionheader a{
	margin: 0;
	padding: 0;
}

h3.accordionheader a:focus, h3.accordionheader a:hover, h3.accordionheader a:active {
	text-decoration: none;
}

h3.accordionheader a:hover {
	text-decoration: underline;
}

.accordionsection div {
	background-color: transparent; /*#eee;*/
}

.accordionsection p {
	margin-bottom : 0px;
	border: none;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.accordionsection ul {
	border: none;
	text-decoration: none;
	margin: 0 0 15px;
	padding: 7px 7px 7px 1em;
}
.accordionsection a {
	cursor:pointer;
	display:block;
	padding: 0;
	margin-top: 0;
	text-decoration: none;	
	color: #000;
	background-color: transparent; /
}
.accordionsection a:hover {
	background-color: transparent; 
	text-decoration: none;	
	color: #000;
}
.accordionsection a.selected {
	text-decoration: none;	
	color: #000;
	background-color: transparent; 
}





/* Für links */
.accordionsection ul li a {
	cursor:pointer;
	display:block;
	padding:0 5px;
	line-height: 1.5em;
	margin-top: 0;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #333;
	background-color: transparent; 
	border-top: 0px solid #FFFFFF;
	
	/*background-image: url("images/AccordionTab0.gif");*/
}
.accordionsection ul li a:hover {
	background-color: transparent; /*white;*/
	/*background-image: url("images/AccordionTab2.gif");*/
}
.accordionsection ul li a.selected {
	color: black;
	background-color: transparent; /*#80cfe2;*/
	/*background-image: url("images/AccordionTab2.gif");*/
}




