/* browser resets */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background-image: transparent;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000;
	background: #fff;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body * {
min-height: 0;
}
strong {
font-weight: bold;
}
/* end browser resets*/

body {
	background: #000 url(../img_css/body_back.jpg) 50% 0 repeat-y;
}
#wrapper {
	width: 980px;
	margin: 0 auto 0 auto;
}
#topbar {
	width: 980px;
	height: 100px;
	background: #000 url(../img_css/topbar_back.jpg) 0 0 no-repeat;
	position: relative;
}
/* STARTSEITE */
#home {
	width: 50px;
	height: 30px;
	background: transparent url(../img_css/primenav_back.png) 100% 0 no-repeat;
	padding: 8px 2px;
	position: absolute;
	top: 9px;
}
#home a {
	display: block;
	height: 14px;
	line-height: 14px;
	padding-left: 4px;
	margin-left: 2px;
	filter:alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.50;
	float: left;
	margin-right: 5px;
}
#home a:hover {
	margin-left: 0;
	border-left: 2px solid #999;
	filter:alpha(opacity=100);
	-moz-opacity: 10;
	opacity: 10;
}
#home a.active {
	filter:alpha(opacity=100);
	-moz-opacity: 10;
	opacity: 10;
	margin-left: 0;
	border-left: 2px solid #CEB445;
}
#home a img {
}
#primenav {
	position: absolute;
	top: 55px;
	right: 0;
}
#primenav ul {
	float: right;
	background: transparent url(../img_css/primenav_back.png) 0 0 no-repeat;
	height: 30px;
	padding: 0 30px 0 10px;
}
#primenav li {
	display: block;
	float: left;
	padding: 0 9px;
}
#primenav li a {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #797979;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -0.02em;
}
#primenav li a:hover {
	color: #ccc;
}
#primenav li a.rex-current, #primenav li a.rex-active {
	color: #DDD;
	border-bottom: 2px solid #CEB445;
	height: 28px;
	line-height: 30px;
}
#header {
	height: 295px;
	width: 980px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	position: relative;
}
#header .translucent {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 38px;
	width: 980px;
	background-color: #000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
