/* grundeinsellungen*/

body {
	background-color : #ffffff;
	scrollbar-base-color: #CBCAE3; 
	scrollbar-track-color:; 
	scrollbar-face-color:; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-3d-light-color: #CBCAE3; 
	scrollbar-dark-shadow-color:; 
	scrollbar-shadow-color:; 
	scrollbar-arrow-colorwhite: 
}

h1,h2,h3,h4,h5,p,i,ul,ol,li,div,td,th,address,blockquote,nobr  {
	font-family : Arial,Helvetica,sans-serif;
	font-size : 8pt;
	color : #311E7F;
}

/* headlines*/

h1  {
	color : #5C97D9;
	font-size : 8pt;
	font-family : verdana;
	font-weight : 900;
}

h2  {
	color : #5C97D9;
	font-size : 12pt;
	font-family : verdana;
	font-weight : 950;
}

h3  {
	color : Black;
	font-size : 12pt;
	font-weight : 700;
}

h4  {
	color : Red;
	font-size : 11pt;
}

h5  {
	color : Red;
	font-size : 10pt;
	font-weight : 700;
}

/* anderer text*/

li  {
	font-size : 9pt;
}

textarea {
	font-family : Arial,Helvetica,sans-serif;
	font-size : 9pt;
	color : Black;
}

option {
	font-family : Arial,Helvetica,sans-serif;
	font-size : 9pt;
	color : Black;
}

input {
	font-family : Arial,Helvetica,sans-serif;
	font-size : 9pt;
	color : Black;
}

/* hyperlinks*/

a:link  {
	color : #311E7F;
	font-size : 8pt;
	text-decoration : none;
}

a:visited  {
	color : #311E7F;
	font-size : 8pt;
	text-decoration : none;
}

a:hover  {
	color : #cc0000;
	font-size : 8pt;
	text-decoration : none;
}

/* classes */

/* .tb {
	font-weight : bold;	
}
.fcl2 {
	font-size : 12pt;
	color: Black;
}
.fcl1 {
	font-size : 14pt;
	color: Black;
} */
.hl1 {
	color : #5C97D9;
	font-size : 10pt;
	font-family : verdana;
	font-weight : 900;
}
.tx1 {
	color : #5C97D9;
	font-size : 8pt;
	font-family : verdana;
	font-weight : 900;
}
.tbl_col_0 {
	background-color : transparent;
}
.tbl_col_1 {
	background-color : #311E7F;
	color : White;
}
.tbl_col_2 {
	background-color : #CBCAE3;
	color : #311E7F;
}
.tbl_col_3 {
	background-color : #D4D4D4;
	color : Black;
}
.tbl_logo {
	background-color : White;
	width : 760;
}
.td_logo {
	background-color: red;
}

