/* CSS-Datei fuer die C und C++ Codeformatierung bei www.oop-trainer.de */
/* (c) 2008 - 2010 RALF SCHNEEWEISS. TUEBINGEN, GERMANY                 */


span.comment
{
	color: rgb( 102, 153, 153 );
	font-style: italic;
}

span.pre
{
	color: rgb( 0, 0, 153 );
}

span.string
{
	color: rgb( 0, 153, 0 );
}

span.char
{
	color: rgb( 0, 153, 0 );
}

span.float
{
	color: rgb( 153, 102, 0 );
}

span.int
{
	color: rgb( 153, 153, 0 );
}

span.bool
{
	color: rgb( 0, 0, 0 );
	font-weight: bold;
}

span.type, span.void
{
	color: rgb( 255, 102, 31 );
}

span.flow
{
	color: rgb( 255, 0, 0 );
}

span.keyword
{
	color: rgb( 153, 0, 0 );
}

span.template
{
	color: rgb( 0, 0, 96 );
}

span.operator
{
	color: rgb( 102, 31, 0 );
	font-weight: bold;
}


span.em  /* Zur Hervorhebung beliebiger Codestellen. */
{
	font-weight: bold;
}

span.del
{
	text-decoration: line-through;
}

span.pseudo /* Formatierung von Pseudocode. */
{
	font-style: italic;
}

/* Originale Formate von C++2HTML. http://bedaux.net/cpp2html/ */
/*
span.comment { color: #999999; font-style: italic; }
span.pre { color: #000099; }
span.string { color: #009900; }
span.char { color: #009900; }
span.float { color: #996600; }
span.int { color: #999900; }
span.bool { color: #000000; font-weight: bold; }
span.type { color: #FF6633; }
span.flow { color: #FF0000; }
span.keyword { color: #990000; }
span.operator { color: #663300; font-weight: bold; }
*/

/* Ende */

