body {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	/* [disabled]background-size:stretch; */
	-o-background-size: cover;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #E20177;
	margin-bottom: 0px;
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	background-position: center 305px;
}
#rubbe {
	padding-right: 30px;
	padding-left: 30px;
}




H1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 36px;
	color: #E20177;
	text-align: left;
	margin: 0px;
}

H2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	color: #E20177;
	margin: 0px;
}

H3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 22px;
	color: #E20177;
	margin: 0px;
}




H4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
	color: #E20177;
	margin: 0px;
}

H5 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #E20177;
	margin: 0px;
}


H6 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #E20177;
	margin: 0px;
}


P {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 120%;
	text-align: left;
}




.less_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height: 120%;
}

hr {
	background-color: #4F8ABE; /* mozilla */
	border: 0px; /* fixes mozilla height */
	color: #4F8ABE; /* ie */
	height: 1px;
 }
ul {
	list-style-position: outside;
	list-style-image: url(images/list.png);
	margin-left: -10px;
}
a img{
	border: none;

}



/* Here are some examples of how you might want to change the
 * look and behavior of the links on your page.  Some examples for
 * further customization are included in comments.  */
a {
	cursor: pointer;
	outline: none;
}

a:link {
	color: #E20177;
	text-decoration: none;
}
a:visited {
	color: #E20177;
	text-decoration: none;
}
a:hover {
	color: #E20177;
	text-decoration: none;
  /* text-decoration: underline; */
  /* font-weight: bold; */
}
.whiteCentered H1 {
	color: white;
	border: none;
	padding: none;
	text-align: center;
	font-size: 22px;
	margin-top: 8px;
}
.white H3 {
	color: white;
	border: none;
	padding: none;
}

.whiteCentered P{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#formfield {
	width: 200px;
	height: 31px;
	z-index: 10;
	background-color: white;
	border: thin solid #ddd;
	padding-left: 15px;
	textarea:focus;
	input:focus;
	outline: none;
	margin-top: 1px;
	margin-bottom: 1px;
	float: left;
}

#searchsubmit {
	background-color: #eee;
	border: thin solid #fff;
	height: 33px;
	width: 50px;
	z-index: 10;
	margin-bottom: 1px;
	margin-top: 2px;
	float: right;
	margin-left: 1px;
}
.search {
	height: 33px;
	margin-top: 0px;
	margin-right: 30px;
	float: right;
	margin-bottom: 0px;
}
#divP1left {
	float: left;
	width: 430px;
	margin-bottom: 20px;
	min-height: 200px;
	padding-left: 30px;
	clear: left;
}
#divP1right {
	float: right;
	width: 430px;
	margin-bottom: 20px;
	min-height: 200px;
	padding-right: 30px;
	clear: right;
}

#imgDivP1right {
	float: right;
	width: 335px;
	margin-right: 30px;
	margin-top: -10px;
}
#imgDivP1left {
	float: left;
	width: 335px;
	margin-left: 30px;
	margin-top: -10px;
}




.img_right {
	float: right;
	border: thick solid #fff;
	margin-bottom: 15px;
	margin-left: 15px;
}
.img_left {
	float: left;
	border: thick solid #fff;
	margin-bottom: 15px;
	margin-right: 15px;
}



#main {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: #FFF;
	overflow: auto;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	z-index: -1;
	/* [disabled]margin-top: 85px; */
	margin-bottom: 20px;
	/* [disabled]border-image-source: url(images/spetskant.png); */
	/* [disabled]border-image-width: 75px; */
	min-height: 575px;
}
#mainIndex {
	margin-left: auto;
	margin-right: auto;
	width: 860px;
	background-color: #FFF;
	overflow: auto;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	z-index: -1;
	/* [disabled]margin-top: 85px; */
	margin-bottom: 20px;
	/* [disabled]border-image-source: url(images/spetskant.png); */
	/* [disabled]border-image-width: 75px; */
}
.fb-like {
	margin-left: 5px;
	margin-top: 30px;
	clear: both;
	float: left;
}

#center {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	/* [disabled]z-index: 15; */
	/* [disabled]padding: 0px; */
	/* [disabled]margin-top: 30px; */
}



