  .item:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.item {display: inline-block;}  /* for IE/Mac */

body {
	text-align: center;
	font-family: Georgia;
	font-size: 14px;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

.top {
	text-align: center;
}

.top p {
	text-align: center;
}

.download {
	font-size: 18px;
}

.item {
	width: 800px;
	clear: both;
	padding-bottom: 50px;
}

.bild {
	float: left;
	width: 300px;
}

.text {
	float: right;
	width: 450px;
}
#top {
	margin: 0 100px 50px;
}

#logo {
	margin: 0 auto;
}

h1 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;	
}

h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}

h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

ol, ul {
	padding-top: 10px;
	margin-bottom: 20px;
}

li {
	margin-bottom: 5px;
	text-transform: uppercase;
}

span {
	font-weight: normal;
}

.price {
	color: red;
	font-size: 18px;
}

p {
	text-align: left;
	line-height: 18px;
	margin-bottom: 10px;
}

strong {font-weight: bold;}
