#tabs {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#tabs ul {
	margin: 0;
	padding: 0 3px 0 5px;
	float: left;
	list-style: none;
}
#tabs li {
	float: left;
	background: url(../../img/left.gif) no-repeat 0 0;
	margin: 0 0 0 1px;
	padding: 0 0 0 6px;
}
#tabs li a {
	float: left;
	display: block;
	background: url(../../img/right.gif) no-repeat 100% 0;
	padding: 5px 6px 4px 1px;
	text-decoration: none;
	font-weight: bold;
	color: #2A68A1;
}
/* \*/
#tabs li a {float: none;}
/* */
#tabs li a:hover, #tabs li a:focus {
	color: #047;
}
/* \*/
html>body #tabs li:hover, html>body #tabs li:focus {
	background-position: 0 -100px;
}
html>body #tabs li a:hover, html>body #tabs li a:focus {
	background-position: 100% -100px;
}
/* */
* html #tabs li a:hover, * html #tabs li a:focus {
	text-decoration: underline;
}
/* 4 institutionerna */
/*
 *	<li class="current"></li>
 */
#tabs li.current {
	background-position: 0 -100px;
}
#tabs li.current a {
	background-position: 100% -100px;
	color: #047;
}
/* selected department */
#blivandestudent .blivandestudent {
	background-position: 0 -100px;
}
#blivandestudent .blivandestudent a {
	background-position: 100% -100px;
	color: #047;
}

#student .student {
	background-position: 0 -100px;
}
#student .student a {
	background-position: 100% -100px;
	color: #047;
}

#press .press {
	background-position: 0 -100px;
}
#press .press a {
	background-position: 100% -100px;
	color: #047;
}

#samverkan .samverkan {
	background-position: 0 -100px;
}
#samverkan .samverkan a {
	background-position: 100% -100px;
	color: #047;
}

#anstalld .anstalld {
	background-position: 0 -100px;
}
#anstalld .anstalld a {
	background-position: 100% -100px;
	color: #047;
}

#utbildning .utbildning {
	background-position: 0 -100px;
}
#utbildning .utbildning a {
	background-position: 100% -100px;
	color: #047;
}

#forskning .forskning {
	background-position: 0 -100px;
}
#forskning .forskning a {
	background-position: 100% -100px;
	color: #047;
}

#universitetet .universitetet {
	background-position: 0 -100px;
}
#universitetet .universitetet a {
	background-position: 100% -100px;
	color: #047;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {display: inline-block;}
/* \*/
* html .clear {height: 1px;}
.clear {display: block;}
/* */

#tabs .right {
	float: right;
	padding-right: 5px;
}
#tabs .right .utbildning a {
}
#tabs .right .forskning a {
}
#tabs .right .universitetet a {
}


/* INST WEBB Department name */
#outer {
	position: absolute;
	left: 31px;
	bottom: 56px;
}
/* when the logo is present the margin has to be removed */
#outer[id].with_logo {margin: 0;}
* html #outer.with_logo {left: 0;}

#middle {
	position: absolute;
	top: 40px;
	margin-top: 40px;
}
#middle[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
}
#inner {
	position: relative;
	font-family: arial;
}

.instname {
	font-weight: normal;
	font-size: 240%;
	letter-spacing: 1px;
	line-height: 1.1;
	margin: 0;
	padding: 0;
}
.instname_sektion {
	font-size: 160%;
	margin-top: 0.3em;
	letter-spacing: 1px;
	line-height: 1.1;
}
#header h1.instname {
  position: static;
  left: 0;
  text-indent: -5000em;
}
.light a {color: #fff; text-decoration: none;}
.dark a {color: #000; text-decoration: none;}
.light a:active {background: none;}
.dark a:active {background: none;}

.instnav {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	min-height: 1%;
}
.instnav li {
	display: inline;
	float: none;
	font-size: 140%;
	line-height: 110%;
	margin: 0 4px 0 0;
	padding: 0 4px 0 0;
}
.instnav li.current a {font-weight: bold; text-decoration: underline}

.instnav.dark li {border: 1px solid #111; border-width: 0 1px 0 0;}
.instnav.dark li a,
.instnav.dark li a:link,
.instnav.dark li a:visited {
	color: #111; white-space: nowrap;
}
.instnav.dark li a:hover,
.instnav.dark li a:focus,
.instname a.dark:hover,
.instname a.dark:focus {color: #333; text-decoration: none;}
.instnav.dark li a:active,
.instname a.dark:active {background: none; color: #000}

.instnav.light li {border: 1px solid #eee; border-width: 0 1px 0 0;}
.instnav.light li a,
.instnav.light li a:link,
.instnav.light li a:visited {
	color: #eee; white-space: nowrap
}
.instnav.light li a:hover,
.instnav.light li a:focus {
	color: #ddd; text-decoration: none;
}
.instnav.light li a:active {
	background: none;
	color: #fff;
}

.instnav.light li.last-child{border: 0;}
/* /INST WEBB Department name */

#rightcolumn .right {
float: none;
display: block;
text-align: right;
margin: 0; padding: 0 18px 0 0;
}
