/* ****** structure ******************************************************** */

* {
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	overflow-y: scroll;
	background: #0e61a5 url(../gfx/bg.gif) repeat-x;
	font: 11px/20px verdana, tahoma, sans-serif;
	color: #fff;
}
#wrapper {
	background: #0d69b2;
	box-shadow: 0 0 20px 0 #10509f;
	-moz-box-shadow: 0 0 20px 0 #10509f;
	-webkit-box-shadow: 0 0 20px 0 #10509f;
}
#header {
	color: #868785;
	height: 100px;
	text-align: left;
	z-index: 11;
}
.germany #header {
  background: url(../gfx/header/germany.jpg) no-repeat;
}
.france #header {
  background: url(../gfx/header/france.jpg) no-repeat;
}
.england #header {
  background: url(../gfx/header/england.jpg) no-repeat;
}
.anarbeitung #header {
  background: url(../gfx/header/anarbeitung.jpg) no-repeat;
}
.alu #header {
  background: url(../gfx/header/alu.jpg) no-repeat;
}
.alulackiert #header {
  background: url(../gfx/header/alulackiert.jpg) no-repeat;
}
.aluverbund #header {
  background: url(../gfx/header/aluverbund.jpg) no-repeat;
}
.bunt #header {
  background: url(../gfx/header/bunt.jpg) no-repeat;
}
.edel #header {
  background: url(../gfx/header/edel.jpg) no-repeat;
}
.foil #header {
  background: url(../gfx/header/foil.jpg) no-repeat;
}
.techiso #header {
  background: url(../gfx/header/techiso.jpg) no-repeat;
}
.ippon-light #header {
  background: url(../gfx/header/ippon-light.jpg) no-repeat;
}
.ippon-mesh #header {
  background: url(../gfx/header/ippon-mesh.jpg) no-repeat;
}
#header a {
	text-decoration: none;
	border: 0;
	background: none;
	outline: 0;
}
#header .inside {
	position: static; /* sf-menu im Vordergrund */
}
#header #logo a {
	margin: 16px 40px 0 0;
	float: right;
}
#header .mod_changelanguage {
	text-transform: uppercase;
	float: left;
	height: 24px;
	padding: 18px 0 0 50px;
}
#header .mod_changelanguage a {
	padding: 0 4px;
}
#header .mod_changelanguage a:hover {
	color: #fff;
}
#header .mod_changelanguage,
#header .mod_changelanguage ul,
#header .mod_changelanguage li {
	display: inline;
}
#header .mod_changelanguage span,
#header .mod_changelanguage a {
	display: inline;
	margin: 0;
	padding: 0 4px;
	color: #ddd;
	text-shadow: 1px 1px 0px #444;
}
#header .mod_changelanguage span {
	color: #fff;
}
#header #break {
  clear: both;
}
#header .mod_navigation {
	clear: both;
	text-transform: uppercase;
	display: inline;
}
div.standorte {
 width: 25% !important;
 margin-top: 5px;
}
#header ul {
	font: 11px verdana, tahoma, sans-serif;
}
#header ul li {
 padding-bottom: 10px;
}
#header ul ul li {
	min-width: 200px;
	padding-bottom: 0;
}
#header ul ul {
	font: 10px verdana, tahoma, sans-serif;
	margin-top: 27px;
}
#header ul ul ul {
	margin-top: 0;
}
#header ul a:hover,
#header ul a.active,
#header ul a.trail {
	color: #fff;
}
#main {
	padding: 20px 50px 30px 50px;
	clear: both;
	text-align: left;
	z-index: 10;
}
#footer {
	width: 920px;
	margin: 0 auto;
}
#footer .inside {
	color: #b2c8d9;
	margin: 0;
	text-align: center;
	padding: 10px 30px;
	font-size: 9px;
	border-top: 1px solid #165385;
}
#footer .inside a {
	border: 0;
	color: #b2c8d9;
}






