/* CSS Document Print */

body {
	font-size: 10pt;
}

a {
	color: #000
}

h1,h2  {
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0 20px 0;
	line-height: 0.9;
	text-transform: uppercase;
}

h1 span, h2 span {
	font-weight: normal;
	font-size: 18px
}

#produkte h2 {
	clear: both
}

#produkte h3 {
	clear: both;
	margin: 30px 0 0 0;
	padding: 30px 0 15px 0
}

.flexslider, #sidebar, button {
	display: none;
}

.bild_text {
	float:left;
	margin: 0 20px 20px 0;
}

.bild_text_re {
	float:right;
	margin: 0 0 10px 10px;
}

ul.gallery {
	list-style: none;
	margin: 0;
	padding:0
}
	
ul.gallery li {
	float: left;
	margin: 0 20px 10px 0;
	padding: 0;
	
	}

ul.gallery li a{

	display: block;
	width: 130px;
	height: 98px;
	
	}
	
ul.gallery li img{
	width: 130px;
	height: 98px;
	display: block;
	border: none;
	
	}