/* General
-------------------- */

* {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

html, 
body {
	margin: 0;
	padding: 0;
}
body {
	font-size: 62.5%;
	text-align: center;
	background-color: #ffffff;
}

/* Header, logo, search, supplemantary navigation
-------------------- */

#header {
	background: #fab301 url(http://www.kau.se/images/header-gradient.gif) 0% 100% repeat-x;
	text-align: center;
}
	#header h1 {
		font-size: 1em;
		margin: 0;
	}
	#header-container {
		width: 77.5em;
		height: 9em;
		margin: 0 auto;
		overflow-x: hidden; 	
		overflow-y: hidden; 
		position: relative;
	}
	#header-logo {
		display: block;
		height: 77px;
		margin: 5px 0;
		position: absolute;
	}
		#header-logo img {
			border: 0;
		}
	#header-title {
		color: #000;
		display: block;
		font-weight: bold;
		font-size: 2.2em;
		letter-spacing: -1px;
		left: 85px;
		position: absolute;
		text-decoration: none;
		text-transform: uppercase;
		top: 15px;
	}

	/* Supplementary navigation
	-------------------- */
	
	#nav-supp {
		list-style-type: none;
		margin: 0;
		padding: 0;
		position: absolute;
		right: 0;
		top: 10px;
	}
		#nav-supp li {
			display: inline;
			margin: 0 0 0 10px;
		}
		#nav-supp a {
			color: #000;
			font-weight: bold;
			text-decoration: none;
			text-transform: uppercase;
		}
		#nav-supp a:hover {
			border-bottom: 1px solid #c80;
		}
		#nav-supp optgroup {
			margin: 5px 0 5px 0;
			font-family: Tahoma, Verdana, sans-serif;
			font-weight: bold;
			vertical-align: bottom;
		}
			#nav-supp optgroup option {
				padding: 0 0 0 8px;
			}
		#lang-en {
			background: url(http://www.kau.se/images/flag-en.gif) no-repeat;
			padding: 0 0 0 18px;
		}
		#lang-sv {
			background: url(http://www.kau.se/images/flag-se.gif) no-repeat;
			padding: 0 0 0 18px;
		}

	/* Search
	-------------------- */

	#search-input {
		position: absolute;
		right: 0;
		bottom: 10px;
	}
		#search-input input {
			font-size: 1.4em;
			display: inline;
			vertical-align: middle;
		}
		#search-input label {
			font-weight: bold;
			text-transform: uppercase;
			line-height: 1.6;
		}

	/* Target
	-------------------- */

	#target-group,
	#faculty {
		background: url(http://www.kau.se/images/target-bg.gif) 0px -150px no-repeat;
		bottom: 0;
		padding: 0 0 0 10px;
		position: absolute;
		left: 85px;
		line-height: 2.2;
	}
		#target-group div {
			background: url(http://www.kau.se/images/target-bg.gif) 100% 0 no-repeat;
			padding: 0 15px 0 5px;
			font-size: 1.4em;
			font-weight: bold;
			letter-spacing: -1px;
		}
		#target-group span {
			padding: 0 0 0 25px;
		}
		#target-arstudent span { background: url(http://www.kau.se/images/arrow-arstudent.gif) 0 50% no-repeat; }
		#target-blistudent span { background: url(http://www.kau.se/images/arrow-blistudent.gif) 0 50% no-repeat; }
		#target-alumn span { background: url(http://www.kau.se/images/arrow-alumn.gif) 0 50% no-repeat; }
		#target-anstalld span { background: url(http://www.kau.se/images/arrow-anstalld.gif) 0 50% no-repeat; }
		#target-samarbeta span { background: url(http://www.kau.se/images/arrow-samarbeta.gif) 0 50% no-repeat; }
	#faculty {
		background: none;
		font-size: 1.4em;
		font-weight: bold;
		padding: 0;
	}



/* Main navigation
-------------------- */

