html {
  margin:     0;
  padding:    0;
  min-height: 100%;
}

body {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size:   12px;
  text-align:  left;
  background:  #01539C /* blue */ url('/sysimages/bg.jpg') bottom center repeat-y;   
  min-height:  100%;
}

#site {
  width:            981px;
  margin:           0 auto;
  padding:          0; 
  height:           100%;
  border:           none;
  background-color: white;

}

#header {
  font-size:        10px;
  line-height:      1.5;
  text-align:       right;
  background-color: white;
  border:           none;
  height:           75px;
  width:            960px;
  padding:          10px;
  padding-top:      0;
  color:            #01539C; /* blue */
  margin:           0;
}

#logo {
  width:            720px;
  text-align:       left;
  background-color: white;
  float:            left; 
  position:         relative;
  top:              3px;
  left:             3px; 
}

#logo a img {
  border:          none;
  text-decoration: none;
}

#logoalpe {
  display:          none;
  width:            101px;
  text-align:       left;
  background-color: white;
  float:            left; 
  position:         relative;
  top:              10px;
  left:             3px; 
}

#logoalpe a img {
  border:          none;
  text-decoration: none;
}

#topmenu {
  background-color: #01539C; /* blue */
  width:            981px;
  text-transform:   uppercase;
  padding-top:      5px;
  padding-bottom:   5px;
  text-align:       right;
  height:           15px;
}

#topmenu a {
  color:            #B7B7B7; /* grey */
  font-weight:      bold;
  text-decoration:  none;
  font-size:        13px;
  padding-left:     20px;
  padding-right:    10px;
}

#topmenu a:hover, #topmenu a.current {
  color: white;
}

#leftmenu {
  line-height:      1.5;
  background-color: #C8CBE1; /* grey */
  width:            231px;
  float:            left;
  height:           180px;
  padding:          10px;
}

#leftmenu a {
  color:            black;
  font-weight:      bold;
  text-decoration:  none;
  font-size:        11px;
}

#leftmenu a:hover, #leftmenu a.current {
  color: #01539C; /* blue */
}

#mainpicture {
  float:            left;
  background-color: #C8CBE1; /* grey */
  height:           200px;
  width:            730px;
  overflow:         hidden;
}

#mainpicture img {
  z-index: -1;
}

#picturelist {
  width:            231px;
  background-color: white;
  padding:          5px;
  float:            left;
}

#picturelist img {
  margin:          5px;
  width:           230px;
  border:          none;
  text-decoration: none;
}

#maincontent {
  position:         relative;
  top:              0;
  line-height:      1.5;
  width:            710px;
  height: 			500px;
  padding:          10px;
  float:            left; 
  background-color: white; 
  margin-left:      10px; 
  background:  url('/sysimages/25_bg_main.png') bottom right no-repeat;
}

#maincontent a {
  color:           #01539C; /* blue */ 
  text-decoration: none;  
}

#maincontent h1 {
  line-height:    1;
  text-transform: uppercase;
  font-weight:    bold;
  font-size:      17px;
  color:          #01539C; /* blue */ 
}

#alpemenu {
  color:        #01539C; /* blue */ 
  position:     absolute;
  top:          110px;
  width:        277px;
  height:       200px;
  margin:       0 auto;
  padding-left: 703px;
  text-align:   right;
  font-size:    9px;
  z-index:      5;  
}

#languagemenu {
  color:        #01539C; /* blue */ 
  position:     absolute;
  top:          290px;
  width:        100px;
  margin:       0 auto;
  text-align:   right;
  padding-left: 870px;
  font-size:    9px;
  z-index:      99;
}

#languagemenu a {
  text-decoration: none;
  color:           white;
}

#picturelist {
  width:            231px;
  background-color: white;
  padding:          5px;
  float:            bottom;
}

#leftcolumn {
  width:            231px;
  background-color: white;
  padding:          5px;
  float:            left;
}

#left_text {
  font-size:        9px;
  line-height:      1.5;
  margin-top:       16px;
  width:            231px;
  background-color: white;
  padding:          5px;
  float:            bottom;
  color:            #969595; /* light grey */
}

#left_text a {
  color:           #777676; /* dark grey */
  text-decoration: none;  
}

#left_text img {
  float:   none;
  margin:  0;
  padding: 0;
}

#left_text_hidden {
  display: none;
}

a img {
  border: none;
}

font.bigfont {
  font-size: 30px;
}

sup {

}