/***********************************************************
 *
 * Welcome to the source-code
 *
 * (C) 2005 SPLINELAB http://www.splinelab.com
 *
 * @author Mirko Schaal <ms(at)splinelab.com>
 * @version 1.0
 *
 ************************************************************/


/**
 *
 * generelle styles
 *
 */
HTML, BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 150%;
    background-color: #000000;
}

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 150%;
	font-size: 9px;
	color: #ACACAC;
}

P {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 150%;
	font-size: 9px;
	color: #ACACAC;
}

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

IMG.fp {
    border: 1px solid black;
}