/* general element styles */



body {background-color:#FFFFFF; font-family:Tahoma, Helvetica, sans-serif; font-size:13px}

h1, h2, h3, h4, h5, h6

	{

	font-family: Tahoma, Helvetica, sans-serif;

	color: Black;

	}

p {font-family:Tahoma, Helvetica, sans-serif; color:#000000; font-size:13px}

ul {font-size:13px}

ol {font-weight:bold; font-size:13px}



/* Link classes */

a {font-size:13px; text-decoration: none}

a:link {color=#0A51A1; font-weight:bold}

a:visited {color=#808080; font-weight:bold}

a:active {color:#808080; font-weight:bold}

a:hover {color:#808080; font-weight:bold; text-decoration: underline;}



/* font classes */

.head1 {font-size:125%; font-weight:bold}

.head2 {font-size:115%; font-weight:bold; color:#FFFFFF}

.glossar {color:#FF0000}

.kursiv {font-style:italic}

.fat {font-weight:bold}

.fatter {font-weight:bolder}

.thin {font-weight: lighter}

.small {font-size:85%}

.smaller {font-size:75%}

.smallest {font-size:60%; color:#FFFFFF}

.big {font-size:115%}

.bigger {font-size:125%}

.biggest {font-size:140%}

.wtext {color:#FFFFFF} /* weisser Text */

.stext {color:#C0C0C0} /* grauer Text */

.btext {color=#0A51A1} /* blauer Text */

.rtext {color:#ff0000} /* roter Text */

.rttext {color=#0A51A1; font-weight:bold}

.alarm {font-size:large; color:#FF0000}

.alarm1 {font-weight:bold; color:#FF0000}







/* table cell classes */

.wcell {background-color:#FFFFFF; color:#000000} /* weisse Zelle */

.scell {background-color:#C0C0C0; color:#000000} /* graue Zelle */

.bcell {background-color:#0A51A1; color:#C0C0C0} /* blaue Zelle */

.tcell {background-color:#C0C0C0; color:#333399; font-weight:bold} /* graue Zelle, blauer Text */



/*Scrollbar*/

{scrollbar-base-color:#FFFFFF;

scrollbar-track-color:#FFFFFF;

scrollbar-highlight-color:#0A51A1;

scrollbar-arrow-color:#0A51A1;

scrollbar-dark-shadow-color:#C0C0C0;

scrollbar-shadow-color:#808080}