@charset "utf-8";

/* ============================================
   nordholm.de Stylesheet
   19.06.2009
   (c) Stefan Bihl www.sbihl.de
   ============================================ */

/* Allgemeine Definitionen
----------------------------------------------- */
html {
	overflow-y: scroll;
}
body {
	background: #d2d0d1 url(gfx/bg.png) repeat-x 0 -3px;
	color: #000;
	font-size: 100.01%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
img,
a img {
	border: 0;
}
hr {
	display: none;
}	
.linksumfliessend {
	float: left;
	margin: 0 10px 10px 0;
}
.rechtsumfliessend {
	float: right;
	margin: 0 0 10px 10px;
}
.clear {
	clear: both;
	font-size: 1%;
	height: 1px;
	line-height: 1px;
}
.xs {
	font-size: .9em;
}
.tab {
	float: left;
	width: 60px;
}
.failed {
	color: red;
}
p.nummer0800 {
	margin: 40px 0;
	padding: 0;
	text-align: center;
}
#homelink {
	display:block;
	height:95px;
	position:absolute;
	left:40px;
	top:29px;
	width:290px;
}


/* Links
----------------------------------------------- */
a,
a:visited {
	color: #000;
	outline: none;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
#footer a,
#footer a:visited {
	color: #777;
	text-decoration: none;
}
#footer a:hover {
	color: #777;
	text-decoration: underline;
}

/* Typo
----------------------------------------------- */
h1, h2, h3, h4 {
	margin: 0;
	line-height: normal !important;
	padding: 0;
}
h1 {
	color: #685f58;
	font-size: 2.2em;
	font-weight: normal;
	margin: 0 0 .5em 0;
	letter-spacing: -1px;
}
h2, h3, h4 {
	font-size: 1.1em;
	margin: 0 0 .2em 0;
}
p, address, blockquote {
	margin: 0 0 1em 0;
	padding: 0;
}
address {
	font-style: normal;
}
#content ul {
	margin: 0 0 1em 15px;
	padding: 0;
}
#content ul li {
	margin: 0;
	list-style: disc;
	padding: 0;
}
#content ul.toplist {
	float: left;
	margin: 0 0 1em 15px;
	padding: 0;
	width: 100%;
}
#content ul.toplist li {
	background: url(gfx/haken.gif) no-repeat 0 5px;
	display: block;
	float: left;
	margin: 0;
	list-style: none;
	padding: 2px 0 2px 15px;
	width: 253px;
}

/* Layout
-----------------------------------------------*/
#editmode {
	background: #fff;
	color: #000;
	float: left;
	width: 100%;
}
#wrapper {
	font-size: 62.5%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	width: 960px;
}
#wrapper:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}
#wrapper {display: inline-block;}
/* Hides from IE-mac \*/
* html #wrapper {height: 1%;}
#wrapper {display: block;}
/* End hide from IE-mac */
#header {
	float: left;
	height: 159px;
	margin: 0;
	padding: 0;
	width: 100%;
}
#header p {
	margin: 0;
	padding: 0;
}
#logo {
	float: left;
	height: 113px;
	margin: 0;
	padding: 20px 0 0 0;
	width: 294px;
}
#submenu {
	float: left;
	font-size: 1.2em;
	height: 131px;
	margin: 0;
	padding: 2px 0 0 0;
	text-align: right;
	width: 580px;
}
#suche {
	float: left;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 580px;
}
#navigation {
	float: left;
	font-size: 1.2em;
	height: 26px;
	margin: 0;
	padding: 0;
	width: 100%;
}
#container {
	background: #685f58 url(gfx/Winterbanner.jpg) no-repeat 0 0;
	float: left;
	margin: 0;
	padding: 0 43px 43px 43px ;
	width: 874px;
}
#content {
	background: #fff url(gfx/bg_content.png) repeat-y 0 0;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
#sidebar {
	background: #f0efee;
	float: left;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	width: 246px;
}
#main {
	float: left;
	font-size: 1.2em;
	margin: 0;
	line-height: 1.5em;
	padding: 30px 46px;
	width: 536px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}
