/* Formatierung von body */
body {
 margin-top: 0px;
 margin-left: 0px;
 margin-right: 0px;
}

/* Formatierung von html Elementen */
h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i ,a
{
font-family: verdana, arial, helvetica, sans-serif;
}
p,ul,ol,li,div,td,th,address,blockquote 
{
font-size:11px; 
} 
/* Formatierung von Links */
a:active
{
font-size: 11px;
color: #000000;
text-decoration: underline
}

a:hover
{
font-size: 11px;
color: #000000;
text-decoration: underline
}

a:link
{
font-size: 11px;
color: #000000;
text-decoration: underline
}

a:visited
{
font-size: 11px;
color: #000000;
text-decoration: underline
}

table.sidebartable
{
width: 100%;
height: 73%;
}

/* Link .linkfett wird im Menubreich benutzt */
.linkfett:active
{
font-size: 11px;
font-weight: bold;
font-variant: normal;
color: #155192;
line-height: 17px;
text-decoration: underline
}

.linkfett:hover
{
font-size: 11px;
font-weight: bold;
font-variant: normal;
color: #155192;
line-height: 17px;
text-decoration: underline
}

.linkfett:link
{
font-size: 11px;
font-weight: bold;
font-variant: normal;
color: #155192;
line-height: 17px;
text-decoration: underline
}

.linkfett:visited
{  
font-size: 11px;
font-weight: bold;
font-variant: normal;
color: #155192;
line-height: 17px;
text-decoration: underline
}

/* Formatierung der Ueberschriften */
h1 { 
font-size:16px; 
margin-top: 0px;
margin-bottom: 0px;
color: #034EA2;
}

h2 {
font-size:16px; 
margin-top: 0px;
margin-bottom: 0px;
color: #034EA2;
}

h3 
{
font-size:12px;
margin-top: 0px; 
margin-bottom: 0px;
color: #034EA2;
}

h4 {
font-size:11px;
margin-top: 0px;
margin-bottom: 0px;
color: #034EA2;
}

/* Sonderformatierung fuer das aeussere Layout (Header,Path,Footer) */
h1.heading {
 font-family: arial,sans-serif;
 font-size: x-large;
 text-align: left;
 color: #000000;
}

td.path {
 font-family: arial,sans-serif;
 font-size: 80%;
 text-align: left;
 color: #000000;
}

td.footer {
 font-family: sans-serif;
 font-size: 60%;
 text-align: left;
 color: #000000;
}

/* Sonderformatierung fuer die Macros */

.darkbackground {background-color:#7F9BCC;}
.graybackground {background-color:#e5ebf5;}

table.headingbar {
 font-family: verdana, arial, helvetica, sans-serif;
 background-color: #e5ebf5;
 color: #000000;
}

h2.headingbar {
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 margin: 0px;
 padding: 0px;
}

h3.headingsimple {
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 11px;
 font-weight: bold;
 margin-top: 10px;
 margin-bottom: 0px;
 padding: 0px;
}

h4.headingsmall {
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 10px;
 font-weight: bold;
 margin-top: 5px;
 margin-bottom: 0px;
 padding: 0px;
}

table.leftbox {
 clear:left;
 float:left;
 margin-right:10px;
 margin-bottom:2px;
}

table.rightbox {
 clear:right;
 float:right;
 margin-left:10px;
 margin-bottom:2px;
}

table.box {
 clear:both;
}

/* Weitere Besonderheiten */
b.fettblau
{
color: #003399;
}

.textkursiv{ font-style: italic }
 
/* ENDE */