#header .desc {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 38px;
	width: 980px;
}
#header .desc p {
	line-height: 38px;
	padding: 0 20px;
	font-size: 14px;
	color: #9F9F9F;
}
#header .desc p strong {
	font-weight: normal;
	color: #DFC343;
	font-size: 17px;
}
#header .desc p a {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}
#header .desc p a:hover {
	text-decoration: underline;
}
#overlays {
	position: absolute;
	width: 980px;
	top: 0;
	left: 0;
	z-index: 10000;
}
#overlay {
	position: absolute;
	top: 0;
	right: 0;
	width: 357px;
	height: 299px;
	background: transparent url(../img_css/header_overlay.png) 0 -2px no-repeat;
}
#infoklinke_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 44px;
	height: 105px;
	background: transparent url(../img_css/header_infoklinke_overlay.png) 0 0 no-repeat;
}
#overlaytext {
	position: absolute;
	top: 45px;
	left: 745px;
	width: 205px;
}
#overlaytext h1 {
	font-size: 23px;
	font-weight: bold;
	display: block;
	text-align: right;
	margin-bottom: 35px;
	color: #CA6400;
	letter-spacing: -0.03em;
}
#overlaytext p {
	font-size: 15px;
	line-height: 1.3;
	text-align: left;
	font-style: normal;
	color: #6A5400;
}
#overlaytext a.ml {
	position: absolute;
	top: 200px;
	right: 0;
	background: #CA5100;;
	color: #fff;
	padding: 4px 6px;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
}
#overlaytext a.ml:hover {
	background: transparent url(../img_css/primenav_back.png) 50% 50% repeat;
}
#home_main {
	width: 980px;
	height: 573px;
	background: #000 url(../img_css/home_main_back.jpg) 0 0 no-repeat;
	position: relative;
}
#teaserboxen {
	position: relative;
}
#teaserboxen .teaser img {
	position: absolute;
	top: 0;
	left: 0;
}
#teaserboxen .teaser h3 {
	position: absolute;
	top: 24px;
	left: 0;
	font-weight: normal;
	background-color: #000;
	color: #DFC343;
	font-size: 11px;
	padding: 8px;
}
#teaserboxen .teaser h2 {
	position: absolute;
	top: 140px;
	left: 10px;
	width: 290px;
	height: 30px;
}
#teaserboxen .teaser h2 a {
	color: #999;
	font-size: 12px;
	line-height: 34px;
	text-decoration: none;
	display: block;
}
#teaserboxen .teaser h2 a:hover {
	color: #DFC343;
}
#teaserboxen .teaser h2 a strong {
	font-weight: bold;
	color: #ccc;
}
#teaser1 {
	margin-top: 27px;
	position: absolute;
	top: 2px;
	left: 20px;
}
#teaser2 {
	margin-top: 27px;
	position: absolute;
	top: 2px;
	left: 338px;
}
#teaser3 {
	position: absolute;
	top: 2px;
	left: 656px;
}
#teaserboxen #teaser3.teaser h2, #teaserboxen #teaser3.teaser h3 {
	margin-top: 27px;
}
#productslider {
	position: absolute;
	top: 237px;
	left: 21px;
	width: 690px;
}
#productslider h1 {
	font-size: 23px;
	font-weight: normal;
	color: #fff;
	padding-top: 2px;
}
#productslider h1 strong {
	font-weight: normal;
	color: #EAB900;
}
#ps {
	position: absolute;
	top: 40px;
	left: 0;
}
#info-3row {
	position: absolute;
	top: 43px;
	left: 745px;
	width: 180px;
}
#info-3row h4 {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.3;
}
#info-3row h4 strong {
	font-weight: bold;
	color: #EAB900
}
#info-3row p {
	font-size: 13px;
	color: #707070;
	line-height: 1.2;
}
#info-3row p a {
	text-decoration: none;
	color: #BBBBBB;
}
#controls {
	position: absolute;
	top: -33px;
	right: 0;
}
#controls button {
	width: 14px;
	height: 14px;
	background: transparent url(../img_css/dots_back.png) -14px 0 no-repeat;
	border: 0 none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	margin-right: 8px;
}
#controls button.active {
	background: transparent url(../img_css/dots_back.png) 0 0 no-repeat;
}
.jcl li div {
	width: 230px;
	height: 270px;
	position: relative;
}
.jcl li div img {
	position: absolute;
	top: 0;
	left: 0;
}
.jcl li div span {
	position: absolute;
	top: 224px;
	left: 43px;
	color: #9D9D9D;
	font-family: Tahoma, Sans-Serif;
	font-size: 11px;
}
h3#hl_info {
	position: absolute;
	top: 10px;
	left: 731px;
	color: #5e5e5e;
	font-weight: bold;
	font-size: 12px;
}
#randomquotes {
	position: absolute;
	top: 125px;
	left: 745px;
	width: 180px;
	color: #7D7D7D;
}
#randomquotes h6 {
	font-size: 12px;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 20px;
	color: #888;
	font-style: italic;
}
#randomquotes p {
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 1em;
}
#randomquotes em {
	font-style: italic;
	color: #666;
	font-size: 14px;
	line-height: 18px;
}
#randomquotes p a {
	font-size: 12px;
	line-height: 1.3;
	font-weight: bold;
	color: #bbb;
	text-decoration: none;
	padding-left: 150px;
}
#randomquotes p a:hover {
	color: #fff;
}
#infotext_home {
	width: 928px;
	padding: 10px 25px;
	background: url(../img_css/infotext_home_back.png) 0 -2px repeat-x;
}
#infotext_home h1 {
	font-size: 20px;
	color: #555;
	line-height: 2.2;
	border-bottom: 1px solid #282828;
	margin-bottom: 18px;
	width: 100%;
	display: block;
}
#infotext_home p {
	margin-bottom: 1.3em;
}
.hcol1 {
	display: block;
	float: left;
	width: 340px;
	margin-right: 22px;
}
.hcol1 p {
	font-size: 10px;
	color: #555;
	line-height: 1.35;
}
.hcol2 {
	display: block;
	float: left;
	width: 340px;
	font-size: 10px;
	color: #555;
	margin-right: 22px;
}
.hcol2 p {
	font-size: 10px;
	color: #555;
	line-height: 1.35;
}
.hcol3 {
	display: block;
	float: left;
	width: 190px;
	color: #555;
}
.hcol3 p {
	font-size: 14px;
	color: #555;
	line-height: 1.7;
	font-style: italic;
}
/* END STARTSEITE*/
/* PRODUKTSEITE */
#p_header {
	width: 980px;
	height: 180px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
