/* PRODUKT SEITE ****************************/
#produktheader {
	background-color:#5f9fff;
	color:white;
	float:left;
	width:100%;
}

#produktheader .breadcrump {
	float:left;
	margin-left:20px;
	margin-top:22px;
}

#produktheader .breadcrump a{
	color:#ffffff;
}

#produktheader .title h1{
	float:right;
	margin-right:20px;
	color:#ffffff;
	text-transform:none;
}

#content-detail {
	background-color: #ececec;
    color: #333333;
    height: 100%;
    width: 100%;
}

.special.edition #content-detail {
	xbackground-color: #ececec;
	background: url("/fileadmin/images/20th_anni/linien.png") repeat;
    color: #333333;
    height: 100%;
    width: 100%;
}

#content-image {
	padding:20px 20px 40px 20px;
    color: #333333;
	background-color: #ffffff;
}

#content-produkt {
    background-color: #FFFFFF;
    color: #333333;
    margin: 0 auto;
    width: 960px;
}

#content-produkt .socialmedia-inner {
    color: #fff;
    float: left;
    padding-left: 20px;
    width: auto;
}

#content-produkt #metamenu .metamenu-inner {
    float: right;
	xwidth: 50%;
    xmargin: 0 auto;
    color: #333333;
	xdisplay: table;
    padding-right: 20px;
}

#content-produkt #footerkontakt {
	padding:0 20px;
}

#content-produkt #footerkontakt .columns3-2 .column1 {
	width:290px;
}

#content-produkt #footerkontakt .columns3-2 .column2 {
	width:290px;
}

#content-produkt #footerkontakt .columns3-2 .column3 {
	width:290px;
}

#footermenu {
	background-color: #000000;
	height:60px;
}

#footermenu ul li{
	width: auto; 
	height: 0; 
	list-style:none;
	float:left;
	margin-right:20px;
	padding:20px 0px;
}

#footermenu ul {
	margin:0px;
	margin-left:-20px;
}

#footermenu ul li a {
	color:#ffffff;
	text-decoration:none;
}

#footermenu ul li a:hover {
	color:#5f9fff;
}

#footermenu ul li.activ .arrow{
	display:none;
}

#footermenu ul li.activ .arrow{
	background-image: url("../../images/menupfeil.png");
    background-position: 0 -5px;
    background-repeat: no-repeat;
    display: block;
    height: 23px;
    margin-bottom: 15px;
    margin-left: 25%;
    margin-top: -56px;
    position: relative;
    width: 28px;
}

#footermenu ul li.activ a {
	color:#5f9fff;
}