/* ****** common tags ****************************************************** */
p {
	color: #fff;
	font: 11px/20px verdana, tahoma, sans-serif;
	margin: 10px 0;
}
h1 {
	color: #fff;
	font: bold 13px/20px verdana, tahoma, sans-serif;
	margin: 25px 0 0 0;
	text-transform: uppercase;
	border-bottom: 1px solid #b2c8d9;
	padding-bottom: 3px;
}
h2 {
	color: #fff;
	font: 11px/20px verdana, tahoma, sans-serif;
	margin: 20px 0 10px 0;
	text-transform: uppercase;
	border-bottom: 1px solid #b2c8d9;
	padding-bottom: 0;
}
h3 {
	color: #fff;
	font: bold 11px/20px verdana, tahoma, sans-serif;
	margin: 4px 0;
}
h4 {
	color: #fff;
	font: 13px/20px verdana, tahoma, sans-serif;
	margin: 4px 0;
}
abbr {
	border-bottom: 1px dotted #aaa;
	padding-bottom: 1px;
	cursor: help;
}
hr {
	background-color: #b2c8d9;
	color: #b2c8d9;
	border: 0;
	height: 1px;
	margin: 0.5em 0;
	display: block;
}
a {
	color: #bcd;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px solid #bcd;
}
a[href $='.pdf'] {
	padding: 0 0 2px 20px;
	background: url(../gfx/icons/page_white_acrobat.png) no-repeat 0 -1px;
}
a[href $='.xls'],
a[href $='.xlsx'] {
	padding: 0 0 2px 20px;
	background: url(../gfx/icons/page_excel.png) no-repeat 0 0;
}
a[href $='.doc'],
a[href $='.docx'] {
	padding: 0 0 2px 20px;
	background: url(../gfx/icons/page_word.png) no-repeat 0 0;
}
a[href $='.ppt'],
a[href $='.pptx'] {
	padding: 0 0 2px 20px;
	background: url(../gfx/icons/page_white_powerpoint.png) no-repeat 0 1px;
}
a[href $='.exe'],
a[href $='.cmd'] {
	padding: 0 0 2px 20px;
	background: url(../gfx/icons/application.png) no-repeat 0 0;
}
a[href $='.zip'],
a[href $='.rar']{
	padding: 0 0 2px 20px;
	background: url(../gfx/icons/page_white_compressed.png) no-repeat 0 0;
}

#main a[href^='http:'],
#main a[href^='https:'] {
	padding: 0 0 1px 10px;
	background: url(../gfx/icons/external-link.gif) no-repeat;
}
#main a[href^='http://www.haeuselmann.de'],
#main a[href^='https://www.haeuselmann.de'],
#main a[href^='http://dev'] {
 	padding: 0;
	background: none;
}
a:visited {
}
a:focus,
a:hover,
a:active {
	border-bottom: 1px solid #fff;
	color: #fff;
}
img {
	border: 0;
	background: 0;
	padding: 0;
	display: block;
	outline: 0;
}
#main ul {
	margin: 0 0 20px 15px;
	list-style: square;
}
#main ul li {
	margin: 0;
	padding: 0;
}
#main ul ul {
	margin-bottom: 0;
}
#main ol {
	margin: 0 0 20px 29px;
}
#main ol li {
	margin: 0;
	padding: 0;
}

#main ul.nobullet {
  list-style:none;
  padding: 0;
	margin: 0;
}
.ce_gallery a {
		border: 0;
}
.ce_gallery img {
	opacity: .9;
}
.ce_gallery img:hover {
	opacity: 1;
}







/* ****** common styles **************************************************** */
#print,
.print,
.hide {
	display: none;
}
.nowrap {
	white-space: nowrap;
}
.error {
	color: #AF3636;
}
.req {
	color: #74A8CF;
}
.low {
	color: #bbb;
}
.small,
small {
	font-size: 9px;
}
kbd {
	font-family: consolas, "courier new", arial, sans-serif;
}
.alignleft {
	float: left;
	margin: 0 30px 30px 0;
}
.alignright {
	float: right;
	margin: 0 0 30px 30px;
}
.extraheight {
	margin-bottom: 60px;
}
.clear {
	clear: both;
}
div.alignleft {
	float: left;
	width: 45%;
	margin-bottom: 0;
	margin-right: 0;
}
div.alignright {
	float: right;
	width: 45%;
	margin-bottom: 0;
	margin-left: 0;
}
div.c1 {
	float: left;
	width: 30%;
	margin-right: 38px;
}
div.c2 {
	float: left;
	width: 30%;
	margin-right: 38px;
}
div.c3 {
	float: right;
	width: 30%;
	margin-right: 0;
}
.topimage {
	border-bottom: 1px solid #b2c8d9;
	margin-bottom: 10px;
}






