/*	default.css

	Author		:	F.Davertzhofen (fenne@gmx.de)
	Date		:	08.06.2000
	Description	:	www.fdav.de default css-style-sheet template, used by all pages.

**************************************************************************************************/
/* Beispiel Style inkl. aller möglichen Argumente */

.example {

	font-family:			arial, helvetica, sans-serif;			/* eg.	arial, helvetica, sans-serif, ...			*/
	font-style:				normal;									/*		normal, italic, oblique						*/
	font-variant:			normal;									/*		normal, small-caps							*/
	font-weight:			400;									/*		100 - 900 (normal=400, bold=700)			*/
	font-size:				12pt;									/*		6pt - 98pt									*/

	color:					black;									/* eg.	red, blue, #006D00, ...						*/

	background-color:		white;									/* as above...										*/
	background-image:		example.jpg;							/* any *.gif/*.jpg									*/
	background-repeat:		repeat;									/*		repeat, repeat-y, repeat-x, no-repeat		*/
	background-attachment:	scroll;									/*		scroll, fixed								*/	
	background-position:	10px;									/* eg.	100px, 50%, ...								*/

	word-spacing:			0.4cm;									/* eg.	0.6com, ...									*/
	letter-spacing:			0.1cm;									/* eg.  0.2com, ...									*/
	text-decoration:		none;									/*		none, underline, line-through, blink		*/
	vertical-align:			top;									/*		baseline, middle, sub, super, text-top, text.bottom, top, bottom	*/
	text-transform:			none;									/*		none, capitalize, uppercase, lowercase		*/
	text-align:				left;									/*		left, right, center, justify				*/
	text-indent:			0.5cm;									/* eg.	0.7cm, ...									*/
	line-height:			1.6;									/* eg.	1.8, 2.5, ...								*/

	margin-top:				10px;									/* eg.	10px, ...									*/
	margin-left:			20px;									/* as above ...										*/
	margin-bottom:			10%;									/* as above ...										*/
	margin-right:			20%;									/* as above ...										*/
	/* oder auch */
	margin:					10pt;									/* as above ...										*/

	padding:				10pt;									/* as above ...										*/
	border-width:			2pt;									/* as above ...										*/
	border-style:			solid;									/*		none, solid, double, inset, outset, groove, ridge, dotted, dashed	*/
	border-color:			blue;									/* eg.	red, blue, #000000, ...						*/

	width:					150px;									/* eg. 300px, ...									*/
	height:					150px;									/* as above ...										*/

	float:					none;									/*		none, left, right							*/
}

/*************************************************************************************************/
/* Special JCF-Styles */

.xlheader {
	font-family:			verdana, arial, helvetica, sans-serif;
	font-weight:			bold;
	font-size:				18pt;
	color:					#000000;
	text-decoration:		none; 
}
.header {
	font-family:			verdana, arial, helvetica, sans-serif;
	font-weight:			bold;
	font-size:				12pt;
	color:					#000000;
	text-decoration:		none; 
}
.fattext {
	font-family:			verdana, arial, helvetica, sans-serif;
	font-weight:			bold;
	font-size:				10pt;
	color:					#000000;
	text-decoration:		none; 
}
.text {
	font-family:			verdana, arial, helvetica, sans-serif;
	font-weight:			normal;
	font-size:				10pt;
	color:					#000000;
	text-decoration:		none; 
}
.text11 {
	font-family:			verdana, arial, helvetica, sans-serif;
	font-weight:			normal;
	font-size:				11pt;
	color:					#000000;
	text-decoration:		none; 
}
.text20 {
	font-family:			verdana, arial, helvetica, sans-serif;
	font-weight:			normal;
	font-size:				20pt;
	color:					#000000;
	text-decoration:		none; 
}
.over {
	overflow:				auto;
	width:					770px;
	height:					495px;
}
.titel {
	z-index:				1;
	color:					#000000;
	position:				absolute;
	left:					45px;
	top:					80px;
	width:					auto;
	height:					auto;
	font-family:			verdana, arial, helvetica, sans-serif;
	font-size:				30pt;
}
.image {
	z-index:				2;
	color:					#000000;
	position:				absolute;
	left:					0px;
	top:					50px;
	width:					auto;
	height:					auto;
	font-family:			verdana, arial, helvetica, sans-serif;
	font-size:				30pt;
}

/*************************************************************************************************/
/* Link Styles */

a:link {
	font-family:			verdana, arial, helvetica, sans-serif;
	font-size:				10pt;
	color:					#000000;
	text-decoration:		underline;
}
a:visited {
	font-family:			verdana, arial, helvetica, sans-serif;
	font-size:				10pt;
	color:					#000000;
	text-decoration:		underline;
}
a:active {
	font-family:			verdana, arial, helvetica, sans-serif;
	font-size:				10pt;
	color:					#FF0000;
	text-decoration:		underline;
}
a:hover {
	font-family:			verdana, arial, helvetica, sans-serif;
	font-size:				10pt;
	color:					#FF0000;
	text-decoration:		underline;
}

/*************************************************************************************************/
/* Standard Styles */

.xxltext {
	font-family:			verdana, arial, helvetica, sans-serif;
	font-weight:			normal;
	font-size:				30pt;
	color:					#000000;
	text-decoration:		none; 
}
.xmltext {
	font-family:			verdana, arial, helvetica, sans-serif;
	font-weight:			normal;
	font-size:				20pt;
	color:					#000000;
	text-decoration:		none; 
}
.xltext {
	font-family:			verdana, arial, helvetica, sans-serif;
	font-weight:			normal;
	font-size:				14pt;
	color:					#000000;
	text-decoration:		none; 
}
.ltext {
	font-family:			verdana, arial, helvetica, sans-serif;
	font-weight:			normal;
	font-size:				12pt;
	color:					#000000;
	text-decoration:		none; 
}
.mtext {
	font-family:			verdana, arial, helvetica, sans-serif;
	font-weight:			normal;
	font-size:				10pt;
	color:					#000000;
	text-decoration:		none; 
}
.stext {
	font-family:			verdana, arial, helvetica, sans-serif;
	font-weight:			normal;
	font-size:				8pt;
	color:					#000000;
	text-decoration:		none; 
}
.xstext {
	font-family:			verdana, arial, helvetica, sans-serif;
	font-weight:			normal;
	font-size:				7pt;
	color:					#000000;
	text-decoration:		none; 
}

