html, body {
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
}

#bg_oben {
    background:url(images/bg_seite.png) repeat-x;
    background-position: 0px 0px;
}

#main {
    margin: 0 auto;
    padding: 0;
    max-width: 900px;
    border-left: #A9A9A9 3px solid;
    border-right: #A9A9A9 3px solid;
}

#header {
    position:relative;
    background:url(images/logo_01.png) no-repeat;
    width:100%;
    height: 183px;
}

#content {
    width: 100%;
}

/* MENUE */
#menu {
    float: left;
    min-width: 150px;
    max-width: 150px;
    font-size: 13px;
    min-height: 300px;}

#menu ul {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
}

#menu ul.level1 {
    border: 2px solid;
    border-color: #DCDCDC;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
}

ul.level1 li a, ul.level1 a:visited {
    margin: 5px 0px 5px 0px;
    padding-left: 5px;
    color: #AF1748;
    text-decoration: none;
    font-weight: bold;
    display: block;
}

ul.level1 a:hover {
    margin: 5px 0px 5px 0px;
    padding-left: 5px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    display: block;
    background-color: #AF1748;
}

ul.level2 li a, ul.level2 a:visited {
    margin: 2px 2px 2px 2px;
    padding-left: 15px;
    color: #000;
    font-weight: normal;
    background-color: #F3F3F3;
}
ul.level2 a:hover {
    margin: 2px 2px 2px 2px;
    padding-left: 15px;
    color: #AF1748;
    font-weight: normal;
    background-color: #F3F3F3;
}

ul.level3 li a, ul.level3 a:visited {
    margin: 0px 2px 0px 2px;
    padding-left: 30px;
    color: #000;
    font-size: 13px;
    font-weight: normal;
}
ul.level3 a:hover {
    margin: 0px 2px 0px 2px;
    padding-left: 30px;
    color: #AF1748;
    font-size: 13px;
    font-weight: normal;
}


#contentmain {
    float: left;
    width: 75%;
    margin-left: 10px;
}

.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:400px;
}

#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%;
    height: 200px;
    border: 2px solid #FFFFFF;
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 7px;
    padding-right: 7px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    overflow: hidden;}

.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 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    color: #575757;
    text-align: center;
    border: 2px solid #d7d7d7;
    border-radius: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: url(images/bg_unten.png) repeat-x;
}

#art_paypal img {
    padding: 8px;
}

/* FOOTER */
#bg_unten {
    background:url(images/bg_unten.png) repeat-x;
    background-position: 0px 25px;
    left: 0;
    font-size: 13px;
    color:#797979;
}

#footer {
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 900px;
    background-color: #FFFFFF;
    border-left: #A9A9A9 3px solid;
    border-right: #A9A9A9 3px solid;
    border-bottom: #A9A9A9 3px solid;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

#shop_info {
    width: 30%;
    margin: 10px 5px;
    padding: 5px;
    float: left;
}
#shop_info_head {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 3px;
}
#shop_info_content {
    width: 100%;
    min-height: 180px;
    border: #DCDCDC 2px solid;
}
#shop_info_content li {
    list-style:none;
    padding-left:1px;
}
#shop_info_content li a {
    text-decoration:none;
    color:#7a7979;
    display:block;
    padding-left: 1px;
    line-height:20px;
}
#shop_info_content li a:hover {
    color:#000000;
    display:block;
}

#bezahl_info {
    width: 30%;
    margin: 10px 5px;
    padding: 5px;
    float: left;
}
#bezahl_info_head {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 3px;
}
#bezahl_info_content {
    width: 100%;
    min-height: 180px;
    border: #DCDCDC 2px solid;
    background:url(images/logo_zahlung.jpg) no-repeat;
    background-size:100% auto;
}
#bezahl_info_content a {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 175px;
    vertical-align: middle;
}

#versand_info {
    width: 30%;
    margin: 10px 5px;
    padding: 5px;
    float: left;
}
#versand_info_head {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 3px;
}
#versand_info_content {
    width: 100%;
    min-height: 180px;
    border: #DCDCDC 2px solid;
    background:url(images/logo_dhl.jpg) no-repeat;
    background-size: 100% auto;
}
#versand_info_content a {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 175px;
}

#copyright {
    text-align:center;
    font-size:13px;
    padding: 16px;
}