move\:piece {
    behavior: url(/pnsl_edit/moveable.htc);
    cursor: move;
    color: white;
    background: transparent !important;
    font: bold 10pt verdana;
}
/* Klassen här fixar transparens i png i IE6
   I #contentwrapper ovanför gör den så att
   bakgrundsbilden gubbe_png blir transparent. Coolt va?
   */
/*img, div { 
		behavior: url(iepngfix.htc)
		}*/

/*Regler för "avanmälan-texten" i toppen på utskick*/
#admlanguage {
	BORDER: 1px dotted #999;
	MARGIN: 0 3 5 3;
	PADDING: 3 3 3 3;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10px;
	COLOR: #666;
}

/*Regler för lodrät ram i toolbox*/
.vertbgtoolbox {
	WIDTH: 6px;
	HEIGHT: 155px;
}

Body {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal !important;
	margin: 0px;
	padding: 0px;
	border: none;
	width: auto;
	height: 101%;
	background-color: #F7F2EF;
	background-attachment: fixed;
	background-image: url(/bilder/sidbg.jpg);
	background-repeat: no-repeat;
	background-position: -420px -400px;
}
		
	.backgroundcontent {
		z-index:0;
		position:absolute;
		top:0px;
		left:0px;
	}
		
	.backgroundcontent p{
		padding:0px;
		border: none;
		margin: 0px;
		height: auto;
		width: auto;
	}

/* Container for all content on page */
#wrapperbox {
	text-align: center;
	width: 100%;
	height: 100%;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

/* Container to center content in wrapperbox */
#centerbox {
	text-align: center;
	margin: 0px auto 0px;
	width: 974px;
	display: block;
	border: 0px solid #CCC;
	padding: 0px 3px 3px 3px;
}

 #contentwrapper {
	background-color: transparent;
}

/* Container for main-column on main-page */
#pageheadercontainer {
	width: 562px;
	margin: 0px 0px 0px 0px;
	display: block;
}

/* Container page-header */
#pageheader {
	width: 968px;
	height: 219px;
	margin: 16px 0px 16px 0px;
	text-align: left;
	overflow: hidden;
}

/* Container for main-column on main-page */
#pagecontainer {
	width: 562px;
	margin: 0px 0px 0px 1px;
	display: block;
}

#pagesinglecontainer {
	width: 700px;
/*	margin: 0px 18px 0px 16px;*/
	padding-left: 1px;
	display: block;
}

/*Rules for text-links*/
#pagecontainer a:link {
	color: #3C5A79;
	text-decoration: none;
	border-bottom: 1px dotted #3C5A79;
}

#pagecontainer a:visited {
	color: #3C5A79;
	text-decoration: none;
}

/*Rules for text-links*/
#pagecontainer a:hover {
	color: #3C5A79;
	border-bottom: 1px solid #3C5A79;
}

/*Rules for text-links*/
#pagecontainer a:active {
	color: #3C5A79;
	text-decoration: none !important;
} 

#pagecontainer ul {
 	list-style-type: none;
	padding: 0px;
	margin: 4px 0px 2px 0px;
 }

#pagecontainer ul li {
 	list-style-type: none;
	background-color: transparent;
	background-image: url(/bilder/bojliten.png);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	border: 0px;
	color:#0d0d0d;
	font-weight: normal;
	padding: 0px 0px 0px 14px;
	margin: 0px 0px 3px 8px;
	text-decoration: none;
 }

* html p {
	margin: 0px !important;
	padding-bottom: 0px;
}

/* Rules main heading */
h1 {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 20px;
	color: #0d0d0d;
	font-weight: 600;
	margin-top: 3px;
	margin-bottom: -5px;
	margin-left: 0px;
	/*letter-spacing: 0.02em;*/
}

/* Rules for sub heading 1 */
h2 {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 13px;
	color: #0d0d0d;
	font-weight: bold;
	margin-bottom: 8px;
	margin-left: 0px;
	/*letter-spacing: 0.03em;*/
}

/* Rules for sub heading 2 */
h3 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: 400;
	color: #0d0d0d;
	margin: 0px 0px 0px 0px !important;
}

#printlogo {
	display: none;
}

a:link strong {
	color: #646E78 !important;
}

a:visited strong {
	color: #646E78 !important;
}

a:hover strong {
	color: #646E78 !important;
	margin: 0px 0px 0px 0px !important;
	padding-bottom: 0px !important;
}

a:active strong {
	color: #646E78 !important;
}

/* Rules for footer on all pages */
#footercontainer {
	color: #FFF !important;
	font-size: 10px;
	margin: 0px 0px 6px 0px;
	width: 974px;
	height: 42px;
	background-image: url(/bilder/footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	z-index: 0;
}	

#footercontainer a:link {
	color: #FFF !important;
	text-decoration: none !important;
}	