#teaser {
	background: #afa6a1;
	float: left;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	width: 100%;
}
#text {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
#teaser p {
	margin: 0;
	padding: 0;
}
#slide {
	float: left;
	margin: 0;
	padding: 0;
	width: 572px;
}
#homesidebar {
	float: left;
	margin: 0;
	padding: 0 16px;
	width: 270px;
}
#homesidebar img {
	float: left;
}
#homesidebar p {
	margin: 18px 0 0 0;
	padding: 0;
}
.box {
	background: #fff;
	border: 1px solid #685f58;
	float: left;
	margin: 14px 0 16px 16px;
	line-height: 1.5em;
	padding: 8px;
	width: 252px;
}
.box img {
	border: 1px solid #685f58;
	float: right;
	margin: 0 0 0 3px;
}
.zubehoer {
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
}
.zubehoerbeschreibung {
	float: right;
	width: 374px;	
}
.zubehoerbild {
	float: left;
	width: 160px;
}
.zubehoer .produkttabelle {
	width: 374px;
}
#content ul.productlist {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
#content ul.productlist li {
	float: left;
	margin: 0 17px 17px 0;
	list-style: none;
	padding: 0;
	text-align: center;
	width: 153px;
}
#content ul.productlist li a,
#content ul.productlist li a:visited {
	background: #d6d2cf;
	border: 1px solid #8c837d;	
	color: #000;
	display: block;
	float: left;
	text-decoration: none;
	width: 153px;
}
#content ul.productlist li a:hover {
	background: #f0efee;
	border: 1px solid #9e141c;
	color: #9e141c;
	text-decoration: none;
}
#footer {
	color: #777;
	float: left;
	font-size: 1.2em;
	height: 34px;
	margin: 0;
	line-height: 34px;
	padding: 0;
	text-align: center;
	width: 100%;
}
#footer p {
	margin: 0;
	padding: 0;
}
.na {
	color: #ccc;
	font-style: italic;
}

/* Suche
-----------------------------------------------*/
#suche form {
	float: right;
	margin: 10px 0 0 0;
	padding: 0;
}
#suche fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
.searchfield {
	background: #fff;
	border: none;
	color: #8c837d;
	float: left;
	height: 20px;
	padding: 5px 0 1px 3px;
	width: 200px;
}
.suchbutton {
	background: #fff url(gfx/searchbutton.png) no-repeat 50% 50%;
	border: none;
	border-left: none;
	float: left;
	height: 26px;
	padding: 5px 0 0 0;
	text-indent: -9999px;
	width: 22px;
}



/* Tabbed Content
-----------------------------------------------*/
#tabs {
	float: left;
	line-height: normal;
	margin: 20px 0 0 0;
	padding: 0;
	width: 100%;
}
#nav ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
#nav ul li {
	float: left;
	margin: 0;
	list-style: none;
	padding: 0;
}
#nav ul li a,
#nav ul li a:visited {
	background: #fff;
	border: 1px solid #bcbcbc;
	border-left: none;
	color: #999;
	display: block;
	float: left;
	margin: 0;
	line-height: 22px;
	padding: 0 8px;
	text-decoration:none;
}
#nav ul li.firsttab {
	border-left: 1px solid #bcbcbc;
}
#nav ul li a.selected,
#nav ul li a.selected:visited {
	background: #fff;
	border: 1px solid #bcbcbc;
	border-left: none;
	border-bottom: 1px solid #fff;
	color: #000;
	text-decoration:none;
	outline:none;
}
.hiddencontent {
	background:#fff;
	border-top: 1px solid #bcbcbc;
	display: none;
	margin: -2px 0 0 0;
	padding: 10px 0 0 0;
}
#content ul.modelle {
	margin: 0;
	padding: 0;
}
#content ul.modelle li {
	display: inline;
	margin: 0;
	list-style: none;
	padding: 0 18px 0 0;
}
#content ul.modelle li.lastmodell {
	padding-right: 0;
}

/* Navigationen
-----------------------------------------------*/
ul#menu,
ul.menu {
	background: #8c837d;
	position:relative;
	z-index:1000000;
}
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.menu * {
	margin:0;
	padding:0;
}
ul.menu a, ul.menu a:visited {
	color:#fff;
	display:block;
	text-decoration:none;
}
ul.menu li {
	background: #8c837d url(gfx/bg_nav.gif) no-repeat right center;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 146px;
	text-align: center;
}
ul.menu li.lastnavitem {
	width: 144px;
}
ul.menu ul {
	display: none;
	font-size: 11px;
	left: 0;
	list-style: none;
	position: absolute;
	top: 26px;
	opacity: 0;
	z-index: 99999;
}
ul.menu ul li {
	background: none;
	border-top: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 145px;
}
ul.menu ul li a,
ul.menu ul li a:visited {
	background-color:#98908a;
	border-top: 1px solid #685f58;
	color:#fff;
	display:block;
	padding:3px 7px 5px;
	text-align: left;
}
ul.menu ul li a:hover {
	background-color:#98908a;
}
ul.menu ul ul {
	left:145px;
	top:-1px;
}
ul.menu .menulink {
	background: #98908a url(gfx/bg_nav.png) repat-x 0 0;
	font-weight:bold;
	line-height:26px;
	padding:0;
}
ul.menu .menulink:hover,
ul.menu .menuhover {
	background: #98908a url(gfx/bg_nav_on.png) repeat-x 0 -20px;
}
ul.menu .sub {
	background: #98908a url(gfx/arrow.gif) no-repeat 135px center;
}
ul.menu .menulink:hover.sub,
ul.menu .menuhover.sub {
	background: #98908a url(gfx/arrow.gif) no-repeat 135px center;
}
ul.menu .topline {
	border-top: 1px solid #59b9a1;
}


