@charset "UTF-8";
/* CSS Document */

#content {
	margin: 14px 20px 1em 220px;
	padding: 0 0 0 0;
	position: relative;
}

h6 {
	font-size: 0.9em;
	font-weight: normal;
	line-height: 0.5em;
	margin: 1.3em 0em 0.3em 0em;
	color: #333;
}

h5 {
	font-size: 1.0em;
	font-weight: normal;
	line-height: 0.5em;
	margin: 1.3em 0em 0.3em 0em;
	color: #333;
}




* html #content {
	height: 1%; /* Fixes a left padding bug in IE6 */
}

/* Standard typografisk stilsett */
h1 {
	font-size: 1.45em;
	font-weight: bold;
	line-height: 1.2em;
	color: #333;
	margin-top: 0;
	margin-bottom:.5em;
	padding-bottom:0;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 1.3em 0 0.2em 0;
	color: #333;
}
h3 {
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 1.3em 0 0.2em 0;
	color: #333;
}
h4 {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 1.3em 0 0.2em 0;
	color: #333;
}
p {
	line-height: 1.25em;
	margin: 0.5em 0 1.2em 0;
}
a {
	text-decoration: underline;
	color:#4682B4;
}
#content a:visited {
	color: #4682B4;
}
#content div.vrtx-feed a.feed-title, #content div.vrtx-feed a.feed-title:visited {
	font-size: 1.2em;
}
#content div.vrtx-feed a.feed-title:hover, #content div.article a.title:hover, #content div.event a.title:hover {
	color:#4682B4;
}
#content a {
	color:#4682B4;
}
#content a:hover, #content a:visited:hover {
	color: #294C69;
}
#content a.vrtx-manage-url, #content a.vrtx-manage-url:visited {
	float: right;
	display:block;
	clear:both;
	margin-bottom: 1em;
	color: #555;
}
#content a.vrtx-manage-url:hover {
	color: #333;
}

/* START override artikkler.css */
div.article a.title, div.article a.title:visited {
	font-size: 1.2em;
	text-decoration: none;
	font-weight: 900;
	color: #4682B4;
}
#content div.article a.title:visited {
	color:#4682B4;
}
#content div.article a.title:hover {
	color: #294C69;
}
#content div.article {
	clear:none;
	border-top: none;
}
p.rss a {
	width: 18em; /* need more width in IE beacause of verdana font */
	font-size: .9em;
}
/* END override artikkler.css */

#content div.vrtx-collections {
	display:none;
}
#content .vrtx-vertical-menu {
	padding-left:0px;
	margin-left:0px;
	padding-bottom:6px;
	margin-right:6px;
	list-style-type:none;
}
#content .vrtx-vertical-menu li {
	float:left;
	padding-right:6px;
}
#content .vrtx-vertical-menu .vrtx-active-item a {
	font-weight:bold;
}

/* Meny for hvert land under utenlandsk utdanning -> kontinent */
.utenlandsk-utdanning .vrtx-subfolder-menu {
	display:none
}
.afrika .vrtx-subfolder-menu, .amerika .vrtx-subfolder-menu, .asia .vrtx-subfolder-menu, .europa .vrtx-subfolder-menu, .midtoesten-og-tyrkia .vrtx-subfolder-menu, .oceania .vrtx-subfolder-menu {
	display:block;
}
.afrika .vrtx-subfolder-menu ul li {
	display:list-item;
}
.utenlandsk-utdanning .vrtx-resource {
	display:none;
}
.utenlandsk-utdanning  .vrtx-subfolder-menu ul {
	float:left;
	line-height:1.4em;
	font-size:1.1em;
	padding-right:20px;
	padding-left:20px;
	margin-left:0px;
	margin-top:0px;
	padding-top:0px;
}
/* Egen meny for sider under utenlandsk utdanning -> kontinent -> (*) */
#landmeny {
	display:none;
}
.afrika #landmeny, .amerika #landmeny, .asia #landmeny, .europa #landmeny, .midtoesten-og-tyrkia #landmeny, .oceania #landmeny {
	display:block;
}
/* Skjul menypunkter i venstremenyen under utenlandsk utdanning -> kontinent */
.utenlandsk-utdanning .afrika ul, .utenlandsk-utdanning .amerika ul, .utenlandsk-utdanning .asia ul, .utenlandsk-utdanning .europa ul, .utenlandsk-utdanning .midtoesten-og-tyrkia ul, .utenlandsk-utdanning .oceania ul {
	display:none; 
}
/* Standard table */
#content table {
	border:none;
	border-right-color:#ccc;
	border-right-width:1px;
	border-right-style:solid;
	border-bottom-color:#ccc;
	border-bottom-width:1px;
	border-bottom-style:solid;
}
#content table tr {
	border:none;
}
#content table tr td {
	padding:.2em;
	border:none;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#ccc;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#ccc;
}
/* Bilde i artikler */
img.vrtx-introduction-image {
	border: 1px solid #eee;
}
