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: 26px;
  color: #fff;
  margin: 0px 0px 10px 0px;
  padding: 9px 10px 9px 70px;
  height: 30px;
  line-height: 1;
}

h2 {
  margin-bottom: 5px;
}

h3 {
    margin: 5px 0px 5px 0px;
    font-size: 1.1em;
    font-weight: bold;
}

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 {
    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: 15px;
    line-height: 20px;
}

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;
}