/*** General ***/
* { 
  color:#000000;	 
  font-family:Arial,Helvetica,sans-serif;	
  list-style: none;
  margin: 0;
  padding: 0;
}

/* scrollbalken wird immer angezeigt */
html {
	margin-bottom:1px;
	/*min-height:100%;*/	
	overflow-y: scroll;
}

html,body {
	/*height: 100%;*/
	font-size:12px;	
	color:#000;
}

body {
	font-family:Helvetica, Arial,  sans-serif;
	font-size:12px;
}

/********** Fonts **********/
h1,h2,h3{
	/*font-weight:normal;*/
	font-weight:lighter;
}
h1{
	font-size:26px;
}
h2{
	font-size:20px;
}
h2.headspace{
	padding-top:20px;
}
h3{
	font-size:13px;
	font-weight:bold;
}
p{
	line-height:20px;
	padding:10px 0 10px 0;
}
p.teaser{
	font-weight:bold;
}
p.h-galerie{
	padding:30px 0 10px 0;	
}

/********** Links **********/
a.teaserLink{
	font-size:13px;
	font-weight:bold;
	color:#cbcbcb;
}
a.arrowLink{
	font-weight:bold;
	color:#cbcbcb;
}
a.listLink{
	font-weight:bold;
}

a {
	text-decoration:none;
	color:#666666;				
}
a:hover {
	color:#000;				
}
form{
	padding:0;
	margin:0;
}

img {
	border:medium none;	
}

.page {
	
	background-color: transparent;
	/* min-height: 100%; Mindesth�he in modernen Browsern */
	height: auto !important; /* !important-Regel f�r moderne Browser */
	/*height:100%; */ 	  	 	
	margin:0 auto;
	position: relative;
	width:980px;
	min-width:980px;
	z-index: 3;
}

.header {
	height:440px;
	width:100%;
	border: 0px solid #0000ff;
}


/*** Flash Header Hintergrund***/
.header-swf {
	position: absolute;
	top:0;
	left:0;
	background: #fff url(images/bg_body.jpg) 0 bottom repeat-x;
	
	height: 440px;
	margin-bottom: 60px;
	width:100%;
	z-index: 2;
}
.header-swf .flash {
	height: 381px;
}
.header-swf #flash-content {
	position: absolute;
	z-index: 0;
	width: 100%;
	border: 0px solid #ff00ff;
	background: #999;
	height: 381px;
}

.header-swf #flash-content #noscript {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 381px;
	clip: rect(0px auto 381px auto);
}
.header-swf #flash-content #noscript img {
	width: 100%;
	min-height: 440px;
	
}


/*** Topnavigation ***/
.header .top-menue-teaser {
	position:relative;
	z-index:222;
	background:url(images/bg_head.gif) no-repeat 0 0;
	/*background:transparent url(images/bg_headXS.gif) repeat-x scroll 0 0;*/
	height:90px;
	margin:0 auto;
	/*overflow:hidden;*/
	width:980px;	
}

.header .top-menue-teaser .logo {
	width:155px;
	height:88px;
	background:url(images/nolte_logo.gif) 35px 24px no-repeat;
	display: block;
	float:left;
	padding:0;
	position:relative;
}
.header .top-menue-teaser li.last
{
	display: none;
}


.header a {
	/*color:#616161;*/
	color:#949494;
	font-size:12px;	
}

.header .top-menue-teaser ul li {
	float:left;
	margin-right:26px;
	padding:0;
}
.header .top-menue-teaser ul.main-navigation li.selected a,
.header .search-teaser a.selected
{
	font-weight:bold;
	color:#fff;
}


.header a:hover {
	color:#ffffff;	
}

.header .main-navigation {
	height:90px;
	float:left;
	line-height:90px;
	margin:17px;
	width:575px;
}

/*** Searchbox ***/
.header .search-teaser {
	float:left;
	height:90px;
	margin:12px 17px 17px 0;
}

.header .search-teaser a {
	display:block;
	margin:0 0 25px 15px;	
}

