/* CSS Document */

body {
    padding: 0px;
    margin: 0px;
    font-size: 10px;
}


div.body {
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 10px;
    color: #000000;
    background-color: #ffffff;
    width: 595px;
    padding: 0px;
    margin: 0px;
}

a {
    color: #000000;
    background-color: inherit;
    text-decoration: none;
}

p {
    margin-top: 14px;
}

.clear {
    clear: both;    
}

div.hr {
    clear: both;    
    height: 1px;
    background-color: #000000;
    color: inherit;
}

/* PAGE STRUCTURE */

div#main {
    position: relative;
    margin: 26px 35px 0px 70px;
}

/* TOP */

div#top {
    height: 12px;
    padding-bottom: 0px;
    font-size: 9px; 
}

img#asp_logo {
    margin-bottom: 2px;
}

div#path {
    padding-bottom: 3px;
    border-bottom: 1px solid #000000;
    margin-bottom: 30px;
    margin-top: 28px;
    font-size: 10px;
}

div#path span {
    margin-right: 20px;
}

/* BODY */

h1 {
    font-weight: bold;
    font-size: 12px;
    margin: 0px;
}

h2 {
    margin: 31px 0px 18px 0px;
    font-weight: bold;
    font-size: 10px;    
}

.abstract {
  font-size: 10px;
  line-height: 14px;
  font-weight: bold;
  margin-top: 17px;
  margin-right: 0px;
  margin-left: 0px;
  position: relative;
}

.contentBody {
  line-height: 14px;
}

img.leftcol {
  display: none;
}

/* BOTTOM */

div#closer {
    margin-top: 26px;    
}

div#footer {
    border-top: 1px solid #000000;
    padding-top: 2px;
    font-size: 9px;
    margin-top: 30px;
}

/* Index Page */

div.titleBotMargin {
  height: 20px;
}

div.indexListItem {
  padding-top: 6px;
  padding-right: 0px;
  padding-bottom: 7px;
  padding-left: 0px;
  background-color: transparent;
  background-image: url(../images/dottedSpacer.gif);
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: center top;
  clear: both;
  position: relative;
  width: 490px;
  color: #000000;
  font-size: 10px;
  font-family: Verdana, sans-serif;
  line-height: 14px;
}

div.indexListCloser {
  float: left;
  text-align: left;
  padding-top: 0px;
  border: 1px solid red;
}

div.indexListLeft {
  float: left;
  width: 136px;
  background-color: inherit;
  margin-right: 9px;
  padding-bottom: 3px;
}

div.indexListRight {    
  float: left;    
  width: 345px;  
  position: relative;
}

span.teaserHeadline {
  background-color: inherit;
  clear: both;
}

/* CONTACTS */

table.workTimePrint, table.workTimeDetail {
  font-size: 10px;
  font-family: Verdana, sans-serif;
  margin: 0px 0px;
}

table.workTimeDetail {
  margin: 0px 0px;
}

table.workTimePrint td.left, table.workTimeDetail td.left {
  width: 65px;
  font-size: 10px;
  font-family: Verdana, sans-serif;
  vertical-align: top;
}

table.workTimeDetail td {
  width: 79px; 
}
table.contactNumbers {
  font-size: 10px;
  font-family: Verdana, sans-serif;
}

table.contactNumbers td {
  vertical-align: top;
}

table.contactNumbers td.left {
  width: 65px;
}

div.leftContactInfo, div.rightContactInfo {
  float: left; 
  width: 245px;
}

