body {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(../bilder/body_bkg_blue.jpg);
	background-repeat: repeat-x;
	background-position: right bottom;
	font-size: 0.8em;
}
#container {
	width: 800px;
	border: 1px solid #000;
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: 100%;
	background-color: #FFF;
}
#container #header {
	height: 120px;
	background-image: url(../bilder/header_bkg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
#container #header a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container #header #headerTxt {
	position: absolute;
	left: 220px;
	top: 15px;
	color: #FFF;
	width: 580px;
}
#container #header #headerTxt h1 {
	font-size: 2em;
	font-family: "Arial Black", Gadget, sans-serif;
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
}
#container #header #headerTxt p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.3em;
	text-transform: uppercase;
}


#container #mainContainer {
	position: relative;
	float: left;
}


#container #mainContainer #meny {
	background-image: url(../bilder/meny_bkg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 800px;
	height: 55px;
	position: absolute;
	top: 0px;
	float: left;
}
#container #mainContainer #meny ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#container #mainContainer #meny ul li {
	display: block;
	float: left;
	height: 55px;

}
#container #mainContainer #meny ul li:hover {
	background-image: url(../bilder/meny_pil.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#container #mainContainer #meny ul li a {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 35px;
	line-height: 37px;
	padding-left: 34px;
	background-image: url(../bilder/menyLink_streck.gif);
	height: 55px;
	display: block;
	font-weight: bold;
}
#container #mainContainer #meny ul .current   {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../bilder/meny_pil.png);
}

#container #mainContainer #meny ul li a:hover {
	color: #000;
}
#container #mainContainer #meny ul li .last {
	background-image: none;
}
#container #mainContainer #mainContent {
	background-image: url(../bilder/mainContent_bkg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 37px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	background-color: #FFF;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#container #mainContainer #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1em;
	margin-top: 0px;
	color: #000;
}
#container #mainContainer #mainContent h2 {
	font-size: 1em;
	color: #666;
	margin-top: 30px;
}

#container #mainContainer #mainContent .centered {
	text-align: center;
}

#container #mainContainer #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
}
#container #mainContainer #mainContent .bildtext {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 0.8em;
	padding: 0px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#container #mainContainer #mainContent a {
	color: #666;
	font-size: 1em;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
#container #mainContainer #mainContent a:hover {
	color: #000;
	text-decoration: none;
}
#container #mainContainer #mainContent .smallLink, #container #mainContainer #mainContent .smallLink:hover {
	font-size: 0.85em;
	font-weight: normal;
}
#container #mainContainer #mainContent .leftContent {
	float: left;
	width: 450px;
}
#container #mainContainer #mainContent .leftContent img {
	display: block;
	border: 1px solid #666;
	background-color: #FFF;
	padding: 7px;
}
#container #mainContainer #mainContent .rightContent {
	width: 250px;
	margin-left: 480px;
	padding: 10px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F0F0F0;
	border-right-color: #CCC;
	border-bottom-color: #B2B2B2;
	border-left-color: #E4E4E4;
	background-color: #FFF;
	margin-top: 30px;
}
#container #mainContainer #mainContent .rightContent h1 {
	color: #999;
	font-size: 1.2em;
}
#container #mainContainer #mainContent .rightContent p {
	font-size: 0.85em;
	line-height: 1.5em;
}




#container #mainContainer #mainContent .twoColTbl {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#container #mainContainer #mainContent .noBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#container #mainContainer #mainContent .twoColTbl tr td {
	width: 50%;
	vertical-align: top;
	padding-bottom: 20px;
	padding-top: 10px;
}
#container #mainContainer #mainContent .twoColTbl tr td img {
	display: block;
	border: 1px solid #666;
	background-color: #FFF;
	padding: 7px;
}
#container #mainContainer #mainContent .twoColTbl tr td .noframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	background-color: transparent;
}

#container #mainContainer #mainContent .twoColTblSortiment tr .left {
	width: 33%;
}

#container #mainContainer #mainContent .threeColTbl {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#container #mainContainer #mainContent .threeColTbl tr td {
	width: 33%;
	padding-bottom: 10px;
}
#container #mainContainer #mainContent .kontaktButik {
	width: 250px;
	margin-left: 480px;
	padding: 10px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F0F0F0;
	border-right-color: #CCC;
	border-bottom-color: #B2B2B2;
	border-left-color: #E4E4E4;
	background-color: #FFF;
}
#container #mainContainer #mainContent .kontaktButik h1 {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}


#container #mainContainer #mainContent .kontaktPersonal {
	float: left;
	width: 475px;
}

#container #mainContainer #mainContent .kontakt {

}
#container #mainContainer #mainContent .kontakt tr td {
	width: 50%;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-right: 10px;
}
#container #mainContainer #mainContent .kontakt tr td img {
	background-color: #FFF;
	padding: 7px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-top: 0px;
	border: 1px solid #000;
}
#container #mainContainer #mainContent .kontakt tr td h1 {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#container #mainContainer #mainContent .kontakt tr td p {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}
#container #mainContainer #blidspel {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	display: inline;
}

#container #mainContainer #mainContent .clearFloat {
	clear: both;
}




#container #mainContainer #mainContent img {
	margin: 0px;
	padding: 0px;
}
#container #mainContainer #mainContent .leverantorer {
	float: right;
}

#container #mainContainer #secContent {
	width: 800px;
	background-image: url(../bilder/mainContent_bkg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	background-color: #FFF;
}
#container #mainContainer #secContent table {
	margin-top: 20px;
	margin-bottom: 20px;
}
#container #mainContainer #secContent table tr {
}

#container #mainContainer #secContent table tr td {
	width: 33%;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
#container #mainContainer #secContent table tr td h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #999;
	text-decoration: none;
}
#container #mainContainer #secContent table tr td h1 a:link, #container #mainContainer #secContent table tr td h1 a:visited {
	color: #999;
	text-decoration: none;
}
#container #mainContainer #secContent table tr td h1 a:hover, #container #mainContainer #secContent table tr td h1 a:active {
	color: #000;
	text-decoration: none;
}
#container #mainContainer #secContent table tr td p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.4em;
}
#container #mainContainer #secContent table tr .last {
	border-right-style: none;
}

#container #footer {
	height: 25px;
	background-color: #000;
	font-size: 0.75em;
	color: #FFF;
	line-height: 25px;
	text-align: center;
	clear: both;
	margin: 0px;
	position: relative;
}
#media {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	height: 20px;
	width: 170px;
	position: absolute;
	right: 0px;
	bottom: -20px;
	text-align: right;
}
#media a {
	color: #E5E5E5;
	display: block;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#media a:hover {
	color: #ABC177;
	text-decoration: none;
	background-image: url(../bilder/media_pilar.png);
	background-repeat: no-repeat;
	background-position: left 9px;
}