/* ****** forms ************************************************************ */
input,
textarea,
select {
	padding: 1px;
	margin-bottom: 5px;
}
input[type="hidden"] {
	display: none;
}
input {
	margin-bottom: 5px;
}
.ce_form input {
 	display: block;
	float: left;
	margin-bottom: 5px;
}
input.text,
input.captcha,
textarea,
select {
	width: 312px;
	border: 1px solid #fff;
	color: #222;
	font: 11px verdana, tahoma, sans-serif;
	float: right;
}
select  {
	padding: 0;
	width: 316px;
}
textarea {
	overflow: auto;
	width: 312px;
	height: 142px;
}
input.captcha {
	width: 24px;
	margin-right: 12px;
	float: left;
}
input.submit {
	clear: both;
}
input.error {
	border: 1px solid #efb3b3;
}
label {
	text-align: left;
	width: 110px;
	display: block;
	float: left;
	margin-top: 1px;
}
label.mandatory {
	font-weight: bold;
}
label.error {
	color: #efb3b3;
}
span.captcha_text {
	margin-top: 1px;
	float: left;
}
.formbody p.error {
	float: left;
	margin: 0;
	display: block;
}
div.error label,
.formbody span.error,
.formbody label.error {
	color: #fff;
}
form br {
  clear: both;
}
div.checkbox_container label {
	width: 295px;
	float: right;
}
.ce_form .checkbox {
	margin: 5px 3px 1px 0;
	padding: 0;
}
/* Fix checkbox alignment in IE5/6 */
* html .ce_form .checkbox {
	top: 1px;
	position: relative;
	margin: -5px 0 0px -3px;
}
/* Fix checkbox alignment in IE7 */
*:first-child+html .ce_form .checkbox {
	top: 1px;
	position: relative;
	margin: -5px 0 0px -3px;
}






/* ****** registration form ************************************************ */
.mod_registration label {
	float: none;
	display: inline;
}
.mod_registration input,
.mod_registration select {
	float: left;
}
.mod_registration span.mandatory {
	margin-left: 5px;
}
.mod_registration label.mandatory {
	font-weight: normal;
}
.mod_registration .col_0 {
	width: 150px;
	vertical-align: bottom;
}






/* ****** login ************************************************************ */
.mod_login label,
.mod_lostPassword label {
	width: 120px;
	display: block;
}
.mod_login p.error {
	float: none;
	margin-bottom: 10px;
}
.mod_personalData label {
	width: 140px;
	display: block;
}
.mod_personalData input.text {
	width: 300px;
}
.mod_personalData input.checkbox {
	width: 10px;
}
.mod_personalData div.checkbox_container label {
	width: 200px;
	float: left;
}
.mod_personalData div.checkbox_container input {
	width: 30px;
	float: left;
	clear: both;
	margin: 4px 0 0 -8px;
}
.mod_personalData .submit_container {
	margin-top: 20px;
}
.mod_lostPassword .formbody p.error {
	display: none;
}






/* ****** table elements *************************************************** */

.ce_table table {
	width: 100%;
	margin: 10px 0 20px 0;
	border-collapse: collapse;
}
.ce_table td,
.ce_table th {
	padding: 2px 3px 4px 6px;
	font-size: 11px;
}
.ce_table thead td,
.ce_table thead th {
	background: #000;
	text-align: left;
	font-weight: normal;
}
.ce_table tbody th,
.ce_table tbody tr {
	text-align: left;
}
.ce_table tbody tr td {
	border-bottom: 1px solid #43484c;
	border-right: 1px solid #43484c;
 	vertical-align: top;
}
.ce_table tbody tr td:last-child {
	border-right: 0;
}
.ce_table tbody tr:hover {
	background: #ce242b;
 }
