@charset "utf-8";
/* CSS Document */
.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 */

html body
{
	background-color:#fefefe;
/*	background-image:url(../images/bg-gradient.jpg);*/
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
/*	font-family:"Trebuchet MS";*/

	color: #2c2523;
	background:#f7f6f5;
	font-size:11px;	
}
.box 
{
	color:#675A55;
}
h1
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:35px;
	font-weight:normal;
	color:#0066aa;
	margin:0 0 6px;
	padding:0;
}
a,a:hover
{
	color:#0066aa;
	
}
h2, h2 a
{
	font-size:14px;
	font-weight:bold;
	color:#0066aa;
	margin:0;
	text-decoration:none;
}
.article h2, .article h2 a, .category h2, .category h2 a
{
	margin:0 0 0.3em;
}
.article, .category
{
	font-size: 12px;
}

h2 a:hover
{
	text-decoration:underline;
}

.box h3 {
	
	font-size:12px;
	margin:0;
}
h3.boxheader
{
	margin:0;
	margin-left:10px;
	margin-bottom:5px;
	font-size:12px;
	text-transform:uppercase;
	color:#7a6e6a;
}
h3.boxheader a
{
	background:url(../images/blue-raquo.gif) left no-repeat;
	padding-left:12px;
	text-decoration:none;
}

p
{
	margin:0;
	margin-bottom:1em;
	line-height:1.45em;
}

.logo
{
	position:relative;
	display:block;
	top:49px;

}
.toparea
{

	background:url(../images/top-bg.jpg) #c4bdb9 center top no-repeat;
}
.toparea .container
{
		height:103px;
}
.main-menu
{
	background:url(../images/menu-bg.jpg) #c4bdb9 repeat-x;

	color:#FFF;
	font-family:Arial;
}
.main-menu a.menu-item
{
	height:24px;
	display:block;
	float:left;
	font-weight:bold;
	text-transform:uppercase;
	padding:0px 16px;
	color:#FFF;
	text-decoration:none;

}

.main-menu a.selected
{
	background:url(../images/mm-selected-bg.gif) #fff repeat-x;
	color:#6e625d;
	padding:0px 15px;
	border-left:1px solid #c6c0bc;
	border-right:1px solid #c6c0bc;	
}
.main-menu a.menu-item
{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	line-height:24px;
	font-size:11px;
}
.main-menu a.menu-item span
{
	position:relative;
	top:3px;

}

.lead
{
	color:#595453;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	line-height:21px;
}
.article .ingress
{
	color:#675a55;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height:15px;
	margin-bottom:1em;
}
.article h1
{
	margin-bottom:0.5em;
}


.article ul, .article li
{
	margin:0;
	padding:0;
	list-style-position:inside;
}

.article ul,.article ol
{
	margin-bottom:1em;
}

.p7
{
	padding:7px;
}
.p8
{
	padding:8px;
}
.pb8
{
	padding-bottom:8px;
}
.pl8
{
	padding-left:8px;
}

body .mb8
{
	margin-bottom:8px;	
}

.p22
{
	padding:22px;
}

.pt13
{
	padding-top:13px;
}

.hidden
{
	display:none;
}
.main-content
{
	background:url(../images/main-content-bg.jpg) repeat-x;
	min-height:650px;
	height:auto !important;
	height:650px;
}
.container
{
	width: 960px;
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
}
.container
{

}
.breadcrumb
{
	font-size:10px;
	height:27px;
	line-height:27px;
	background:url(../images/bc-arrow.gif) no-repeat 17px center;
	padding-left:30px;
	color:#a09893;
}
.breadcrumb a
{
	color:#a09893;
	
}

.col-1
{
	width:246px;
	overflow:hidden;	
	float:left;
	margin-right:8px;
	
}
.switch
{
	float:left;
	margin-right:0px;
	margin-left:8px;
	
}

.col-234
{
	float:left;
	width:706px;
	overflow:hidden;	
}
.col-234-23
{
	width:452px;
	float:left;
	margin-right:8px;
	overflow:hidden;
}
.col-234-23-2,.col-234-23-3
{
	width:225px;
	float:left;
	overflow:hidden;
}
.col-234-4
{
	width:230px;
	float:left;
	overflow:hidden;
}

.whitebox
{
	padding:8px;
	background:#fff;
}

.onepx-border
{
	border:1px solid #e2dfdd;
}
.leftmenu .onepx-border
{
	padding: 4px 2px;
}

.box .onepx-border
{
	padding: 9px;
	padding-bottom:5px;
}


.front-intro h2, .front-intro p
{
	margin:0;
	padding:0;
}
.front-intro h2
{
	font-size:12px;
	font-weight:bold;
	color:#0066aa;
}
.front-intro img
{
	margin-bottom:7px;
}
.front-intro a
{
	text-decoration:none;
	color:#0066aa;
}
a:hover
{
	text-decoration:underline;
}

a.readmore
{
	padding-right:10px;
	background:url(../images/blue-raquo.gif) no-repeat right 6px;
}

.intro a.readmore
{
	text-decoration:none;
}
.intro a.readmore:hover
{
	text-decoration:underline;
}

.intro h2
{
	margin-bottom:4px;
}
.intro a.intro-image
{
	display:block;
	float:left;
	margin-right:10px;
}

.column-left , .column-right
{
	width:311px;
	float:left;	
}
.column-left
{
	margin-right:21px;
}
.column-left .delimiter, .column-right .delimiter
{
	border-bottom:1px solid #e6e3e1;
	padding-top:15px;
	margin-bottom:12px;

}