#nav-main {
	background: #000 url(http://www.kau.se/images/nav-gradient.gif) 0% 100% repeat-x;
	text-align: center;
}
	#nav-main ul {
		list-style-type: none;
		margin: 0 auto;
		padding: 0;
		width: 77.5em;
		text-align: left;
	}
		#nav-main ul li {
			display: inline;
			font-size: 1.1em;
			padding: 5px 0;
			margin: 0 10px 0 0;
			line-height: 3;
			text-transform: uppercase;
		}
	#nav-main a {
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
	#nav-main a:hover {
		border-bottom: 1px solid #666;
	}


/* Flash
-------------------- */

#flash-container {
	margin: 0 auto;
	width: 775px;
	position: relative;
}
	#flash-content {
		margin: 0 0 0 -5px;
		width: 780px;
		height: 300px;
	}


/* Container, wrap main content
-------------------- */

#container {
	margin: 0 auto;
	overflow: auto;
	padding: 15px 0 0 0;
	width: 77.5em;
}
	#container a {
		font-weight: bold; 
		text-decoration: underline;
		color: #000;
	}

	/* Shortcuts
	-------------------- */
	
	#nav-shortcuts {
		float: left;
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: 220px;
	}
		#nav-shortcuts li {
			background: #fc0;
			line-height: 35px;
			padding: 0 0 0 10px;
			margin: 0 0 4px 0;
			clear: both;
		}
		#nav-shortcuts a { 
			color: #fff;
			display: block;
			font-size: 1.2em;
			font-weight: bold;
			height: 35px;
			outline: none;
			text-decoration: none;
			padding: 0 10px 0 0;
		}
		#nav-shortcuts span {
			background: url(http://www.kau.se/images/arrow-shortcuts.gif) 100% 50% no-repeat;
			display: block;
			padding: 0 25px 0 0;
			vertical-align: middle;
		}
			#nav-shortcuts #shortcut-blistudent 	{ background: url(http://www.kau.se/images/shortcut-blistudent.gif) no-repeat; }
			#nav-shortcuts #shortcut-blistudent a 	{ background: url(http://www.kau.se/images/shortcut-blistudent.gif) 100% 0 no-repeat; }
			#nav-shortcuts #shortcut-arstudent 	{ background: url(http://www.kau.se/images/shortcut-arstudent.gif) no-repeat; }
			#nav-shortcuts #shortcut-arstudent a 	{ background: url(http://www.kau.se/images/shortcut-arstudent.gif) 100% 0 no-repeat; }
			#nav-shortcuts #shortcut-anstalld 	{ background: url(http://www.kau.se/images/shortcut-anstalld.gif) no-repeat; }
			#nav-shortcuts #shortcut-anstalld a 	{ background: url(http://www.kau.se/images/shortcut-anstalld.gif) 100% 0 no-repeat; }
			#nav-shortcuts #shortcut-alumn 		{ background: url(http://www.kau.se/images/shortcut-alumn.gif) no-repeat; }
			#nav-shortcuts #shortcut-alumn a 	{ background: url(http://www.kau.se/images/shortcut-alumn.gif) 100% 0 no-repeat; }
			#nav-shortcuts #shortcut-samarbeta 	{ background: url(http://www.kau.se/images/shortcut-samarbeta.gif) no-repeat; }
			#nav-shortcuts #shortcut-samarbeta a 	{ background: url(http://www.kau.se/images/shortcut-samarbeta.gif) 100% 0 no-repeat; }

	/* Layout
	-------------------- */

	#container .layout-onecol {
		overflow: auto;
		width: 24em;
		float: left;
	}
		#container .layout-onecol h2 {
			font-size: 1.1em;
			line-height: 1.4;
			margin: 0;
		}
		#container .layout-onecol p {
			color: #555;
			font-size: 1.1em;
			line-height: 1.4;
			margin: 0 0 10px 0;
		}
			
	#container .layout-margin {
		margin: 0 0 0 25px;
	}
	#container .layout-news {
		margin: 0;
		padding: 0;
	}
		#container .layout-news dt,
		#container .layout-news dd {
			font-size: 1.1em;
			padding: 0;
			line-height: 1.4;
			margin: 0;
		}
		#container .layout-news dd {
			margin: 0 0 10px 0;
			color: #555;
		}
	#container .align-left {
		float: left;
		margin: 10px 10px 10px 0;
	}
	#container .align-right {
		float: right;
		margin: 10px 0 10px 10px;
	}
	
			
