@charset "utf-8";
/* CSS Document */

body,td {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	font-size: 12px; 
	font-family: verdana, arial, helvetica, sans-serif;
}

/* Head section */
#head {
	position: relative; 
	width: 1000px; 
	height: 163px; 
	top: 0px;
	left: 0px;
}
#bluedec {
	position: absolute;
	width: 16px;
	left: 0x;
	top: 0px;
}
#language {
	position: absolute;
	width: 118px;
	left: 50px;
	top: 20px;
	font-size: 10px; 
	font-family: verdana, arial, helvetica, sans-serif;
}
#logo {
	position: absolute;
	width: 135px;
	left: 820px;
	top: 37px;
	height: 106px;
}
#menu {
	position: absolute;
	width: 905px;
	height: 20px;
	top: 111px;
	left: 50px;
	font-size: 13px;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-variant: small-caps;
}
/* ...end head section */


/* Main content section */
#content {
	width: 905px;
	margin-left: 50px;
	margin-top: 25px;
}
/* ...end main content section */


/* Footer section */
#foot {
	position: relative;
	top: 30px;
	left: 0px;
	width: 1000px;
	height: 44px;
}
#orangedec {
	position: absolute;
	width: 16px;
	left: 0x;
	top: 5px;
}
#address {
	position: absolute;
	width: 640px;
	height: 20px;
	top: 30px;
	left: 50px;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 10px; 
	line-height: 12px;
}
#triplea{
	position: absolute;
	top: 0px;
	left: 660px;
	width: 300px;
	height: 100px;
}

/* ...end footer section */

hr.headline{
	height: 1px;
	width: 860px;
	margin-left: 0px;
	text-align: left;
	color: #cccccc;
	background-color: #cccccc;
	border: 0;
}

/* Typo */
.pageheader{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}

.tinybread{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.brödtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.brödtextliten {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.produktrubrik {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
/* ...end Typo */






A:link{COLOR: #0068b3; text-decoration:none;}

A:visited{COLOR: #0068b3; text-decoration:none;}

A:hover{COLOR: #ee7b00; text-decoration:none;}

A:active{COLOR: #ee7b00; text-decoration:none;}

