﻿/* 
STYLESHEET med inställningar för Blå-Orange tema
*/

a {
/*color:#005c91;*/
color:#000000;
}

#mainmenu {
background-color:#000000;
background:url('../images/layout/bgBlack.png') no-repeat;
/*

	background:url('../images/layout/bgBlue.png') no-repeat;*/
	}
#mainmenu li
{
	border:1px solid #000000;
}
#mainmenu li.selected {
	/*background:url('../images/layout/bgBlueSelected.png') repeat-x;
	*/
	border:1px solid #FFFFFF;
}
#mainmenu-end
{
	/*background:url('../images/layout/bgBlue_end.png') no-repeat bottom;*/
	background:url('../images/layout/bgBlack_end.png') no-repeat bottom;
}
#settingsmenu li a
{
	color:#FFFFF;
}

/*#breadcrumbs {background:url('../images/layout/bgOrange.png') no-repeat;}
#breadcrumbs-end {background:url('../images/layout/bgOrange_end.png') no-repeat bottom;}
*/
#breadcrumbs {background:url('../images/layout/breadcrumbBG.png') no-repeat 0px 0px;}
#breadcrumbs-end {background:url('../images/layout/breadcrumbBG.png') no-repeat bottom;}

#breadcrumbs a { font-weight:bold; font-size:1.05em; }

a.arrow, p.arrow a {padding-left:12px; background:url('../images/layout/arrowBlack.gif') no-repeat top left; color:#000000; text-decoration:none;}


/* UNDERSIDESPECIFIKT */

#leftcol li a {text-decoration:none; color:#000000;}
#leftcol li a :hover{text-decoration:underline;}
#leftcol li a {text-decoration:none; color:#000000;}
#leftcol li  .selected {padding-left:12px; background:url('../images/layout/arrowBlack.gif') no-repeat top left;}

#midcol .box .large, #midcol .box .large a {color:#000000;}
#midcol .box .large a:hover {text-decoration:none;}

#rightcol .box li a {padding-left:12px; background:url('../images/layout/arrowBlack.gif') no-repeat top left; color:#000000; text-decoration:none;}
#rightcol .box li a:hover {text-decoration:underline;}


/* STARTSIDESPECIFIKT */

/*
.box-v1 {background:url('../images/layout/boxbgBlue.png') no-repeat;}
.box-v1 .boxend {background:url('../images/layout/boxendBlue.png') no-repeat;}
.box-v1 form {margin-bottom:5px;}
.box-v1  .arrowblack {background:url('../images/layout/arrowBlackBlue.gif') no-repeat top left;}
*/
.box-v1 a, .box-v2 a, .box-v3 a { color:#FFFFFF; }

.box-v1 {background:url('../images/layout/boxbgGreyDark.png') no-repeat; color:#FFFFFF; }
.box-v1 .boxend {background:url('../images/layout/boxendGreyDark.png') no-repeat;}
.box-v1 form {margin-bottom:5px;}
.box-v1  .arrowblack {background:url('../images/layout/arrowWhiteGrey.gif') no-repeat top left;}


/*
.box-v2 {background:url('../images/layout/boxbgGrey.png') no-repeat;}
.box-v2 .boxend {background:url('../images/layout/boxendGrey.png') no-repeat;}
.box-v2  .arrowblack , .box  .arrowblack {background:url('../images/layout/arrowBlack.gif') no-repeat top left;}
*/

.box-v2 {background:url('../images/layout/boxbgBlack.png') no-repeat; color:#FFFFFF;}
.box-v2 .boxend {background:url('../images/layout/boxendBlack.png') no-repeat;}
.box-v2  a.arrowblack , .box  .arrowblack, .box-v2  a.arrow {background:url('../images/layout/arrowWhiteBlack.gif') no-repeat top left;}

/*
.box-v3 {background:url('../images/layout/boxbgOrange.png') no-repeat;}
.box-v3 .boxend {background:url('../images/layout/boxendOrange.png') no-repeat;}
.box-v3  .arrowblack {background:url('../images/layout/arrowBlackOrange.gif') no-repeat top left;}
*/
.box-v3 {background:url('../images/layout/boxbgGreyDark.png') no-repeat; color:#FFFFFF;}
.box-v3 .boxend {background:url('../images/layout/boxendGreyDark.png') no-repeat;}
.box-v3  .arrowblack {background:url('../images/layout/arrowWhiteGrey.gif') no-repeat top left;}


.box-topline  li a {margin-left:12px; padding-left:12px; list-style: none outside; background:url('../images/layout/arrowBlack.gif') no-repeat top left; color:#000000; text-decoration:none;}
.box-topline  li a:hover {text-decoration:underline;}
