/* @override http://www.barbroroos.se/templates/barbro/css/barbro.css */

* {
	margin: 0;
	padding: 0;
}

/* @group LAYOUT */

html, body{
	height: 100%;
}

body {
	background: #e4e2e3;
}

#container {
	width: 1024px;
	margin: auto;
}

#page{
	min-height: 100%;
	position: relative;
}

#header {
	height: 160px;
	width: 930px;
	position: absolute;
	top: 20px;
	right: 0;
}

#logo{
	background: url(../images/logo.png) no-repeat;
	position: relative;
	height: 55px;
	width: 251px;
	margin-bottom: 20px;
}

.clr {
	clear:both;
}



/* @group Main menu */

#menu{
	width: 930px;
	height: 50px;
	background-image: url(../images/bg-main_menu.png);
	float: right;
	position: relative;
}

#menu ul{
	width: 100%;
	margin: 0;
	padding-top: 15px;
}

#menu ul li{
	float: left;
	list-style-type: none;
	padding-left: 46px;
}

#menu ul li a span{
	color: #4f4f4f;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 8px;
	font: 20px "Frutiger LT Std";
}

#menu div.moduletable_menu ul.menu li.item1 {
	background: none;
}

#menu ul li#current a span,
#menu ul a:hover span {
	color: #9f1d23;
}

/* @end */

/* @group Sub menu */

#submenu{
	position: absolute;
	right: 0;
	width: 160px;
	top: 20px;
}

#submenu div.module div {
	background: url(../images/submenu-bottom.png) no-repeat 0 bottom;
	padding-top: 0;
}

#submenu div.module div div {
	background: url(../images/submenu-top.png) no-repeat;
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
	padding-bottom: 0;
}

#submenu ul.menu {
	width: 100%;
	padding-left: 30px;
	padding-top: 30px;
}

#submenu ul.menu li{
	list-style-type: none;
	padding-bottom: 20px;
}

#submenu ul.menu li a span{
	color: #4f4f4f;
	margin: 0;
	text-decoration: none;
	text-transform: lowercase;
	font: 20px "Frutiger LT Std";
}

#submenu ul.menu li#current a span,
#submenu ul.menu a:hover span {
	color: #9f1d23;
}

/* @end */

/* @group Content */

#main {
	width: 874px;
	position: absolute;
	top: 200px;
	left: 150px;
}

#content {
	position: relative;
	background: url(../images/bg-text.png) repeat-y;
	width: 554px;
	border: 1px solid #969697;
}

div.article-content {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
}

div.moduletable_hem, 
div.moduletable_textilkonst,
div.moduletable_utstallningar {
	position: relative;
	top: 140px;
	left: 60px;
}

div.moduletable_mer {
	position: relative;
	top: 100px;
	left: 60px;
}

#gallery {
	position: relative;
	width: 565px;
}

div.thumbnail-bg {
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
	top: -8px;
}

#content div.article-content img {
	border: 1px solid #969697;
	margin: 10px;
}



/* @end */

/* @group Contact form */

#userForm {
	color: #444;
	font: 13px Verdana, "Lucida Grande", Lucida, sans-serif;
}
#userForm fieldset.formFieldset ol.formContainer li div.formBody {
	padding: 0;
}

#Skicka {
	background-color: #4f4f4f;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	border-style: none;
}

/* @end */

/* @group Webdesign */

#webdesign_wrapper {
	background-image: url(../images/bg-copyright.png);
	width: 270px;
	height: 29px;
	position: absolute;
	right: 0;
	top: 580px;
}
#webdesign {
	color: #878788;
	text-align: center;
	font: 12px "Frutiger LT Std";
	padding-top: 9px;
	float: right;
	position: relative;
	right: 5px;
}

#webdesign a {
	font: 12px "Frutiger LT Std";
	color: #878788;
}



/* @end */

/* @end */ 

/* @group TYPOGRAPHY */

h1,
#content h1 {
	font: 30px/40px "Frutiger LT Std";	
	color: #fff;
	text-transform: uppercase;
}

#content h1{
	color: #a9363b;
	font: 30px/40px "Frutiger LT Std";	
	padding-left: 20px;
	padding-top: 20px;
	text-transform: none;
	letter-spacing: 1px;
}

h2 {
	color: #a9363b;
	font: 20px "Frutiger LT Std";
	padding-bottom: 10px;
}

h3 {
	color: #a9363b;
	font: 16px "Frutiger LT Std";
	padding-bottom: 10px;
}

b,
b span {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

p {
	color: #444;
	font: 13px/21px Verdana, "Lucida Grande", Lucida, sans-serif;
	padding-bottom: 20px;
}

a {
	text-decoration: none;
	color: #a9363b;
}


/* @end */