/* CSS Document */
body {
background-color:#FFFFFF;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 10px;
margin-right: 20px;
overflow: auto; 
}
html { min-height: 100%; margin-bottom: 1px; }
a:link {
	text-decoration: none;
	color:#3366FF;
}
a:visited {
	text-decoration: none;
	color:#3366FF;
}
a:hover {
	text-decoration: underline;
	color:#3366FF;
}
a:active {
	text-decoration: none;
	color: #3366FF;
}
.huvudRubrik {
	font-family: Palatino Linotype, Palatino Light, Times New Roman;
	font-size: 42px;
}
.styckeRubrik {
	font-family: Palatino Linotype, Palatino Light, Times New Roman;
	font-size: 21px;
	font-style: normal;
}
.underRubrik {
	font-family: Verdana, Palatino Linotype, Palatino Light, Times New Roman;
	font-size: 11px ;
	font-weight:bold;
}
.styckeText {
	font-family: Verdana, Palatino Linotype, Palatino Light, Times New Roman;
	font-size: 11px;
	text-align: justify;
	text-justify: newspaper
}
.BildText {
	font-family: Verdana, Palatino Linotype, Palatino Light, Times New Roman;
	font-size:11px ;
	text-align:right;
	align:right;
	font-style:italic;
}
.FelText {
	font-family: Verdana, Palatino Linotype, Palatino Light, Times New Roman;
	font-size: 11px ;
	text-align: left;
	color: #FF0000;
}
.Notify {
	font-family: Verdana, Palatino Linotype, Palatino Light, Times New Roman;
	font-size: 15px ;
	text-align: left;
	color: #000000;
	background-color:#FFFFFF
}
.FBbox {
    height: 25px;
    overflow: hidden;
}
.ClosedButik {
font-family: Verdana, Palatino Linotype, Palatino Light, Times New Roman;
	font-size: 15px ;
	text-align: center;
	color: #FFF;
	background: #000;
	line-height:25px;
}

/* Slideshow */

.next {
	cursor: pointer;
    background: transparent url(bilder/next-horizontal.gif) no-repeat 0 0;
}
.prev {
	cursor: pointer;
	background: transparent url(bilder/prev-horizontal.gif) no-repeat 0 0;
}
.next.disabled {
	cursor: default;
   	background: none;
}
.prev.disabled {
	cursor: default;
   	background: none;
}

#SlideNext {  
position:absolute;
	z-index:5;
    top: 190px;
    right: 5px;
    width: 16px;
    height: 30px;
    
	}
#SlidePrev {
	position: absolute;
	z-index:6;
	top: 190px;
	left: 5px;
	width: 16px;
	height: 30px;
	
}

