/* jumi style sheets */
/* michael schulze | dipl. designer multimedia, www.ju-mi.com, 2003 */
/* autor: michael schulze */


DIV {position:absolute;}

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-weight : normal;
	font-size : 10px;
	font-style : normal;
	line-height : 14px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-weight : normal;
	font-size : 10px;
	font-style : normal;
	line-height : 14px;
}

em {
	font-weight : bold;
	font-style : normal;
}

.underline { text-decoration: underline;}

a	{
	color: #CCCCCC;
	text-decoration : none;
}

a:hover { text-decoration: underline;}

	
INPUT, SELECT {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Scrollbalken-Farben */
body, textarea, select {
  scrollbar-base-color:#31314C;
  scrollbar-3dlight-color:#31314C;
  scrollbar-arrow-color:#CCCCCC;
  scrollbar-darkshadow-color:#31314C;
  scrollbar-face-color:#31314C;
  scrollbar-highlight-color:#31314C;
  scrollbar-shadow-color:#31314C;
  scrollbar-track-color:#31314C;
}


