@charset "iso-8859-1";
*{
	padding: 0px;
	margin: 0px;
}
body {
	height: 101%;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
}
html {
	height: 101%;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
}
body {
	border-style: none;
	border-width: 0px;
}
#wrapper{
	width: 900px;
	margin: 0 auto;
	position: relative;
}
p {
}

h1 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-size: 32px;
	font-weight: bold;
	font-style: normal;
	}

/* Content-Überschriften */
h2 {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 15px;
}

/* Sicher ist schöner GROSS*/
h3 {
	margin-bottom: 10px;
    font-size: 20px;
	font-weight: normal;
	font-style: normal;
	color: #808080;
}

/* Sicher ist schöner ProduktCoverSeiten*/
h4 {
	margin-bottom: 10px;
    font-size: 20px;
	font-weight: bold;
	font-style: normal;
	color: #808080;
}

/* Aktuelles */
h5 {
    font-family: Arial, Helvetica, Sans-Serif;
/*	font-size: 16px; */
	font-size: 20px;
	line-height: 1	;
	padding-bottom: 15px;
	font-weight: normal;
	color: #333333;

}
/* Titelseite Newsletter und Katalog*/
h6 {
    padding: 0px;
	margin: 0px 0px 0px 0px;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 10px;



}
a {
color:black
}

a:hover {
}
img {
	border-width: 0px;
	border-style: none;
}
.clearing {
	clear: both;
}
.skiplink {
	position: absolute;
	top: -2000px;
	left: -3000px;
	width: 0px;
	height: 0px;
	display: inline;
	overflow: hidden;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	/* list-style-image: url('index_files/index_bullet.gif'); */
	color: #000000;
	text-align: justify;
	padding-left: 0;
	padding-right: 0;
	margin-right: 0;
	margin-left: 35px;
	}
