
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    min-width: 390px;
}
body {
    background: #555555 none repeat scroll 0 0;
    color: #222;
    font: 62.5%/175% Verdana,Arial,Helvetica,Tahoma,sans-serif;
}
#container {
    min-height: 100%;
    margin: 0 auto;
    position: relative;
}
#title {
    color: #4a80a2;
    font-size: 20px;
    letter-spacing: -0.04em;
    line-height: normal;
    word-wrap: break-word;
}
p {
    font-size: 1.2em;
    line-height: 1.7;
}
li {
    font-size: 13px;
}
#form_main {
    margin: 0 auto;
    padding-bottom: 80px;
    width: 660px;
}
#main {
    background: #555555 none repeat scroll 0 0;
    border-radius:0;
    margin: 0 auto;
    max-width: 544px;
}

#filler {
    display:inline-block;
}

.naar_md {
    height: 44px;
    width: 275px;
    margin: 20px auto 20px;
    border: 3px solid #0095cc;
    border-radius: 12px;
    text-align: center;
    background-color: #2f9ac1;
    color: #FFF;
    font-weight: bold;
    font-size: 28px;
    padding: 9px 0px 4px;
    box-shadow: 3px 0 10px -3px rgba(0, 0, 0, 0.75);
}

.naar_md:hover {
    background-color: #007caa;
}

#header {
    /* height: 42px; */
    /* padding-bottom: 5px; */
}
#footer {
    background-color: #555555;
    bottom: -115px;
    height: 64px;
    left: 0;
    margin-top: 20px;
    opacity: 0.77;
    position: absolute;
    text-align: center;
    width: 100%;
}

#form_innerheader {
    background: url("../img/logo.png") no-repeat scroll right top transparent;
    float: right;
    height: 195px;
    margin: 10px;
    position: relative;
    right: 5px;
    width: 177px;
}
#innerheader2 {
    background: url("../img/forsale.png") no-repeat scroll left top transparent;
    height: 250px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 250px;
    z-index: -1;
}
#innerheader3 {
    background: url("../img/sold.png") no-repeat scroll left top transparent;
    height: 250px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 250px;
    z-index: -1;
}
#innerheader4 {
    background: url("../img/pending.png") no-repeat scroll left top transparent;
    height: 250px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 250px;
    z-index: -1;
}
a {
    color: #4a80a2;
    text-decoration: none;
}
#tc {
    display: table-cell;
    height: 314px;
    vertical-align: middle;
}

.intro {
    min-height: 208px;
}

.d_title {
    background: rgba(0, 0, 0, 0) url("../img/mdlogo3.png") no-repeat scroll 0 3px;
    color: #333;
    display: inline-block;
    font-size: 19px;
    height: 46px;
    padding: 12px 0 4px 52px;
    position: relative;
    /* width: 574px; */
}