#subnav {
	width: 980px;
	height: 32px;
	background: #000 url(../img_css/subnav_back.jpg) 0 0 repeat-x;
}
#subnav ul {
	height: 32px;
}
#subnav li {
	display: block;
	float: left;
}
#subnav li a {
	display: block;
	float: left;
	height: 26px;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 26px;
	font-size: 12px;
	color: #777;
	text-decoration: none;
	border-right: 1px solid #333;
	padding: 0 16px;
	font-weight: bold;
	border-bottom: 2px solid transparent;
}
#subnav li a:hover {
	color: #ddd;
}
#subnav li a.rex-current, #subnav li a.rex-active {
	color: #DDD;
	border-bottom: 2px solid #CEB445;
}
#p_main {
	width: 980px;
	background: #000 url(../img_css/p_main_back.jpg) 0 0 repeat-y;
}
#content_wrap {
	width: 980px;
	background: transparent url(../img_css/p_main_content_back.jpg) 0 0 no-repeat;
	padding-bottom: 15px;
}
#content {
	width: 740px;
	display: block;
	float: left;
}
h1.hl {
	font-size: 24px;
	color: #888;
	line-height: 1.3;
	font-weight: normal;
	margin: 25px 0 17px 15px;
	letter-spacing: -0.04em;
}
h1.hl strong {
	font-weight: bold;
}
#ctabs {
	display: block;
	margin-left: 15px;
}
#ctabs li {
	height: 30px;
	width: 110px;
	display: block;
	float: left;
	margin-right: 3px;
}
#ctabs li a {
	background: transparent url(../img_css/ctabs_back.png) 0 0 repeat-x;
	height: 29px;
	border-top: 1px solid #434343;
	line-height: 29px;
	width: 110px;
	display: block;
	float: left;
	font-weight: bold;
	color: #555;
	text-align: center;
	text-decoration: none;
}
#ctabs li a:hover {
	background: #222 url(../img_css/ctabs_back.png) 0 0 repeat-x;
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	color: #fff;
}
#ctabs li a.rex-active, #ctabs li a:hover.rex-active {
	background: transparent url(../img_css/ctabs_back.png) 0 -29px repeat-x;
	height: 29px;
	border-top: 1px solid #bbb;
	color: #ccc;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.cbox {
	width: 705px;
	background-color: #323232;
	margin-left: 15px;
	position: relative;
}
.cbox_info {
	margin-left: 15px;
}
.cbox_gallery {
	margin-left: 15px;
}
.gallery {
	border-top: 25px solid #323232;
	padding: 4px 0 0 4px;
	width: 669px;
	background: transparent url(../img_css/trans22.png) 0 0 repeat;
}
.gallery.s-220 {
	border-top: 25px solid #323232;
	padding: 3px 0 0 3px;
	width: 670px;
	background: transparent url(../img_css/trans22.png) 0 0 repeat;
}
.gallery img {
	float: left;
	margin: 0 4px 4px 0;
}
.gallery.s-220 img {
	float: left;
	margin: 0 3px 3px 0;
}
.gallery .subtext {
	padding: 10px 10px 2px 10px;
}
.cbox .tabcontent .gallery h2 {
	font-size: 11px;
	font-weight: bold;
	color: #CDB33F;
	line-height: 24px;
	padding-left: 10px;
	margin-bottom: 3px;
}
.cbox .tabcontent {
	width: 705px;
	padding-bottom: 20px;
}
.cbox .tabcontent p {
	font-size: 12px;
	line-height: 1.4;
	color: #9B9B9B;
	margin-bottom: 1em;
}
.cbox .tabcontent p strong {
	color: #CCC;
}
.cbox .tabcontent p em {
	color: #CDB33F;
}
.cbox .tabcontent h1 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 1em;
	line-height: 1.4;
	color: #ddd;
}
.cbox .tabcontent h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1em;
	line-height: 1.4;
	color: #ddd;
}
.cbox .tabcontent p strong {
	font-weight: bold;
}
.cbox .tabcontent p a {
	color: #CDB33F;
	text-decoration: none;
}
.cbox .tabcontent p a:hover {
	text-decoration: underline;
	color: #fff;
}
.cbox .tabcontent .lcol {
	border-top: 25px solid #323232;
	width: 446px;
	height: 694px;
	background: transparent url(../img_css/trans22.png) 0 0 repeat;
	float: left;
	margin-right: 20px;
}
.cbox .tabcontent .lcol h2 {
	line-height: 30px;
	color: #CDB33F;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 0;
}
.cbox .tabcontent .lcol img {
	padding: 0 3px 3px 3px;
}
.cbox .tabcontent .rcol {
	width: 200px;
	float: left;
	padding-top: 60px;
	color: #AEAEAE;
}
.textblock {
	width: 675px;
	margin-left: 15px;
	background-color: #323232;
	padding: 25px 15px 0 15px;
}
.textblock h1 {
	font-size: 16px;
	font-weight: normal;
	color: #CCCCCC;
	line-height: 1.3;
	padding: 0;
	margin-bottom: 0;
}
.textblock h1 strong {
	font-weight: normal;
	color: #CDB33F;
}
.textblock p {
	font-size: 12px;
	line-height: 1.4;
	color: #888;
	margin-bottom: 1em;
}
.textblock p em {
	color: #CDB33F;
}
.textblock h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1em;
	line-height: 1.4;
	color: #ddd;
}
.textblock h2 strong {
	font-weight: normal;
	color: #CDB33F;
}
.textblock p strong {
	font-weight: bold;
	color: #bbb;
}
.textblock ul {
	padding: 10px 0;
	margin-bottom: 1em;
	font-size: 12px;
}
.textblock li {
	background: transparent url(../img_css/listbullet.png) 0 -3px no-repeat;
	padding-left: 23px;
	margin-bottom: .5em;
	line-height: 1.4;
	font-size: 12px;
	color: #9b9b9b;
}
.textblock .inlinepic {
	padding: 3px;
	background: transparent url(../img_css/trans22.png) 0 0 repeat;
	float: left;
	margin: 0 15px 15px 0;
	width: 325px;
}
.textblock .inlinepic.fr {
	padding: 3px;
	background: transparent url(../img_css/trans22.png) 0 0 repeat;
	float: right;
	margin: 0 0 15px 15px;
	width: 325px;
}
.textblock .inlinepic p {
	font-size: 11px;
	margin-bottom: 0;
	padding: 8px;
}
.textblock .lcol {
	float: left;
	width: 320px;
}
.textblock .rcol {
	float: right;
	width: 320px;
}
.textblock .dl {
	background: transparent url(../img_css/pdf_icon.png) 0 0 no-repeat;
	height: 32px;
	display: block;
	width: 280px;
	margin-bottom: 20px;
}
.textblock .dl a {
	padding-left: 36px;
	display: block;
	text-decoration: none;
	color: #9B9B9B;
	font-weight: normal;
	line-height: 1.3;
	font-size: 13px;
}
.textblock .dl a:hover, .textblock .dl a:hover strong {
	color: #CDB33F;
}
.textblock .dl a strong {
	color: #CDCDCD;
	font-weight: bold;
}
.productteaser {
	width: 675px;
	margin-left: 15px;
	background-color: #323232;
	padding: 25px 15px 0 15px;
	position: relative;
}
.productteaser h1 {
	font-size: 16px;
	font-weight: normal;
	color: #939393;
	line-height: 1.3;
	padding: 0;
	margin-bottom: 0;
}
.productteaser h1 strong {
	font-weight: normal;
	color: #CDB33F;
}
.productteaser p {
	font-size: 12px;
	line-height: 1.2;
	color: #888;
	margin-bottom: 0.7em;
}
.productteaser a:link, a:visited {
	text-decoration: none;
	color: #fff;
}
.productteaser h2 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 1em;
	line-height: 1.2;
	color: #ccc;
}
.productteaser h2 strong {
	font-weight: bold;
	color: #999;
}
.productteaser p strong {
	font-weight: bold;
	color: #ccc;
	margin-top: 2em;
	display: block;
	font-size: 11px;
}
.productteaser p em {
	color: #CDB33F;
}
.productteaser .inlinepic {
	padding: 3px;
	background: transparent url(../img_css/trans22.png) 0 0 repeat;
	float: left;
	margin: 0 15px 15px 0;
	width: 275px;
}
.productteaser .inlinepic.fr {
	padding: 3px;
	background: transparent url(../img_css/trans22.png) 0 0 repeat;
	float: right;
	margin: 0 0 15px 15px;
	width: 325px;
}
.productteaser .inlinepic p {
	font-size: 11px;
	margin-bottom: 0;
	padding: 8px;
}
.productteaser p.morelink {
	text-align: right;
	position: absolute;
	bottom: 5px;
	right: 25px;
}
.productteaser p.morelink a {
	font-weight: bold;
	color: #ddd;
	font-size: 11px;
	background-color: #242424;
	padding: 4px 8px;
	
}
.productteaser p.morelink a:hover {
	color: #FFF;
	background-color: #CDB33F;
}
.trennlinie {
	width: 705px;
	margin-left: 15px;
	height: 2px;
	background: #323232 url(../img_css/trennlinie.png) 15px 0 no-repeat;
	padding-top: 10px;
}
.textblock p a {
	color: #FFF;
	text-decoration: none;
}
.textblock p a:hover {
	text-decoration: underline;
	color: #CDB33F;
}
#controls2 {
	position: absolute;
	top: 30px;
	left: 360px;
	z-index: 1000;
	background-color: #282828;
}
#controls2 button {
	width: 20px;
	height: 20px;
	background-color: #282828;
	color: #8d8d8d;
	border: 0 none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	margin-right: 3px;
}
#controls2 button.active {
	color: #CDB33F;
	background-color: #49442D;
}
#sidebar {
	width: 240px;
	display: block;
	float: right;
}
#deepnav {
	margin-top: -1px;
	width: 240px;
	background: transparent url(../img_css/deepnav_back.png) 0 100% no-repeat;
	padding: 15px 0;
	margin-bottom: 40px;
}
#deepnav ul {
	width: 240px;
}
#deepnav li {
	width: 240px;
	height: 30px;
}
#deepnav li a {
	display: block;
	width: 200px;
	font-size: 12px;
	line-height: 30px;
	color: #777;
	margin: 0 0px;
	padding: 0 15px 0 25px;
	height: 30px;
	background: transparent url(../img_css/deepnav_trennlinie.png) 0 100% repeat-x;
	text-decoration: none;
	font-weight: bold;
}
#deepnav li a:hover {
	color: #fff;
}
#deepnav li a.rex-current, #deepnav li a.rex-active {
	color: #ddd;
	background: transparent url(../img_css/deepnav_trennlinie_on.png) repeat-x scroll 0 100%;
}
#contentbar {
	background: transparent url(../img_css/trans50.png) 0 0 repeat;
	padding: 15px;
	width: 210px;
	margin-bottom: 30px;
}
#randomquotes2 {
	width: 180px;
	padding: 15px;
	color: #7D7D7D;
	background-color: #000;
}
#randomquotes2 h6 {
	font-size: 12px;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 20px;
	color: #888;
	font-style: italic;
}
#randomquotes2 p {
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 1em;
}
#randomquotes2 em {
	font-style: italic;
	color: #666;
	font-size: 14px;
	line-height: 18px;
}
#randomquotes2 p a {
	font-size: 11px;
	line-height: 1.3;
	font-weight: bold;
	color: #eee;
	text-decoration: none;
	padding-left: 150px;
}
#randomquotes2 p a:hover {
	color: #fff;
}
h2.hl {
	font-size: 14px;
	color: #818181;
	line-height: 1.3;
	font-weight: normal;
	margin: 20px 0 5px 15px;
}
h2.hl strong {
	font-weight: bold;
}
#empfehlungen {
	margin: 15px;
	position: relative;
	width: 675px;
	height: 213px;
	background: transparent url(../img_css/trans50.png) 0 0 repeat;
	padding: 15px;
}
#ps3 {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 675px
}
#controls3 {
	position: absolute;
	top: -38px;
	right: -6px;
}
#controls3 button {
	width: 14px;
	height: 14px;
	background: transparent url(../img_css/dots_back.png) -14px 0 no-repeat;
	border: 0 none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	margin-right: 8px;
}
#controls3 button.active {
	background: transparent url(../img_css/dots_back.png) 0 0 no-repeat;
}
.jcl3 {
	width: 680px !important;
}
.jcl3 li {
	width: 680px !important;
}
.jcl3 li div {
	width: 128px;
	height: 210px;
	position: relative;
	background-color: #272727;
	margin-right: 8px;
	float: left;
}
.jcl3 li div img {
	margin: 4px;
}
.jcl3 li div h3 {
	color: #CCC;
	line-height: 20px;
	width: 128px;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
}