#header {
	position: relative;
	width: 100%;
	z-index: 13;
	margin-left: auto;
	margin-right: auto;
	/* [disabled]margin-top: 10px; */
	background-color: #ee96c1;
	height: 180px;
}
#footer {
	position: relative;
	width: 820px;
	z-index: 13;
	margin-left: auto;
	margin-right: auto;
	/* [disabled]margin-top: 10px; */
	background-color: #ee96c1;
	height: 50px;
	margin-bottom: 50px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 50px;
}


#sidebar {
	width: 270px;
	z-index: 9;
	float: right;
	position: relative;
	margin-bottom: 30px;
}

#logotype {
	left: 0px;
	width: 275px;
	height: 158px;
	z-index: 14;
	margin-top: 10px;
	background-image: url(images/logotype.png);
	display: block;
	margin-left: 30px;
	float: left;
	clear: right;
	margin-bottom: 30px;
	margin-right: 33px;
}
.erbjudande {
	/* [disabled]left: 0px; */
	/* [disabled]width: 275px; */
	/* [disabled]height: 158px; */
	z-index: 100;
	margin-top: 25px;
	/* [disabled]background-image: url(images/logotyp.jpg); */
	display: block;
	/* [disabled]margin-left: 30px; */
	float: right;
	/* [disabled]clear: right; */
	/* [disabled]margin-bottom: -150px; */
	margin-right: 25px;
}

#widgetfield {
	width: 270px;
	margin-top: 50px;
	text-align: left;
	background-color: #FFF;
}

.lastMenuItem {
	margin-right: 1px;
	min-width: 82px;
}

.menuNoBorder {
	border: none !important;
	margin-left: 1px;
}
.menuLeftDropDown {
	/* [disabled]margin-left: 1px; */
	margin-top: 0px;
	min-width: 250px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E20177;
	margin-bottom: 0px;
}


#centerMenu {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	/* [disabled]z-index: 15; */
	/* [disabled]padding: 0px; */
	/* [disabled]margin-top: 0px; */
}

#menuh-container
	{
	clear: left;
	z-index: 150;
	height: 50px;
	width: 900px;
	margin-bottom: 15px;
	margin-top: 5px;
	}

#menu_bg {
	background-color: #ee96c1;
	width: 901px;
	height: 50px;
	/* [disabled]z-index: 0; */
	display: block;
	/* [disabled]float: right; */
	/* [disabled]padding-left: 1px; */
	/* [disabled]margin-bottom: 20px; */
	margin-right: auto;
	margin-left: auto;
	/* [disabled]margin-top: 20px; */
}


#menuh
	{
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
	height: 50px;
	font-weight: bold;
	/* [disabled]text-align: center; */
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	}
		
#menuh a
	{
	display: block;
	white-space: nowrap;
	padding-top: 14px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E20177;
	width: auto;
	height: 26px;
	/* [disabled]margin-top: 1px; */
	margin-right: 0px;
	/* [disabled]margin-bottom: 1px; */
	/* [disabled]margin-left: 1px; */
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #E20177;
	background-color: #ee96c1;		/* royal blue */
	text-decoration:none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: #FFDD00;
	background-color: #E20177;	/* cornflowerblue */
	text-decoration:none;
	}	

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	/* [disabled]min-height: 50px; */		/* Sophie Dennis contribution for IE7 */
	float: left;
	/* [disabled]width: auto; */
	}
#menuh li li {
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	float: left;
	/* [disabled]width: 100%; */
	margin-left: -1px;
}


#menuh ul ul
	{
	position:absolute;
	z-index:500;
	display:none;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	display: none;
	}



div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{
	display:none;
}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{
	display:block;
	float: left;
	width: auto;
}
.RubrikBlueBold {
	font-size: 15px;
	color: #4f8abe;
	font-weight: bold;
}
.pPaddingTop {
	padding-top: 3px;
}
.pColorBlack {
	color: black;
}



a.info1{
	background-color:#ccc;
	color:#000;
	text-decoration:none
}

a.info1 span{
	display: none;
	width: 325px;
	height: 350px;
}

a.info1:hover span{ /*the span will display just on :hover state*/
	display:block;
	position:relative;
	background-color:#FFF;
	color:#000;
	text-align: left;
	padding: 15px;
	margin-top: -342px;
	font-size: 13px;
	line-height: 100%;
	z-index: 10;
	margin-left: -36px;
	border: thick solid #4f8abe;
}

a.info2{
	background-color:#ccc;
	color:#000;
	text-decoration:none
}

