html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	padding: 10px;
	font: normal 12px 'Verdana';
	background-color: #efefef;
}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #253E60;
	text-decoration: none;
}

a:hover {
	color: #000;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 10px 0;
	font-weight: normal;
}

h1 { font-size: 20px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }

#page {
	background-color: #fff;
}

#navi,
#content {
	background-color: #F9F9F9;
}

#content .preis span {
	font-size: 16px;
}

#content .meinung {
	margin: 20px 10px;
}

#content .meinung h3 {
	margin: 0;
	font-weight: bold;
}

#content .meinung .details {
	color: #666;
	padding: 10px 0 10px 70px;
}

#katalog ul {
	margin-left: 20px;
}

#produkte ul {
	margin-left: 40px;
	list-style: decimal;
}

#tabs h2 {
	margin-top: 0;
}

#tabs ul {
	list-style: none;
}

#tabs li {
	float: left;
	padding: 7px 10px;
	background-color: #f1f1f1;
}

#tabs .active {
	background-color: #dfdfdf;
}

#desc,
#disclaimer {
	margin: 15px 0;
}

#disclaimer p {
	margin: 0;
}

#wirkstofftexte,
#ifaptexte,
#laientext,
#langtext {
	margin-top: 10px;
}

#ifaptexte ul {
	padding: 0 0 10px 25px;
}

#ifaptexte p {
	font-weight: bold;
}

#footer {
	font-size: 11px;
	text-align: center;
}

.frame {
	padding: 10px;
	border: 1px solid #C5C8CA;
}

.titel {
	padding: 5px 10px;
	font-weight: bold;
	background-color: #dfdfdf;
}

.col {
	float: left;
	width: 49.9%;
}

.bild {
	text-align: right;
}

.bild img {
	border: 1px solid #dfdfdf;
}

.clear {
	clear: both;
}

#navi, #desc, h2 {
	position:relative;
}