#footercontainer a:visited {
	color: #FFF !important;
	text-decoration: none !important;
}

#footercontainer a:hover {
	color: #FFF !important;
	text-decoration: underline !important;
}	

#footercontainer a:active {
	color: #FFF !important;
	text-decoration: none !important;
}

/* Rules for footer on all pages */
#footercontent {
	padding: 8px 17px 0px 10px;
	text-align: center;
}

#rotatecontainer {
	height: 280px;
	display: block;
	overflow: hidden;
	margin-top: 2px;
	margin-bottom: 0px;
}

#CaptionBox {
	visibility: hidden;
	height: 0px;
	margin-bottom: 0px;
}

#rotateplayer {
	text-align: right;
	margin-top: 10px;
	padding-right: 3px;
	height: 18px;
}

#newsarchivecontainer {
	margin-top: 16px;
	padding-top: 10px;
	border-top: 1px dotted #D6D6D6;
}

/*Regler för bilder inlagda via admin*/
.vanlig { 
	BORDER: 0px;
}
.klickbild {
	text-decoration: none;
	border: 0px #FFF solid !important;
}

A.klickbild:link, A.klickbild:visited,a.klickbild:active,a.klickbild:hover {
	padding: 0px;
	color: #fff;
	background-color: #9E618C;
	text-decoration: none;
	border: 0px #FFF solid !important;
}

.bildram {
  filter: progid:dxImageTransform.Microsoft.dropShadow(color=CCCCCC,offX=4,offY=4 positive=true);
  border: 1px solid #000;
  padding: 0px;
  display: inline;
  margin: 4px 4px 0px 4px !important;
}

/* Rules for ControllerHeader */
.itemControllerHeader {
	font-family: "Futura Medium", "Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	color: #000;
	font-weight: 500;
	margin-bottom: 10px;
	margin-left: 0px;
	letter-spacing: 0.03em;
}


/* Rules for horizontal ruler on all pages */
HR {
	COLOR: #FFF;
	BACKGROUND-COLOR: transparent;
	HEIGHT: 0px;
	WIDTH: 100%;
	BORDER-TOP: 1px dotted #D6D6D6;
	MARGIN: 8px 0px 8px 0px !important;
	MARGIN: 0px 0px -15px 0px;
}

.brodtext {
	font-family: Verdana, Arial, Helvetica;
	color: #0d0d0d;
	font-size: 11px;
}	

/* sets active stage at sublevel in main menu */
.meck {
	background-color:  #FFF;
	border: 0px;
	color:#646E78 !important;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 0px 2px 29px;
	margin: 0px;
	text-decoration: none;
	font-style: italic;
}

#siteLoadContainer {
  position: absolute;
  z-index:100000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  min-height:100%;
  background-color:#222;
	filter:alpha(opacity=60);
	opacity: 0.8;
	-moz-opacity:0.8;
  display: none;
	text-align: center;
	visibility: hidden;
}

#siteLoadingImage {
  margin: 25%;
	filter:alpha(opacity=100%);
	opacity: 1;
	-moz-opacity:1;
}

/* All image rotator functions */
#editImageRotatorContainer {
	position:absolute;
	left:304px;
	top:82px;
	width:540px;
	z-index:1000;
	border: 1px solid #666;
	visibility: hidden;
	display: block;
	padding: 0px 0px 4px 4px;
	background-color: white;
}

/* All image rotator functions */
#editHighslideContainer {
	position:absolute;
	left:304px;
	top:82px;
	width:540px;
	z-index:1000;
	border: 1px solid #666;
	visibility: hidden;
	display: block;
	padding: 0px 0px 4px 4px;
	background-color: white;
}

/* All image rotator functions */
#editHighslideCaptionContainer {
	position:absolute;
	left:304px;
	top:82px;
	width:340px;
	z-index:1000;
	border: 1px solid #666;
	visibility: hidden;
	display: block;
	padding: 0px 0px 4px 4px;
	background-color: white;
}

#erasepic {
	text-align: center;
	width: 104px;
	float: left;
	margin-right: 4px;
	margin-bottom:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.rotatepic img {
	border: 2px solid black;
}

.rotatepic:hover img {
	border: 2px solid white;
}

.rotatepic-image {
    border: 2px solid white;
}

.rotatepic-image-blur {
}

.rotatepic-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.rotatepic-display-block {
    display: block;
	
}

/*Regler för "adminlanguage" i verktygslådan*/
#sitelanguage{
	BORDER: 1px dotted #999;
	MARGIN: 5px 3px 5px 3px;
	PADDING: 3px 3px 3px 3px;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10px;
	COLOR: #666;
}

#mainclear{
   display: table;
   clear: both;
   height: 1px;
  }
  #pageheader { behavior: url(iepngfix.htc) }

/*img, #mingubbe1, #mingubbe2, #mingubbe3 { behavior: url(iepngfix.htc) }
