@charset "utf-8";
/* CSS Document */

body
{
	width: 100%;
	background-color: #ffffff;
	background-image: url(images/headtile.jpg);
	background-repeat: repeat-x;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	color: #000000;
	
	text-align: center;
	
	margin: 0px;
	padding: 0px;
}

h1 { font-size: 18px; font-weight: normal; margin: 0 0 14px 0; }
h2 { font-size: 14px; font-weight: normal; }

a
{
	text-decoration: none;	
	color: #00aeef;
}


.graydivider {

	width: 100%;
	height: 1px;
	border-top: 1px solid #ccc;
	/*background-color: #ccc;*/
}

#page
{
	width: 996px;
	position: relative;
	margin: 0 auto;
	
	background-color: #ffffff;
}

#page_leftmargin
{
	width: 77px;
	background-image: url(images/leftshadow.jpg);
	background-repeat: no-repeat;
	height: 700px;
	float: left;
}

#page_rightmargin
{
	width: 77px;
	background-image: url(images/rightshadow.jpg);
	background-repeat: no-repeat;
	height: 700px;
	float: right;
}

#pagecontents
{
	width: 842px;
	float:left;
	text-align: left;
	background-color: #ffffff;
	min-height: 700px;
}

#topheader
{
	width: 100%;
	float: left;
	height: 116px;
}

#logotype
{
	width: 117px;
	height: 47px;
	float: left;
	padding-left: 40px;
	padding-top: 33px;
}

#webmail
{
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	background-image:url(images/mailicon.gif);
	background-repeat: no-repeat;
	height: 14px; line-height: 14px;
	text-indent: 20px;
}

#english_lang
{
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	background-image:url(images/english.gif);
	background-repeat: no-repeat;
	height: 14px; line-height: 14px;
	text-indent: 20px;
}

#swedish_lang
{
	float: left;
	margin-top: 10px;
	margin-right: 40px;
	background-image:url(images/swedish.gif);
	background-repeat: no-repeat;
	height: 14px; line-height: 14px;
	text-indent: 20px;
}

#webmail a, #english_lang a, #swedish_lang a
{
	color: #000;
}	

#MainMenuArea
{
	width: 100%;
	height: 36px;
	margin-top: 36px;
	background-color: #555555;
	float: left;
	font-size: 14px;
	line-height: 36px;
	background-image: url(images/menubg.jpg);
	background-repeat: repeat-x;
	padding: 0px;
}


#MainMenuArea ul
{
	width: 620px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	list-style-type: none;
	float: left;
	padding: 0px 0px 0px 20px;
	height: 36px;
}

#MainMenuArea li
{
	margin: 0px 0px 0px 0px;
	float: left;
	white-space: nowrap;
	height: 36px;
	position: relative;
	padding: 0px 15px;
}


#MainMenuArea li.selected
{
	height: 36px;
	background-image: url(images/selectedmenuitem.jpg);
}

#MainMenuArea li a { color: #FFF; height: 36px; }
/*#MainMenuArea li.unselected a:hover { background-image: url(images/hovermenuitem.jpg); display: block; }*/



#headerpicture
{
	float: left;
	width: 100%;
	clear: both;
}

#topheadmenu
{
	float: right; margin-top: 20px;
}

.searchbox
{
	background-color: #666;
	color: #000;
	height: 16px;
	float: left;
	border: none;
	width: 150px;
	font-size: 11px;
	padding: 4px 3px 2px 3px;
	background-image: url(images/searchboxbg.jpg);
}

#contentarea
{
	padding: 40px;
	width: 762px;
	float:left;
	
}

.readmorelink
{
	background-image: url(images/readmore.gif);
	background-repeat: no-repeat;
	height: 13px; line-height: 13px;
	text-indent: 20px;	
	margin-top: 12px;
}

.archivelink
{
	margin-bottom: 30px;
	float:right;
}

.searchboxcontainer
{
	/*width: 174px;*/
	float: right;
	padding-right: 6px;
	margin-top: 7px;
}


.leftMenu
{
	float: left;
	width: 120px;
	margin: 5px 20px 0px 0px;
}

.leftMenu span a.first
{
	float: left;
	padding-bottom: 3px;
	width: 100px;
	border-bottom: 1px solid #ddd;
	margin-top: 0px;
}

.leftMenu span a
{
	float: left;
	padding-bottom: 3px;
	width: 100px;
	border-bottom: 1px solid #ddd;
	margin-top: 15px;
}

.leftMenu span span a
{
	float: left;
	padding-bottom: 3px;
	width: 90px;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 5px;
	margin-left: 10px;
}

#footer
{
	text-align: center;
	color: #666;
}


.stocklist td, .stocklist th
{
	font-size: 11px;
	border-color: #ccc;	
	vertical-align: top;
}

#rightColumn
{
	float: right;
	width: 220px;
	margin: 0px 0px 0px 40px;
}

.productType
{
 	float: left;
 	width: 280px;	
	height: 90px;
	/*margin-right: 25px;*/
	margin-top: 18px;
	margin-bottom: 15px;
	padding: 2px 25px 2px 2px;
}

.productType .imageContainer
{
	float: left;
	display: block;
	margin-right: 10px;
	padding: 2px;
	border: 1px solid #ccc;
	/*cursor: pointer;*/
}

.bildbankContainer
{
 	float: left;
 	width: 90px;	
	height: 90px;
	margin-right: 25px;
	margin-top: 18px;
	margin-bottom: 15px;
	padding: 2px;
}

.productType img
{
	float: left;
	display: block;
	width: 90px;
	height: 90px;
}

.productGradeHead
{
	background-image: url(images/tblheadbg.gif);
	background-repeat:repeat-x; line-height: 20px;	
	height: 28px; vertical-align: top;
}

td
{
	font-size: 11px;	
	height: 23px;
}

.formInput
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	border: 1px solid #dedede;
	background-color: #fff;
	width: 280px;
}

.searchInput
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #dedede;
	background-color: #fff;
	width: 350px;
	padding: 5px;
}

.searchButton
{
	/*margin-bottom: 12px;*/
}

.formSelect
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	border: 1px solid #dedede;
	background-color: #fff;
	width: 291px;
}

dl {
    font:normal 12px/15px Arial;
    position: relative;
	width: 390px;
	vertical-align: bottom;
	float: left;
}
dt {
    clear: both;
    float:left;
    width: 80px;
    padding: 4px 0 2px 0;
    text-align: left;
}
dd {
    float: left;
    width: 300px;
    margin: 0 0 8px 0;
    padding-left: 6px;
	text-align: right;
}

.prehidden
{
	padding-left: 10px;
	padding-bottom: 15px;
	display: none;
	
}

ol.searchresult
{
	list-style-position: outside;
}

ol.searchresult li
{
	margin-bottom: 12px;
}

.PagingContainer
{
	float: left;
	width: 450px;
	font-size: 12px;
}

.SelectedPagingItem
{
	text-decoration: underline;
}

.UnselectedPagingItem
{
}
