
body { 
	background-image:url(images/background.jpg); 
	background-repeat:no-repeat;
	background-position:top;
	background-color:#142328;				/* background-color */
	color:#cfcfcf;							/* Textfarbe */ 
	font-family:Arial;						/* Schriftart */
	font-size: 8pt;
    scrollbar-face-color:#142328;			/* Farbe f. Scroll-Leiste */
    scrollbar-arrow-color:#00d6b5;			/* Farbe f. Verschiebepfeil */
    scrollbar-base-color:#142328;			/* Basisfarbe f. Scroll-Leiste */
    scrollbar-darkshadow-color:#142328;		/* Farbe f. Verschiebepfeil-Kasten */
    scrollbar-track-color:#142328;
    scrollbar-highlight-color:#00d6b5;
    scrollbar-shadow-color:#00d6b5;			/* Farbe f. Scroll-Leiste Kante rechts und untere Abschlußkante */
}

#container {
		background-color: #142328;
		width: auto;
		height: auto;
	}

    a
	{
		color:#cfcfcf;
		text-decoration: none;
	}

    a:active
	{
		color:#00d6b5;
		text-decoration: none;
	} 

    a:visited
	{
		color:#cfcfcf;
		text-decoration: none;
	}

    a:hover
	{
		color:#00d6b5;
		text-decoration: none;
	}

h1	{
		fontsize:28pt;
		color:#00d6b5;
		font-style: ;
		font-family:Arial ;
		letter-spacing:0.7pt;
			
	}

h2	{
		fontsize:22pt;
		color:#00d6b5;
		font-style: ;
		font-family:Arial ;
		letter-spacing:0.5;

	}

h3	{	fontsize:18pt;
		color:#00d6b5;
		font-style: ;
		font-family:Arial ;
		letter-spacing:0.3;

	}
	
h4	{	fontsize:14pt;
		color:#00d6b5;
		font-style: ;
		font-family:Arial ;
		letter-spacing:0.1;

	}

table {
	border="1"
	background-color="#142328"
	bordercolor="#142328"
}

table.links {
	background-color:#142328;
	color:#00d6b5;
	font-family:Arial ;
	v:link:#00d6b5;
	a:link:#00d6b5;				
}

span.term { 
    font-weight: bold; 
}

div.sidebar { 
    background-color: #00d6b5; 
    border: 1px solid gray; 
    padding: 5px; 
    margin: 20px; 
}

pre.programlisting { 
    background-color: #00d6b5; 
    border: 1px solid gray; 
    padding: 2px; 
    font-size: 10pt;
    white-space: pre;
}


</style>