.header .search-teaser form {
	border:0;
	padding:0;
	margin:0;
}

.header .search-teaser input {
	background:url(images/search_box.gif) 0 0 no-repeat;
	border:0;
	height:20px;
	float:left;
	line-height:20px;
	margin-right:0;
	padding:0;
	padding-top:0;
	width:150px;
}

.header .search-teaser .button {
	background: url(images/b_search.gif) 0 0 no-repeat;
	border:0px solid #ff0000;
	font-size:0;
	float:left;
	height:20px;
	vertical-align:top;
	width:23px;
	margin-top:0px;
}


/*** Subnavigation ***/
.navi-column {
	margin: 45px 0 40px 0;
	width:222px;
	float:left;
}

/*** Content ***/
.content {
	margin: 45px 0 40px 0;
	float:left;
	width:548px;
}
.content p{
	padding-right:30px;
}
div.error {
	background: #ffcccc;
	margin-bottom: 20px;
	padding: 5px 5px 5px 12px;
}
div.error span {
	background: url(images/i_warning.gif) no-repeat;
	color: #cc0000;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 50px;
}
input.error, textarea.error {
	background:url(images/bg_form_input_error.gif) no-repeat;
	border-right:1px solid #ffcfcf;
	border-bottom:1px solid #ffcfcf;
	border-top:0;
	border-left:0;
}
label.error, h3.error {
	color: #cc0000;
}


/*** Footer ***/
.footer {
	margin-top:140px;
	background: url(images/bg_foot.jpg) no-repeat;
	height: 31px;
	margin:0 auto;
	width: 980px;
	clear:both;
}

.footer ul.language-switch,
.sitemap .footer ul.language-switch {
	margin-left:20px;
}

.sitemap .footer ul.language-switch {
	width:auto;	
}

.language-switch li {
	float:left;
	height: 11px;
	margin:10px 8px 0 0;
	width: 16px;	
}

.language-switch li a{
	height:16px;
	width:16px;
	display:block;
}

.language-switch .language_de_selected {
	background:url(images/i_flag_de.gif) no-repeat;		
}
.language-switch .language_de {
	background:url(images/i_flag_de_disabled.gif) no-repeat;		
}

.language-switch .language_en_selected {
	background: url(images/i_flag_uk.gif) no-repeat;
}
.language-switch .language_en {
	background: url(images/i_flag_uk_disabled.gif) no-repeat;
}

.language-switch .language_fr_selected {
	background: url(images/i_flag_fr.gif) no-repeat;
}
.language-switch .language_fr {
	background: url(images/i_flag_fr_disabled.gif) no-repeat;
}

.language-switch .language_nl_selected {
	background: url(images/i_flag_nl.gif) no-repeat;
}
.language-switch .language_nl {
	background: url(images/i_flag_nl_disabled.gif) no-repeat;
}

.footer ul li.sed-to-friend {
	background:url(images/i_mail.gif) no-repeat 10px 2px;
	height: 11px;
	width:300px;
	float:left;
}
.footer ul.site-action li.sed-to-friend{
	margin:10px 8px 0 0;	
}

.footer ul li.sed-to-friend a {
	height: 13px;
	font-size:10px;
	padding-left:30px;
	vertical-align:top;
}

ul.footer-navigation {
	float: right;	
	margin:0 10px 0 0;
}

.footer-navigation li {	
	background:url(images/bg_foot_trennlinie.gif) 0 0 no-repeat;
	line-height:31px;
	float:left;	
}
.footer-navigation li.first {	
	background-image:none;
}

.footer-navigation li a {
	font-size: 10px;
	padding:0 10px 0 10px;
}

#sendafriend {
	display: none;
}

#field-country_txt {
	display: none;
}

#jquery-overlay{
	position: absolute;
	top: 0;
	z-index: 3;
}

#jquery-lightbox{
	position: absolute;
	z-index: 4;
}

