@import 'trebuchet-font.css';

body {
    font-family: 'trebuchet_msregular' ,Trebuchet MS ;
    margin: 0;
    padding: 0;
}

.container {
    margin: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.webshop-banner-container {
    margin: 0;
    width: 100%;
    position: relative;
    margin-top: 50px;
    margin-bottom: 10px;
    overflow:hidden;
}

.webshop-banner-image {
    cursor: pointer;
    background: transparent url("../images/banner/mijndomein-webwinkel-970x250-betty.gif") no-repeat scroll 50% 0;
    position: relative;
    height: 260px;
}

.registered-by {
    margin-top: 5%;
    width: 100%;
    font-size: 26px;
}

.registered-by p {
    width: 100%;
    text-align: center;
}

.logo {
    height: 80px;
    position: relative;
    margin: 0 auto;
    display: table;
}

.logo a {
    color: #000000;
}
.logo-domain {
    font-size: 80px;
    font-family: "trebuchet_msbold", Trebuchet MS;
    font-weight: bold;
    float: left;
}

.logo-extension:before {
    background-color: #F42424;
    color: #F42424;
    content: ".";
    height: 10px;
    width: 10px;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
    float: left;
    margin-top: 68px;
}
.logo-extension {
    font-size: 80px;
    font-family: "trebuchet_msbold", Trebuchet MS;
    font-weight: bold;
    float: left;
}

.domain-check-container {
    width: 772px;
    margin: 0 auto;
}

input[type="submit"] {
    width: 159px;
    height: 20px;
    border: 1px solid #CF7700;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    box-sizing: content-box;
    margin: 6px 0px 0px 10px;
    padding: 1px 0px 5px;
    background: transparent url("../images/searchbar/submit-bg.png") repeat scroll 0% 0%;
    cursor: pointer;
    position: relative;
}

.domain-check-inline #domain-name {
    background-color: white;
    border: 2px solid #e1dede;
    border-radius: 3px;
    color: #000000;
    font-size: 13px;
    height: 30px;
    margin: 5px 0;
    padding: 0 10px;
    width: 278px;
}

.domain-check-inline input[type="submit"] {
    background: none repeat scroll 0 0 #97b911;
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    font-family: "trebuchet_msbold", Trebuchet MS;
    font-weight: bold;
    font-size: 14px;
    height: 29px;
    margin: 3px 0 5px 14px;
    padding-bottom: 3px;
    width: 112px;
}

.domain-check-inline.red {
    margin-top: 30px;
    background: #f42424;
    border-radius: 5px;
    height: 75px;
}

.domain-check-inline.red label.inline-check {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    margin: 29px 6px 0 24px;
}

.domain-check-inline.red #domain-name {
    color: #000000;
    font-size: 20px;
    height: 35px;
    margin: 18px 0;
    width: 530px;
}

.domain-check-inline.red input[type="submit"] {
    background: none repeat scroll 0 0 #ff8f00;
    font-size: 16px;
    font-weight: bold;
    height: 35px;
    margin: 18px 18px 0 -6px;
    z-index: 1;
    display: block;
    position: relative;
    float: right;
}

.domain-check-inline.red input[type="submit"]:hover {
    background: #f48901;
}

.footer-container {
    background-color: #F2F2F2;
    bottom: 0;
    box-shadow: 1px -1px 1px #F2F2F2;
    margin-top: 25px;
    min-height: 30px;
    position: absolute;
    width: 100%;
    font-size: 12px;
    color: #666666;
    z-index: 1;
}
.stats, .info {
    text-align: center;
}

.info {
    display: table;
    margin: 0 auto;
    padding-bottom: 15px;
    position: relative;
}

.info div {
    float: left;
}

.info a {
    margin-left: 5px;
    color: #666666;
    text-decoration: none;
}