html {
     background-color:rgb(153,0,0);
     margin:0px;
     padding:20px;
}
body {
     background-color:white;
     color:black;
     font-family:Arial, Helvetica, sans-serif;
     font-size:11pt;
     margin:auto;
     width:700px;
     position:relative;
     left:0px;
     top:0px;
}
#header{
        background-image:url(../gif/logo.gif);
        height:100px;
        width:700px;
        position:relative;
        left:0px;
        top:0px;
}
#mainNavi{
           width:405px;
           border-color:rgb(153,0,0);
           border-bottom-style:solid;
           border-top-style:solid;
           border-width:1px;
           position:absolute;
           right:55px;
           top:20px;
           color:rgb(153,0,0);
           font-size:9pt;
           padding:2px;
}
#chooseLanguage{
                position:absolute;
                right:0px;
                top:2px;
                text-align:right;
}
#themeNavi{
            background-image:url(../gif/sichel_grey.gif);
            background-repeat:no-repeat;
            height:140px;
            width:700px;
            position:relative;
            left:0px;
            top:0px;
            font-size:9pt;
            font-weight:bold;
            text-align:center;
}

#cultureClub{
          text-align:left;
          position:absolute;
          left:55px;
          top:75px;
}
#crossCulturalTraining{
          position:absolute;
          left:140px;
          top:23px;
}
#crossCulturalTraining_sublinks {
          position:absolute;
          left:140px;
          top:51px;
          width:110px;
          background-color:white;
          text-align:left;
          visibility:hidden;
}
#language{
          position:absolute;
          left:315px;
          top:23px;
}
#language_sublinks {
          position:absolute;
          left:315px;
          top:36px;
          width:110px;
          background-color:white;
          text-align:left;
          visibility:hidden;
          z-index:10;
}
.sublink1 {
          background-color:white;
          border-color:rgb(153,0,0);
          border-style:solid;
          border-width:1px;
          display:block;
          padding-left:10px;
          width:100%;
}
.sublink {
          background-color:white;
          border-color:rgb(153,0,0);
          border-bottom-style:solid;
          border-left-style:solid;
          border-right-style:solid;
          border-width:1px;
          display:block;
          padding-left:10px;
          width:100%;
}
#calendar{
          position:absolute;
          right:143px;
          top:23px;
}
#contact{
          text-align:right;
          position:absolute;
          right:55px;
          top:80px;
}

#headline{
          position:absolute;
          left:0px;
          top:100px;
          width:700px;
}
#content{
         width:500px;
         margin-left:100px;
         margin-right:100px;
         padding:10px;
}
#footer{
        background-image:url(../gif/sichel_red.gif);
        background-repeat:no-repeat;
        height:150px;
        width:700px;
        position:relative;
        left:0px;
        top:0px;
        text-align:center;
}
#mail{
      width:700px;
      position:absolute;
      left:0px;
      top:30px;
}
#info{
      width:700px;
      position:absolute;
      left:0px;
      top:120px;
      font-size:9pt;
      color:rgb(153,0,0);
}
#links{
       width:500px;
       margin-left:100px;
       margin-right:100px;
       font-size:9pt;
}

a:link { color:#990000; text-decoration: none}
a:visited { color:#990000; text-decoration: none}
a:active { color:#990000; text-decoration: none}
a:hover { color:#666666; text-decoration: none}

h1{
   font-size:13pt;
   font-weight:bold;
}

image{
      border:0pt;
      margin-top:2pt;
}

.imageLeft{
           margin-right:5pt;
}

.imageRight{
            margin-left:5pt;
}

