/* CSS Document */
html {
	height: 100%;
	margin: 1px 0;
}
* {
	margin: 0;
	padding: 0;
}
.fett {
	font-weight: bold;
}
.kursiv {
	font-style: italic;
}
.clearer{
	hight: 0;
	font-size: 0;
	clear: both;
}
body {
	background: #666666;
	text-align: center;
	background-color: #79B901;
	font-family: "Courier New", Courier, monospace;
}
a {
	text-decoration: none;
	color: inherit;
}
#container {
	position: relative;
	width: 900px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: left;
}
#left {
	width: 150px;
	height: 300px;
	float: left;
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	background-position: 12px 6px;
}

/*Liste Allgemeine Links */
#generalLinks {
	width: 100%;
	margin-top: 140px;
	font-weight: bold;
	font-size: 17px;
	color: #ECFFC4;
	list-style-type: none;
}
#generalLinks li {
	margin: 8px 6px 0 2px;
	text-align: right;
	color: #CC6600;
}
#generalLinks a {
	color: #ECFFC4;
}
#generalLinks a:hover {
	color: #CC6600;
}
#header {
	width: 746px;
	height: 64px;
	float: right;
	background-color: #79B901;
	background-image: url(../img/bg_header_.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
/* Liste product-links */
#productLinks {
	width: 100%;
	margin-top: 11px;
	font-weight: bold;
	font-size: 17px;
	color: #ECFFC4;
	list-style-type: none;
	text-align: center;
}
#productLinks li {
	display: inline;
	padding-right: 8px;
	color: #CC6600;
}
#productLinks a {
	color: #ECFFC4;
}
#productLinks a:hover {
	color: #CC6600;
}
#content {
	width: 746px;
	float: right;
	background-image: url(../img/bg_content_.jpg);
	background-repeat: repeat-y;
}
/* diese Ebene dient der minimalen Höhe der Content-Ebene */
#stretcher {
	width: 1px;
	height: 300px;
	float: left;
	font-size: 0px;
}

/* Ebene, die jeglichen Inhalt einschliesset - gibt nur seitliche Ränder an */
#inContent {
	margin: 8px 40px;
	color: #659A01;
}
#inContent a {
	color: #993300;
}

#content h1 {
	font-size: 22px;
	margin-bottom: 18px;
}
#content p {
	font-size: 15px;
	xfont-weight: bold;
}
#footer {
	width: 746px;
	height: 64px;
	float: right;
	background-image: url(../img/bg_footer_.jpg);
	background-repeat: no-repeat;
  background-color: #79B901;
	text-align: center;
}
#loginLink {
	width: 20px;
	margin-right: 20px;
	float: right;
}
#footer p {
	margin-top: 34px;
	font-size: 14px;
	color: #ECFFC4;
}
#footer a:hover {
	color: #CC6600;
}
/* Seite News */
.newsBlock {
	xpadding-bottom: 6px;
	margin-bottom: 6px;
  border-bottom:1px solid #659A01;
}
.newsBlock img {
	float: left;
	margin-right: 12px;
	margin-bottom: 8px;
}
#news h2 {
	margin-bottom: 12px;
	font-size: 18px;
}
/* Seite Produkte */
#thumbnailContainer {
	margin-top: 20px;
}
#thumbnailContainer .thumbnail {
	width: 166px;
	height: 166px;
	float: left;
}
