@CHARSET "UTF-8";

body
{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url(../images/bkg1.jpg);
	text-align: center;
}

img {
border:0px;
}

/* Links start */
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight:bold;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: underline;
	color: #999;
}
/* Links end */

/* Nav-Links start */
.nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
}
.nav a:link {
	text-decoration: none;
}
.nav a:visited {
	text-decoration: none;
	color: #fff;
}
.nav a:hover {
	text-decoration: none;
	color: #FF0;
}
.nav a:active {
	text-decoration: none;
	color: #FF0;
}
/* Nav-Links end */

.titles1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #00652E;
	text-align: left;
}
.main-text1 {
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
.centre-text1 {
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.what-list {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00652E;
	font-style: italic;
}
.main-text1 table tr td {
	text-align: justify;
}

.l {
float:left;
}
.r {
float:right;
}
.cl {
clear:both;
}
#produkte_shop iframe {
width:100%;
border:none;
}

html {
	overflow-y:scroll;
}