html {
  height: 100%;
  margin-bottom: 1px;
  overflow-y: scroll;
  font-size: 62.5%;
}



body {
  font-size: 1.2em;
  background: #909090 url(../img/body_bg.jpg) fixed top left;  
  font-family: Arial, Verdana, sans-serif;
  color: #333333;
}


h1, h2, h3, h4 {
  font-family: Arial, Verdana, sans-serif;
  font-weight: normal;
  margin-top: 0px;
}


h1 {
  font-size: 21px;
  color: #ec8711;
  margin: 0px 0px 10px 0px;
  padding: 9px 10px 9px 0px;
  line-height: 1;
}

.b_content h1 {
   font-size: 14px;
  color: #ec8711;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 10px;
  font-weight: bold;
  line-height: 28px;
}



h2 {
    margin-bottom: 5px;
    font-size: 18px;
    color: #333333;
}



h3 {
    margin: 5px 0px 5px 0px;
    font-size: 1.1em;
    font-weight: bold;
}


.subcontent h2 {
    color: #EC8711;
    font-size: 21px;
}


ul {margin-top: 0px;}


.b_content ul {list-style-type: none; padding-left: 0px}

.b_content ul li {
  padding-left: 10px;
  background: transparent url(../img/li-bg.png) no-repeat 1px 7px;
}



a {
    cursor: pointer;
    color: #EC8711;
    text-decoration: underline;
}

a:hover {
    color: #EC8711;
    text-decoration: underline;
}


a.external-link-new-window, a.internal-link {
    text-decoration: none;
    font-weight: bold;
    background: url('../img/pfeil_icon.gif') no-repeat 3px 3px;
    padding-left: 16px;
    line-height: 20px;
    color: #666666; 
}

a.external-link-new-window:hover, 
a.internal-link:hover {
    text-decoration: underline;
}



pre a.external-link-new-window, pre a.internal-link {
    text-decoration: none;
    font-weight: bold;
    background-image: none;
    padding-left: 0px;
    line-height: 20px;
    color: #333;
    font-family:Arial,Verdana,sans-serif;
    font-size: 1.2em;
}

img, img a {border: 0; outline:0;}

.align-left {text-align: left;}

.align-right {text-align: right;}

.align-center {text-align: center;}

table {width: 100%;}



th, td {
    text-align: left;
    vertical-align: top;
}


.toolsingle_top {
    width: 386px;
    min-height: 190px;
    height: auto !important;
    height: 190px;
    background: url('../img/toolansicht_hintergrund.gif') repeat-x;    
}

p.align-right {
    text-align: right;
}
