﻿/* FBM CSS-Stylesheet */

.orange_rote_schrift
{
	color: #FF6600;
	font-size: x-large;
}

.aliceblue_hintergrund
{
	background-color: #F0F8FF;
}

BODY
{
	background-color: white;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	margin-left: 2em;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #003366;
	margin-top: 1.5em;
	font-weight: 500;
}

H1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
}

H2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.75em;
}

H3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.58em;	
}

H4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.33em;
}

H5, DT
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-bottom: 0.3em;
}

H6
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

TFOOT, THEAD
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #F0F8FF;
}

TH
{
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	font-size: 1em;
}

TD
{
	padding: 0.2em 0.3em;
	margin-left: 80px;
}

A:link
{
	color: #003366;
	text-decoration: none
}

A:visited
{
	color: #003366;
}

A:active
{
	color: #333399;
}

A:hover
{
	text-decoration: none;
	color: #FF6600;
}

SMALL
{
	font-size: .7em;
}

BIG
{
	font-size: 1.17em;
}

BLOCKQUOTE, PRE
{
	font-family: Courier New, monospace;
}

UL LI
{
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	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;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}

IMG
{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

SPAN.matlab
{
	font-size: 130%;
	color: blue;
	font-family: courier;
}

Span.caps
{
	font-variant:small-caps 
}

TEXTAREA
{
	font-size: 120%;
}
