﻿body { 
  background-color: #194026;
  font-family: Verdana,Helvetica,sans-serif;
  font-size:0.9em;
  line-height: 1.4em;
  margin: 0;
}

a { 
  text-decoration: none;
}

#header { 
  display: none;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 61px;
  background-image: url(/img/bg_bar.png);
  background-repeat: repeat-x;
}

#content { 
  position: absolute;
  z-index: 1;
  left: 210px;
  top: 80px;
  right: 205px;
  text-align: center;
}

/**
* Image-Link-Bar on the right side
**/
#bar { 
  position: absolute;
  z-index: 4;
  top: 44px;
  right: 15px;
  width: 169px;
}


#barTop { 
  width: 169px;
  height: 18px;
  background-image: url(/img/bg_menu_top.png);
}

#barMiddle { 
  width: 149px;
  background-image: url(/img/bg_menu_middle.png);
  background-repeat: repeat-y;
	padding:1px 10px 10px 10px;
  overflow: hidden;
}

#barBottom { 
  width: 169px;
  height: 14px;
  background-image: url(/img/bg_menu_bottom.png);
}

/**
* Menu on the left side
**/
#menu { 
  position: absolute;
  z-index: 4;
  top: 44px;
  left: 27px;
}

#menutop { 
  width: 169px;
  height: 18px;
  background-image: url(/img/bg_menu_top.png);
}

#menumiddle { 
  width: 169px;
  background-image: url(/img/bg_menu_middle.png);
  background-repeat: repeat-y;
  padding-top: 1px;
  padding-bottom: 10px;
  overflow: hidden;
}

#menubottom { 
  width: 169px;
  height: 14px;
  background-image: url(/img/bg_menu_bottom.png);
}


#menu ul { 
  margin: 0;
  padding: 0;
  padding-left: 20px;
  list-style-type: none;
}

#menu li { 
  color: white;
  font-weight: bold;
}

#menu li a { 
  color: white;
  font-weight: bold;
}

#menu li a.adminlink { 
  color: red;
}
#menu li a.normal { 
  color: white;
}
#menu li a.active { 
  color: #ffcc00;
}


#menu ul ul { 
  font-size: 0.9em;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}

#menu ul ul li { 
  margin-top: 0;
}


#menu ul ul li a.normal {
  color: #b9c5bd;
}
#menu ul ul li a.active {
  color: #ffcc00;
}

#menu form { 
  font-size: 1.0em;
  margin-left: 1.5em;
  color: white;
  font-size: 0.9em;
}

#menu input { 
  color: #194026;
  border: 1px #123311 solid;
}
