/* CSS Style-sheet */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #333333;
	font-style:normal;
	font-weight:normal;
}

p, td{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #333333;
	font-style:normal;
	font-weight:normal;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #333333;
	font-style:normal;
	font-weight:bold;
	
}
h1 {
/*	color: #2244CC; */
	color: #00519E;
	font-size: 14pt;
	font-weight: bold;
	margin-left: 20px;
}
h2 {
/*	color: #2244CC; */
	color: #00519E;	
	font-size: 10pt;
	font-weight: bold;
	margin-left: 20px;
}

/* memo 2 myself: Um eine korrekte Darstellung der a:formate zu erreichen,
MUSS bei der Notierung die folgende Reihenfolge einhalten werden! */

a:link {
	color: #333399;
	text-decoration : underline;
}
a:visited {
	color: #333399;
	text-decoration : underline;
}
a:hover {
	color: #0000cc;
	text-decoration: none;
}
a:active {
	color: #333399;
	text-decoration : none;
}

/* ------ */
.topnavi {
color:#999999;
font-size:11px;
}
/* -- topnavi link settings here */
a.topnavi:link {
	color: #999999;
	text-decoration:none;
}
a.topnavi:visited {
	color: #999999;
	text-decoration:none;
}
a.topnavi:hover {
	color: #333399;
	text-decoration : underline;
}
a.topnavi:active {
	color: #333399;
	text-decoration : underline;
}
/* -- topnavi link settings END */

.list {
	margin-left: 50px
}
.sublink {
	background-color: #666666
	margin-left: 30px
}
.footer {
	font-size: 8pt;
}

.tdbgcol2 {
background-color:#f1f1f1;
}
.tdbgcol3 {
background-color:#f8f8f8;
}
.tdbgcol4 {
background-color:#fafafa;
}

.txtpad {
padding:10px;
margin-left: 10px;
background-color:#f8f8f8;
}

.comment {
color:#FF00FF;
}

img.floatRight { 
    float: right; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 7px; 
}
img.floatLeft { 
    float: left; 
    margin: 7px; 
}
