/*---Header---
#header-branding {
	background: url("../base/images/backgrounds/bg_header.png") no-repeat center;
}*/
/*-----------------Startseite Flexbox----------------*/
.container_flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding:10px;
	color:#333;
	font-size:14px;
}
.container_flex > div {
  width: 33%;
  /*padding: 10px;*/
	border: #333 1px dashed;
	border-radius: 5px;
  /*background:lightblue;*/
}
.container_flex > div {
  margin-right: 10px;
}
.container_flex > div > h1 {
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	text-align:center;
	padding:5px;
	color:#333;
	font-size:1.5em;
}
.container_flex > div > h3 {
	text-align:center;
}
.container_flex > div > ul  {
	margin:3em;
}
#attribute_list {
	clear:both;
}
#image_wrapper {
	margin-bottom:1em;
}

/*Artikelbeschreibung*/
table#tech_daten td{
	padding: 0.5em;
	border-top:#CCC thin outset;
}
