html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 11px;
	background: url(/webcatalog/images/new/background_lines.jpg) repeat-x;
}

img {
	border: 0;
}

p.search-result-header {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

span.product-name {
	font-size: 16px;
	font-weight: bold;
	font-family: "Bookman Old Style", Verdana, Arial, SunSans-Regular,
		Sans-Serif;
	text-transform: uppercase;
	text-decoration: underline;
}

span.product-synopsis {
	font-size: 14px;
	font-style: italic;
}

span.variant-name {
	font-size: 14px;
	font-weight: bold;
}

span.menue-entry {
	font-size: 12px;
}

p.article-comment {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#container {
	background: url(/webcatalog/images/new/background_content.png) top left repeat;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width: 951px;
	border: 1px solid black;
}

#print-container {
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width: 670px;
	border: 1px solid black;
}

#menubar {
	background: url(/webcatalog/images/new/bg-bubplastic.gif) top left repeat-x;
	height: 34px;
	width: 671px;
	float: left;
}

#searchbar {
	text-align: right;
	background: url(/webcatalog/images/new/bg-bubplastic.gif) top left repeat-x;
	height: 34px;
	width: 280px;
	float: left;
}

#searchbar img {
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	border: 0;
}

#searchbar a {
	text-decoration: none;
}

#picture {
	border-bottom: 1px solid gray;
	width: 670px;
	height: 130px;
}

#picture.big {
	border-bottom: 1px solid gray;
	width: 670px;
	height: 260px;
}

#mainbar {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 670px;
}

#submenu {
	background: url(/webcatalog/images/new/background_submenu.png) repeat-x;
	width: 670px;
	height: 130px;
	border-bottom: 1px solid gray;
	text-align: center;
	line-height: 4em;
}

#content {
	margin: 30px;
}

#sidebar {
	float: left;
	width: 280px;
	margin: 0;
	font-size: small;
	border-left: 1px solid gray;
}

#logo {
	border-bottom: 1px solid gray;
}

#sidebarbox {
	border-bottom: 1px dotted gray;
	margin-bottom: 10px;
}

#sidebarbox img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

h1 {
	background: url("/webcatalog/images/new/icon_green.png") no-repeat;
	font-family: "Verdana", arial, sans-serif;
	margin-bottom: -10px;
	text-indent: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #357E7D;
	height: 20px;
}

h1.content {
	background: none;
	font-family: "Verdana", arial, sans-serif;
	margin-bottom: 20px;
	text-indent: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #357E7D;
	height: 20px;
}

h1.gray {
	background: url("/webcatalog/images/new/icon_gray.png") no-repeat;
	color: gray;
}

h1.orange {
	background: url("/webcatalog/images/new/icon_orange.png") no-repeat;
	color: gray;
}

h2 {
	background: url("/webcatalog/images/new/icon_green.png") no-repeat;
	font-family: "Verdana", arial, sans-serif;
	margin: 10px;
	text-indent: 25px;
	font-size: 13px;
	font-weight: bold;
	color: #357E7D;
	height: 20px;
}

h2.gray {
	background: url("/webcatalog/images/new/icon_gray.png") no-repeat;
	color: gray;
}

h2.orange {
	background: url("/webcatalog/images/new/icon_orange.png") no-repeat;
	color: orange;
}

p {
	font-family: "Verdana", arial, sans-serif;
	margin: 10px;
	font-size: 11px;
	text-align: justify;
}

p.right {
	text-align: right;
}

p.center {
	text-align: center;
}

input {
	margin-left: 5px;
	margin-right: 5px;
}

table.footer {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.print {
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	background-color: #EEEEEE;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	font-weight: normal;
	border-bottom: 1px solid gray;
}

table.list {
	width: 100%;
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	background-color: #666;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.list td.header {
	color: black;
	background-color: #DDDDDD;
	padding: 4px;
	border-bottom: 1px gray solid;
	font-weight: bold;
	text-align: left;
}

table.list td.header:hover {
	background-color: #DDDDDD;
}

table.list tr {
	background-color: #EEEEEE;
	color: #000;
}

table.list tr:hover {
	background-color: #D7E4E4;
}

table.list tr.nohover:hover {
	background-color: #EEEEEE;
}

table.list td {
	padding: 4px;
	text-align: center;
	border: 1px gray solid;
}

table.list a {
	text-decoration: none;
	color: black;
}

table.admin {
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	background-color: #666;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.admin td.header {
	color: black;
	background-color: #DDDDDD;
	padding: 4px;
	border-bottom: 1px gray solid;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

table.admin td.data {
	background-color: #FCFCFC;
	color: #000;
	padding: 4px;
	text-align: center;
	border: 1px gray solid;
}

table.admin td {
	background-color: #EEEEEE;
	color: #000;
	padding: 4px;
	text-align: center;
	border: 1px gray solid;
}

table.admin a {
	text-decoration: none;
	color: black;
}

table.contact {
	width: 100%;
	text-align: center;
	font-size: 11px;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	font-weight: normal;
}

table.contact td.left {
	text-align: right;
	vertical-align: top;
	width: 20%;
}

table.contact td.middle {
	text-align: center;
	vertical-align: top;
	width: 70%;
	padding-left: 20px;
}

table.contact td.right {
	text-align: left;
	vertical-align: top;
	width: 10%;
}

a.products:link {
	text-decoration: none;
}

a.products:visited {
	color: #11403F;
	text-decoration: none;
}

a.products:focus {
	color: #357E7D;
	text-decoration: underline;
}

a.products:hover {
	color: #357E7D;
	text-decoration: underline;
}

a.products:active {
	color: #11403F;
	text-decoration: underline;
}

tr.products:hover {
	background-color: #D7E4E4;
}

#footer {
	clear: both;
	margin: 0;
	padding: 2px;
	background-color: rgb(225, 225, 225);
	font-size: x-small;
	text-align: center;
	border-top: 1px solid gray;
}

#footer span.copyright {
	color: gray;
	font-size: x-small;
}

#content h2 {
	
}

/* BUBBLE PLASTIC HORIZONTAL MENU */
.bubplastic.horizontal {
	margin: 0;
	padding: 0;
}

.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: url(/webcatalog/images/new/bg-bubplastic-button.gif) top left
		no-repeat;
}

.bubplastic.horizontal ul li a {
	vertical-align: middle;
	height: 34px;
	padding-left: 35px;
	float: left;
	font-family: "Verdana", arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 34px;
}

.bubplastic.horizontal ul li a span.menu_ar {
	padding-top: 8px;
	display: block;
	float: left;
	max-height: 34px;
	padding-right: 35px;
	background: url(/webcatalog/images/new/bg-bubplastic-button.gif) top right
		no-repeat;
	cursor: pointer;
	display: block;
}

/* END BUBBLE PLASTIC HORIZONTAL MENU */ /* AQUA HOVER */
.bubplastic.aqua ul li a:hover,.bubplastic.aqua ul li.highlight a {
	background: url(/webcatalog/images/new/bg-bubplastic-h-aqua.gif) top left
		no-repeat;
}

.bubplastic.aqua ul li a:hover span.menu_ar,.bubplastic.aqua ul li.highlight a span.menu_ar
	{
	background: url(/webcatalog/images/new/bg-bubplastic-h-aqua.gif) top right
		no-repeat;
}