.d_price {
    color: #ffffff;
    font-size: 28pt;
    font-weight: bold;
}
.d_pricetag {
    color: #dddddd;
    float: right;
    font-size: 15pt;
    font-weight: bold;
    position: relative;
    box-shadow: 3px 0 10px -3px rgba(0, 0, 0, 0.75);
    text-align: right;
    top: -10px;
    width: 208px;
    border: 3px solid #0095cc;
    border-radius: 12px;
    height: 84px;
    padding-right: 15px;
    padding-top: 5px;
    background-color: #7B7B7C;
    transform: rotate(-6deg);
}
.d_pricetag sup {
    color: #cccccc;
    font-size: 9pt;
    font-weight: normal;
}
.d_text {
    display: block;
    float: left;
    font-size: 10pt;
    margin-top: 4px;
    margin-bottom: 5px;
    max-width: 366px;
    text-align: justify;
    /* color: black; */
}
#form {
    min-height: 193px;
}
#form .bericht {
    color: #4a80a2;
    font-size: 1.7em;
    padding-top: 215px;
}
input.form_website {
    display: none;
}
p.website {
    display: none;
}
label {
    font-family: Verdana,Arial,Helvetica,Tahoma,sans-serif;
    font-size: 12px;
    line-height: 3px;
    display: block;
    margin-top: 14px;
}
.err {
    color: #ec0000;
    font-family: Verdana,Arial,Helvetica,Tahoma,sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.subs {
    color: #fff;
    font-size: 11px;
    margin-top: 28px;
}
* {
    color: #666666;
    font-family: "Segoe UI",Tahoma,sans-serif;
    font-size: 10pt;
    line-height: 1.3em;
}
h1 {
    border-bottom: 1px dotted #777;
    color: #333333;
    font-size: 19px;
    font-weight: normal;
    line-height: 1.3em;
    margin: 0 0 10px;
    padding-bottom: 4px;
    /* width: 625px; */
}
.side_title {
    border-bottom: 1px dotted #777;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3em;
    margin: 0 0 10px;
    padding-bottom: 4px;
    /* width: 243px; */
}
.side_text {
    color: #333333;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.3em;
    margin: 0 0 10px;
    /* padding-bottom: 4px; */
    /* width: 243px; */
}


.content {
    background-color: #ffffff;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    text-align: left;
    width: 800px;
}
.form dl dt {
    margin-bottom: 10px;
}
.error {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 12px;
    box-shadow: 2px 0 11px -3px rgba(0, 0, 0, 0.75);
    color: #ff3333;
    margin: 33px 0;
    padding: 10px 10px 10px 15px;
}
.error2 {
    background-color: #ff9999;
    border: 2px solid #ff3333;
    border-radius: 12px;
    color: #ffffff;
    margin: 16px 0 14px;
    padding: 10px 10px 10px 15px;
}
.startTransaction {
    background-color: #ccffcc;
    border: 2px solid #99ff99;
    border-radius: 12px;
    margin-top: 15px;
    padding: 5px;
}


/* MEDIA QUERIES */
@media screen and (min-width: 895px ) {
	.border_info {
	    width: 250px;
	    height: 480px;
	}
	.border_head {
	    min-width: 510px;	    
	}   
	.border {
	    min-height: 558px;
	}
	.d_text {
	    max-width:262px;
	}
	.d_pricetag {
	    top:18px;
	}
	#main {
	    max-width:830px;
	    border-radius:16px;
	    border: 2px solid #777777;
	    box-shadow: 0px 0 0px 1px #777;
	    margin-top:20px;
	    padding: 27px;
	}
	#innerheader {
	    background: url(../img/memdbjm1.png) no-repeat scroll right top transparent;
	    float: left;
	    position: relative;
	    width: 569px;
	    height: 256px;
	    background-position: 0 12px;
	    display: inline-block;
	    background-size: 385px;
	}
	#forsale {
	    background: url(../img/forsale_bl.png) no-repeat scroll right top transparent;
	    float: left;
	    position: relative;
	    width: 253px;
	    height: 255px;
	    display: inline-block;
	    top: -26px;
	    right: -35px;
	}
	#sold {
	    background: url(../img/sold_bl.png) no-repeat scroll right top transparent;
	    float: left;
	    position: relative;
	    width: 253px;
	    height: 255px;
	    display: inline-block;
	    top: -26px;
	    right: -35px;
	}
	#pending {
	    background: url(../img/pending_bl.png) no-repeat scroll right top transparent;
	    float: left;
	    position: relative;
	    width: 253px;
	    height: 255px;
	    display: inline-block;
	    top: -26px;
	    right: -35px;
	}
	.intro {
	    min-height: 195px;
	}
	body {
	    background: #bbbbbb none repeat scroll 0 0;
	}
	#footer {
	    background-color: #666666;
	}



}

.border {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 12px;
    /* box-shadow: 2px 0 10px -3px rgba(0, 0, 0, 0.75); */
    display: inline-block;
    margin: 6px;
    padding: 10px;
    position: relative;
    /* text-align: left; */
    /* width: 633px; */
    float: left;
}
.border_info {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 12px;
    /* box-shadow: 2px 0 10px -3px rgba(0, 0, 0, 0.75); */
    display: inline-block;
    margin: 6px;
    min-height: 122px;
    padding: 10px;
    position: relative;
    /* text-align: left; */
    max-width: 510px;
    float: left;
}