.ce_table tfoot th,
.ce_table tfoot td {
	background: #000;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
.ce_table .even {
	background: #586066;
}
.ce_table .odd {
	background: #4d5358;
}







/* ****** search *********************************************************** */
.mod_search {
	margin-top: 25px;
}
.mod_search .highlight {
	background: yellow;
	color: #222;
}
#submit_nav,
.mod_search .url,
.mod_search .relevance,
.mod_search .radio_container {
	display: none;
}
.mod_search div.first {
	clear: both;
}
.mod_search .text {
	float: left;
	display: inline;
}
.mod_search .submit {
	float: left;
	display: inline;
	margin: -2px 0 0 5px;
	clear: none;
	padding: 0 5px;
}
.mod_search p.header {
	clear: left;
}
.mod_search h3 {
	color: #fff;
	font: bold 13px/20px verdana, tahoma, sans-serif;
	margin: 30px 0 0 0;
}






/* ****** news *********************************************************** */
.mod_newslist h1 a,
.mod_newsreader h1 a {
	border: 0;
	text-transform: none;
	color: #fff;
}
.mod_newslist h1 a:hover,
.mod_newsreader h1 a:hover {
	color: #bcd;
}
.mod_newslist .layout_full {
	margin-bottom: 20px;
}
.mod_newslist .info,
.mod_newsreader .info {
	margin: 3px 0;
	color: #b2c8d9;
	display: block;
	font-size: 10px;
}
.mime_icon {
	display: none;
}
#home .mod_newslist h1 {
	margin-bottom: 10px;
}
#home .mod_newslist .first a {
	color: #d37e7e;
	font-weight: bold;
}






/* ****** pagination ******************************************************* */
.pagination {
	padding-top: 35px;
}
.pagination ul {
	margin-left: -2px !important;
}
.pagination li {
	list-style: none;
	display: inline;
	float: left;
}
.pagination li a {
	padding: 3px 7px 4px 7px;
	border: 1px solid #fff;
	background: #fff;
	text-decoration: none;
	line-height: 2.1em;
	margin: 0 2px;
	color: #222;
}
.pagination li a:hover {
	background: #0e61a5;
	color: #fff;
}
.pagination li span {
	color: #fff;
  padding: 3px 7px 4px 7px;
  border: 1px solid #b2c8d9;
  background: #0d69b2;
  line-height: 2.1em;
  margin: 0 2px;
}
.pagination p {
	display: none;
}






/* ****** glossary ******************************************************* */
#glossarmenue ul {
	margin: 16px 0 0 0 !important;
}
#glossarmenue li {
	text-decoration: none;
	line-height: 2.1em;
	margin: 0 2px;
	color: #fff;
	display: inline;
}
#glossarmenue li a {
	padding: 3px 7px 4px 7px;
	border: 1px solid #fff;
	background: #fff;
	color: #222;
}
#glossarmenue li a:hover {
  color: #fff;
	background: #0e61a5;
}
#glossar h2 {
	margin: 40px 0 20px 0;
	font-weight: normal;
	font-size: 45px;
	border: 0;
	color: #0e5b9a;
}
#glossar dt {
	font-size: 14px;
	margin-top: 10px;
	border-bottom: 1px solid #b2c8d9;
}
#glossar .toplink a {
	float: right;
	font-size: 9px;
	display: inline;
	padding: 0 4px 0 3px;
	border: 1px solid #fff;
	background: #fff;
	color: #222;
	margin-top: 38px;
	/*margin-top: 65px;*/
}
#glossar .toplink a:hover {
  color: #fff;
	background: #0e61a5;
}
.mod_glossaryList > .toplink:first-child {
	display: none !important;
}






/* ****** additions for modern browsers ************************************ */

::-moz-selection {
	background: #fff;
	color: #333;
}
::selection {
	background: #fff;
	color: #333;
}






