

/*  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* Global */
/*  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */


body {
         background-color:white;

        background-image: url(images/background.bmp);
        background-repeat: repeat-x;

        font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size:11px;
        margin-top:0;
        margin-bottom:0;
        color:black;



  scrollbar-base-color:#000000;
  scrollbar-3d-light-color:#FFFFFF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#BBBBBB;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#EEEEEE;

/*    scrollbar-base-color = Basisfarbe der Scroll-Leiste                   */
/*    scrollbar-3dlight-color = Farbe für 3D-Effekte                        */
/*    scrollbar-arrow-color = Farbe für Verschiebepfeile                    */
/*    scrollbar-darkshadow-color = Farbe für Schatten                       */
/*    scrollbar-face-color = Farbe für Oberfläche                           */
/*    scrollbar-highlight-color = Farbe für oberen und linken Rand          */
/*    scrollbar-shadow-color = Farbe für unteren und rechten Rand           */
/*    scrollbar-track-color = Farbe für freibleibenden Verschiebeweg        */

}

a {
        font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size:11px;
        font-weight:normal;
        text-decoration:underline;
        color:#006600;

}


a:hover        {
        text-decoration:none;
        font-weight:bold;
        text-decoration:underline;
        color:#007700;
}

h2 {
        color:black;
        font-size:14px;
        text-align:left;
}

h1 {
        color:black;
        font-size:12px;
        text-align:left;
}


p {
        color:black;
        font-size:11px;
}


ul {
        list-style-type:circle;
        color:black;
        font-size:11px;
}







/*  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/*  Container  */
/*  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

div#container {
        margin-left:auto;
        margin-right:auto;
        width:800px;
        height: 600px;
	  background-image: url(images/background_iama_GGoW.jpg); 
        background-color:white;
        border:none 0px;
}




/*  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* Navigation */
/*  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */




div#nav-content {
        background-color:none;
        position: relative; top: 120px; left: 10px; width: 600px; height: 15px; z-index:1;
        border:none 0px;
}

div#nav1 {
        background-color:none;
        border:none 0px;
        position: absolute; top: 0px; left: 0px; width: 90px; height: 14px; z-index:2;
}

div#nav2 {
        background-color:none;
        border:none 0px;
        position: absolute; top: 0px; left: 100px; width: 90px; height: 14px; z-index:2;
}

div#nav3 {
        background-color:none;
        border:none 0px;
        position: absolute; top: 0px; left: 200px; width: 90px; height: 14px; z-index:2;
}

div#nav4 {
        background-color:none;
        border:none 0px;
        position: absolute; top: 0px; left: 300px; width: 90px; height: 14px; z-index:2;
}

div#nav5 {
        background-color:none;
        border:none 0px;
        position: absolute; top: 0px; left: 460px; width: 90px; height: 14px; z-index:2;
}

div#nav6 {
        background-color:none;
        border:none 0px;
        position: absolute; top: 0px; left: 550px; width: 130px; height: 14px; z-index:2;
}

div#nav7 {
        background-color:none;
        border:none 0px;
        position: absolute; top: 0px; left: 700px; width: 90px; height: 14px; z-index:2;
}



.Active-Content {
        font-size:12px;
        text-decoration:bold;
        color:#008800;
}









/*  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* Content */
/*  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

div#content {
        background-color:none;
        position: relative; top: 132px; left: 0px; width: 800px; height: 450px; z-index:1;
        border:none 0px;
}


/* Volles Felder */

div#content-Full {
        background-color:none;
        position: absolute; top: 10px; left: 10px; width: 780px; height: 400px; z-index:2;
        border-top:none 0px;
        border-left:none 0px;
        border-right:none 0px;
        border-bottom:solid 1px;
        border-color:#BBBBBB;

        padding-top:0px;
        padding-left:5px;

        overflow: auto;
}


/* Vertikale Felder */

div#content-V1 {
        background-color:none;
        position: absolute; top: 10px; left: 10px; width: 385px; height: 400px; z-index:2;
        border-top:none 0px;
        border-left:none 0px;
        border-right:none 0px;
        border-bottom:none 0px;
        border-color:#87E978;

        padding-top:0px;
        padding-left:5px;

        overflow: auto;
}

div#content-V2 {
        background-color:none;
        position: absolute; top: 10px; left: 405px; width: 385px; height: 400px; z-index:2;
        border-top:solid 1px ;
        border-left:none 0px;
        border-right:none 0px;
        border-bottom:solid 1px;
        border-color:#87E978;

        padding-top:0px;
        padding-left:5px;

        overflow: auto;
}


/* 2/3 und 1/3 */

div#content-V2of3 {
        background-color:none;
        position: absolute; top: 10px; left: 10px; width: 510px; height: 400px; z-index:2;
        border-top:none 0px;
        border-left:none 0px;
        border-right:none 0px;
        border-bottom:none 0px;
        border-color:#BBBBBB;

        padding-top:0px;
        padding-left:5px;

        overflow: auto;
}

div#content-V1of3 {
        background-color:none;
        position: absolute; top: 10px; left: 530px; width: 260px; height: 400px; z-index:2;
        border-top:none 0px;
        border-left:solid 1px;
        border-right:none 0px;
        border-bottom:none 0px;
        border-color:#BBBBBB;

        padding-top:0px;
        padding-left:5px;

        overflow: auto;
}

/* Horizontale Felder */