/*** Content Presse ***/
.content .year-news,
.content .exhibition,
.content .quality-details,
.content .acc-details {
	border-top:1px solid #cbcbcb;
	padding:10px 0 10px 0;
	background:url(images/i_arrow_down.gif) 730px 15px no-repeat;
}

.content .quality-details,
.content .acc-details {
	margin-right: 30px;	
	background:url(images/i_arrow_down.gif) 500px 15px no-repeat;
}

.content .quality-details-open {
	background:url(images/i_arrow_up.gif) 500px 15px no-repeat;
}

.content .year-news-open,
.content .exhibition-open {
	background:url(images/i_arrow_up.gif) 730px 15px no-repeat;
}

.content .year-news h2,
.content .exhibition h2,
.content .quality-details h2,
.content .acc-details h2 {
	cursor: pointer;
}

.exhibition p,
.quality-details p,
.content .acc-details p {
	display:none;	
}

.content .exhibition img{
	margin-bottom:20px;
}

.content .year-news dt a{
	color:#000;
}
.content .year-news.last{
	border-bottom:1px solid #cbcbcb;
	margin-bottom:30px;
}
.content .year-news dl{
	display:none;
	padding:10px 0 0 0;
}
.content .year-news dt{
	font-weight:bold;
	padding:0 0 0 12px;
	background:url(images/i_arrow_right.gif) 2px 3px no-repeat;
}
.content .year-news dd{
	padding:0 0 10px 12px;
}


/*Produkt Menue */
.product-menu-layer {
	background: #fff;
	border: 0px solid #ff0000;
	clear: both;
	height: 470px;
	margin: 0 auto 0 auto;
	position: absolute;
	/*position: relative;*/
	/*top:-351px;*/
	top: 89px !important;
	width: 980px;
	z-index: 10000;
	
}

.product-menu-layer .product-menu {
	background:#000000;
	height:38px;	
	margin:1px 0 1px 0;
	padding:0;
	width:100%;	
}

.product-menu-layer .product-menu a {
	display: block;
	float:left;	
	margin-top:10px;
}

.product-menu-layer .product-menu a.pm-finder {
	padding-left:20px;
}

.product-menu-layer .product-menu ul {
	display:block;
	float:right;
	margin-right:25px;	
}

.product-menu-layer .product-menu ul li {
	border:0;
	float:left;	
	margin-top:10px;
	margin:10px 0 0 5px;
	padding:0;
}

.product-menu-layer .product-menu ul li h3 {
	color:#616161;
	font-weight:normal;
	line-height:17px;
	margin:0;
	padding:0;
		
}

.product-menu-layer .product-menu ul li a {
	margin-top:0;	
}

.product-menu-layer .product-menu ul li a img {
	margin-top:0; 	
}



.addresses {
	clear:both;	
	padding-bottom:50px;
}

.addresses li {
	float:left;
	padding-bottom:50px;
	width:245px;
}

.finder-content {
	margin-top:10px;	
}

.product-finder {
	background: url(images/product_finder/bg_produktfinder_head.gif) no-repeat;
	padding:4px 0 10px 0;
	width:980px;
}

.product-finder .product-content {
	background: url(images/product_finder/bg-productfinder-border.gif) repeat-y;
}

.product-finder .product-foot {
	background:url(images/product_finder/bg_produktfinder_bottom.gif) no-repeat left top;
	height: 10px;
	width: 980px;
}

.product-finder .product-content h2,
.product-finder .product-content ul,
.product-finder .product-content .finder-content {
	margin:20px 0 0 34px;	
}

.product-finder .product-content .finder-content {
	clear:both;	
	/*margin-top:0;*/
}

.product-finder .product-content ul li {
	border-right:1px dotted #cccccc;
	float:left;
	padding:0 10px 0 10px;
}
/*
.product-finder .product-content ul li.category_unselected {
	filter: alpha(opacity=40);
	opacity: .4;
}
.product-finder .product-content ul li:hover {
	filter: alpha(opacity=80);
	opacity: .8;
	
}
*/
.product-finder .product-content ul li.category_unselected a{
	color:#999;
}