/* ****** slimbox ********************************************************** */
#lbCloseLink {
	padding: 0;
	border: 0;
}
a#lbPrevLink,
a#lbNextLink {
	border: 0;
	background: none;
}
#lbBottom {
	font: bold 11px/20px verdana, tahoma, sans-serif;
	color: #fff;
}
#lbCloseLink {
	background-image: url(../gfx/closelabel.gif);
}
#lbPrevLink:hover {
	background-image: url(../gfx/prevlabel.gif);
}
#lbNextLink:hover {
	background-image: url(../gfx/nextlabel.gif);
}






/* ***** Superfish ******************************************************* */
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:	none;
	z-index: 1000;
	overflow: visible;
}
.sf-menu {
	margin: 20px 0 0 0;
	background: #000;
	width: 870px;
	padding-left: 50px;
	height: 27px;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			100%; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	/*margin-right: 40px;*/
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			0; /* match top ul list item height */
	z-index:	99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			100%; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			100%; /* match ul width */
	top:			0;
}
.sf-menu {
	float: left;
}
.sf-menu a {
	padding: 6px 40px 0 0;
	text-decoration: none;
	display: block;
}
.sf-menu li li a {
	padding: 	6px 4px 6px 4px;
	color: #333;
}
.sf-menu li li a:hover,
.sf-menu li li a.active,
.sf-menu li li a.trail {
	background: #e2ebf3 !important;
	color: #333 !important;
	cursor: hand !important;
}
.sf-menu li li {
	background: #f9f9f9;
	border-bottom: 1px solid #aaa;
}
.sf-menu li li.last {
	border: none;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
li .sf-sub-indicator {
	display: none;
}
li li .sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			1px;
	top:				.7em; /* IE6 only */
	width:			13px;
	height:			10px;
	text-indent:-999em;
	overflow:		hidden;
	background:	url('../../plugins/superfish/images/arrows-ffffff.png') no-repeat -5px -200px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.95em;
	background-position: 0 -200px; /* use translucent arrow for modern browsers*/
}
*+html a > .sf-sub-indicator { /* IE7 only */
	top:			.75em;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator{
	background-position: -13px -200px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -13px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../../plugins/superfish/images/shadow.png') no-repeat bottom right;
	padding: 0 7px 7px 0;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


.slideshow-controller a {
	text-decoration: none;
	border: 0;
}
.slideshow-thumbnails {
	position: absolute;
	width: 369px !important;
	overflow: none;
}
.slideshow-thumbnails ul {
	width: 1000000px !important;
}
.slideshow-thumbnails li {
	list-style: none !important;
	margin-top: 2px !important;
	margin-right: 1px !important;
}

.slideshow-thumbnails a {
	padding: 0 !important;
	outline: 0 !important;
	background: #fff !important;
	border: 1px solid #ddd;
	margin: 1px !important;
}
.slideshow-thumbnails a:hover {
	border: 2px solid #110e45;
	margin: 1px !important;
}
.slideshow-thumbnails-active {
	border: 1px solid #110e45;
	padding: 0;
}
.slideshow-thumbnails-inactive {
	border: 1px solid #ddd;
	padding: 1px;
	opacity: .8 !important;
}







/* ***** Glossar Tooltips ******************************************************* */
a.glossarylink,
a.glossarylink:visited,
a.glossarylink:hover,
a.glossarylink:active {
	text-decoration: none;
	border-bottom: 1px dotted #bce;
	color: #fff;
	cursor: help;
}
a.glossarylink dfn.glossarydescription,
a.glossarylink abbr.glossarydescription {
	display: none;
	z-index: 50;
	position: absolute;
	color: #333;
	background: #fff;
	padding: 3px 15px 3px 10px;
	margin: 10px 0 0 0;
	font-weight: normal;
	font-style: normal;
	min-width: 240px;
}
a.glossarylink:hover dfn.glossarydescription,
a.glossarylink:hover abbr.glossarydescription {
	display: block;
}







/* ***** IPPON Landingpages ******************************************************* */
body.ippon .mod_navigation,
body.ippon .mod_changelanguage
 {
	display: none !important;
}
body.ippon {
	background: #0e61a5;
}
body.ippon #logo {
	padding-top: 20px;
}
body.ippon h1 {
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 8px;
	margin-bottom: 16px;
	text-shadow: 1px 1px 2px #102e59;
}
body.ippon h2 {
	font-size: 14px;
	font-weight: ;
	padding-bottom: 3px;
	text-shadow: 1px 1px 0px #102e59;
	border-bottom-style: dotted;
}
#contact-us-now {
	position: absolute;
	top: -78px;
	font-size: 20px;
}
#contact-us-now-bottom {
	border-top: 1px dotted #b2c8d8;
	margin-top: 50px;
	padding-top: 20px;
}
#contact-us-now div a,
#contact-us-now-bottom div a {
	background: none !important;
	padding: 0 !important;
	border: 0;
}
#contact-us-now-bottom div {
	font-size: 11px;
	background: #10202f;
	padding: 10px;
	border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
