* html
    {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin: 0;
    }

body
    {
    color: white;
    background-color: black;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
    overflow:auto;
    }

#jflanguageselection
    {
    float:left; /* ausrichtung div */
    text-align: left;
    }

.rawimages
    {
    float: left; /* ausrichtung div */
    text-align: left;
    }

#tbl_container
    {

    }
#tbl_header
    {

    }
#tbl_nav
    {

    }
#btl_content
    {

    }
#tbl_footer
    {

    }

a
    {
    /*display: block;*/
    padding: 0.2em;
    text-decoration: none;
    }
a:link, a:visited
    {
    color: white;
    }
a:hover, a:active
    {
    color: #ECC500;
    }


img
    {
    border:0;
    }

#container2
    {
    text-align: left;    /* Seiteninhalt links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    /*width: 850px;*/
    padding: 0;
    border: none;
    background-color: red;*/
    }


#header2
    {
    float: left; /* ausrichtung div */
    margin: 0;
    padding: 0;
    width: 280px;
    min-height:600px;
    /*background: url(../images/header_new_bg.png) 100% 0 no-repeat;*/
    border: none;
    }


#navigation
    {
    float: left; /* ausrichtung div */
    /*height: 100px;
    /*width:540px;*/
    margin: 0;
    padding-top: 70px;
    padding-left:15px;
    padding-right:15px;
    padding-bottom:10px;
    /*ackground: url(../images/nav_new_bg.png) 100% 0 no-repeat;*/
    text-align: left;
    font-size:11pt;
    /*background-color: blue;*/
    clear: right;
    }
#navigation hr
    {
    height: 4px;
    color: white;
    background-color:white;
    margin-bottom:10px;
    width:530px;
    }
p.sub0
    {
    margin-top: 0px;
    margin-bottom: 10px;
    }
p.subx
    {
    margin-top: 0px;
    margin-bottom: 5px;
    }

a.navinactive
    {
    font-weight: bold;
    text-decoration: none;
    /*color: white;*/
    }
.navinactive a:link, .navinactive a:visited
    {
    color: white;
    }
.navinactive a:hover, .navinactive a:active
    {
    color: #ECC500;
    }

span.navactive
    {
    font-weight: bold;
    color: #ECC500;
    }


#contentarea
    {
    /*background-color: blue;*/
    min-height:450px;
    }

#content
    {
    /*float: left; */
    /*font-weight: bold;*/
    vertical-align:top;
    padding-top:0;
    margin: 0;*/
    padding-left: 12px;
    padding-right: 12px;
    /*width:540px;*/
    text-align: justify;
    font-size:11pt;
    /*overflow:auto;*/
    }
#content h2
    {
    font-weight: bold;
    font-size: 1.2em;
    margin: 0.2em 0;
    color: #ECC500;
    }
#content p
    {
    font-size: 1em;
    margin: 1em 0;
    }
#content a:link, #content a:visited
    {
    color: #ECC500;
    /*background-color: white;*/
    }

.componentheading, .contentheading
    {
   font-weight: bold;
   color: #ECC500;
   font-size: 12pt;
     text-align: left;
    }

.small
    {
   color: white;
   font-size: 10pt;
   font-weight: normal;
     text-align: right;
    }
.createdate, .modifydate
    {
   color: white;
   font-size: 10pt;
     text-align: right;
     font-weight: normal;
     font-style:italic;
    }
.modifydate
    {
   visibility:hidden;
    }


div.module_right
    {
       float: right; /* ausrichtung div */
      border: 4px solid white;
     padding-left:10px;
     padding-right:10px;
      margin:0;
      margin-right:15px;
      /*	text-transform: uppercase;*/
    
/*display: block;*/
/*word-break:break-all;
word-wrap:break-word;*/
      /*background: #00FFFF;*/
    }

.moduletable
    {
    font-size:10pt;
    }

#right
    {
    /*float: right; /* ausrichtung div */
    /*font-weight: bold;*/

    width:180px;
    text-align: left;
    font-size:10pt;
    overflow:hidden;
    
    }

#right1 ul li
    {
	padding-left: 5px;
	margin: 0;
    }
#right ul
    {
	margin: 1;
    }
#right ol
    {
	margin-left: 10px;
    }


#footer p
    {
    visibility: hidden;
    clear: both;
    margin: 0;
    padding: 0;
    text-align: center;
    /*border-top: 1px solid silver;*/
    clear: both;
     padding: 0.1em;
    font-size: 0.83em;
    }



/*

.menu a:hover:before
    {
    color: #ECC500;
    font-weight: bold;
    content: ">";
    }

.menu .active:before
    {
    color: #ECC500;
    font-weight: bold;
    content: ">>";
    }

/*


