BODY
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}

TEXTAREA, SELECT, INPUT, CHECK
{
	font-size: 8pt;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #003366;
}

H1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color:Navy;	
}

H4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.33em;
	font-weight: 500;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H5
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

TFOOT, THEAD
{
	font-size: 1em;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}


TH
{
	vertical-align: baseline;
	font-size: 8pt;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}


A:link
{
	color: #3333cc;
}

A:visited
{
	color: #333399;
}

A:active
{
	color: #333399;
}

A:hover
{
	color: #3333cc;
}

SMALL
{
	font-size: .7em;
}

BIG
{
	font-size: 1.17em;
}

BLOCKQUOTE, PRE
{
	font-family: Courier New, monospace;
}


UL LI
{
	list-style-type: square;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}
font.farbgr
{
	font-weight: bold;
	font-size: 11pt;
	color: red;
	font-family: Arial,sans-serif;
	letter-spacing: 2px;
	font-style: italic;
}
i
{
	font-size: 11pt;
	font-style: italic;
	color: blue;
	font-weight: bold;
}
b.farbfett
{
	font-weight: bold;
	font-size: 11pt;
	color: #228b22;
	font-family: Arial,sans-serif;
}
hr.linie
{
	color: Maroon;
	height: 1px;
}

#menu .Item
{
	text-decoration: none;
}

#menu .ItemSelected
{
	color: #FFFFFF;
	background-image: url(../images/buttonbgRot.png);
	font-weight: bold;
}

/* Tabellen */

table.satz
{
	background-color: silver;
	width: 100%;
}
table.korr
{
	background-color: #dcdcdc;
	width: 100%;
}
table.aufg
{
	background-color: Teal;
	width: 100%;
}

table.blue
{
	border: 1 solid #0852BD;
}

table.panel
{
	font-size: 8pt;
}

tr.MenuActive
{
	font-weight: bold;
	font-size: 10pt;
	cursor: hand;
	color: #00349a;
	font-family: Arial,sans-serif;
	height: 25px;
}
tr.MenuPassive
{
	cursor: default;
	height: 25px;
}

TD
{
	font-size: 8pt;
}
td.blue
{
	color: #ffffff;
	background-color: #1063CE;
}
td.panel_header
{
	background-image: url(Bilder/panel_header.gif);
	color: #FFFFFF;
	font-weight: bold;
}
td.panel_item
{
	background-image: url(Bilder/panel_item.gif);
}
td.panel_footer
{
	background-image: url(Bilder/panel_footer.gif);
	font-size: 7pt;
}
td.panel_footer_col
{
	background-image: url(Bilder/panel_footer_col.gif);
	font-size: 7pt;
}

td.panel_header_left
{
	background-image: url(Bilder/panel_header_left.gif);
}
td.panel_header_middle
{
	background-image: url(Bilder/panel_header_middle.gif);
	color: #FFFFFF;
	font-weight: bold;
}
td.panel_header_right
{
	background-image: url(Bilder/panel_header_right.gif);
}
td.panel_item_left
{
	background-image: url(Bilder/panel_item_left.gif);
}
td.panel_item_middle
{
	background-image: url(Bilder/panel_item_middle.gif);
}
td.panel_item_right
{
	background-image: url(Bilder/panel_item_right.gif);
}
td.panel_footer_left
{
	background-image: url(Bilder/panel_footer_left.gif);
	font-size: 7pt;
}
td.panel_footer_middle
{
	background-image: url(Bilder/panel_footer_middle.gif);
	font-size: 7pt;
}
td.panel_footer_right
{
	background-image: url(Bilder/panel_footer_right.gif);
	font-size: 7pt;
}

/* Eingabe-Elemente */
input.default, select.default, textarea.default
{
	background-color: #ffffff;
	border: 1 solid #0852BD;
}
input.required, select.required, textarea.required, td.required
{
	background-color: #FFEFEF;
}
input.button
{
	color: #2F60C0;
	font-weight: bold;
}
input.white
{
	background-color: #FFFFFF;
	border: 0;
}
input.image
{
	border: 0;
}
readonly
{
	background-color: White;
	border-style: solid;
	border-width: 1px;
	border-color: White;
}

td.LevelLeft
{
	width: 12px;
}
td.LevelCenter
{
}
td.LevelRight
{
	text-align: right;
}
div.PanelLevel1
{
	width: 100%;
	font-weight: bold;
	background-color: Silver;
}
div.PanelLevel2
{
	width: 100%;
	font-weight: bold;
	background-color: #E0E0E0;
}
div.PanelLevel3
{
	width: 100%;
	font-weight: bold;
	background-color: White;
}