.border_head {
    background-color: rgb(255, 255, 255);
    border: 1px solid #cccccc;
    border-radius: 12px;
    display: inline-block;
    margin: 6px;
    min-height: 480px;
    padding: 10px;
    position: relative;
    max-width: 492px;
    float: left;
}
.border4 {
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 12px;
    /* box-shadow: 2px 0 10px -3px rgba(0, 0, 0, 0.75); */
    display: inline-block;
    float: left;
    margin: 6px;
    min-height: 122px;
    padding: 12px;
    position: relative;
    text-align: left;
    /* width: 29%; */
}
#form_border {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 12px;
    box-shadow: 2px 0 10px -3px rgba(0, 0, 0, 0.75);
    display: inline-block;
    margin: 0 auto 20px;
    min-height: 122px;
    padding: 15px 10px 10px 15px;
    position: relative;
    text-align: left;
    width: 633px;
}
#form_border p {
    font-size: 1.1em;
    line-height: 1.4em;
    padding-right: 42px;
    text-align: justify;
}
.border2 {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 12px;
    box-shadow: 2px 0 10px -3px rgba(0, 0, 0, 0.75);
    margin: 0 auto 20px;
    padding: 15px 10px 10px 15px;
    position: relative;
    text-align: left;
}
.border3 {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 12px;
    box-shadow: 2px 0 10px -3px rgba(0, 0, 0, 0.75);
    display: inline-block;
    margin: 5px;
    min-height: 122px;
    padding: 10px;
    /* position: relative; */
    text-align: left;
}
table.dataTable {
    border-spacing: 0;
}
table.dataTable td, table.dataTable th {
    padding: 2px 2px 2px 10px;
    vertical-align: top;
}
table.dataTable th {
    background-color: #096a9f;
    color: #ffffff;
    text-align: left;
}
table.dataTable th:first-child {
    width: 250px;
}
table.dataTable {
    width: 100%;
}
table.dataTable tr {
    height: 30px;
}
table.dataTable tr:nth-child(2n+1) {
    background-color: #f5f5f5;
}
table.dataTable tr:hover {
    background-color: #f9a55c;
}
form input, form select {
    border: 1px solid #bbbbbb;
    border-radius: 4px;
    color: #555555;
    font-size: 15px;
    margin-bottom: 4px;
    padding: 4px;
    min-width: 250px;
}
#form_border form input, #form_border form select {
    border: 1px solid #bbbbbb;
    border-radius: 4px;
    color: #555555;
    font-size: 15px;
    margin-bottom: 4px;
    padding: 4px;
    width: 250px;
}
#form_border textarea {
    border: 1px solid #bbbbbb;
    border-radius: 4px;
    width: 355px;
}
form input[type="submit"], .button {
    background-color: #2f9ac1;
    border: 3px solid #0095cc;
    border-radius: 6px;
    box-shadow: 0 0 4px -1px rgba(0, 0, 0, 0.75);
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    height: 31px;
    margin-top: 30px;
    font-weight: bold;
    padding: 15px 40px 40px;
    z-index: 100;
}
#form_border form input[type="submit"], #form_border .button {
    background-color: #ec6f00;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.75);
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    height: 31px;
    margin-top: 30px;
    padding: 15px 40px 40px;
    z-index: 100;
}
.button {
    display: block;
    margin-top: 20px;
    padding: 15px;
    text-align: center;
    text-decoration: none;
}
form input[type="submit"]:hover, .button:hover {
    background-color: #008cc1;
}
form input[type="submit"]:active, .button:active {
    background-color: #43609c;
}
#form_border form input[type="submit"]:hover, .button:hover {
    background-color: #df6200;
}
#form_border form input[type="submit"]:active, .button:active {
    background-color: #904000;
}
.transferData a, .productData a {
    text-decoration: none;
    vertical-align: middle;
}
.transferDataRow a, .productRow a {
    display: block;
    margin-bottom: 5px;
}
.transferData a img, .productData a img {
    margin-bottom: -4px;
    margin-right: 3px;
}
#bedragLabel {
    margin-left: 5px;
}
.productRow .productId, .productRow .price, .productRow .quantity, .productData .vat {
    width: 100px;
}
.productRow .description {
    width: 300px;
}
form select {
    margin-bottom: 8px;
    margin-top: 7px;
}
.ideal_logo {
    background: url(../img/ideal_logo.gif) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 92px;
    position: relative;
    filter: grayscale(50%);
    margin: 20px;
    margin-top: 40px;
}

