@CHARSET "ISO-8859-1";

@import url(http://fonts.googleapis.com/css?family=Domine:400,700);
@import url(http://fonts.googleapis.com/css?family=Roboto);

#wrapper {
	width: 80%;
	min-width: 1200px;
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
}

#header {
	border-bottom: 2px solid #dddddd;
}

#header h1 {
	text-align: center;
	font-family: 'Domine', serif;
}

#image_wrapper {
	float: left;
	margin: 10px;
	padding: 10px;
	overflow: hidden;
	width: 30%;
  min-width: 200px; 
}

img#oeffner {
  width: 100%;	
}

img#verwendung {
	width: 260px;
	margin-top: 70px;
	margin-left: 40px;
}

#description_wrapper {
	display: inline-block;
	max-width: 800px;
	padding: 15px;
	font-size: 18px;
}

p.with_arrows {
	padding-left: 100px;
	height: 120px;
	background: transparent url('img/arrows-right2.png') no-repeat left center;
	display: table-cell;
	vertical-align: middle;
	font-size: 28px;
	font-style: italic;
}

#facts {
	display: inline-block;
}

p.checked {
	padding-left: 45px;
	height: 40px;
	background: transparent url('img/check.png') no-repeat left center;
	vertical-align: middle;
	font-size: 24px;
}

span#preis {
	font-weight: bold;
	color: red;
	font-size: 34px;
	text-align: right;
	position: relative;
	left: 180px;
	bottom: 20px;
}

div#more_wrapper {
  padding: 20px;	
}

#shoplink {
	text-align: center;
}

#shoplink a {
	text-decoration: none;
	color: blue;
	font-weight: bold;
	font-size: 25px;
}

div#video_embed {
	margin-top: 30px;
	padding: 20px;
	text-align: center;
}

div#footer {
	clear: left;
	border-top: 2px solid #dddddd;
}