html, form, body {
	width:100%;
	height: 100%;
	margin:0px;
	padding:0px;
}

body {
	background-color: #f0f0f0;
	font-family: "Trebuchet MS", Verdana, Arial, Serif;
}

strong, b {
	font-weight: bold;
	color: #2c2c2c;
}
a {
	color:#5fa6d6;
}
a:visited {
	color:#5fa6d6;
}
a:active {
	color:#5fa6d6;
}
h1, .h1 {
	font-size:150%;
	color:#747474;
	margin:0px;
	line-height:125%;
}
h2, h1.h2 {
	font-size:125%;
	color:#747474;
	margin:0px;
}
.h2 {
	font-size: 120%;
	font-weight: bold;
	color: #747474;
}
h3, h1.h3, h2.h3 {
	font-size:120%;
	color:#747474;
}
h4, h1.h4, h2.h4, h3.h4 {
	color:#747474;
	font-size:100%;
}
p {
	margin:0px 0px 1.5em;
}
img {
	border:none;
}
.clear {
	clear: both;
}

/* Main Layout */

#MainContainer {
	width: 991px;
	margin-left: auto;
	margin-right: auto;
	font-size: 75%;
	position: relative;
	min-height:100%;
	background-image:url("Images/bg_maincontainer.jpg");
	background-repeat:repeat-y;
}

/* IE 6 */
* html #MainContainer {
	height: 100%;
}


#HeightDiv {
	height: 314px;
}

#MainContainerInner {
	padding:0px 13px;
}

#FlashContent {
	position: absolute;
	top:0;
}

#MainMenuContainer {
	height: 25px;
	padding: 0px 10px;
	background-image: url("Images/MenuBackground.jpg");
	background-repeat: repeat-x;
}

#MainMenuContainer ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	position: absolute;
}

#MainMenuContainer ul li {
	float:left;
	display:block;
	margin-right: 20px;
	padding:4px 0px 2px;
	
}

#MainMenuContainer ul li a, #MainMenuContainer ul li a:hover, #MainMenuContainer ul li a:visited,#MainMenuContainer ul li a:active  {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#MainContentContainer {
	background-image: url("Images/LeftBorder.jpg");
	background-repeat: repeat-y;
	margin: 0px 8px 28px 8px;
}

#DropShadow {
	background-image: url("Images/LeftColumnTopGradient.jpg");
	background-repeat: repeat-x;
	background-position: top;
	height: 20px;
	
}

#LeftColumn {
	width: 202px;
	float:left;
}
#LeftColumn a {
	color: #000000;
}

#LeftColumn ul li span a, #LeftColumn ul li span a:hover, #LeftColumn ul li span a:active, #LeftColumn ul li span a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

#LeftColumn ul li ul li a,#LeftColumn ul li ul li a:hover, #LeftColumn ul li ul li a:active, #LeftColumn ul li ul li a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}


#LeftColumn ul {
	padding: 0px 0px;
	margin: 0px;
	list-style-type:none;
	display: block;
}

#LeftColumn span {
	padding: 0px;
	margin: 0px;
}
#LeftColumn ul li {
	font-weight: bold;
	background-image: url("Images/SubMenuULRepeat.jpg");
	background-repeat: repeat-y;
	margin-bottom: 10px;
	height: 1%;
}



#LeftColumn ul li span {
	background-image: url("Images/SubMenuULTop.jpg");
	background-repeat: no-repeat;
	display:block;
	margin-bottom: 0px;
	padding: 6px 0px 0px 10px;
}

#LeftColumn span.BottomCorner {
	background-image: url("Images/SubMenuULBottom.jpg");
	height: 4px;
	background-repeat: no-repeat;
	display:block;
	padding: 0px 0px 0px 0px;
	font-size: 0%;
}

/* Overrides för undernivåer */
#LeftColumn ul li ul li {
	background-image: none;
	padding: 0px 0px 0px 20px;
	margin:0px;
}
#LeftColumn ul li ul li span {
	background-image: none;	
	margin:0px;
	padding: 0px;
}
#LeftColumn ul li ul li .BottomCorner {
	background-image: none;
	height: 0px;
	display:none;	
}

/* Overrides för selected undernivåer */
#LeftColumn .Selected li {
	background-image: none;
	padding: 0px 0px 0px 0px;
	margin:0px;
}

#LeftColumn ul li .Selected .BottomCorner {
	background-image: none;
	display:none;	
}




/* Selected Menu */
#LeftColumn ul li.Selected, #LeftColumn ul li.Selected ul li {
	background-image: url("Images/SubMenuULRepeatSelected.jpg");
	background-repeat: repeat-y;
}

#LeftColumn ul li.Selected span {
	background-image: url("Images/SubMenuULTopSelected.jpg");
	background-repeat: no-repeat;
}
#LeftColumn ul li.Selected ul li span {
	background:none;
	padding-left: 20px;
}

#LeftColumn ul li.Selected ul li ul li span {
	padding-left: 30px;
}