.ideal_logo:hover {
    filter: grayscale(0);
}

#paybox {
    /* text-align: right; */
    min-width: 340px;
}
.bold {
    font-size: 13px;
    font-weight: bold;
    display: block;
}
#column1 {
    float: left;
    width: 310px;
}
.domeingegevens {
    min-height: 122px;
    max-width:510px;
}
.d_tax {
    float: right;
    position: relative;
    top: 15px;
    color: #ddd;
}
.d_tax sup {
    font-size: 9pt;
}
#contact {
    border: 1px solid #bbb;
    border-radius: 4px;
    color: #333;
    left: 0;
    margin: 7px 0;
    padding: 8px;
    position: relative;
    max-width: 226px;
    float: left;
}
#note0 {
    background: url("../img/mv.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 14px 0;
    min-height: 68px;
    padding-left: 69px;
    position: relative;
    max-width: 391px;
}
#note1 {
    background: url("../img/sidn.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 14px 0;
    min-height: 68px;
    padding-left: 69px;
    position: relative;
    max-width: 391px;
}
#note2 {
    background: url("../img/pay.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 14px 0;
    min-height: 68px;
    padding-left: 69px;
    position: relative;
    max-width: 391px; 
}
#note3 {
    background: url("../img/mooie.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 14px 0;
    min-height: 68px;
    padding-left: 125px;
    position: relative;
    max-width: 439px;
}
#note4 {
    background: url("../img/dc.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 14px 0;
    min-height: 68px;
    padding-left: 125px;
    position: relative;
    max-width: 449px;
}
.mvinfo {
    margin-top: 0;
}
.moreOptions {
    background-image: url("../img/option_down.png");
    background-position: right center;
    background-repeat: no-repeat;
    border: 1px solid #bbbbbb;
    border-radius: 4px;
    display: block;
    padding: 5px 15px 5px 5px;
    position: relative;
    width: 152px;
    color: #00aced;
    font-weight: bold;
    height: 17px;
    display: block;
    float: left;
    margin-left: 14px;
    margin-top: 7px;
}

#website {
    display: none;
}

.md_link {
    background: rgba(0, 0, 0, 0) url(../img/MD_banner.png) no-repeat scroll center bottom;
    height: 162px;
    text-align: left;
    position: relative;
    float: left;
    max-width: 241px;
    padding-left: 6px;
    margin-top: 10px;
    filter: grayscale(100);
    }

.md_link:hover {
    filter: grayscale(0);
}

#smi_icons {
    display: block;
    float: left;
    height: 32px;
    position: relative;
    top: 0;
    width: 250px;
    filter: grayscale(0);
    color: #163C35;
}

#smi_icons:hover {
    filter: grayscale(0);
}

#smi_icons_wa {
    background: url("../img/wa_logo_sm.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 28px;
    position: relative;
    width: 219px;
    padding-left: 35px;
    padding-top: 7px;
}

#smi_icons_fb {
    background: url("../img/smi_fb.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 35px;
    position: relative;
    width: 50px;
}



#smi_icons_tw {
    background: url("../img/smi_tw.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 35px;
    position: relative;
    width: 50px;
}

#smi_icons a {
    cursor: pointer;
}



u::after {
    border-bottom: 3px solid #00aced;
    border-radius: 0 7px 0 26px;
    border-right: 3px solid #00aced;
    bottom: -8px;
    content: "";
    height: 45px;
    left: -9px;
    position: absolute;
    width: 100%;
    padding-right: 20px;
}
u {
    color: #43609c;
    /* font-size: 28px; */
    font-weight: bold;
    margin-right: 24px;
    position: relative;
    text-decoration: none;
    letter-spacing: 0.019em;
}

.line {
   text-decoration:underline;
}