#content > div {
	background: none;
	overflow: visible;
}
table {
	clear: both;
	width: 100%;
}
#intro div {
	color: #444;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 280px;
}
#intro a, #intro h5 {	
	font: normal 38px/120% 'Pacifico', cursive;
}
#intro h5 {
	background: url(/images/bg-price.png) 0 0 no-repeat;
	height: 92px;
	margin: 40px auto 15px;
	padding: 16px 0 0;
	text-shadow: 1px 1px 1px #fff;
	width: 139px;
}
#intro h5 span {
	display: block;
	font: 10px arial;
}
#intro div + div {
	width: 394px;
}
#intro div + div + div {
	width: 280px;
}
#intro div a {
	-moz-box-shadow:    1px 1px 2px 2px #ccc;
	-webkit-box-shadow: 1px 1px 2px 2px #ccc;
	box-shadow:         1px 1px 2px 2px #ccc;
	background-color: #fff;
	border-radius: 10px;
	color: #222;
	display: block;
	font-size: 40px;
	height: 80px;
	line-height: 80px;
	margin: 0 auto 10px;
	text-decoration: none;
	text-shadow: #aaa 1px 1px 4px;
	width: 280px;
}
#intro div + div a, #specs th.type2 div {
	background-color: #ffd600;
}
#intro div + div + div a, #specs th.type3 div {
	background-color: #f29600;
}
#content td.check {
	background-image: url(/images/check.png); /* Do not combine background rules */
	background-position: 5px 50%;
	background-repeat: no-repeat;
}
table#specs {
	margin-bottom: 50px;
}
#specs th, h4 {
	font-size: 23px;
	font-weight: normal;
	text-shadow: #ccc 1px 1px 3px;
}
h4 {
	margin: 30px 0 10px;
}
#specs th {
	color: #444;
	font: 24px 'Pacifico', cursive;
	padding: 25px 0 0;
	text-align: left;
}
#specs th div {
	-moz-box-shadow:    1px 1px 2px 1px #ddd;
	-webkit-box-shadow: 1px 1px 2px 1px #ddd;
	box-shadow:         1px 1px 2px 1px #ddd;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	float: left;
	height: 16px;
	margin: 15px 10px 0 0;
	width: 16px;
}
#specs td {
	color: #444;
	white-space: nowrap;
	width: 20%;
}
#specs tr td[colspan="3"] {
	text-align: center;
}
#specs th:first-child, #specs td:first-child, h4 {
	font-family: Arial;
}
#specs th:first-child, #specs td:first-child {
	padding-left: 2px;
	text-align: left;
	width: 40%;
}
#specs span[title] {
	cursor: default;
	float: left;
	text-align: right;
	width: 60px;
}
#specs tr:nth-child(2n+2) td {
	background-color: #d5d5d5;
}
#specs td.check{
	background-image: url(/images/check.png);
	background-position: 5px 50%;
	background-repeat: no-repeat;
}
#specs #bestellen th {
	padding: 5px 0 0 0;
}
#bestellen a {
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 13px;
	letter-spacing: normal;
	margin-left: 10px;
	padding: 10px 20px;
}
div[id^="col"] {
	float: left;
	margin-bottom: 30px;
	margin-top: 10px;
	width: 270px;
}
#col1 {
	padding: 0 30px 0 0;
}
#col2 {
	background-image: url(/images/border-rightCol.gif), url(/images/border-rightCol.gif);
    background-repeat: repeat-y, repeat-y;
	background-position: left, right;
	padding: 0 30px;
}
#col3 {
	padding: 0 0 0 30px;
}