@charset "iso-8859-1";
* {
	padding: 0px;
	margin: 0px;
}
html {
	height: 101%;
}
body {
	background-position: 50% top;
	color: #3C4957;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #B2C8E8;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url('../images/background-2.jpg');
	background-repeat: repeat-x;
}
p {
	line-height: 150%;
	font-weight: normal;
	font-style: normal;
	font-size: 120%;
}
h1 {
	font-size: 180%;
	font-weight: normal;
}
h2 {
	margin: 0px;
	font-size: 240%;
	font-style: normal;
	font-weight: normal;
	padding-left: 270px;
	line-height: 80px;
}
h3 {
	font-size: 120%;
	font-weight: bold;
	line-height: 150%;
	margin-bottom: 0.2em;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	line-height: 180%;
	margin-bottom: 0.2em;
	padding-left: 0.5em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #808080;
}
h5 {
	font-size: 160%;
	font-weight: bold;
}
h6 {
	font-size: 220%;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: #003399;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
	color: #0066CC;
}
.referenzlink {
	font-weight: bold !important;
	color: #3C4957 !important;
	font-size: 120%;
	line-height: 150%;
	margin-bottom: 0.2em;
}
img {
	margin: 0px;
	border-style: none;
	border-width: 0px;
	padding: 0px;
}
img.produktbild {
	margin: 0px;
	border: 1px solid #667D95;
	padding: 0px;
}
img.produktbild:hover {
	margin: 0px;
	border: 1px solid #5181BB;
	padding: 0px;
}
.clearing {
	clear: both;
	height: 1px;
	line-height: 1px;
}
.skiplink {
	position: absolute;
	top: -2000px;
	left: -3000px;
	width: 0px;
	height: 0px;
	display: inline;
	overflow: hidden;
}
.backlink {
	padding: 0px 0px 0px 20px;
	margin: 0px;
	background-image: url('../images/button-2.jpg');
	background-repeat: no-repeat;
	background-position: left;
	line-height: 3;
}


table {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
td {
	vertical-align: top;
}


.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.span {
	font-size: 120%;
}
.bold {
	font-weight: bold;
}
#wrapper {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 980px;
}


