/* CSS Document for GWM */

BODY  {
  position: absolute;
	font-family: Verdana;
	/*line-height: 120%;*/
  background-color: #fff;
  background-image: url('../images/layout/body_bg.png');
  background-position: center top;
  background-attachment: fixed;
  background-repeat: repeat-x;
  overflow: hidden;
}

html, body {
  top:0; left:0; right:0;
	/*line-height: 120%;*/
	font-size: 13px;
	color: #666;
  min-height:100%;
  margin: 0px;
  padding: 0px;
  width:100%;
}

A {
  color: #333;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

div#body_bg {
  position: absolute;
  width: 800px;
  top: 50px;
  left: 50%;
  margin-left: -400px;
  height: 100%;
  background-color: #fff;
  background-image: url('../images/startpic_opacity.jpg');
  background-position: bottom center;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  z-index: 1;
}

div#Container {
  position: absolute;
  width: 760px;
  top: 20px;
  left: 20px;
  border: 2px solid #dcdcdd;
  height: 100%;
  z-index: 2;
}

div#contentContainer {
  position: absolute;
  top: 8px;
  width: 740px;
  left: 8px;
  background-image: url('../images/layout/header.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  border: 1px solid #b2b2b4;
  height: 100%;
  z-index: 3;
}

div#MenuBar {
  position: absolute;
  top: 152px;
  height: 36px;
  width: 740px;
  text-align: right;
  background-image: url('../images/layout/menu_bg.gif');
  z-index: 3;
}

div#MenuBar TD {
  color: #d14f4d;
  font-family: Verdana;
}

div#MenuBar A {
  color: #d14f4d;
  
  font-family: Verdana;
  text-decoration: none;
}

div#MenuBar A:hover {
  text-decoration: underline;
}

div#content {
  position: absolute;
  overflow: auto;
  width: 732px;
  padding: 4px;
  top: 189px;
  height: 400px;
  color: #666;
  padding-bottom: 20px;
  
  z-index: 3;
}

DIV#content .class_extern {
  background-image: url('../images/link_ext.gif');
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 18px;
}

DIV#content .class_msword {
  background-image: url('../images/icons/word.gif');
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 18px;
}

DIV#content .class_msexcel {
  background-image: url('../images/icons/excel.gif');
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 18px;
}

DIV#content .class_pdf {
  background-image: url('../images/icons/pdf.gif');
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 18px;
}


DIV#content .class_email {
  background-image: url('../images/link_mail.gif');
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 18px;
}

DIV#content .class_intern {
  background-image: url('../images/link_int.gif');
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 13px;
}

DIV#content .img_left {
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
  margin-top: 4px;
  padding: 3px;
  border: 3px ridge #dbdbdb;
}

DIV#content .img_right {
  float: right;
  margin-left: 4px;
  margin-bottom: 4px;
  margin-top: 4px;
  padding: 3px;
  border: 3px ridge #dbdbdb;
}

DIV#content H3, Div#content H4 {
  color: #000;
}

.footer {
  width: 100%;
  background-color: #b2b2b4;
  text-align: right;
  padding-right: 5px;
  height: 20px;
  color: #444;
  vertical-align: middle;
}

.footer A {
  color: #444;
  text-decoration: none;
}

.footer A:hover {
  text-decoration: underline;
}

.Center {
  width: 100%;
  text-align: center;
}

