body {
    font: Arial;
    margin: 0px;
    background-color: #000000;
    color: #ffffff;    
}

body:after {
    content : "";
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    background: url(kroonoil/Background.png) no-repeat transparent;
    background-attachment: fixed;
    background-position: center;
    background-size: 1200px 654px;
    background-size: contain;
    width: 100%;
    height: 100%;
    opacity : 0.04;
}

#header {
    background-color: #000000;
    height: 70px;
    width: 100%;
    position: fixed; top: 0px;
    z-index: 100;
    box-shadow: 0 4px 8px 0 rgba(90, 90, 90, 0.2), 0 6px 20px 0 rgba(90, 90, 90, 0.19);   
}

#ownerlogo {
    background: url(kroonoil/OwnerLogo.jpg) no-repeat transparent;
    margin-top: 0px;
    margin-left: 10px;
    width: 125px;
    height: 69px;
    float: left;
}

#ownername {
    position: fixed; left: 150px; top: 30px;
    text-transform: uppercase;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: #909090 2px 2px 2px;
    border: 0px solid red;
}

#shoppingcart {
    position: fixed; right: 180px; top: 30px;
    background: url(kroonoil/ShoppingCart.png) no-repeat transparent;
    padding-left: 40px;
    text-align: left;
    font-size: 14px;
    color: #ffffff;
    text-shadow: #000000 2px 2px 2px;
    border: 0px solid red;
}

#logedinname {
    position: fixed; right: 10px; top: 2px;
    text-align: right;
    font-size: 10px;
    color: #ffffff;
    text-shadow: #000000 2px 2px 2px;
    text-decoration: none;
    border: 0px solid red;
}

#logedinname input {
    margin: 2px;
    font-size: 10px;
    box-shadow: 0 2px 2px 0 rgba(90, 90, 90, 0.6), 2px 2px 2px 0px rgba(90, 90, 90, 0.6);
    background-color: #000000;
    border: 1px solid gray;
    color: #ffca0a;
}

#menu {
    background: #F4EDE1;
    height: 22px;
    width: 100%;
    position: fixed; top: 63px;
    z-index: 100;
    border-bottom: 0px solid gray;
}

#content {
    border: 0px solid red;
    margin-left: 15px;
    margin-right: 17px;
    padding-top: 75px;
    position: relative; top: 0px;
    padding-bottom: 9px;
    text-align: justify;
    color: #fefefe;
    font-weight: normal;
    font-family: inherit;
    z-index: 1;
    min-width: 1000px;
}

#content a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-decoration: none;
    background: transparent;
    border: 1px solid gray;
    color: #ffca0a;
    box-shadow: 0 4px 10px 0 rgba(90, 90, 90, 0.5), 0 6px 10px 0 rgba(90, 90, 90, 0.5);
    
    background-color: transparent;
    -o-transition:1.5s;
    -ms-transition:1.5s;
    -moz-transition:1.5s;
    -webkit-transition:1.5s;
    /* ...and now for the proper property */
    transition:1.5s;  
}

#content a.button:hover {
    box-shadow: 0 4px 20px 0 rgba(255, 202, 10, 0.8), 0 6px 20px 0 rgba(255, 202, 10, 0.8); 
    background-color: #111111;
    -o-transition:0.5s;
    -ms-transition:0.5s;
    -moz-transition:0.5s;
    -webkit-transition:0.5s;
    /* ...and now for the proper property */
    transition:0.5s; 
}


.button {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-decoration: none;
    border: 1px solid gray;
    color: #ffca0a;
    box-shadow: 0 4px 10px 0 rgba(90, 90, 90, 0.5), 0 6px 10px 0 rgba(90, 90, 90, 0.5);
    font-size: 16px;
    
    background-color: #000000;
    -o-transition:1.5s;
    -ms-transition:1.5s;
    -moz-transition:1.5s;
    -webkit-transition:1.5s;
    /* ...and now for the proper property */
    transition:1.5s;  
}

.button:hover {
    box-shadow: 0 4px 20px 0 rgba(255, 202, 10, 0.8), 0 6px 20px 0 rgba(255, 202, 10, 0.8); 
    background-color: #111111;
    -o-transition:0.5s;
    -ms-transition:0.5s;
    -moz-transition:0.5s;
    -webkit-transition:0.5s;
    /* ...and now for the proper property */
    transition:0.5s; 
}


.ShopItem {
    width: 450px;
    min-height: 120px;
    position: relative;
    margin: 15px;
    padding: 15px;
    box-shadow: 0 4px 10px 0 rgba(90, 90, 90, 0.5), 0 6px 10px 0 rgba(90, 90, 90, 0.5);
    z-index: 1;
    border: 0px solid red;
    float: left;
    
    background-color: transparent;
    -o-transition:1.5s;
    -ms-transition:1.5s;
    -moz-transition:1.5s;
    -webkit-transition:1.5s;
    /* ...and now for the proper property */
    transition:1.5s;
}

