body {
	background-color: #173A62;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	padding-top: 10px;
	margin-bottom: 20px;
}
p, td, tr, input, textarea, select, h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1, h2, h3, h4, h5 {
	margin: 0px;
}
a {
	color: #FFFFFF;
}
table.page {
	width: 800px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
/* --------------------------------- Top-Image */
td.toplogo {
	height: 82px;
	background-image:   url("gfx/header_logo.gif");
	background-repeat: no-repeat;
	background-position: top center;
}
/* --------------------------------- Top-Menu */
td.topmenu {
	height: 25px;
	background-color: #173A62;
	vertical-align: top;
	text-align: center;
}
table.topmenu {
	margin-top: 3px;
	color: #FFFFFF;
}
	table.topmenu td {
		padding-left: 15px;
		font-weight: bold;
	}
	table.topmenu td a{
		color: #FFFFFF;
		text-decoration: none;
	}
		table.topmenu td a.off:hover {
			color: #CCCCCC;
		}
/* --------------------------------- Footer */
td.footer {
	height: 30px;
	background-image:   url("gfx/footer.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}
/* --------------------------------- Menu */
td.menu {
	padding: 10px 5px 10px 5px;
	width: 159px;
	background-color: #173A62;
}
#menu {
	width: 100%;
}
	#menu div {
		border-top: 1px solid #CCCCCC;
		font-weight: bold;
	}
	#menu div a {
		text-decoration: none;
		color: #FFFFFF;
		padding: 5px;
		height: 25px;
		display: block;
	}
	#menu div a:hover {
		background-color: #EEEEEE;
		display: block;
		color: #000000;
	}
		#menu div a.on {
		display: block;
		background-color: #EEEEEE;
		color: #000000;
	}
#menu2 {
	width: 100%;
}
	#menu2 div {
		border-top: 1px solid #CCCCCC;
		font-weight: bold;
	}
	#menu2 div a {
		text-decoration: none;
		color: #FFFFFF;
		padding: 5px;
		height: 15px;
		display: block;
	}
	#menu2 div a:hover {
		background-color: #EEEEEE;
		display: block;
		color: #000000;
	}
		#menu2 div a.on {
		display: block;
		background-color: #EEEEEE;
		color: #000000;
	}
/* --------------------------------- Content */
table.content {
	width: 100%;
}
	td.left-bg {
		background-color: #173A62;
		background-image:   url("gfx/image_left.jpg");
		background-position: top;
		background-repeat: repeat-x;
		width: 169px;
		vertical-align: top;
	}
	td.right-bg {
		background-image:   url("gfx/image_left.jpg");
		background-position: top;
		background-repeat: repeat-x;
		background-color: #FFFFFF;
		width: 630px;
		vertical-align: top;
	}
	img.produktbild {
		margin-right: 20px;
		margin-top: 10px;
		border: 1px solid #000000;
		width: 150px;
		height: 115px;
	}
	td.produktgruppe {
		padding-left: 10px;
		padding-bottom: 5px;
		height: 70px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 20px;
		color: #FFFFFF;
		font-weight: bold;
		vertical-align: bottom;
	}
	td.produktheadline {
		padding-left: 10px;
		padding-bottom: 5px;
		height: 50px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 18px;
		color: #999999;
		font-weight: bold;
		vertical-align: bottom;
	}
	td.produktbeschreibung {
		padding-left: 10px;
	}
	td.inhalt {
		width: 440px;
		padding: 10px;
		vertical-align: top;
	}
	td.inhaltbreit {
		width: 610px;
		padding: 10px;
		vertical-align: top;
	}
	td.seitenspalte {
		width: 160px;
		vertical-align: top;
		padding: 10px 5px 10px 5px;
	}
table.produkttabelle {
	border: 1px solid #000000;
	border-collapse: collapse;
}
	table.produkttabelle th {
		background-color: #173A62;
		text-align: left;
		color: #FFFFFF;
		border-bottom: 1px solid #CCCCCC;
		border-left: 1px solid #CCCCCC;
		padding: 3px;
	}
	table.produkttabelle td {
		border: 1px solid #CCCCCC;
		vertical-align: top;
		padding: 3px;
	}
#box {
	width: 100%;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
	#box h1 {
		padding: 3px;
		border-bottom: 1px solid #000000;
		font-size: 11px;
		display: block;
		background-color: #CCCCCC;
		color: #000000;
	}
	#box .text {
		padding: 3px;
		font-size: 11px;
	}
	#box a {
		color: #000000;
	}
.blau {
	background-color: #173A62;
	color: #FFFFFF;
	height: 100%;
}
	table.blau td.inhalt {
		width: 440px;
		padding: 10px;
		vertical-align: top;
	}
	table.blau td.seitenspalte {
		width: 160px;
		vertical-align: top;
		padding: 10px 5px 10px 5px;
	}
.weiss {
	background-color: #FFFFFF;
	color: #000000;
	height: 100%;
}
	table.blau td.inhalt {
		width: 440px;
		padding: 10px;
		vertical-align: top;
	}
	table.blau td.seitenspalte {
		width: 160px;
		vertical-align: top;
		padding: 10px 5px 10px 5px;
	}
table.produktuebersicht, table.fototabelle {
	width: 100%;
	margin-bottom: 10px;
}
	table.fototabelle td {
		width: 20%;
		text-align: center;
		padding-top: 15px;
		font-weight: bold;
	}
	table.produktuebersicht td {
		width: 33%;
		text-align: center;
		padding-top: 5px;
		font-weight: bold;
	}
	table.produktuebersicht img, table.fototabelle img {
		border: 1px solid #000000;
	}
	table.fototabelle th {
		width: 20%;
		text-align: center;
		padding-bottom: 2px;
		padding-top: 2px;
		font-weight: bold;
		background-color: #999999;
		vertical-align: top;
	}
	table.produktuebersicht th {
		width: 33%;
		text-align: center;
		padding-bottom: 5px;
		padding-top: 5px;
		font-weight: bold;
		background-color: #EEEEEE;
		vertical-align: top;
	}
input, textarea, select {
	background-color: #FFF;
	border: 1px solid #000;
}
#sparche {
	width: 100%;
	border: 1px solid #000000;
	background-color: #173A62;
}
	#box h1 {
		padding: 3px;
		border-bottom: 1px solid #000000;
		font-size: 11px;
		display: block;
		background-color: #CCCCCC;
		color: #000000;
	}
	#box .text {
		padding: 3px;
		font-size: 11px;
	}
	#box a {
		color: #FFF;
	}



table.holzlexikon {
	
}
	table.holzlexikon img {
		margin-right: 5px;
	}
	table.holzlexikon ul {
		margin: 0px;
		padding: 0px;
		padding-bottom: 5px;
		list-style: none;
	}
	table.holzlexikon h1 {
		font-size: 16px;
		padding-bottom: 5px;
	}
	table.holzlexikon h2 {
		font-size: 14px;
		padding-bottom: 5px;
		font-style: italic;
	}
	table.holzlexikon h3 {
		font-size: 12px;
		padding-bottom: 5px;
	}
	table.holzlexikon p {
		font-size: 12px;
		padding-bottom: 5px;
		margin: 0px;
}

.terrassen_pflege {
	padding-left: 25px;
}

img.terrasse_profile {
	margin-right: 23px;
}


