body {
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%;
	font-family: Georgia, Verdana, Sans-serif;
	font-size: 14px; 
}

h1, h2, h3, h4 {
	font-weight: normal; 
}

a img {
  border: 0; 
}

.page { padding-top: 20px; margin-left: 35px;}

#framecontentLeft, #framecontentRight {
  position: absolute; 
	top: 0; 
	left: 0; 
	width: 110px; /*Width of left frame div*/
	height: 100%;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: #D8BFD8;
	color: white;
}

#framecontentRight {
  left: auto;
	right: 0; 
	width: 110px; /*Width of right frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: #D8BFD8;
	/**
	background-image: url('../../images/bg_right.gif');
	background-position: left;
	background-repeat: repeat-y;
	**/
	color: white;
}

/**
#framecontentLeft {  
	background-image: url('../../images/bg_left.gif');
	background-position: right;
	background-repeat: repeat-y;
}
**/

#framecontentBottom {
  position: absolute;
	bottom: 0; 
	left: 110px; /*Set left value to WidthOfLeftFrameDiv*/
	right: 110px; /*Set right value to WidthOfRightFrameDiv*/
	width: auto;
	height: 59px; /*Height of bottom frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: #D8BFD8;
	border-top: 2px solid #c9c9c9; 
	color: #000;
}

/** #eee0e5 **/

#framecontentBottom p {
  font-size: 0.8em;
	font-family: Georgia, Verdana, Sans-serif; 
	color: #fff;
	float: left;
	margin-left: 5em;
}

#maincontent {
	position: fixed; 
	top: 0;
	bottom: 60px; /*Set bottom value to HeightOfBottomFrameDiv*/
	left: 110px; /*Set left value to WidthOfLeftFrameDiv*/
	right: 110px; /*Set right value to WidthOfRightFrameDiv*/
	overflow: auto; 
	background: #D8BFD8;
}

#front {
	/*width: 100%;*/
}

#front h1 {
	font-size: 1.2em;
	font-weight: normal;
	color: #000; 
}

#front_logo {
   padding-top: 10px;
   height: 120px;
/*	padding: 20px; */
}

#front_welcome {
	background-color: #D8BFD8;
	border-bottom: 1px solid #c9c9c9;
	border-top: 1px solid #c9c9c9;
	width: 100%;
	text-align: center;
}

#front_welcome h2 {
	padding-left: 25%;
	margin: 0; 
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;	
	font-size: 1.5em;
	color: #808080;
	
}

#front_image {
	float: right;
	width: 150px;
	/**
	position: absolute;
	margin-right: 40px;
	padding-right: 20px;	
	right: 0px;
	top: 20px;
	width: 150px;
	**/
}

#nyhetsbrev {
	/*margin-left: 50px;*/
}

#nyhetsbrev h2 { font-size: 1em; }

#nyhetsbrev label { float: left; width: 100px; }

#inspiration {
	/*width: 100%;*/	
	text-align: center;
	min-height: 300px;
}

#inspiration-slideshow {
	float: left;
	width: 400px;
	margin-top: 20px;	
}

#inspiration-slideshow p {
	margin: 0; 
	padding: 0;
	font-size: 0.7em;	
}

#inspiration h1 {
	margin-top: 100px;
	float: left;	
}


#slideshow {
	padding: 20px;
	overflow: hidden;
	width: 340px;
	float: right; 
}

#butiker h1 { margin: 0; padding: 0; }

#menu li {
	list-style: none;
	background-image: url(../../images/menu_bg.gif);
	width: 120px;
	float: left;
	padding: 0;
	margin: 0; 
	margin-left: 5px;
	text-align: center;
}

#menu li.current {
	list-style: none; 
	margin: 0; 
}

#menu li.current a {
	color: #000;
}

#menu a {
	color: #000;
	text-decoration: none; 
}

/*
#menu a:visited {
	color: #666666;
}
*/

#menu a:hover {
	color: #fff;
}

#menu .current a {
   color: #000000;
}

#kontaktform {
	margin: 0; 
	padding: 0;
}

#kontaktform label {
	float: left; 
	width: 100px;
	text-align: right;
	margin-right: 5px;
}

#kontaktform input.ruta {
	border: 0;
	border-bottom: 1px dashed #cfcfcf; 
}

#butik_stockholm {
	border-bottom: 2px solid #666666;
	margin-bottom: 2em;
}

#butik_stockholm table, #butik_gotland table {
	width: 40%;
	float: left;
}	

#butik_stockholm h3, #butik_gotland h3 {
	font-size: 1.1em;
	width: 200px;
	float: left;
}

#butik_stockholm iframe, #butik_gotland iframe {
	margin-right: 1.5em;
	width: 425px;
}
	
#frame_back {
	margin: 0;
	background-color: #eee0e5;
}

#frame_back p {
	margin: 0;
	margin-top: 4px;
	padding: 0; 
}

#frame_back p a {
	font-size: 0.8em;
	font-weight: bold;
	margin-left: 10px;	
}

.innertube {
  margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

.center {
	text-align: center;
}

* html body { /*IE6 hack*/
  padding: 0 110px 59px 110px; /*Set value to (0 WidthOfRightFrameDiv HeightOfTopFrameDiv WidthOfLeftFrameDiv)*/
}

* html #maincontent { /*IE6 hack*/
  height: 100%; 
	width: 100%; 
}

* html #framecontentBottom { /*IE6 hack*/
  width: 100%;
}
