/* Generalla stilar */
ul.navigation {
	list-style-type: none;
	margin: 0 20px 0 10px;
	padding: 0;
}
#header a:focus, #navigation a:focus {
	outline: none;
}
ul.navigation a, ul.navigation li.current {
	display:block;
}
ul.navigation ul {
    list-style-type: none;
    margin: 0;
    padding-left: 10px;
    font-size: 0.9em;
}
/* Längst upp till höger */
#meta {
	float: right;
	height: 22px;
	padding: 7px 6px 8px 30px;
}
#meta li {
	float: left;
	margin-left: 2px;
}
#meta a, #meta li.current {
	font-size: 11px;
	padding: 4px 8px 4px 8px;
	color: black;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#meta a:hover {
	color: white;
}
#meta li.current, #meta li.active a {
	background: #B4004B; /* #8C002C; */
	color: white;
}
#meta .spacer {
	line-height: 21px;
}

/* Flikmenyn */
#tabs {
	font-size:16px;
	letter-spacing: 1px;
    line-height: 16px;
    position: absolute;
	top: 108px;
	right: 0;
	width: 83.33%;
	height: 38px; /*46px*/
}
#tabs ul {
	border-bottom: 2px solid #CB3F6A;
	height: 100%;
	margin: 0 10px 0 10px;
	padding-right: 30px;
}
#tabs li {
	float:right;
}
#tabs li a {
    background: #92897C;
}
#tabs li.active a, #tabs li.current {
	background: #B4004B; /*BDB8AE*/
}
#tabs a, #tabs li.current {
	padding: 12px 15px 10px 15px;
	margin-left: 6px;
	color: white;
}
#tabs li.active a, #tabs li.current {
	background: #B4004B;
}
#meta a:hover, #tabs a:hover {
    text-decoration: none;
}
#meta a:hover {
    background: #92897C;
}
#tabs a:hover {
	background: #B4004B
}
/* Etikettmenyn */
ul.label {
	/* position: absolute; */
	margin-left: 16.67%;
	padding-left:20px;
	margin-bottom: 20px;
	/* top: 100%; */
}
.label li {
	float: left;
}
.label a, .label li.current {
	padding: 8px;
	background: #B4004B;
	color: white;
}
/* Vänsterspalten */
#navigation a, #navigation li.current, body #navigation li.active > a {
	color: #404042;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #E2DEDB;
}
#navigation li.last > a, #navigation li.last {
	border-bottom: none;
}
#navigation li.current {
	color:#930E38;
}
li.spacer {
	height: 34px;
}
li.header {
	font-size: 11px;
	color:#930E38;
	margin-top: 1.5em;
	border-bottom: 1px solid #E2DEDB;	
}
li.header:first-child {
	margin-top: 0;
}