/**
 * Default
 */
*
{
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
}

html, body
{
  color: #2E3b44;

  margin: 0;
  padding: 0;

  height: 100%;
  width: 100%;

  text-align: center;
}

body
{
  background: #455560 url("../www/layout/images/background.gif") center 152px repeat-x;

  font-size: 11px;
  line-height: 25px;
}

a
{
  color: #00AFEE;
  
  text-decoration: none;
  
  border-bottom: 1px solid #00AFEE;
}

a:hover
{
  border-bottom: 1px solid #455560;
}

table
{
  border-collapse: collapse;
  border-spacing: 0;
}

table td
{
  padding: 0;
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 10px;
}

/**
 * Container shadow
 */
#container_shadow
{
  background: url("../www/layout/images/container_shadow.gif") repeat-y;

  width: 836px;
  height: 100%;

  margin: auto;
}

/**
 * Container top shadow
 */
#container_top_shadow
{
  background: url("../www/layout/images/container_top_shadow.gif") center 152px no-repeat;

  width: 100%;
  height: 100%;
}

/**
 * Container
 */
#container
{
  background: White url("../www/layout/images/container_background.jpg") bottom repeat-x;

  width: 780px;
  height: 100%;

  margin: auto;

  text-align: left;
}

/**
 * Header
 */
#header img
{
  display: block;
}

#navigation
{
  background: #00AFEF;

  color: White;

  width: 100%;
  height: 17px;

  line-height: 14px;

  text-align: center;
}

#navigation ul
{
  list-style: none;

  margin: auto 0;
  padding: 0;
}

#navigation ul li
{
  display: inline;

  margin: 0;
  padding: 0;
}

#navigation a
{
  background: url("../www/layout/images/navigation_li.gif") bottom right no-repeat;

  border: 0;

  color: White;

  font-weight: bold;

  margin: 0 0;

  padding-left: 15px;
  padding-right: 10px;

  text-decoration: none;		
  text-transform: uppercase;
}

#navigation a:hover
{
  border: 0;

  text-decoration: underline;
}

#images img
{
  display: block;
}

#sub_navigation
{
  background: url("../www/layout/images/sub_navigation_header.jpg") top left no-repeat;

  color: #00AFEF;

  width: 300px;

  float: left;
}

#sub_navigation .header
{
  color: White;

  height: 65px;
}

#sub_navigation .header h1
{
  font-size: 20px;
  font-weight: bold;

  margin-left: 45px;
  margin-top: 38px;
}

#sub_navigation ul
{
  font-size: 14px;
  font-weight: bold;

  margin-left: 45px;
  padding: 0;

  list-style: none;
}

#sub_navigation a
{
  border: 0;

  color: #00AFEF;

  text-decoration: none;
}

#sub_navigation a:hover
{
  border: 0;

  color: #00AFEF;

  text-decoration: underline;
}

#main
{
  background: url("../www/layout/images/main_header.gif") top left no-repeat;

  width: 450px;

  padding: 0 15px;

  float: left;
}

* html #main
{
  width: 480px;
}

#main .header
{
  color: White;

  height: 65px;
}

#main .header h1
{
  font-size: 18px;
  font-weight: bold;

  margin-left: 25px;
  margin-top: 15px;
}

#footer
{
  width: 100%;

  clear: both;
}

form table th
{
  font-size: 11px;
  font-weight: bold;
  
  text-align: left;
}

form table td, form table th
{
  padding: 0 5px;
}

.employee .image
{
  margin: 10px;
}

#main .articleDatum 
{
	font-size: 11px;
}

#main .content_title
{
	font-size: 11px;
	font-weight: bold;
}

#main  .content
{
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

.hotlink
{
	font-size: 11px;
}