/*2nd level*/
#sidebar ul {
	border-bottom: 1px solid #ccc;
	float: left;
	margin: 30px 0 0 0;
	padding: 0;
	width: 100%;
}
#sidebar ul li {
	display: block;
	float: left;
	margin: 0;
	list-style: none;
	padding: 0;
	width: 224px;
}
#sidebar ul li a,
#sidebar ul li a:visited {
	border-top: 1px solid #ccc;
	color: #000;
	display: block;
	height: 26px;
	float: left;
	line-height: 26px;
	padding-left: 22px;
	overflow: hidden;
	text-decoration: none;
	width: 224px;
}
#sidebar ul li a:hover {
	color: #9e141c;
	text-decoration: none;
}
#sidebar ul li a.selected,
#sidebar ul li a:visited.selected {
	background: #d6d2cf;
	color: #9e141c;
	font-weight: bold;
	text-decoration: none;
}
#sidebar ul li a span {
	font-size: .83em !important;
}
/*3nd level*/
#sidebar ul ul {
	border: none;
	margin: 0 0 5px 0;
	padding: 0;
}
#sidebar ul ul li {
	margin: 0;
	list-style: none;
	padding: 0;
	width: 204px;
}
#sidebar ul ul li a,
#sidebar ul ul li a:visited {
	border: none;
	color: #000;
	display: block;
	height: 18px;
	float: left;
	line-height: 18px;
	padding-left: 42px;
	text-decoration: none;
	width: 204px;
}
#sidebar ul ul li a:hover {
	color: #9e141c;
	text-decoration: none;
}
/*Headermenu*/
#submenu ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
#submenu ul li {
	display: inline;
	margin: 0;
	list-style: none;
	padding: 0;
}
#submenu ul li a,
#submenu ul li a:visited {
	/*color: #d2d0d1;*/
	color: #000;
	padding-left: 10px;
	text-decoration: none;
}
#submenu ul li a:hover {
	color: #000;
	text-decoration: underline;
}

/* Formulare
----------------------------------------------- */
#kontaktform {
	float: left;
	margin: 20px 0;
	text-align: left;
}	
#kontaktform fieldset {
	border: 1px solid #999;
	margin: 0;
	padding: 15px 22px 15px 15px;
}
legend {
	border: none;
	color: #666;
	font-weight: bold;
	padding: 0 8px;
}
label {
	cursor: pointer;
	float: left;
	text-align: left;
	width: 120px;
}
input.standard,
textarea.standard {
	border: 1px solid #999;
	font-family: inherit;
	font-size: 1em;
	padding: 2px 0;
	width: 240px;
}
label.ckb {
	display: inline;
	float: none;
	width: auto;
}
textarea.standard {
	width: 370px;
}
input:hover.standard,
textarea:hover.standard {
	border: 1px solid #ccc;
}
.button {
	margin-left: 120px;
}
#kontaktform .xs {
	color: #999;
	font-size: 11px;
	margin-left: 120px;
}
.loginform {
	margin-bottom: 20px;
}


/* Tabellen
----------------------------------------------- */
.produkttabelle,
.produkttabelle2 {
	border: solid #b9b2a6;
	border-width: 1px 0 0 1px;
	margin: 0 0 1em 0;
	padding: 0;
	width: 536px;
}
.produkttabelle2 {
	width: 250px;
}
.produkttabelle td,
.produkttabelle th,
.produkttabelle2 td,
.produkttabelle2 th {
	border: solid #b9b2a6;
	border-width: 0 1px 1px 0;
	font-family: inherit;
	font-size: 11px;
	margin: 0;
	padding: 1px;
	vertical-align: top;
	text-align: left;
}
.produkttabelle th,
.produkttabelle2 th {
	background: #98908a;
	color: #fff;
	font-weight: normal;
}
.produkttabelle tfoot {
	color: #999;
}
.dlpreislisten {
	border: none;
	margin: 0 0 25px 0;
	padding: 0;
	width: 536px;
}
.dlpreislisten img {
	border: 1px solid #b9b2a6;
}
.dlpreislisten td,
.dlpreislisten th {
	border: none;
	font-family: inherit;
	margin: 0;
	padding: 1px;
	vertical-align: top;
	text-align: left;
	width: 172px;
}