.product-finder .product-content ul li a{
	color:#000000;
	display:block;
	font-size:11px;
	font-weight:bold;	
}
.product-finder .product-content ul li a:hover {
	color:#000000;
}

.product-finder .product-content ul li.category-1 {
	padding-left:0;	
}

.product-finder .product-content ul li.category-1 a{
	background:url(images/product_finder/i_schranksysteme.gif) no-repeat;	
	height:30px;
	min-height:30px;
	line-height:42px;
	padding-left:40px;
}
.product-finder .product-content ul li.category-1.category_unselected a {
	background:url(images/product_finder/i_schranksysteme_disabled.gif) no-repeat;	
}

.product-finder .product-content ul li.category-2 a{
	background:url(images/product_finder/i_schlafzimmer.gif) no-repeat;	
	height:30px;
	line-height:42px;
	padding-left:60px;
}
.product-finder .product-content ul li.category-2.category_unselected a {	
	background:url(images/product_finder/i_schlafzimmer_disabled.gif) no-repeat;
}

.product-finder .product-content ul li.category-3 a {
	background:url(images/product_finder/i_betten.gif) no-repeat;	
	height:30px;
	line-height:42px;
	padding-left:45px;
}
.product-finder .product-content ul li.category-3.category_unselected a {
	background:url(images/product_finder/i_betten_disabled.gif) no-repeat;	
}

.product-finder .product-content ul li.category-4 a {
	background:url(images/product_finder/i_beimoebel.gif) no-repeat;	
	height:30px;
	line-height:42px;
	padding-left:60px;
}

.product-finder .product-content ul li.category-4.category_unselected a {
	background:url(images/product_finder/i_beimoebel_disabled.gif) no-repeat;	
}

.product-finder .product-content ul li.category-5 a {
	background:url(images/product_finder/i_einzelschraenke.gif) no-repeat;	
	height:30px;
	line-height:42px;
	padding-left:46px;
}

.product-finder .product-content ul li.category-5.category_unselected a {
	background:url(images/product_finder/i_einzelschraenke_disabled.gif) no-repeat;	
}

.product-finder .product-content ul li.category-6 a {
	background:url(images/product_finder/i_traversensysteme.gif) no-repeat;	
	height:30px;
	line-height:42px;
	padding-left:47px;
}

.product-finder .product-content ul li.category-6.category_unselected a {
	background:url(images/product_finder/i_traversensysteme_disabled.gif) no-repeat;
}

.product-finder .product-content ul li.category-7 {
	border-right: 0;	
}

.product-finder .product-content ul li.category-7 a {
	background:none;
	display:inline;
	height:30px;
	line-height:42px;
	margin-left:10px;
}

.dark-line {
	background:#000000;
	clear:both;
	height:3px;
	min-height:1px;
	clear:both;
	margin:0 17px 5px 35px;
	padding:0;
	position:relative;
}

.gray-line {
	background:#F9F9F9;
	clear:both;
	height:3px;
	min-height:1px;
	clear:both;
	margin:0 17px 5px 35px;
	padding:0;
	position:relative;	
}

.finder-content .product {
	border-bottom:1px dotted #CCCCCC;
	border-right:1px dotted #CCCCCC;
	float:left;
	padding:7px;
	position:relative;
	width:168px;
}

.finder-content .product img {
	float:left;
	margin-right: 7px;	
}

.finder-content .product img.new {
	bottom:7px;
	font-size:0;
	height:27px;
	line-height:40px;
	position:absolute;
	right:0;
	text-align:right;
	text-indent:10000px;
	vertical-align:bottom;
	width:27px;
		
}

.finder-content .product a {
	color:#000000;
	font-weight: bold;	
}

.clear {
	clear:both;
	height:30px;
}

.product-menu-layer div {
	border-right:1px solid #000000;
	float:left;
	padding:15px;
}

.product-menu-layer div h3 {
	color:#666666;
	padding:0 0 8px 0;	
}

