a:link
        {
        text-decoration: none; color: #000000; font-weight: bold;
        }

a:active
        {
        text-decoration: none; color: #000000; font-weight: bold;
        }

a:visited
        {
        text-decoration: none; color: #000000; font-weight: bold;
        }

a:hover
        {
        text-decoration: underline; color: #000000; font-weight: bold;
        }


/* ALLGEMEINES LAYOUT */

body
        {
        color: #000000;
        margin: 0px 0px 0px 0px;
        font-family: Verdana, Arial;
        font-size: 10pt;

/*        scrollbar-3dlight-color: #;      */
/*        scrollbar-arrow-color: #;        */
/*        scrollbar-darkshadow-color: #;   */
/*        scrollbar-face-color: #;         */
/*        scrollbar-highlight-color: #;    */
/*        scrollbar-track-color: #;        */

        }

div#layer01
        {
        position:absolute; 
        left:230px; 
        top:120px; 
        width:58%; 
        height:440px; 
        z-index:2; 
        border: none; 
        overflow: auto;
        padding-right: 20px;
        }
		
div#content
        {
        position: absolute;
        top: 101px;
        left: 202px;
        width:780px; 
        height:466px; 
        z-index:1; 
        border: none; 		
        }
		
div.information
        {
        position: absolute; 
        z-index:3; 
        left: 0px; 
        top: 316px; 
        width: 360px; 
        height: 118px; 
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 5px;
        padding-right: 5px;
        background-color: #FFFFFF; 
        layer-background-color: #FFFFFF; 
        border: 1px solid #909090; 
        font-family: Verdana, Arial;
        font-size: 10px;
        overflow: hidden;
        }
				
hr
        {
        border: thin soid #FFFFFF;
        }

/* TEXTFORMATE */ 

p.centered_block
        {		
        text-align: justify;
        width: 70%;
        margin-left: 15%;
        margin-right: 15%;
        align: center;
        }

h1
        {
        font-family: Arial;
        font-size: 14pt;
        font-weight: bold;
        text-align: center;
        color: #999999;
        }

#logo
        {
        font-family: Arial;
        font-size: 16pt;
        font-weight: bold;
        text-align: center;
        color: #999999;
        }

#logo.green
        {
        font-family: Arial;
        font-size: 16pt;
        font-weight: bold;
        text-align: center;
        color: #008000;
        }

.gray
        {
        color: #999999;
        }

strong
        {
        font-family: Verdana, Arial;
        color: #000000;
        font-weight: bolder;
        }

small
        {
        font-family: Verdana, Arial;
        font-size: 8pt;
        color: #FFFFFF;
        }
		
ul
        {
        padding-top: 0px;
        margin-top: 6px;
        }

/* FORMULARE */

input
        {
        font-face: Verdana, Arial;
        font-size: 10pt;
        font-weight:  bold;
        color: #000000;
        background: transparent;
        border: none;
        }

textarea
        {
        font-face: Verdana, Arial;
        font-size: 10pt;
        font-weight:  bold;
        color: #000000;
        background: transparent;
        border: none;
        }

option
        {
        font-face: Verdana, Arial;
        font-size: 10pt;
        font-weight:  bold;
        color: #000000;
        background: #transparent;
        border: none;
        }


/* TABELLEN */

td
        {
        font-size: 10pt;
        }


/* SONSTIGES */

.whiteborder
        {
        border: thin solid #FFFFFF;
        }

.bluebutton
        {
        background: #7189B5;
        border: thin solid #FFFFFF;
        text-align: center;
        }
