/* definitions for all */
BODY, TD, LI, A, INPUT, TEXTAREA, FORM, H1, H2 {
	color : #000000;
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-decoration : none;
	font-weight : normal;
}

/* special definitions */
BODY {
	background-color : #FFFFFF;
	margin : 0 0 0 0;
}

H1 {
	font-size : 14pt;
	font-weight : bold;
}

H2 {
	display : inline;
	font-weight : bold;
}

A {
	font-weight : bold;
	color : #990000;
}	
   
A : visited {
	color : #770000;
}

A : hover {
	color : #FF0000;
}

PRE {
	font-size : 9pt;
	line-height : 9pt;
}

/* classes */
.lastupdate {
	font-size : 7pt;
	color : #990000;
}

.border, .imgintext {
	border : 1px solid #990000;
	margin: 5px;
}

.imgintext {
	float : right;
	margin-left : 20px;
	margin-bottom : 20px;
}

.headline {
	font-size : 14pt;
	font-weight : bold;
}

.wichtig {
	font-size : 12pt;
	font-weight : bold;
	color : #990000;
}

.small {
	font-size : 8pt;
}

.cloa_k {
	display : none;
}

INPUT.preisrechner {
	width : 60px;
	text-align : right;
}

INPUT.textfield {
	width : 300px;
}

INPUT.textfieldmiddle {
	width : 244px;
}

INPUT.textfieldshort {
	width : 50px;
}

INPUT.datefield {
	width : 90px;
}

TEXTAREA.textareafield {
	width : 300px;
	height : 100px;
}