.product-menu-layer div ul li {
	border-bottom:1px solid #cccccc;
	font-size:11px;		
	padding:4px 0 3px 0;
}

.product-menu-layer div ul li h4 {
	font-size:12px;
	float:left;
	padding:0;
	margin:0 5px 0 0;
	width:100%;
}

.product-menu-layer div ul li div {
	border:0;
	float:left;
	padding:0;
	width:285px;
}

.product-menu-layer div ul li div.clear {
	clear:both;
	float:none;
	height:1px;
	font-size:0;
	line-height:0;
	padding:0;
	width:100%;	
}

.product-menu-layer a:hover, .product-menu-layer a:active{
	color: #dedbd6;
}

.product-menu-layer div ul li a {
	color:#444;
}
.product-menu-layer div ul li a:hover {
	color:#000;
}
.product-menu-layer div strong {
	color:#000;
	font-size:12px;
}


.product-menu-layer div.last-product-menu {
	border:0;
}

.product-menu-layer div.teaser-horizont {
	height:400px;
	padding-left: 20px;
	width: 290px;	
}

.product-menu-layer div.teaser-horizont ul li{
	width: 280px;
	clear: both;
	font-weight: bold;
	padding: 3px;	
}



.product-menu-layer div.teaser-horizont ul li a.simple {
	font-weight: normal;	
}

.product-menu-layer div.teaser-trend {
	height:400px;
	padding-left: 20px;
	width: 290px;	
}

.product-menu-layer div.teaser-classic {
	border:0;
	padding-left: 20px;
	/*width:270px;*/	
	width: 290px;
}

.product-menu-layer div.teaser-trend ul li div {
	border: 0px solid #ff0000;
	clear: both;
	width:285px;
	padding:1px;
}

.sitemap {
	width:980px;	
}

.sitemap .content {
	width:755px;	
}

.sitemap .level-1 {
	margin-bottom:20px;	
}

.sitemap .level-1 a {
	background:url(images/i_arrow_right.gif) no-repeat 0 center;
	color:#000000;
	display:block;
	font-size:14px;
	font-weight:bold;	
	padding-left:9px;
}

.sitemap .level-1 ul.level-2 {
	margin-top:5px;	
}

.sitemap .level-1 ul.level-2 li {
	/*border-left:1px dotted #cccccc;*/
	border-top:1px dotted #cccccc;	
	display:block;
	float:left;
	line-height:14px;
	position:relative;
	width:150px;	
}

.sitemap .level-1 ul.level-2 li div.line {
	border-left:1px dotted #cccccc;
	height:10px;
}

.sitemap .level-1 ul.level-2 li.last {
	border-top:0;
	border-bottom:0;
	width:auto;
}

.sitemap .level-1 ul.level-2 li a {
	position:relative;
	margin-top:5px;
	right:12px;
	/*top:7px;*/	
}

.sitemap .level-1 ul.level-2 li ul li {
	border:0;	
	float:none;
	line-height: 14px;	
}

.sitemap .level-1 ul.level-2 li ul li a {
	font-weight: normal;	
}

.sitemap .level-1 ul li a {
	background:none;	
	font-size: 12px;
}

.sitemap .border-line {
	clear:both;
	border-bottom:1px solid #cccccc;
	padding:10px 0 0 0;
}

.sitemap ul.language-switch {
	clear:both;
	margin:0;	
	width:95px;
}

.sitemap .level-1 ul.level-2 li ul.language-switch li {
	float:left;
	margin-right:6px;
	width:16px;	
}

.sitemap .level-1 ul.level-2 li ul.language-switch li a {
	margin:0;
	padding:0;	
}

.haendler-land ul{
	width:150px;
	float:left;
}
.haendler-land ul li{
	padding:0 0 0 12px;
	height:20px;
	background:url(images/i_arrow_right.gif) 2px 3px no-repeat;
}

