@charset "utf-8";
body {
	font-family: Helvetica, sans-serif;
	color: #800080;
	font-size: 16px;
	background-color: #FFDDFF;
	border-top-width: 25px;
	border-top-style: solid;
	border-top-color: #FFDDFF;
	border-bottom-width: 30px;
	border-bottom-style: solid;
	border-bottom-color: #FFDDFF;
}
h1 {
	font-family: Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
}
h2 {
	font-family: Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
    text-align: left;
}
h3 {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#nav a {
    color: #800080;
}
#nav a:hover {
    color: #800080;
    font-weight: bold;
}

#quote {
    font-family: Helvetica, sans-serif;
    font-size: 18px;
    color: #800080;
    text-align: right;
}

#media-big img {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	float: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#product-home-1 h1, h2, #product-home-2 h1, h2, #product-home-3 h1, h2 {
	font-family: Helvetica, sans-serif;
	font-size: 22px;
	color: white;
	text-align: center;
	background-color: #800080;
    margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#block h2 {
	font-family: Helvetica, sans-serif;
	text-align: left;
}

#product-home-1 img, #product-home-2 img, #product-home-3 img {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-bottom: 10px;
}

#product-text {
	font-size: 15px;
	text-align: justify;
	line-height: 1.5;
	padding-bottom: 10px;
}
#product-text a {
    color: #800080;
}
#product-text a:hover {
    font-weight: bold;
    color: #800080;
}
/* text kursiv */
#product-right {
	font-size: 16px;
	color: #800080;
	text-align: right;
	margin: 4%;
	line-height: 1.5;
	font-style: italic;
	font-family: Helvetica, sans-serif;
}
#links{
	font-size: 16px;
	background-color: #800080;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#links a {
	font-size: 16px;
	color: white;
	text-decoration: none;
}
#links a:hover {
	color: white;
	font-weight: bold;
}
#footer {
	font-size: 10px;
	border-top-width: thin;
	border-top-style: ;
	border-top-color: #800080;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer ul {
	padding: 0px;
	margin: 0px;
}
#footer li {
	display: inline;
	list-style-type: none;
	border-right: 1px #3b3529 solid;
	border-left: none;
	border-bottom: none;
	border-top: none;
	padding: 0px 10px 0px 12px;
}
#footer a {
	font-size: 14px;
	color: #800080;
	text-decoration: none;
}
#footer a:hover {
	color: #800080;
}
#footer li:last-child {
	border-right: none;
	}
#footer li:first-child {
	padding-left: 0px;
}