@charset "utf-8";
/* CSS Document */

body {
	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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #9b5b5c;
	background-image: url(../graphics/bakgrund-affarsnaetverk.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
img {
border: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 10px;
}
a {
	color: #000000;
	text-decoration: none;
}
h1 {
	margin-top: 20px;
	margin-bottom: 15px;
}
h2 {
	margin-top: 10px;
}
#wrapper {
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#header {
	height: 130px;
	background-color: #FFFFFF;
	background-image: url(../graphics/logga.jpg);
	background-repeat: no-repeat;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
#mainContent p {
	margin-top: 10px;
}
#mainContent h1 {
	font-size: 18px;
	margin-top: 0px;
	color: #792b35;
}
#mainContent h2 {
	font-size: 14px;
	margin-bottom: -10px;
	color: #792b35;
}
#mainContent h3 {
	font-size: 12px;
	margin-bottom: -10px;
	color: #792b35;
}

#rightContent {
	width: 420px;
	float: right;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
}


 /* menyn*/
 
#menu {
	width: 680px;
	height: 28px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	top: 100px;
	background-image: url(../graphics/menu.jpg);
	background-repeat: repeat-x;
	padding-left: 250px;
	overflow: hidden;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
	height: 27px;
}

#menu a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 28px;
	padding-bottom: 0px;
	padding-top: 5px;
	font-weight: bold;
}

#menu a:hover {
	color: #CCCCCC;
}

 #menu .active a {
	color: #FFFFFF;
	font-weight: bold;
 }
/* end meny */


#mainContent ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}



#mainContent a {
	display: block;
	margin: 0;
	text-decoration: none;
	height: 18px;
	font-size: 12px;
	color: #333333;
	border-bottom: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	background-image: url(../bilder/menu-pil.png);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 15px;
}



#mainContent a:hover {
	background-image: url(../bilder/menu-pil-active.png);
	background-repeat: no-repeat;
	color: #999999;
}

 #mainContent .active a {
	background-repeat: no-repeat;
	color: #333333;
	background-image: url(../bilder/menu-pil-active.png);

 }
#makaron {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../graphics/sidfot.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 800px;
	bottom: 30px;
	position: relative;
	padding-left: 130px;
}
#makaron a{
	color: #666666;
	text-decoration: none;

}
#makaron p{
	font-size: 11px;
	color: #666666;
	text-align: left;
	padding-left: 15px;
	padding-bottom: 15px;
	margin-top: 12px;
	padding-top: 1px;
}

}
#medlemmar {
	width:216px;
	padding-bottom: 15px;

}
#medl-mitten {
	width:440px;
	margin-right: 14px;
	margin-left: 14px;
	padding-bottom: 40px;
	float: right;
}


		
.grid_3 {
	width:186px;
	background-color: #f3eceb;
	background-image: url(../graphics/row-pink.jpg);
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-bottom: 40px;
	padding-left: 15px;
	height: 400px;
	overflow: hidden;
}
.grid_3-index{
	width:186px;
	background-color: #f3eceb;
	background-image: url(../graphics/row-pink.jpg);
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-bottom: 40px;
	padding-left: 15px;
	height: 350px;
	overflow: hidden;
}
.grid_3-ombni{
	width:186px;
	background-color: #f3eceb;
	background-image: url(../graphics/row-pink.jpg);
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-bottom: 40px;
	padding-left: 15px;
	height: 400px;
	overflow: hidden;
}
.grid_3_medl {
	width:186px;
	background-color: #f3eceb;
	background-image: url(../graphics/row-pink.jpg);
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-bottom: 40px;
	padding-left: 15px;
	overflow: hidden;
}
.grid_3_haga {
	width:186px;
	background-color: #f3eceb;
	background-image: url(../graphics/row-pink.jpg);
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-bottom: 40px;
	padding-left: 15px;
	height: 550px;
}
.grid_3_besok {
	width:186px;
	background-color: #f3eceb;
	background-image: url(../graphics/row-pink.jpg);
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-bottom: 40px;
	padding-left: 15px;
	height: 650px;
}
.grid_4 {
	width:440px;
	margin-right: 14px;
	margin-left: 14px;
	padding-bottom: 40px;
}


#blue-index {
	width:186px;
	background-image: url(../graphics/row-grey.jpg);
	background-repeat: no-repeat;
	background-color: #eeefef;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 40px;
	float: right;
	height: 370px;
}
#blue-index a{
	padding: 0px;
	border-bottom-style: none;
}
#blue-ombni{
	width:186px;
	background-image: url(../graphics/row-grey.jpg);
	background-repeat: no-repeat;
	background-color: #eeefef;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 40px;
	float: right;
	height: 550px;
	padding-top: 15px;
}
#blue-ombni a{
	padding: 0px;
	border-bottom-style: none;
}
#blue-bnihaga {
	width:186px;
	background-image: url(../graphics/row-grey.jpg);
	background-repeat: no-repeat;
	background-color: #eeefef;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 40px;
	float: right;
	height: 550px;
	padding-top: 15px;
}
#blue-bnihaga a{
	padding: 0px;
	border-bottom-style: none;
}
#blue-besok {
	width:186px;
	background-image: url(../graphics/row-grey.jpg);
	background-repeat: no-repeat;
	background-color: #eeefef;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 40px;
	float: right;
	height: 650px;
	padding-top: 15px;
}
#blue-besok a{
	padding: 0px;
	border-bottom-style: none;
}

#blue {
	width:186px;
	background-image: url(../graphics/row-grey.jpg);
	background-repeat: no-repeat;
	background-color: #eeefef;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 40px;
	float: right;
	padding-top: 15px;
}
#blue a{
	padding: 0px;
	border-bottom-style: none;
}
	
.grid_6 {
	width:440px;
	margin-left: 14px;
	}
	

.grid_8 {
	width:670px;
	margin-bottom: 15px;
}

.grid_12 {
	width:899px;
	height: 300px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
}

.column {
	float: left;
	display: inline;
	margin-top: 0;
	margin-bottom: 0px;
	overflow: hidden;
}
.columnny {
	overflow: hidden;
	float: left;
	display: inline;
	margin-top: 15;
	margin-bottom: 15px;
}
.row {
	width: 900px;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.row .row {
	margin: 0 -10px;
	width: auto;
	
}
.pink {
	background-color: #f3eceb;
	background-image: url(../graphics/row-pink.jpg);
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.bni {
	background-color: #792b35;
}
.more {
	padding-left: 15px;
	padding-bottom: 15px;
}
.medlemmsbild{
	padding-top: 15px;
	padding-bottom: 15px;
}
.nopadding {
	padding: 0px;
}
.noborder {
	padding: 0px;
	border-bottom-style: none;
}
.linje {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.fltrt { /* 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;
}
.fltlft { /* 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;

}
.padding {
	padding-bottom: 10px;