/* END PRODUKTSEITE*/

/* GLOBAL */
#footer {
	height: 170px;
	width: 980px;
	background: #000 url(../img_css/footer_back.jpg) 0 0 no-repeat;
	position: relative;
}
#footer.start {
	background: #000 url(../img_css/footer_home_back.jpg) -1px 0 no-repeat;
}
#footernav {
	position: absolute;
	top: 38px;
	left: 17px;
}
#footernav li {
	display: block;
	float: left
}
#footernav a {
	font-size: 14px;
	color: #373737;
	display: block;
	float: left
	line-height: 1.4;
	padding: 0 10px;;
	text-decoration: none;
}
#footernav a:hover, #footernav a.rex-active, #footernav a.rex-current  {
	color: #878787;
}
#legalnav {
	position: absolute;
	top: 78px;
	left: 22px;
}
#legalnav li {
	display: block;
	float: left
}
#legalnav a {
	font-size: 11px;
	color: #373737;
	display: block;
	float: left
	line-height: 1.4;
	padding: 0 5px;;
	text-decoration: none;
}
#legalnav a:hover, #legalnav a.active  {
	color: #878787;
}
#footerinfos {
	position: absolute;
	top: 120px;
	left: 27px;
	width: 955px;
}
#footerinfos p {
	display: block;
	float: left;
	width: 460px;
	line-height: 1.3;
	color: #373737;
}
#footerinfos p a {
	color: #373737;
	text-decoration: none;
}
#footerinfos p a:hover {
	color: #878787;
}
/* HIGHSLIDE */
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-wrapper {
	background: #333;
}
.highslide-image {
    border: 2px solid #333;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	position: absolute;
    border: 2px solid #333;
    border-top: none;
    font-family: Arial, Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: #333;
    position: relative;
}
.highslide-display-block {
	display: block;
}
.dontremove {
	display: none;
	visibility: hidden;
	font-size: 9px;
}
.highslide-caption h1 {
	color: #fff;
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 18px;
}
.highslide-caption h2 {
	color: #999;
	font-family: "Trebuchet MS", Sans-Serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
}
.highslide-caption h3 {
	position: absolute;
    top: 8px;
	right: 3px;
	color: #1AA9E5;
	font-family: "Trebuchet MS", Sans-Serif;
	font-size: 10px;
	text-transform: uppercase;
}
.highslide-caption h3 strong {
	color: #999;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 0 none;
    background-color: #333;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
/* END HIGHSLIDE */
/* helpers */
.h {
	display: none;
	visibility: hidden;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.sitemap {
	font-size: 12px;
	padding: 0 15px;
}

.sitemapbgrnd {
	width: 690px;
	margin-left: 15px;
	background-color: #323232;
	padding: 25px 15px 0 0px;
}


.sitemap a {
	font-size: 12px;
	color: #888;
	text-decoration: none;
}
.sitemap a:hover {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

.sitemap ul {
	padding-left: 0px;
	margin-bottom: 15px;
	color: #333;

}
.sitemap li {
	padding: 0 20px 0 12px;
	line-height: 1.15;
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: 5px;
	color: #000;
	display: block;
	font-weight: bold;
	width: 180px;
	float: left;
}
.sitemap li a {
	color: #CDB33F;
}

.sitemap li li {
	padding: 0 20px 0 12px;
	line-height: 1.15;
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: 5px;
	color: #000;
	display: block;
	font-weight: bold;
}
.sitemap li li a {
	color: #bbb;
}

.sitemap li li li {
	padding: 0 20px 0 12px;
	line-height: 1.15;
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: 5px;
	color: #000;
	display: block;
	font-weight: normal;
}
.sitemap li li li a {
	color: #888;
}
