
/*
 * Styles für divs
*/

#fulldiv {
    position: absolute;
    width: 100%;
    top: 0px;
    height: 502px;
    overflow: none;
    left: 0;
    margin: 0px;
  }


#main_div {
    position: relative;
    width: 800px;
    top: 1px;
    height: 98%;
    overflow: none;
    left: 0;
    margin: 0px;
  }


#banner {
    position: relative;
    top: 1px;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    height: 91px;
  }


#nav {
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    top: 92px;
    position: absolute;
    left: 0px;
    width: 179px;
  }


#main {
    position: absolute;
    top: 96px;
    border-spacing: 0px;
    right: 0px;
    width: 556px;
    padding: 0px;
    margin: 0px;
    left: 180px;
  }


#right {
    position: absolute;
    border-spacing: 0px;
    right: 0px;
    width: 62px;
    padding: 0px;
    margin: 0px;
    left: 740px;
  }


#inner_main {
    position: relative;
    width: 96%;
    height: 380px;
    padding: 10px;
    visibility: visible;
    overflow: auto;
  }


#load_div {
    position: absolute;
    color: black;
    display: none;
    z-index: 199;
    left: 35%;
    top: 35%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    background-color: white;
    width: 250px;
    height: 50px;
    text-align: center;
  }


.tblnav {
    border-spacing: 0px;
    padding: 0px;
    margin: 0px;
    margin-left: 0px;
    background-repeat: repeat-y;
    background-image: url('../images/navbg.png');
    height: 430px;
    width: 179px;
  }


.navhome {
    background-repeat: no-repeat;
    background-image: url('../images/navone.png');
    text-align: right;
    padding-top: 3px;
    padding-right: 10px;
    height: 25px;
  }


.navhostingp {
    background-repeat: no-repeat;
    background-image: url('../images/navhosting.png');
    text-align: right;
    padding-top: 3px;
    padding-right: 10px;
    height: 25px;
  }


.tblmain {
    border-spacing: 0px;
    width: 554px;
    padding: 0px;
    margin: 0px;
    margin-left: 5px;
    background-repeat: no-repeat;
    background-image: url('../images/main_window.png');
    height: 424px;
  }


.maintop {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding-top: 3px;
    text-align: right;
    padding-right: 10px;
  }

/*
 * Styles f�r Link
*/

a.nav {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-decoration: none;
  }


a.nav:link {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-decoration: none;
  }


a.nav:visited {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-decoration: none;
  }


a.nav:hover {
    color: red;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-decoration: none;
  }


a.nav:active {
    color: blue;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-decoration: none;
  }


a.nav_small {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
    color: white;
  }


a.nav_small:link {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
    color: white;
  }


a.nav_small:visited {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
    color: white;
  }


a.nav_small:hover {
    color: red;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
    color: #6ac8e0;
  }


a.nav_small:active {
    color: blue;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
    color: white;
  }

/*
 * Styles f�r Schriften
*/

.angebotdesc {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
  }


.angebotdesc2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
  }


.ueprice {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
  }


.price {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
  }


.small {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
  }


.ue01 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
  }


.nText,p,td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
  }


.nbText {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    vertical-align: bottom;
  }


.check {
    text-align : left;
    vertical-align : bottom;
    width : 10px;
  }