#contact-us-now div {
	display: none;
}

a.contact-us-now-button {
  background: #7fbf4d !important;
  background: -moz-linear-gradient(0% 100% 90deg,#63a62f, #7fbf4d) !important;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7fbf4d), to(#63a62f)) !important;
  border: 1px solid green;
  border-width: 1px 1px 0 1px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: inset 0 1px 0 0 #96ca6d;
  -moz-box-shadow: inset 0 1px 0 0 #96ca6d;
  -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
  color: #fff;
  font-family: "lucida grande", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 13px 0 14px 0 !important;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
  width: 250px;
	cursor: pointer;
	display: block;
	outline: 0;
}
a.contact-us-now-button:hover {
  background: #5a962c !important;
  background: -moz-linear-gradient(0% 100% 90deg,#5a962c, #72ac45) !important;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#72ac45), to(#5a962c)) !important;
}

a.contact-us-now-button:active {
  background: #7fbf4d;
  background: -moz-linear-gradient(0% 100% 90deg,#7fbf4d, #63a62f) !important;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#63a62f), to(#7fbf4d)) !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-width: 0 1px 1px 1px;
  padding: 14px 0 13px 0 !important;
}











#stahl h1,
#stahl h3 {
	clear: both;
}

#stahl h3 {
	padding: 0;
	margin: 1px 0 0 0;
}
#stahl h3+div {
	padding-top: 10px;
}

#stahl h3 a {
	display: block;
	background: #b2c8d9;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	width: 920px !important;
	padding: 2px 0 2px 8px;
	border: 0;
	text-transform: uppercase;
	margin: 0;
}
#stahl h3 a:hover,
#stahl h3 a:active {
	border: 0;
	padding: 2px 0 2px 8px;
	background: #fff;
}
#stahl div {
	font-size: 10px;
	line-height: 1.5em;
}


.color{
    width:30px;
    height:30px;
    margin-right:8px;
    margin-bottom:8px;
    border:1px solid #000000;
    float:left;
    cursor:pointer;
}
.colorPage{
    width:30px;
    height:30px;
    margin-right:8px;
    margin-bottom:8px;
    border:1px solid #000000;
    float:left;
}
.colorsset{
    font-weight:bold;
    clear:both;
    margin:0px;
    padding:0px;
    margin-bottom:10px;
}
.colorDesc{
    float:left;
    margin:0px;
    padding:0px;
    font-size: 11px;
    line-height:1.5em;
}
.colorDimension{
    font-size: 11px;
}
.colorContainer{
    float:left;
    width: 180px;
    display:inline;
}
.textContainer{
    float:left;
    width: 247px;
    display:inline;
}
.textContainerBig{
    float:left;
    width: 370px;
    display:inline;
}
.textDimension{
    font-size: 11px;
}
.textDimension_2{
    font-size: 12px;
}
.colorLager{
    border:1px solid #000000;
    float:left;
    position: relative;
    cursor:pointer;
    width:30px;
    height:30px;
    margin-right:8px;
    margin-bottom:8px;
    margin-top: 5px;
}
.colorDescLager{
    position: relative;
    float:left;
    margin-top: 5px;
    padding:0px;
    font-size: 11px;
    line-height:1.5em;
    margin-right: 8px;
    height: 33px;
}
.colorDescLagerlang{
    position: relative;
    float:left;
    margin-top: 5px;
    padding:0px;
    font-size: 11px;
    line-height:1.5em;
    margin-right: 8px;
    height: 33px;
    width: 72px;
}

