BODY, TD, TH {
		vertical-align: top;
		text-align:left;
		font-family:arial,helvetica,sans-serif;
		font-weight: normal;
		font-size: 11pt;
		color:#333333;
		text-decoration:none;
}

BODY {
		margin-left:10px;
		margin-right:30px;
}

HR {		
		/*width: 90%;*/
		size:1;
}

TH {
		font-weight: bold;
		color:black;
		background:#CCCCCC;
}

P {
		margin-bottom: 4px;
		line-height: 120%
}

LI {
		margin-bottom: 4px;
}

/* Überschriften */
H1 {
		font-weight: bold;
		font-size: 18pt;
		color:#FF0000;
}

H2 {
		font-weight: bold;
		font-size: 16pt;
		color:#CC2222;
}

H3 {
		font-weight: bold;
		font-size: 14pt;
		color:#444444;
}

H4 {
		font-weight: bold;
		font-size: 12pt;
		color:#444444;
}


/* ----------------------- Links ------------------------- */

/* unvisited links */
A:link {
		font-weight:bold;
		color:#006699;
		text-decoration:none;
}

/* visited links   */
A:visited {
		font-weight:bold;
		color:#006699;
		text-decoration:none;
}

/* user hovers (CSS2) */
A:hover   {
		font-weight:bold;
		color:#FF0000;
		text-decoration:none;
}

/* active links    */
A:active  {
		font-weight:bold;
		color:#FF0000;
		text-decoration:none;
}

/* ----------------------- spezielle ------------------------- */

/* Überschrift der Homepage */
.maintitle {
		text-align:center;
		font-weight:bold;
		font-size:18pt;
		/*color:#006699;*/
		color:#444444;
}

.maintitle_x {
		text-align:center;
		font-weight:bold;
		font-size:18pt;
		color:red;
}

.mainright {
		text-align:left;
		/*font-weight:bold;*/
		font-size:10pt;
		color:#555555;
}

/*** generierte Bodies ***/

.genlink {
		font-weight:bold;
		color:#222222;
		text-decoration:none;
}

.disabled {
		font-weight:bold;
		color:#999999;
		text-decoration:none;
}

.description {
		font-size:10pt;
		color:#666666;
}

.separator {
		font-weight: bold;
		font-size: 14pt;
		color:#444444;
}

/*** ***/
.td_right {
		text-align:right;
}

.important {
		font-weight:bold;
		color:#CC2222;
}

.veryimportant {
		font-weight:bold;
		color:#CC2222;
		text-decoration:blink;
}

.menu0 {
                font-weight: bold;
                font-size: 13pt;
                color:#006699;
}

.menu1 {
                font-weight: bold;
                font-size: 13pt;
                color:#FF0000;
}