#LeftColumn li.Selected .BottomCorner {
	background-position: bottom;
	background-image: url("Images/SubMenuULBottomSelected.jpg");
	background-repeat: no-repeat;
}


/* END */


#LeftColumn ul li ul li.expandable {
	color: Red;
	background-image: url("Images/expandableIcon.jpg");
	background-position: left;
	
}
#LeftColumn ul li ul li.expanded {
	color: Green;
	background-image: url("Images/expandableIcon.jpg");
	background-position: left;
}



#MiddleRightColumn {
	/* 755px - 0px för border och 20px för padding-left*/
	width: 732px;
	float:left;
	padding-left: 15px;
	padding-bottom: 18px;
	/* border-left: 1px solid #ebebeb;*/
}

#MiddleColumn {
	width: 450px;
	float:left;
}


#RightColumn {
	width: 270px;
	float:right;
}

#QuickSearch {
	background-image: url("Images/QuickSearchRepeat.jpg");
	background-repeat: repeat-y;
	margin-bottom: 10px;
}
#QuickSearchTop {
	background-image: url("Images/QuickSearchTop.jpg");
	background-repeat: no-repeat;
	padding: 10px 10px 0px 10px;
}

#LanguageSelector {
	margin-top: 10px;
}
#QuickSearchBottom {
	background-image: url("Images/QuickSearchBottom.jpg");
	background-repeat: no-repeat;
	height: 10px;
	font-size: 1px;
}

/* Splashes */
.splashLeft, .splashRight, .splashWide {
	margin-bottom: 10px;
}
.splashLeft, .splashRight {
	margin-bottom: 6px;
}
.splashWide .SplashImage {
	margin-bottom: 5px;
}
.splashWide p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.splashLeft h1 {
	margin-bottom: 5px;
}

.splashLeft .SplashImage {
	float: right;
	padding-top: 11px;
	margin-left: 10px;
	margin-bottom:10px;
}
.splashRight .SplashImage {
	float: left;
	padding-top: 11px;
	margin-right: 10px;

}
/* End Splashes */

/* PageHeadLineWithImage */
.imageDescription {
    font-size:0.7em;
    font-style: italic;
    margin-top:4px;
    margin-bottom:0px;
}
.pageImage 
{
    margin-bottom: 5px;
}

.SplashText .ImageTop {
	clear: both;
}
.ImageTop 
{
	float:left;
	margin-left: 5px;
	margin-bottom:10px;
}

.FirstImageTop 
{
	float: left;
	margin-left:0px;
}


/* BILDER */
img.topleftfloatingimage
{
    margin-right: 1em;
    margin-bottom: 1em;
	float: left;
}
img.toprightfloatingimage
{
	float: right;

    margin-bottom: 1em;
}
img.dashedborder
{
	position: relative;
	border: dashed 1px gray;
}
img.noborder {
	border:none;
}

.ImageTop2 
{
	width: 256px;
}
.ImageTop3 
{
	width: 145px;
}

.ImageTop1 {
	width: 450px;
	float: none;
}

.ImageLeft 
{
	margin-bottom:10px;
	margin-right: 0px;
}

.ImageRight 
{
		margin-bottom:10px;
		margin-left: 0px;
}
/* SLUT BILDER */
.MainContainerLeft 
{
	float:left;
	width: 208px;
	padding-right: 8px;
}
.MainContainerRight
{
	float:right;
	width: 208px;
	padding-left: 8px;
}
/* END PAGE HEADLINE */


/* SPLASHES */
.Splash {
	margin-bottom: 10px;
}
.SplashText {
	padding: 10px;
}
.SplashText h2, .SplashText img {
	
	margin-bottom: 4px;
}
.SplashText p {
	margin:0px;
}

.SplashText .ImageTop {
	clear: both;
	float:none;
}


/* END SPLASHES */

/* Sitemap */
#SiteMap {

}
#SiteMap ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#SiteMap ul li {

}
#SiteMap li {
	margin: 0px;
	padding-left: 20px;
}


/* End Sitemap */

#FooterContainer {
	background-color: #9d1519;
	position: absolute;
	bottom: 0;
	width:965px;
	min-height: 18px;
	height: 18px;
	color: #ffffff;
	font-size: 80%;
}
#FooterLeft {
	width: 600px;
	padding-left: 5px;
	float:left;
}
#FooterRight {
	padding-right: 10px;
	width: 345px;
	float:left;
	
}
#FooterRight ul {
	margin:0px;
	padding:0px;
	display: block;
	float:right;
	list-style-type:none;
}
#FooterRight ul li {
	float:left;
	display:inline;
}
#FooterContainer a,#FooterContainer a:visited, #FooterContainer a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}


.LinkPuff {
	margin-bottom: 10px;
}

.EventItem {
	margin-bottom: 5px;
}

.EventItem p {
	margin: 0px;
	padding:0px;
}

.EventItem h2 {
	font-size: 100%;
}

.EventItem .ReadMoreLink {
	text-align:right;
	padding-right: 10px;
}

.EventItem span.Date {
	font-size: 9px;
	font-weight: bold;
}

.ImagePuffLeft
{
	padding-top: 15px;
}


