body {
padding: 0px;
margin: 0px;
/*background-color: #F6F6EE;*/
/*background-color: #D2D2AA;*/

/*
background-image: url(img/background.jpg);*/
background-color: #949C6D;


/*
background-image: url(img/background_2.jpg);
background-color: #000000;
*/


background-repeat: no-repeat;
}

table.global {
width: 850px;
border-collapse: collapse;
margin: 0 auto;
}

td.menu {
padding-left: 10px;
padding-bottom: 6px;
font-size: 10pt;
font-family: Verdana, Arial;
color: #CCD7BB;
}


td.copyright {
padding-top: 6px;
font-size: 8pt;
font-family: Verdana, Arial;
color: #b0c4de;
text-align: center;
}


td.bold {
font-size: 12pt;
font-family: Verdana, Arial;
color: #9BB07D;
font-weight: bold;
}

td.bold_smaller {
font-size: 10.5pt;
font-family: Verdana, Arial;
color: #9BB07D;
font-weight: bold;
}

td.subbold {
font-size: 10pt;
font-family: Verdana, Arial;
color: #9BB07D;
font-weight: bold;
}

td.normal {
font-size: 10pt;
font-family: Verdana, Arial;
color: #5C6D41;
}
td.normal_special {
font-size: 9pt;
font-family: Verdana, Arial;
color: #5C6D41;
font-weight: bold;
}
a:link.menu {
text-decoration: none;
font-size: 10pt;
font-family: Verdana, Arial;
color: #91A86F;
}
a:active.menu {
text-decoration: none;
font-size: 10pt;
font-family: Verdana, Arial;
color: #91A86F;
}
a:visited.menu {
text-decoration: none;
font-size: 10pt;
font-family: Verdana, Arial;
color: #91A86F;
}
a:hover.menu {
text-decoration: underline;
font-size: 10pt;
font-family: Verdana, Arial;
color: #91A86F;
}


a:link.copyright {
text-decoration: none;
font-size: 8pt;
font-family: Verdana, Arial;
/*color: #91A86F;*/
color: #CCCCCC;
}
a:active.copyright {
text-decoration: none;
font-size: 8pt;
font-family: Verdana, Arial;
color: #CCCCCC;
}
a:visited.copyright {
text-decoration: none;
font-size: 8pt;
font-family: Verdana, Arial;
color: #CCCCCC;
}
a:hover.copyright {
text-decoration: underline;
font-size: 8pt;
font-family: Verdana, Arial;
color: #CCCCCC;
}



/* Form */

input.normal {
	font-family: Verdana, Arial, Helvetica;
	border: 1px solid #BBC0A9;
	font-size: 8pt;
	width: 150px;
	color: #9E9785;
	/*background-color: #F2F1EE;*/
}
input.error {
	border: 1px solid #CC0000;
	font-size: 8pt;
	width: 150px;
	color: #9E9785;
	/*background-color: #F2F1EE;*/
}

textarea.normal {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	border: 1px solid #BBC0A9;
	width: 320px;
	height: 170px;
	/*background-color: #F2F1EE;*/
}

textarea.error {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	border: 1px solid #CC0000;
	width: 320px;
	height: 170px;
	/*background-color: #F2F1EE;*/
}

input.contactbutton {
	border: 1px solid #BBC0A9;
	background-color: #E4E2DC;
	color: #777160;
	width: 120px;
}


p.text {
    font-family: Arial, Helvetica;
    font-size: 8pt;
    color: #938A75;
    margin-top: 15px;
    margin-bottom: 15px;
}

p.bold {
    font-family: Arial, Helvetica;
    font-size: 8pt;
    font-weight: bold;
    color: #938A75;
    margin-top: 5px;
    margin-bottom: 5px;
}

span.text {
    font-family: Verdana, Arial, Helvetica;
    font-size: 8pt;
    color: #938A75;
}

/* Productslider */
label { display: block; }

.infiniteCarousel {
  width: 395px;
  position: relative;
}
 
.infiniteCarousel .wrapper {
  width: 315px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 10em;
  margin: 0 40px;
  position: absolute;
  top: 0;
}
 
.infiniteCarousel ul a img {
  border: 5px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
 
.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}
 
.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 10px;
  height: 85px;
  width: 85px;
}
 
.infiniteCarousel ul li a img {
  display:block;
}
 
.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(images/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 37px;
  cursor: pointer;
}
 
.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}
 
.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}
 
.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}
 
.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}
