body {
    background: url("../img/bg.jpg");
    font-family: 'Carrois Gothic SC', sans-serif;
    color: #333;
}

h2 {
    text-transform: uppercase;
    color: #0063a0;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
}

.main {
    margin: auto;
    width: 966px;
    background: url("../img/m-bg.png") no-repeat;
    height: 637px;
    margin-top: 80px;
}

.mid {
    position: relative;
}
.wrap {
    position: absolute;
    top: 175px;
    left: 66px;
}

.dl {
    float: left;
    width: 372px;

}

.info {
    float: left;
    width: 400px;
    margin-left: 15px;
}

.kontur {
    background: url("../img/dl-bg.png") no-repeat;
    height: 168px;
    margin-top: 28px;
}


p {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
}
a {
    color: #0063a0;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}


.dlbal1 {
    margin: 39px 20px 24px 163px;
    width: 167px;
    height: 36px;
    background: url("../img/dlbtn.png") no-repeat;
    text-indent: -9999px;
}
.dlbal2 {
    margin: 15px 20px 20px 163px;
    width: 167px;
    height: 36px;
    background: url("../img/dlbtn.png") no-repeat;
    text-indent: -9999px;
}

.tpa {
    margin-top: 330px;
}




/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_24:before,
.container_24:after {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

.clearfix:after,
.container_24:after {
    clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_24 {
    zoom: 1;
}