html, body {
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
}

#bg_oben {
    width: 100%;
    background-color: #FFFFFF;
}

#main {
    width:100%;
}

#header {
    position:relative;
    background:url(images/logo_02.png) no-repeat;
    width:100%;
    height: 100px;
}

#content {
    width: 100%;
}

#menu {
    display: none;
}

#contentmain {
    float: left;
    background-color: #FFFFFF;
    width: 100%;}

.clear{
    clear: both;
}

/* Artikelbeschreibung */

#artikel {
    margin-top: 12px;
    color: #575757;
    font-size: 30px;
}
.art_titel {
    background-color: #FFFFFF;
    height: 33px;
    color: #575757;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
}
.arttitel_space {
    height: 3px;
}
.art_titel_line {
    background-color: #AF1748;
    height: 5px;
}
.art_untertitel {
    margin-top: 10px;
    height: 30px;
    color: #575757;
    font-size: 15px;
    font-weight: bold;
}

#art_container {
	width:100%;
	min-height:300px;
	background:#FFFFFF;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	display:-webkit-flex;
	display:flex;
    -webkit-justify-content: center;
    justify-content: center;
	margin-bottom: 10px;
}

#art_bild {
	width:100%;
}

#art_bild img {
    width: 100%;
}

#art_text {
	-webkit-flex:1;
	flex:1;
	min-width: 150px;
    padding: 5px;
}



/* CROSS-SELLING */
.cross_title {
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    border: 2px solid #d7d7d7;
    border-radius: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 20px;
    margin-right: 40px;
    margin-bottom: 20px;
    background-color: #d7d7d7;
}
.cross_box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 95%;
    border: 2px solid #FFFFFF;
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 2px;
    padding-right: 2px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    }

.cross_artikel {
    border: 2px solid #d7d7d7;
    border-radius: 5px;
    width: 23%;
    min-width: 120px;
    min-height: 180px;
    max-height: 180px;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 10px;
}
.cross_artikel a{
    text-decoration: none;
    color: #000000;
}
.cross_artikel img {
    max-height: 80px;
    width: auto;}

/* ARTIKEL Zusatzinfo */
#art_versand {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
    margin-top: 10px;
    font-size: 17px;
    color: #AF1748;
    text-align: center;
    border: 2px solid #AF1748;
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: url(images/bg_unten.png) repeat-x;
}

#art_paypal {
    display: none;
}







/* FOOTER */
#bg_unten {
    background:url(images/bg_unten.png) repeat-x;
    background-position: 0px 10px;
    left: 0;
    font-size: 13px;
    color:#797979;
}

#footer {
    display: none;
}

#copyright {
    text-align:center;
    font-size:13px;
    padding: 16px;
}