/* Site info
-------------------- */
			
#siteinfo {
	border-top: 1px solid #ccc;
	color: #777;
	margin: 15px auto;
	overflow: auto;
	padding: 10px 0 0 0;
	text-align: center;
	width: 77.5em;	
}
	address {
		font-style: normal;
		text-align: center;
	}
	#siteinfo ul {
		list-style-type: none;
		text-align: center;
		padding: 0;
	}
	#siteinfo li {
		display: inline;
		margin: 0 8px;
	}
	#siteinfo a {
		color: #777;
		text-decoration: underline;
	}	
	#siteinfo a:hover {
		color: #333;
	}	
	
p { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height:1.4; 
	font-style: normal; 
	color: #000000;
	margin: 1;
}
.p_mod { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height:1.4; font-style: normal; color: #000000}
.normal { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height:1.4; font-style: normal; color: #000000}
.stor { font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height:1.2; font-style: normal; color: #000000}
.liten { font-family: Arial, Helvetica, sans-serif; font-size: 10px; line-height:1.4; font-style: normal; color: #000000}
.mini { font-family: Arial, Helvetica, sans-serif; font-size: 9px; line-height:1.4; font-style: normal; color: #000000}

h3 { font-family: Arial, Helvetica, sans-serif; font-size: 17px; font-weight: bold; color: #000000}
h4 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000}

.breadcrumbs { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height:2; font-style: normal; color: #000000}
.page_name { font-family: Arial, Helvetica, sans-serif; font-size: 17px; font-style: normal; font-weight: bold; color: #000000; text-decoration: none; }

/* Test style for title */
.page_title { background: url(/bilder/kaugrafik/rubrik_pil.gif) no-repeat; background-position: center left; padding: 0 0 0 22px; font-family: Arial, Helvetica, sans-serif; font-size: 17px; font-style: normal; font-weight: bold; color: #000000; text-decoration: none; }

.lokalmeny {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 1.6; 
	font-weight: bold; 
	color: #000000;
	padding: 0;
	margin: 0;
}
.menyrubrik { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none;
	margin: 0 0 8px 0;
}

.menylist { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000000; text-decoration: none}

/*
.fottext { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #000000; text-decoration: none}
.fottext:Link { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #000000; text-decoration: none}
.fottext:Active { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #000000; text-decoration: none}
.fottext:Visited { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #444444; text-decoration: none}
.fottext:Hover { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #549ECC; text-decoration: none}
.fottext:Visited:Hover { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #549ECC; text-decoration: none}
*/

.menyrubrik { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: bold; color: #000000; text-decoration: none}

.meny:Link { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000000; text-decoration: none; margin: 0}
.meny:Active { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000000; text-decoration: none; margin: 0}
.meny:Visited { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #444444; text-decoration: none; margin: 0}
.meny:Hover { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000000; text-decoration: underline; margin: 0}

.hmeny { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; text-decoration: none}
.hmeny:Link { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; text-decoration: none}
.hmeny:Active { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; text-decoration: none}
.hmeny:Visited { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #444444; text-decoration: none}
.hmeny:Hover { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; text-decoration: underline}

/*
.hmeny:Visited:Hover { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #444444; text-decoration: none}
*/

/*
.gullist { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; text-decoration: none}
.gullist:Link { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; text-decoration: none}
.gullist:Active { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; text-decoration: none}
.gullist:Visited { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; text-decoration: none}
.gullist:Hover { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #444444; text-decoration: none}
.gullist:Visited:Hover { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #444444; text-decoration: none}
*/

.genvag { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000000; text-decoration: none}
.inputfield {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000000; background-color: #f7f7f7; text-decoration: none}
.brodtext {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; color: #000000}
.rubrik {  font-family: Arial, Helvetica, sans-serif; font-size: 17px; font-weight: bold; color: #000000}
.rubrik2 {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000}
.artikelrubrik {  font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold; color: #000000}
.ingress {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #000000}
.datum {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #000000}

A:Link {color:#000000; text-decoration:underline;}
A:Visited {color:#444444; text-decoration:underline;}
A:Hover {color:#000000; text-decoration:underline;}
A:Active { background-color: none; }

.nyhet {  font-family: Arial; font-size: 15px; font-style: normal; font-weight: bold; color: #000000; text-decoration: none}
.nyhet:Link {  font-family: Arial; font-size: 15px; font-style: normal; font-weight: bold; color: #000000; text-decoration: none}
.nyhet:Active {  font-family: Arial; font-size: 15px; font-style: normal; font-weight: bold; color: #000000; text-decoration: none}
.nyhet:Visited{  font-family: Arial; font-size: 15px; font-style: normal; font-weight: bold; color: #000000; text-decoration: none}
.nyhet:Hover {  font-family: Arial; font-size: 15px; font-style: normal; font-weight: bold; color: #5F7785; text-decoration: underline}
.nyhet:Visited:hover {  font-family: Arial; font-size: 15px; font-style: normal; font-weight: bold; color: #5F7785; text-decoration: underline}

.huvudnyhet:Link {  font-family: Arial; font-size: 15px; font-style: normal; font-weight: bold; color: #000000; text-decoration: none}
.huvudnyhet:Active { }
.huvudnyhet:Visited{ color: #444; }
.huvudnyhet:Hover { text-decoration: underline}

.huvudnyhettext { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #000000; text-decoration: none}

.nyhetstext { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #000000; text-decoration: none}

.nyhetlink:Link { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 1.2; font-style: normal; font-weight: bold; color: #000000; text-decoration: none; }
.nyhetlink:Active { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 1.2; font-style: normal; font-weight: bold; color: #000000; text-decoration: none; }
.nyhetlink:Visited { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 1.2; font-style: normal; font-weight: bold; color: #444444; text-decoration: none; }
.nyhetlink:Hover { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 1.2; font-style: normal; font-weight: bold; color: #000000; text-decoration: underline; }

.nyhetlink2:Link { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: bold; color: #000000; text-decoration: underline}
.nyhetlink2:Active { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: bold; color: #000000; text-decoration: underline}
.nyhetlink2:Visited { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: bold; color: #444444; text-decoration: underline}
.nyhetlink2:Hover { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: bold; color: #444444; text-decoration: underline}

.byline {  font-family: Arial; font-size: 9px; font-style: normal; font-weight: normal; color: #333333; text-decoration: none}

/* Standalone search box on the sok/sok.lasso & search/search.lasso pages */
#search-input-standalone {
	position: auto;
	right: 0;
	bottom: 10px;
}
#search-input-standalone input {
	font-size: 1.4em;
	display: inline;
	vertical-align: middle;
}
#search-input-standalone label {
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.6;
}

/* Define different table column alignment styles - centre and right - don't need left because it is the default */

td.normalcenter { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height:1.4; font-style: normal; color: #000000 ; text-align: center }
td.normaltop { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height:1.4; font-style: normal; color: #000000 ; vertical-align: top }
td.normalright { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height:1.4; font-style: normal; color: #000000 ; text-align: right }
td.normalrighttop{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height:1.4; font-style: normal; color: #000000 ; text-align: right ; vertical-align: top}

/* Definition for horisontal lists - added 080228 */

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
width: 4;
}
#navcontainer ul li { display: inline; }
#navcontainer ul li a { text-decoration: none; padding: .2em .5em; color: #000;
background-color: #fff;}
#navcontainer ul li a:hover
{
color: #fff;
background-color: #369;
}


