    body {
    	background-color : #1B3870;
    	font-family : Arial, Helvetica, sans-serif;
    	font-size : 10pt;
    	color : #A7BDE9;
    	margin-left : 0px;
    	margin-top : 5px;
    }

    .verdana {
    	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    	font-size : 10pt;
    	color : #A7BDE9;
    }

    .xs, .xsmall { FONT-SIZE : 7pt; }    /* size="1" */
    .s, .small  { FONT-SIZE : 8pt; }    /* size="1" */
    .m, .medium { FONT-SIZE : 10pt; }    /* size="2" */
    .l, .large { FONT-SIZE : 12pt; }    /* size="3" */
    .xl, .xlarge { FONT-SIZE : 13.5pt; }  /* size="4" */
    .xxl, .xxllage { FONT-SIZE : 18pt; }


    a {
    	color : #A7BDE9;
    	text-decoration: underline;
    }

    /* Inhaltsbeschreibung */
    h1 {
    	color: #1B3870;
    	font-size : 7pt;
    }

    td.header {
        background-color : #244890;
    	color : #FFFFC0;
    	font-size : 13.5pt;
    	font-weight : normal;
    }

    /* Haupttabelle */
    #tmain {
    	background-color : #1B3870 ;
    	border: thin solid #244890;
    	padding : 5px 5px 5px 5px;
    	width : 780px;
    }

    /* Navigation */
    span.nav {
    	color : #244890;
    }

    a.nav {
    	color : #ffffc0;
    	text-decoration: none;
    }

    /* Menu */
    a.menu {
    	color : #A7BDE9;
    	text-decoration: underline;
    	font-weight : bold;
    }

    a.menuaktiv {
    	color : #A7BDE9;
    	text-decoration: none;
    	font-weight : bold;
    }

    /* "versteckter" Link */
    a.hidden {
    	text-decoration: none;
    }

    .info {
        color: #2850A0; 
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
        font-size: 7pt;
    }
    
    #fgb textarea , #fgb input {
        font-family : Arial, Helvetica, sans-serif, Tahoma;
        font-size : 8pt;
        color : #1B3870;
        border : 1px solid #244890;
        background : #A7BDE9;
        width : 200px;
    }
    input.inputbutton {
        border: solid #A7BDE9 1px;
        color : #A7BDE9;
        background : #244890;
        width : 80px;
    }
    
    