@charset "UTF-8";

 /* - - - - - - - - - -  GENRAL TAGS  - - - - - - - - - - */
body {
	background: #d0c4b2;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #633B01;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
table {
	border-collapse: collapse;
}
td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:link {
	color: #5e3900;
	text-decoration: none;
}
a:visited {
	color: #5e3900;
	text-decoration: none;
}
a:hover {
	color: #943500;
	text-decoration: underline;
}
a:focus {
	color: #943500;
}
a:active {
	color: #943500;
}


/* - - - - - - - - - -  FRAMEWORK  - - - - - - - - - - */
#mainContainer {
	margin-top: 40px;
}
#headerRow {
	height: 96px;
}
#contentRow {
	height: auto;
}
#footerRow {
	height: 40px;
}
#headerLeft, #contentLeft, #footerLeft {
	text-align: left;
	width: 285px;
	padding-left: 15px;
}
#headerCenter, #contentCenter, #footerCenter {
	text-align: left;
	width: 575px;
}
#headerRight, #contentRight, #footerRight {
	text-align: left;
	width: 150px;
}


/* - - - - - - - - - -  FORHANDLER ACCORDION  - - - - - - - - - - */
.accordionLink {
	font-weight: bold;
	text-decoration: underline;
	display: block;
	margin-top: 10px;
}
.accordionContainer td {
	padding-right: 12px;
}


/* - - - - - - - - - -  OTHER  - - - - - - - - - - */
#contentCenter {
	padding-right: 25px;
	padding-bottom: 25px;	
}
.produktinfoItem {
	margin-bottom: 12px;
	padding-bottom: 12px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: 633B01;

}
.produktinfoItem img {
	float: left;
	margin-right: 15px;
}
.produktinfoTittel {
	text-transform: uppercase;
}
.produktinfoBeskrivelse {
}
.kolleksjonItem {
	float: left;
	width: 285px;
	margin-bottom: 25px;
}
.kolleksjonsItemTittel {
}
.kolleksjonProduktBilde {
	margin-bottom: 20px;	
}
.kolleksjonProduktBeskrivelse {
	margin-bottom: 20px;	
}
.kolleksjonProduktStrektegning {
	text-align: right;
}
.nav1element {
	float: left;
	margin-right: 12px;
	margin-top: 46px;
}
#contentLeft {
	height: 400px;
	background-image: url(/images/rajo-dekor.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#footerCenter {
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: 633B01;
	font-weight: bold;
	padding-top: 8px;
}



.floatleft { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.floatright { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

