/*
	SCCS Cascading Style Sheet
	V5 Layout
	(C) 2001 Kai Luebke for sccs.shep.de
*/

/* standard defs */

	body, table, tr, td, th, p, .default {font-family:Verdana,Arial,sans; font-size:11px; color:#000000;}
	h1, .h1, .headlinehuge {font-size: 28px;}
	h2, .h2, .headlinelarge {font-size: 18px;}
	h3, .h3 {font-size: 14px;}
	h4, .h4 {font-size: 12px;}

/* content default */	
	
	.content {font-family:Verdana,Arial,sans; font-size:11px; color:#000000;}

/* special styles */	
	
	.ruler {color:#000000;}	/* horizontal rulers */
	.link {color: #d6d6ca;}	/* special links */
	.footer {font-style: italic; font-size: 10px;}	/* page footer */
	.hphead {color: #004080; font-weight: bold;}	/* headlines */

/* links */	
	
	a {text-decoration: none; color: #004080;}
	a:hover {color: #ffffff; background: #7aa1c8;}

/* form fields */	
	
	input.inputfield, select.inputfield, .inputfield {font-size: 11px; color: #ffffff; background: #7aa1c8;}


/* colours */ 
	.background {color: #7aa1c8;}
	.red {color: #990000;}
	.hplink {color: #ff6600; font-style: normal;}
	.black {color: #000000;}

/* sizes */
	.giant {font-size: 46px; color: #004080;}
	.bigheadline {font-size: 13px; font-weight:bold;}
	.small {font-size: 10px;}
	.tiny {font-size: 9px;}

/* faces (development only) */

	.mac72 {font-size: 72px; font-family: Apple Garamond;}
	.mac36 {font-size: 36px; font-family: Apple Garamond;}
	.mac18 {font-size: 18px; font-family: Apple Garamond;}
	.eras36 {font-size: 36px; font-family: Eraser;}
	.eras12 {font-size: 18px; font-family: Eraser;}