a.info2 span{
	display: none;
	width: 325px;
	height: 350px;
}

a.info2:hover span{ /*the span will display just on :hover state*/
	display:block;
	position:relative;
	background-color:#FFF;
	color:#000;
	text-align: left;
	padding: 15px;
	margin-top: -342px;
	font-size: 13px;
	line-height: 100%;
	z-index: 10;
	margin-left: -36px;
	border: thick solid #4f8abe;
}

a.info3{
	background-color:#ccc;
	color:#000;
	text-decoration:none
}

a.info3 span{
	display: none;
	width: 325px;
	height: 350px;
}

a.info3:hover span{ /*the span will display just on :hover state*/
	display:block;
	position:relative;
	background-color:#FFF;
	color:#000;
	text-align: left;
	padding: 15px;
	margin-top: -342px;
	font-size: 13px;
	line-height: 100%;
	z-index: 10;
	margin-left: -40px;
	border: thick solid #4f8abe;
}

#contentSidebar {
	position: relative;
	width: 660px;
	z-index: 0;
	float: left;
}

#divLeft {
	float: left;
	/* [disabled]position: relative; */
	/* [disabled]clear: both; */
}
#divMiddle {
	float: left;
	/* [disabled]clear: both; */
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
}


#divRight {
	float: right;
	/* [disabled]margin: 0 0 0 0; */
}
#divMainContent {
	z-index: 3;
	float: left;
	padding: 30px;
}


#divInfo {
	z-index: 0;
	float: left;
	margin-top: 30px;
	width: 950px;
	margin-bottom: 30px;
}

.mainDiv {
	position: relative;
	width: 950px;
	z-index: 3;
	float: right;
	margin-top: 10px;
	padding-bottom: 0px;
}
.bildspel {
	width: 535px;
	float: left;
	padding-bottom: 0px;
	height: 350px;
	border: thick solid #FFF;
}
.infoP1 {
	position: relative;
	width: 290px;
	height: 200px;
	margin-bottom: 30px;
	border: thick solid #FFF;
}

.noMarginRight {
	margin-right: 0px;
}
.noMarginLeft {
	margin-left: 0px;

}
.news {
	width: 330px;
	z-index: 3;
	float: right;
	margin-top: 14px;
	height: 143px;
	background-color: #ccc;
	margin-left: 20px;
	border: thick solid #fff;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.news H3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333;
}
.newsHeadLine {
	width: 235px;
	color: #333;
}
.newsDate {
	width: 75px;
	color: #333;
}


.definition {
	width: 330px;
	float: right;
	height: 143px;
	background-color: #ccc;
	margin-left: 20px;
	color: #333;
	border: thick solid #fff;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(images/definition.png);
}

.definition H3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333;
	line-height: 120%;
}

.form_field {
	height: 30px;
	z-index: 9;
	border-style: dotted;
	border-width: 1px;
	margin-bottom: 5px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	textarea:focus;
	input:focus;
	outline: none;
}
.form_fieldMulti {
	z-index: 9;
	border-style: dotted;
	border-width: 1px;
	margin-bottom: 5px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	textarea:focus;
	input:focus;
	outline: none;
}
.form_fieldMultiFreeText {
	z-index: 9;
	border-style: dotted;
	border-width: 1px;
	margin-bottom: 5px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	textarea:focus;
	input:focus;
	outline: none;
}


.shadow {
	-moz-box-shadow: 0px 1px 3px 1px #adadad;
	-webkit-box-shadow: 0px 1px 3px 1px #adadad;
	box-shadow: 0px 1px 3px 1px #adadad;
}

.shadow_grey_bg {
	-moz-box-shadow: 0px 1px 3px 1px #ddd;
	-webkit-box-shadow: 0px 1px 3px 1px #ddd;
	box-shadow: 0px 1px 3px 1px #ddd;
	background-color: #eee;
}
.gradientBg{
/* thanks to http://blog.fakedarren.com/2010/01/cross-browser-css-gradients/ */
/* and http://www.puremango.co.uk/2010/04/css-gradient/ */
    /* fallback (Opera) */
    background: #b8cfe9;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #b8cfe9, #002f65);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#b8cfe9), to(#002f65));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#b8cfe9', EndColorStr='#002f65', GradientType=0);
  }
  
.spetskant {
}

.web2d2 {
	color: #fff;
}
.web2d2 a{
	color: #fff;
}