a:link { color:white; text-decoration: none; }
a:visited { color:white; text-decoration: none ; }
a:hover { color:#3399FF; text-decoration: underline;font-weight:bold}
a:active { color:white; text-decoration: none;  }


body {	background-color:#043C6E;
		font-family:verdana;
        color:white;}

/* Eingabefelder Format */

input {font-size:8pt; font-family:verdana;}
select {font-size:8pt; font-family:verdana;}
textarea {font-size:8pt; font-family:verdana;}


/* Aufzählungszeichen */

ul { 	list-style-type:square;}

/* Standardformat für Tabelleninhalte */

table {font-size:9pt;
        font-family:verdana;
        color:white;
        line-height:14pt;
        }

/*Spezielle Formatierungen*/

.blauebox { font-size:8pt;
                font-family:verdana;
                color:black;
                line-height:14pt;
                border-color:#08205C;
                border-style:solid;
                border-width:2px;
            }



/* Format für Datum */

.datum {font-size:8pt;
            font-family:verdana;
            color:#08205C;
            line-height:14pt;
            font-weight:bold;
            }

.footer {font-size:7pt;
            font-family:verdana;
            color:white;
            line-height:10pt;
            font-weight:normal;
            }
.footergrey {font-size:7pt;
            font-family:verdana;
            color:#080808;
            line-height:10pt;
            font-weight:normal;
            }


/* Format für InhaltsZelle */

.inhaltszelle {
        font-family: verdana;
		font-size:9pt;
		line-height:14pt;
        color:white;
		}
.inhaltszelle_klein { 
        font-family: verdana;
		font-size:8pt;
		line-height:14pt;
		}

		
/* Format Menu Item Hauptspalte */

.mainitem {
        font-family:verdana;
		font-size:10pt;
		line-height:14pt;
		font-weight:normal;}

/* Format Menu Item Unterpunkte */

.subitem {
        font-family:verdana;
		font-size:8pt;
		line-height:14pt;}

/* Format gewähltes Menu Item Hauptspalte */

.choosenitem {
        font-family:verdana; 
		font-size:10pt;
		line-height:14pt;
		font-weight:bold;
		color:#3399FF; }

/* Format gewähltest Menu Item Unterpunkte */

.choosensub { 
		font-family:verdana;
		font-size:8pt;
		line-height:14pt;
        font-weight:bold;
		color:#3399FF; }

/* Format der Rubrik */
.rubrik {
        font-family:verdana;
		font-size:10pt;
		line-height:20pt;
		font-weight:bold;
		color:#AAAAAA; }

.rubrik2 {
        font-family:verdana;
		font-size:8pt;
		line-height:20pt;
		font-weight:normal;
		color:#AAAAAA; }
        
.menurubrik{
        font-size:8pt;
        font-family:verdana;
        color:white;
        line-height:14pt;
        background-color:#08205C; }
        

/* Format Titelleiste der Inhaltsspalte */
.titlekb {font-family:verdana;
		font-size:10pt;
		line-height:20pt;
		font-weight:bold;
		color:#08205C; }

.titel { font-family:verdana;
		font-size:18px;
		line-height:20pt;
		font-weight:none;
		color:white;
        ;}

.subtitel { font-family:verdana;
		font-size:12pt;
		line-height:20pt;
		font-weight:none;
		color:#3EA639;
        ;}
