html {
    font-size: 100.01%
}

body {
    margin: 0;
    padding: 0;
    background-color: #000000;
    color: #c0b070;
    font: 12px/15px Arial,Helvetica,sans-serif;
    font-size: 0.75em;
    font-family: Arial,Helvetica,sans-serif;
}
p {
    margin: 12px 0 12px 0;
}
a img {
    background-color:transparent;
    border:none !important;
}
a {
    outline:none;
    border:none !important;
    color:#c0b070;
    text-decoration:none;
}
input{
    background-color: #c0b070;
    border: solid 0px;
}
em{
    color:#B7007A;
    font-style:normal;
    font-weight: bold;
}
.visibility_hidden {
    visibility:hidden;
}


.wrapper{
    margin:0 auto;
    text-align:right;
    width:800px;
    clear:both;
}
.wrappercontent{
    text-align: left;
    margin:0 auto;
    width: 602px;
    clear:both;
}
.page{
    margin:0 auto;
    text-align:left;
    width:602px;
    clear:both;
}

.clearer {
    clear:both;
}
.header{
    background-color:#000000;
    text-align: center;
}

.logo {
    position: relative;
    right: 0px;
    top: 43px;
}
.navigation{
    background-color:#000000;
    height: 185px;
    margin: 15px 0px 32px 0px;
}
.navigation .left, .center, .right{
    text-align:center;
    float:left;
    width:145px;
    height: 165px;
    background-color: #000000;
}

.navigation .left, .center {
    margin: 0px 82px 0px 0px;
}
.navigation .right{
    float:right;
}
.content{
    /*height: auto;*/
    height: 360px;
}
#internal_dialog {
    display: none;
    position: absolute;
    /*left: 200px;*/
    margin: auto;
    width: 570px;
    height: 450px;
    z-index: 8;
    background-color: #fff;
    /*filter: alpha(opacity =     100);
    -moz-opacity: 1.00;
    opacity: 1.00;*/
    color: black;
    overflow:auto;
    top: 200px;
    left:45%;
    margin-left:-200px;
}
#contentFaded {
    background-color:#000000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    z-index:4;
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-repeat:repeat;
}

#home, #drivecard, #tools, #gold{
    height: 470px;
}
#home .left{
    float: left;
    background-color:#000000;
    width: 178px;
    text-align: right;
    margin: 0px 49px 0px 0px;
}
#home .right{
    text-align:justify;
    background-color:#000000;
    width:375px;
    height: auto;
    float: right;
}
.counterpart{
    float: left;
    margin-top: 50px;
    margin-left: 80px;
}
.counterpart .title{
    font-weight: bold;
    font-size: 1.1em;
}
.counterpartfoto img{
    margin-left: 40px;
    margin-bottom: 40px;
}
.form{
    float:left;
    width: 310px;
}

.form .name {
    float: left;
    margin: 0px 5px 0px 0px;
    display: inline;
    width: 145px;
}
.form .name input {
    width: 145px;
}

.form .lastname {
    float: left;
    width: 145px;
}
.form .lastname input {
    width: 145px;
}

.form .company {
    width: 295px;
}
.form .company input {
    width: 295px;
}

.form .street {
    float: left;
    margin: 0px 5px 0px 0px;
    display: inline;
    width: 250px;
}
.form .street input {
    width: 250px;
}

.form .housenumber {
    float: left;
    width: 40px;
}
.form .housenumber input {
    width: 40px;
}

.form .plz {
    float: left;
    margin: 0px 5px 0px 0px;
    display: inline;
    width: 60px;
}
.form .plz input {
    width: 60px;
}

.form .place {
    float: left;
    margin: 0px 5px 0px 0px;
    display: inline;
    width: 150px;
}
.form .place input {
    width: 150px;
}

.form .code {
    float: left;
    width: 75px;
}
.form .code input {
    width: 75px;
}

.form .country {
    float: left;
    margin: 0px 50px 0px 0px;
    display: inline;
    width: 170px;
}
.form .country input {
    width: 170px;
}

.form .submit {
    float: left;
    width: 75px;
}
.form .submit input {
    width: 75px;
}

.tableright{
    margin-top:50px;
}

.footer{
    background-color:#000000;
    margin:28px auto;
    text-align:left;
    width:602px;
    clear:both;
}

.footer .links {
    margin: 6px 0px 0px 15px;
    float: left;
    width: 28px;
}

.footer .footertext {
    font-size:0.9em;
    margin: 0px 0px 0px 100px;
    width: 520px;
}

.footer .footertext .tables {
    float:left;
    width: 410px;
}

.footer .footertext table {
    width: 100%;
}

.footer .footertext .firstline {
    font-weight: bold;
}