@font-face { font-family: Roboto; src: url(roboto-light-webfont.woff); } 
body {
	font-family: 'Roboto', sans-serif;
	font-size: 11pt;
	margin: 0px;
}
a {
	border: 0;
	text-decoration: none;
	color: #998E82;
}
a:hover {
	color: #C1B930;
}
a:focus {
	outline: 0;
}
.link-selected {
	color: #C1B930;
}
.wrapper {
	display: table;
	width: 100%;
}
.left {
	background-image: url(../img/background_left.png);
	display: table-cell;
	width: 50%;
	height: 863px;
}
.right {
	background-image: url(../img/background_right.png);
	display: table-cell;
	width: 50%;
	height: 863px;
}
.center {
	display: inline-block;
	width: 963px;
	margin:15 15 0 15 ;
}
#center-left {
	float: left;
	width: 320px;
	margin-top:17px;
}
#center-right {
position:relative;

	float: right;
	width: 600px;
}
#header {
	height: 400px;
}
#footer {
	color: white;
	font-size: 10pt;
	line-height: 50px;
	text-align: center;
	background: #998E82;
	vertical-align: middle;
}
#slideshow {
	position: relative;
}
#slideshow > div {
	position: absolute;
}
.bottom-links {
	font-size: 10pt;
width:100%;
	text-align: right
}
#content-pane {
  height:380px;
}
 .content {
display:none;
}
.inset-content {
	padding-left: 70px;
}
ul.category {
  margin-top:-100px;
  margin-bottom:10px;
  float:right;
}
ul.category li {

	list-style: none;
	float: left;
	text-align: center;
	margin-right: 6px;
	margin-left: 6px;
	height: 120px;
	width: 120px;
}
ul.category li a {
	                 display:block;
	text-align: center;
	text-decoration: none;
	text-indent: -9999px;
	border: 2px solid white; 
			height: 120px;
	width: 120px;
}
ul.category li a:hover {
	border: 2px solid #C1B930;
}
ul.category li a.category-selected {
	border: 2px solid #C1B930;
}

.content-submenu-pane {
	margin-left: 78px;
	line-height: 29px;
}
.content-subsubmenu-pane {
	margin-left: 78px;
}
.content-content-pane {
  display:none; /* wird nach dem laden angezeigt*/
	height: 280px;
	width: 100%;
		position: absolute;
	bottom: 0px;
	left: 0px;
	
}
.content-image {
	width: 180px;
	height: 120px;
	float: left;
}
.content-image-description {
	width: 500px;
	left: 10px;
}
.textheader {
	font-size: 12pt;
	color: #998E82;
}
/* Menu */
ul {
	margin: 0;
	padding: 0;
}
ul.menu-content {
	width: 230px;
	float: left;
	padding-bottom: 15px;
	padding-top: 20px;
}
ul.menu-content li {
	list-style: none;
}
ul.sub-category {
	width: 550px;
}
ul.sub-category li {
	list-style: none;
	float: left;
	padding-right: 10px;
}

a#category-nest {
	background-image: url(../img/Picts_Hauptnavi_Buttons/01_Hauptnavi_Nest_120x120pix.png);
}
a:hover#category-nest {
	background-image: url(../img/Picts_Hauptnavi_Buttons/01_Hauptnavi_Nest_120x120pix_aktiv.png);
}
#category-nest.category-selected {
	background-image: url(../img/Picts_Hauptnavi_Buttons/01_Hauptnavi_Nest_120x120pix_aktiv.png);
}
a#category-schmuck {
	background-image: url(../img/Picts_Hauptnavi_Buttons/02_Hauptnavi_Schmuck_120x120pix.png);
}
a:hover#category-schmuck {
	background-image: url(../img/Picts_Hauptnavi_Buttons/02_Hauptnavi_Schmuck_120x120pix_aktiv.png);
}
#category-schmuck.category-selected {
	background-image: url(../img/Picts_Hauptnavi_Buttons/02_Hauptnavi_Schmuck_120x120pix_aktiv.png);
}
a#category-objekt {
	background-image: url(../img/Picts_Hauptnavi_Buttons/03_Hauptnavi_Objekt_120x120pix.png);
}
a:hover#category-objekt {
	background-image: url(../img/Picts_Hauptnavi_Buttons/03_Hauptnavi_Objekt_120x120pix_aktiv.png);
}
#category-objekt.category-selected {
	background-image: url(../img/Picts_Hauptnavi_Buttons/03_Hauptnavi_Objekt_120x120pix_aktiv.png);
}
a#category-licht {
	background-image: url(../img/Picts_Hauptnavi_Buttons/04_Hauptnavi_Licht_120x120pix.png);
}
a:hover#category-licht {
	background-image: url(../img/Picts_Hauptnavi_Buttons/04_Hauptnavi_Licht_120x120pix_aktiv.png);
}
#category-licht.category-selected {
	background-image: url(../img/Picts_Hauptnavi_Buttons/04_Hauptnavi_Licht_120x120pix_aktiv.png);
}


/* Scrollpane */
.scroll-pane {
	width: 600px;
	height: 275px;
}
.jspPane {
}
.jspVerticalBar {
	width: 2px;
	text-align: center;
	margin-left: 4px;
}
.jspDrag {
	border-radius: 8px;
	position: relative;
	left: -3px;
	background: #998E82;
	width: 8px;
	height: 8px;
}
.jspTrack {
	background: #E5E2DF;
	position: relative;
}