* {
    margin: 0;
    padding: 0;
}

#body-element {
    font: 16px "Trebuchet MS",Trebuchet MS,Tahoma,sans-serif;
    font-weight: 300;
    line-height: 1.8em;
    color: #6f6f6f;
    letter-spacing: 1px;
}

a.link, a.link:visited, a.link:active, a.link:hover {
    font-size: 1.1em;
    color: #8BB32E;
    font-weight: bold;
    transition: 0.3s;
    display: inline-block;
}

a.link:after {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background: #8BB32E;
    position: relative;
    top: 5px;
    opacity: 0;
    transition: 0.3s;
}

a.link:hover:after {
    top: -4px;
    opacity: 1;
    transition: 0.3s;
}

h2 {
    background: url(http://bilder3.eazyauction.de/Kante78/templates/37210_abe84db8/header-background.jpg) repeat-x;
    padding: 10px 20px;
    color: #e2e2e2;
    box-shadow: 0 0 1px black;
    font-size: 20px;
}

h3 {
    color: #8BB32E;
    text-decoration: underline;
    padding-bottom: 10px;
}

h4 {
    margin: 10px 0 0px;
}

h4:first-child {
    margin: 0;
}

a, a:visited, a:active {
    color: #b5b5b5;
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    color: #8BB32E;
    transition: 0.3s;
}

p {
    margin-bottom: 10px;
}

p:last-child {
    margin-bottom: 0;
}

#header_wrapper {
    height: 50px;
    width: 100%;    
    margin: 0px;
    background: url(http://bilder3.eazyauction.de/Kante78/templates/37210_abe84db8/header-background.jpg) repeat-x;
    box-shadow: 0 0 5px #414141;

}

#header {
    width: 920px;
    height: 150px;
    margin: 0px auto;
    padding: 20px 0;
    position: relative;
    background: url(http://bilder3.eazyauction.de/Kante78/templates/37210_abe84db8/word-cloud1.jpg) no-repeat;
    background-position: right;
}

#formular {
    display: inline-block;
}

#slogan {
    float: right;
    background: yellow;
    display: none;
}



#logo {
    width: 520px;
    height: 130px;
    background: url(http://bilder3.eazyauction.de/Kante78/templates/37210_abe84db8/logo_fashion.png) no-repeat;
    float: left;
}

.logo-wrapper {
    direction: block;
    position: absolute;
    background: rgba(0,0,0,0);
    width: 65%;
    height: 100%;
    z-index: 100;
}

#nav {
    margin: 0 auto;
    width: 920px;
    color: #b5b5b5;
    position: relative;
    left: 80px;
}

#nav ul {
    list-style: none;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

#nav ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0px;
    padding: 10px 22px;
    transition: 0.3s;
}

#nav ul li:hover {
    background: ;
    transition: 0.43s;
    color: #8BB32E;
}

.tooltip {
    font-size: 14px;
    color: #dadada;
    cursor: default;
    background: #414141;
    width: 150px;
    position: absolute;
    top: 75px;
    z-index: 10;
    padding: 15px;
    display: block;
    opacity: 0;
    transition: 0.1s;
    text-align: center;
    border-radius: 10px;
}

.tooltip:after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50px;
    top: 0;
    z-index: -200;
    background: #414141;
    transform: rotate(45deg);
}

#nav ul li:hover .tooltip {
    display: block;
    transition: 0.4s;
    transition: 0.4s;
    transition-delay: 0.2s;
    opacity: 0.97;
    display: block;
    top: 65px;
}

#nav ul li:after {
    position: relative;
    display: block;
    content: '';
    background: #8BB32E;
    height: 0px;
    width: auto;
    transition: 0.3s;
    opacity: 0;
}

#nav ul li:hover:after {
    height: 0px;
    transition: 0.3s;
    opacity: 1;
}

.icon_nav {
    float: left;
    margin: 0 10px;
    position: relative;
    top: 4px;
}
.home_icon {
    margin: 0 15px;
    position: relative;
    top: 4px;
}

/* searchbox suchen */

#searchwrapper {
    bottom: 0%;
    right: 0;
    position: absolute;
    
}
.searchbox {
    height: 30px;
    font-size: 16px;
    color: #bbbbbb;
    border: 2px solid #d9e9b4;
    padding: 5px 10px;
    /*8BB32E*/
}

.searchbox:focus {
    background: #eff7dd;
    border: 2px solid #abd251;
    color: #6f6f6f;
}