dl.tablelist{
	padding:15px 0 10px 0;
}
dl.tablelist dt{
	padding:5px 0 5px 0;
	width:140px;
	font-weight:bold;
	float:left;
}
dl.tablelist dd{
	padding:5px 0 5px 0;
	padding-left:150px;
}

.alignleft{
	float: left;
	margin: 0 10px 5px 0;
}
.alignright{
	float: left;
	margin: 0 0 5px 10px;
}
.haendlerkarte{
	background:#d4d4d4 url(images/haendlersucheBg.jpg) center 2px no-repeat;
	height:438px;
	width:100%;
	padding-top:2px;
	text-align:center;
}

.hidden {
	display: none !important;
}
/* suchen */
#search-results dl {
	margin: 0 0 25px 0;
}
#search-results dt {
	margin: 0 0 5px 0;
	font-weight: bolder;
}
#search-results span.search-url{
	display: block;
	background: url(images/i_arrow_right.gif) no-repeat;
	line-height: 12px;
	margin: 10px 0 0 0;
	padding: 0px 0px 0px 10px;
}



#nolte-katalog {
	clear: both;	
	margin-top:12px;
	width: auto;
	cursor: pointer;
}

	#nolte-katalog li {
		border-right: 1px dotted #cccccc;
		float: left;	
		padding: 0 30px 0 30px;
		/*width: 200px;*/
		text-align: center;
		
	}
	#nolte-katalog li, 
	#nolte-katalog li div,
	#nolte-katalog li embed,
	#nolte-katalog li object{
		cursor: pointer;
	}
	#nolte-katalog li.last-item {
		border-right:0px dotted #cccccc;
	}
		#nolte-katalog li img {
			border: 0px;
			margin-bottom: 10px;
			
		}

		
#navi_border{
	clear: both;
	border: 0px solid #ff0000;	
	z-index: 10;
	background: url(images/bg_headXS.gif);
	background-repeat: repeat-x;
	position: relative;
	width:100%;
		
	
}

#footer_border {

	width: 980px;
	margin: 0 auto;
}

.page_content_inner {
	border: 1px solid #ff0000;
	width: 980px;
	margin: 0 auto 0 auto;
}

ul.simple-list li{
	list-style-type: square;
	margin-left:20px;
	padding:5px 0 5px 0;
}
a.arrowlink-content{
	font-weight:bold;
	padding:0 0 0 12px;
	background:url(images/i_arrow_right.gif) 2px 3px no-repeat;
}
ul.showrooms h2{
	margin:20px 0 0 0;
}
.showrooms ul{
	margin:10px 0 0 10px;
}
.showrooms ul li{
	padding:5px 0 5px 0;
}
span.acc-list{
	display:block;
	margin:0;
	padding:3px 0 3px 10px;
	background:url(images/bullet.gif) 0px 10px no-repeat;
}
/* Initiativbewerbung */
.bewform td.label {	
	vertical-align:top;
	text-align:right;
}
.bewform input {	
	background:url(images/bg_form_input.gif) no-repeat;
	border-right:1px solid #DADADA;
	border-bottom:1px solid #DADADA;
	border-top:0;
	border-left:0;
	display:block;
	height: 19px;
	line-height: 19px;
	margin-right:0px;
	width:370px;	
}

.bewform textarea {
	background:url(images/bg_form_input.gif) no-repeat;
	border-top:0;
	border-left:0;
	border-right:1px solid #DADADA;
	border-bottom:1px solid #DADADA;
	height: 144px;
	margin-bottom:5px;
	overflow: hidden;    
	width:370px;	
}

.bewform select {
	margin-bottom:10px;
	width:200px;
}


.bewform .send input {
	background: url(images/bg_button.gif) no-repeat;
	border:0;
	font-size:12px;
	font-weight:bold;
	height:31px;
	padding-bottom: 4px;
	width:110px;
	cursor:pointer;
}

.mediabox_img {
	display: block;
	background: none;
	border: 0px solid #ff0000;
	height: 115px;
	width: 115px;
	
}
.etecture-logo{
	float:left; 
	padding:3px 10px 0 0;
	border:0;
}