/* Styles for www.arminlinder.de             */
/* Version 7/2014 (C) 2008-2014 Armin Linder */
/* ----------------------------------------- */

/* color definitions */
/* Gray: R:181, G:178, B:181, #B5B2B5 */
/* Light Gray: #DDDDDD */
/* Red: R:198, G:0, B:74, #C6004A */
/* Light Blue: R:115, G:182, 2:214, #73B6D6 */
/* Dark Blue: R:0, G:121, B:171, #0079AD */
/* Green: R:0, G:150, B:49, #009631 */

/* Text defaults */
body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; background-color: #FFFFFF; color:#000000}

/* Überschriften */
h1   {font-size: 16px; margin-top:12px; margin-bottom:0px}
h2   {font-size: 14px; margin-top:6px; margin-bottom:0px}
h3   {font-size: 12px; margin-top:3px; margin-bottom:0px}

/* code */
#code table, #code tr, #code td
         {
         font-family:monospace;
         text-align:left;
         }

/* page content */
#content table
         {
         background-color:#DDDDDD;
         }

#content tr, #content td
         {
         border-bottom: 1px solid white;
         }

#content th
         {
         background-color:#B5B2B5;
         text-align:left;
         border-bottom: 1px solid white;
         }
/* Quiclinks */

/* header frame */
#topimg img
    {
    position:absolute;
    z-index:1;
    width:100%;
    height:35px;
    top:0px;
    left:0px;
    }

#topnav {
    position:absolute;
    z-index:3;
    top:10px;
    background: none;
    color: #FFFFFF;
    font-weight:bold;
    }

/* dtree navigation tree styles */
/* ---------------------------- */

/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}

/* ---------------------I
I source code formatter I
I----------------------*/

p.line0 {
  background-color: #D6EBFF;
  font-family : monospace;
  margin-top: 0em;
  margin-bottom: 0em;
  }
p.line1 {
  background-color: #EBF5FF;
  font-family : monospace;
  margin-top: 0em;
  margin-bottom: 0em;
  }
span.comment {
  color: #009900;
  }
span.function {
  color: #FF0000;
  font-weight: bold;
  }
  
td.SourceCodeHeading {
  background-color: #FFFFFF;
  }