.intro .has-image
{
	width:201px;
	float:left;
}
.posrel
{
	position:relative;
}
.cb
{
	clear:both;
}
.leftmenu li
{
	line-height:14px;
	padding:3px 0;	

}
.leftmenu .top
{

}
.leftmenu li a
{
	text-decoration:none;
	color:#675a55;

}
.leftmenu li a:hover
{
	text-decoration:underline;
	color:#0066AA;	
}

.leftmenu li .top
{
	text-transform:uppercase;
}
.leftmenu li.selected
{
	font-weight:bold;
	list-style:url(../images/li-daqou.gif);
}
.leftmenu ul
{

	list-style-type:none;
}
.leftmenu li.unselected
{
	font-weight:normal;
	list-style-image:url(../images/li-raqou.gif);
}

.leftmenu ul
{
	margin:0 0 0 14px;
}
.leftmenu li
{
	margin:0px 0px 0px 5px;
}
.leftmenu li.selected a
{
	color:#0066AA;	
}
.intro-text span
{
	line-height:13px;
}
	
.myclass
{
	font-family: max-bold; font-weight:bold; font-size:24px;
}
.aktuelt-listitem
{
	padding: 7px 0;
	background:url(../images/aktuelt-listitem-bg.jpg) bottom repeat-x;
}
.aktuelt-listitem h2,.aktuelt-listitem h2 a
{
	font-size:11px;
	font-weight:bold;
}
.aktuelt-listitem .has-image
{
	width:140px;
	margin-top:-2px;
}
.aktuelt-listitem .intro 
{
	padding:0 7px;
}
.aktuelt-listitem .intro  .intro-image img
{
	border: 1px solid #e2dfdd;
}

#newslist
{
	border:1px solid #e2dfdd;
}

.prevnext
{
	height:19px;
	line-height:19px;
	padding:0 8px;
	background:url(../images/aktuelt-listitem-bg.jpg) bottom repeat-x;

}

.prevnext .next
{
	background:url(../images/pn-raquo.gif) right 7px no-repeat;
	padding-right:10px;
	text-decoration:none;
	float:right;
	display:block;
	width:40px;
	text-align:right;
}
.prevnext .previous
{
	background:url(../images/pn-laquo.gif) 0 7px no-repeat;
	padding-left:10px;
	text-decoration:none;
	display:block;
	width:40px;	
	float:left;
	
}

.prevnext .rplaceholder
{
	padding-right:10px;
	float:right;
	display:block;
	width:40px;
}
.prevnext .lplaceholder
{
	padding-left:10px;
	float:left;
	display:block;
	width:40px;
}


div.object-right
{
	margin-left:20px;
	margin-bottom:10px;	
}

div.object-left
{
	margin-right:20px;
	margin-bottom:10px;	
}

div.content-view-embeddedmedia
{
	background-color:#F7F6F5;
	padding-bottom:1px;
}

.attribute-image p
{
	margin:0;
}

.attribute-caption p
{
	margin:0.5em;
}

.cl
{
	clear:both;
}





#searchbox
{
  min-height:91px;
  height:auto !important;
  height:91px;
}

#webshoplinks a
{
	display:block;
	color:#675a55;
	background:url(../images/linkarrow.gif) 7px 7px no-repeat;
	text-decoration:none;
	line-height:12px;
	padding:5px 16px;
}
#webshoplinks a.dark
{
	background:url(../images/linkarrow.gif) 7px 7px no-repeat #f0efee;
}

#webshoplinks a:hover
{
	text-decoration:underline;
	color:#0066AA;
}
td, th
{
	padding:15px;
}
table.skillelinje
{
	border:none;

}
table.skillelinje th, table.skillelinje td
{
	border:1px solid #E2DFDD;
	border-width:0 0 1px 0;	
}

table.ramme 
{
	border:1px solid #E2DFDD;
	border-width: 1px 0 0 1px;	

}
table.ramme th, table.ramme td
{
	border:1px solid #E2DFDD;
	border-width:0 1px 1px 0;	
}

table.kryss 
{
	border-width: 0px;
	border-spacing: 0px;
	border-style: hidden;
	border-color: white;
	border-collapse: collapse;
	background-color: white;
}
table.kryss th, table.kryss td
{
	border:1px solid #E2DFDD;
	border-width: 1px 1px 1px 1px;
	padding: 15px;
	border-style: solid solid solid solid;
	border-color: #E2DFDD #E2DFDD #E2DFDD #E2DFDD;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;	
}
h2.boxheader
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#7a6e6a;
	text-transform:uppercase;
	
}
a.widebutton
{
	background:url(../images/widebutton-bg.jpg) no-repeat;
	display:block;
	height:33px;
	line-height:33px;
	text-align:center;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#3f3938;
	text-decoration:none;
	margin-bottom:5px;
}
a.widebutton:hover
{
	background:url(../images/widebutton-bg-hover.jpg) no-repeat;
	color:#fff;
}

#search-products
{
	background:url(../images/productsearch-bg.jpg) no-repeat;
	height:33px;
	margin-bottom:8px;
}

#search-products input.searchtext
{
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3f3938;
	position:relative;
	top:8px;
	left:7px;
}
#search-products input.searchbutton
{
	position:relative;
	top:7px;
	right:11px;
	float:right;
}
a.loginlink
{
	background:url(../images/shoppingcart.jpg) no-repeat;
	padding:0 0 0 20px;
	display:block;
	line-height:14px;
	font-size:12px;
}