/* CSS Document */

/* green STYLE SHEET*/

h2 {
	font: normal 22px/26px Arial, Helvetica, sans-serif;
	color: #A2B006;
	padding: 0 0 0 30px;
	margin: 0;
}

h3 {
	font: normal 10px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #A2B006;
	padding: 0 0 0 30px;
	margin: 0;
}

a:hover {
	color: #ffa800;
	}

#title-green {	
	background: #A2B006 url(gfx/katalogue-green.gif) no-repeat center 18px;
}

#title-green p.web {
	display: inline;
	float: left;
	padding: 0;
	margin: 0;
	background: url(gfx/nav/web-green-grey.gif) no-repeat 0 0;
}

#title-green p.web a{
	padding: 0 15px;
	display: block;
	float: left;
	text-decoration: none;
	width: 57px;
	height: 10px;
	background: url(gfx/nav/web-green.gif) no-repeat 0 0;
}	

#title-green p.web a:hover{
	background: url(gfx/nav/web-green-grey.gif) no-repeat 0 0;
}	

#title-green p.design{
	display: inline;
	float: left;
	padding: 0;
	margin: 0;
	background: url(gfx/nav/design-green-grey.gif) no-repeat 0 0;
}	

#title-green p.design a{
	padding: 0 15px;
	display: block;
	float: left;
	text-decoration: none;
	width: 74px;
	height: 10px;
	background: url(gfx/nav/design-green.gif) no-repeat 0 0;
}	

#title-green a.design:hover{
	background: url(gfx/nav/design-green-grey.gif) no-repeat 0 0;
}	

#title-green p.contact{
	display: inline;
	float: left;
	padding: 0;
	margin: 0;
	background:  url("gfx/nav/contact-green-grey.gif") no-repeat 0 0;
}	

#title-green p.contact a{
	padding: 0 15px;
	display: block;
	float: left;
	text-decoration: none;
	width: 40px;
	height: 10px;
	background:  url("gfx/nav/contact-green.gif") no-repeat 0 0;
}	

#title-green p.contact a:hover{
	background:  url("gfx/nav/contact-green-grey.gif") no-repeat 0 0;
}	

#interactive-back {
	width: 100px;
	height: 30px;
	padding: 16px 0 0 0;
}

#interactive-back a{
	font: normal 10px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	padding: 16px 0 14px 50px;
	background: url(gfx/icon-back-green.gif) no-repeat 33px 16px;
	float: none;
}

#interactive-back a:hover{
	color: #A2B006;
	text-decoration: underline;
}

.interactive-site a{
	font: bold 10px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	padding: 16px 0 14px 17px;
	background: url(gfx/icon-arrow.gif) no-repeat 0px 16px;
	float: none;
}

.interactive-site a:hover{
	font: bold 10px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #A2B006;
}

.green a:hover {
	color: #A2B006;
	padding: 3px 0;
}

.inline a {
	font: normal 10px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	text-decoration: underline;
}

.inline a:hover {
	text-decoration: none;
}

a.plus {
	background: url(gfx/icon-plus-green.gif) no-repeat 4px 0;
	height: 14px;
	width: 14px;
	padding: 0 0 10px 21px;
	cursor: pointer;
	
}

a.site{
	background: url(gfx/icon-arrow-green.gif) no-repeat 0 0;
	height: 14px;
	width: 14px;
	padding: 0 0 10px 17px;
	cursor: pointer;
}

.th a:hover {
	color: #A2B006;
	text-decoration: underline;
}