div#content-H1 {
        background-color:none;
        position: absolute; top: 10px; left: 10px; width: 780px; height: 195px; z-index:2;
        border-top:solid 1px ;
        border-left:none 0px;
        border-right:none 0px;
        border-bottom:solid 1px;
        border-color:#87E978;

        padding-top:0px;
        padding-left:5px;

        overflow: auto;;
}

div#content-H2 {
        background-color:none;
        position: absolute; top: 215px; left: 10px; width: 780px; height: 195px; z-index:2;
        border-top:solid 1px ;
        border-left:none 0px;
        border-right:none 0px;
        border-bottom:solid 1px;
        border-color:#87E978;

        padding-top:0px;
        padding-left:5px;

        overflow: auto;
}



/* 2/3 und 1/3  HORIZONTAL  */

div#content-H1of3 {
        background-color:none;
        position: absolute; top: 10px; left: 10px; width: 780px; height: 130px; z-index:2;
        border-top:none 0px;
        border-left:none 0px;
        border-right:none 0px;
        border-bottom:none 0px;
        border-color:#BBBBBB;

        padding-top:0px;
        padding-left:5px;

        overflow: auto;
}

div#content-H2of3 {
        background-color:none;
        position: absolute; top: 150px; left: 10px; width: 780px; height: 260px; z-index:2;
        border-top:solid 1px;
        border-left:none 0px;
        border-right:none 0px;
        border-bottom:none 0px;
        border-color:#BBBBBB;

        padding-top:0px;
        padding-left:5px;

        overflow: auto;
}







/* Schachbrett */

div#content-So1 {
        background-color:none;
        position: absolute; top: 10px; left: 10px; width: 385px; height: 195px; z-index:2;
        border-top:solid 1px ;
        border-left:none 0px;
        border-right:none 0px;
        border-bottom:solid 1px;
        border-color:#87E978;

        padding-top:0px;
        padding-left:5px;

        overflow: auto;
}

div#content-So2 {
        background-color:none;
        position: absolute; top: 10px; left: 405px; width: 385px; height: 195px; z-index:2;
        border-top:none 0px;
        border-left:solid 1px;
        border-right:none 0px;
        border-bottom:none 0px;
        border-color:#BBBBBB;

        padding-top:0px;
        padding-left:5px;

        overflow: auto;
}

div#content-Su1 {
        background-color:none;
        position: absolute; top: 215px; left: 10px; width: 385px; height: 195px; z-index:2;
        border:none 0px;
        overflow: auto;
}

div#content-Su2 {
        background-color:none;
        position: absolute; top: 215px; left: 405px; width: 385px; height: 195px; z-index:2;
        border-top:none 0px;
        border-left:solid 1px;
        border-right:none 0px;
        border-bottom:none 0px;
        border-color:#BBBBBB;

        padding-top:0px;
        padding-left:5px;

        overflow: auto;
}

/* grosses inhaltsfeld */

div#content-H1big {
        background-color:none;
        position: absolute; top: 10px; left: 10px; width: 780px; height: 370px; z-index:2;
        border-top:none 0px;
        border-left:none 0px;
        border-right:none 0px;
        border-bottom:solid 1px;
        border-color:#BBBBBB;

        padding-top:0px;
        padding-left:5px;

        overflow: auto;
}

/* teaserfeld unten */

div#content-TeaserH2 {
        background-color:none;
        position: absolute; top: 390px; left: 10px; width: 780px; height: 20px; z-index:2;
        border-top:solid 1px ;
        border-left:none 0px;
        border-right:none 0px;
        border-bottom:solid 1px;
        border-color:white;

        padding-top:0px;
        padding-left:5px;

        text-align:left;

        overflow: auto;
}



/* grosses teaserfeld */

div#content-TeaserBig {
        background-color:none;
        position: absolute; top: 40px; left: 10px; width: 780px; height: 370px; z-index:2;
        border-top:solid 1px ;
        border-left:none 0px;
        border-right:none 0px;
        border-bottom:solid 1px;
        border-color:#BBBBBB;

        padding-top:0px;
        padding-left:5px;

        overflow: auto;
}

/* teaserfeld oben */

div#content-TeaserH1 {
        background-color:none;
        position: absolute; top: 10px; left: 10px; width: 780px; height: 20px; z-index:2;
        border-top:solid 1px ;
        border-left:none 0px;
        border-right:none 0px;
        border-bottom:solid 1px;
        border-color:white;

        padding-top:0px;
        padding-left:5px;

        overflow: auto;
}








/*  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/*  Footer  */
/*  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

div#footer-content {
        background-color:none;
        position: relative; top: 430px; left: 10px; width: 780px; height: 20px; z-index:5;
        border:none 0px;
}





/*  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/*  Tabelle  */
/*  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */


.Table-Top-align {
        border:none;
        vertical-align:top;
        width:750px;
        background-color:none;
        border:none 0px;
}

.Table-Top-align2 {
        border:none;
        vertical-align:top;
        width:350px;
        background-color:none;
        border:none 0px;
}


.Table-News {
        border:none;
        vertical-align:top;
        text-align:left;
        width:240px;
        background-color:none;
        border:none 0px;
}

.td-content_left-top {
        vertical-align:top;
        text-align:left;
        font-size:11px;
        font-weight:normal;
        color:black;
        border:none 0px;
}

.td-content_center-top {
        vertical-align:top;
        text-align:center;
        font-size:11px;
        font-weight:normal;
        color:black;
        border:none 0px;
}