.ShopItem:hover {
    width: 450px;
    min-height: 120px;
    position: relative;
    margin: 15px;
    padding: 15px;
    box-shadow: 0 4px 20px 0 rgba(255, 202, 10, 0.8), 0 6px 20px 0 rgba(255, 202, 10, 0.8);
    z-index: 1;
    border: 0px solid red;
    float: left;
    
    background-color: #111111;
    color: #ffffff;
    -o-transition:0.5s;
    -ms-transition:0.5s;
    -moz-transition:0.5s;
    -webkit-transition:0.5s;
    /* ...and now for the proper property */
    transition:0.5s;
}

.ShopItem input {
    margin: 5px;
    font-size: 14px;
    text-align: right;
    box-shadow: 0 3px 3px 0 rgba(90, 90, 90, 0.3), 0 3px 3px 0 rgba(90, 90, 90, 0.3);
    background-color: #000000;
    color: #ffca0a;
    border: 1px solid gray;
}


.ItemName {
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}


.CartItem {
    width: 900px;
    min-height: 28px;
    position: relative;
    margin: auto;
    padding: 4px;
    padding-top: 10px;
    padding-bottom: 8px;
    
    box-shadow: 0 4px 4px 0 rgba(90, 90, 90, 0.5), 0 6px 15px 0 rgba(90, 90, 90, 0.5);
    z-index: 1;
    border: 0px solid red;
    clear: left;
    
    background-color: transparent;
    -o-transition:1.5s;
    -ms-transition:1.5s;
    -moz-transition:1.5s;
    -webkit-transition:1.5s;
    /* ...and now for the proper property */
    transition:1.5s;
}

.CartItem:hover {
    box-shadow: 0 4px 20px 0 rgba(255, 202, 10, 0.8), 0 6px 20px 0 rgba(255, 202, 10, 0.8);
    background-color: #111111;
    color: #ffffff;
    -o-transition:0.5s;
    -ms-transition:0.5s;
    -moz-transition:0.5s;
    -webkit-transition:0.5s;
    /* ...and now for the proper property */
    transition:0.5s;
}

.CartItem input[type=text] {
    margin: 5px;
    font-size: 14px;
    text-align: right;
    box-shadow: 0 3px 3px 0 rgba(90, 90, 90, 0.3), 0 3px 3px 0 rgba(90, 90, 90, 0.3);
    background-color: #ffffff;
    border: 1px solid gray;
}

.CartNev {
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    padding: 5px;
    width: 353px;
    float: left;
}

.CartEgysegar {
    border-right: 1px solid silver;
    padding: 5px;
    width: 110px;
    float: left;
}

.CartMennyiseg {
    border-right: 1px solid silver;
    padding: 5px;
    width: 100px;
    float: left;
}

.CartNettoAr {
    border-right: 1px solid silver;
    padding: 5px;
    width: 110px;
    float: left;
}

.CartBruttoAr {
    border-right: 1px solid silver;
    padding: 5px;
    width: 110px;
    float: left;
}

.CartControl {
    border-right: 1px solid silver;
    padding: 5px;
    width: 50px;
    float: left;
}

#footer {
    background: orange;
    height: 20px;
    width: 100%;
    position: fixed; bottom: 0px;
    z-index: 1;
    background: #F4EDE1;
    border-top: 1px solid gray;
    font-size: 10px;
    text-align: right;  
}

#footer {
    background-color: #000000;
    height: 20px;
    width: 100%;
    position: fixed; bottom: 0px;
    z-index: 1;
    border-top: 0px solid gray;
    font-size: 10px;
    text-align: right;
    color: #ffffff;
    text-shadow: #909090 2px 2px 2px;
    box-shadow: 0 4px 20px 0 rgba(90, 90, 90, 0.8), 0 6px 20px 0 rgba(50, 50, 50, 0.8);  
}



#debug-siteselect {
    position: fixed; right: 50px; bottom: 50px;
    background: black;
    border: 1px solid gray;
    margin-top: 10px;
    margin-left: 10px;
    width: 200px;
    height: 25px;
    float: left;
    box-shadow: 0 4px 20px 0 rgba(255, 202, 10, 0.5), 0 6px 20px 0 rgba(255, 202, 10, 0.5);
    overflow: auto;
    z-index: 200;  
}

#debug-siteselect:hover {
    height: 500px;
}

#debug-log {
    position: fixed; right: 290px; bottom: 50px;
    background: black;
    border: 1px solid gray;
    margin-top: 10px;
    margin-left: 10px;
    width: 500px;
    height: 25px;
    float: left;
    box-shadow: 0 4px 20px 0 rgba(255, 202, 10, 0.5), 0 6px 20px 0 rgba(255, 202, 10, 0.5);
    overflow: auto;
    z-index: 200;
}

#debug-log:hover {
    height: 500px;
}