.searchbox_submit {
    width: 30px;
    height: 30px;
    background: url(http://bilder3.eazyauction.de/Kante78/templates/37210_abe84db8/search.jpg) no-repeat;
    background-position: center;
    box-shadow: none;
    border: 0px solid black;
    cursor: pointer;
}


/* Glowna tresc */

#main {
    width: 920px;
    margin: 0 auto;
}

/* Info Banner */

#info_banner {
    padding: 10px 0;
    margin: 20px 0;
    width: 920px;
    /*border-bottom: 1px solid #9d9d9d;
    border-top: 1px solid #9d9d9d;*/
}

.info_banner {
    font-style: italic;
    display: inline-block;
    width: 25%;
    float: left;
    line-height: 1.2em;
    font-size: 16px;
    padding: 10px 0;
}

.fa {
    margin:5px 10px;
    float: left;
}

.info_banner > .icon_banner {
    float: left;
    margin: 0px 10px;
}

#content {
    /*box-shadow: 0 0 5px black;*/
}

#gallery {
    width: 100%;
    padding: 20px 0;
    margin-bottom: 30px;
    margin-top: 30px;
}


#main_picture {
    float: left;
    width: 80%;
    position: relative;
    text-align: center;
}
/*******************************/
/* szeroksosc glownego obrazka na 85%
/* bo wczesniej cos nie dzialalo 
/*******************************/
#test {
    max-width: 85%;
    height: auto;
}

.picture_info {
    padding-bottom: 30px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: #8BB32E;
}

#thumbial {
    float: left;
    text-align: center;
    width: 20%;
    position: relative;
}

.pictures {
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin: 10px 20px;
    transition-duration: 0.2s;
    overflow: hidden;
}

#description {
    margin: 5px 0;
    padding: 30px 20px 20px 20px;
    background: url(http://bilder3.eazyauction.de/Kante78/templates/37210_abe84db8/hai.png) no-repeat;
    background-position: right top;
}

#description ul {
    list-style: disc;
    margin: 0 30px 0px;
    max-width: 500px;
}

#description ul li {
    margin-bottom: 8px;
}

#description p {
    margin: 30px 0;
}

#description strong, strong {
    font-weight: bold;
}

#description a, #description a:visited, #description a:active, #description a:hover {
    font-size: 1.1em;
    color: #8BB32E;
    font-weight: bold;
    display: inline-block;
}

#description a:after {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background: #8BB32E;
    position: relative;
    top: 5px;
    opacity: 0;
    transition: 0.3s;
}

#description a:hover:after {
    top: -4px;
    opacity: 1;
    transition: 0.3s;
}


.versand_info {
    text-align: center;
    padding: 0px 0 20px;
}


.text {
    padding: 50px 20px;
}

.rechtstexte {
    margin-left: 15px;
}


/* Länder Tabelle */

table {
    margin: 0 auto;
    color: #6f6f6f;
}

#country td {
    padding: 10px 12px;
    width: 100px;
    border-bottom: 1px solid #8BB32E;
    border-right: 1px solid #8BB32E;
    text-align: center;
    
}

#country tr:first-child {
    font-weight: bold;
}
/*
#country td:first-child, #country tr:first-child {
    background: #dfeebb;
}
*/
#country td:last-child {
    border-right: none;
    
}

#country tr:last-child td {
    border-bottom: none;
}

#country td:first-child {
    width: 96px;
}



.img_country {
    margin: 5px 8px;
    border: 1px solid #7d7d7d;
    box-shadow: 0 0 5px 1px grey;
    float: left;
}

/* footer */

#footer {
    margin: 0px;
    padding: 10px 0;
    text-align: center;
    background: url(http://bilder3.eazyauction.de/Kante78/templates/37210_abe84db8/header-background.jpg) repeat-x #414141;
}

#footer span {
    margin: 0 12px;
    color: #a0a0a0;
}

.copyright {
    margin: 10px 0;
    text-align: right;
    font-size: 12px;
}

.copyright a, .copyright a:visited {
    color: #6f6f6f;
    text-decoration: underline;
}

.copyright a:hover {
    color: #8BB32E;
    transition: 0.3s;
}




/* Automatyczna wysokosc */

#header:after, #nav:after, #header_wrapper, #info_banner:after, #main_picture:after, #thumbial:after, #gallery:after,  .text:after {
    content:'';
    display:block;
    clear:both;
}