/* CSS Document */

/*selector styles*/
html {
	margin-bottom: 1px;
	}
body {
	margin: 0;
	padding: 0; 
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(bg.jpg);
	background-repeat:repeat-x; 
	background-color:#BCCDDC;
	color:#333333;
	height:100%;
	}

a:link {
	color:#356FA9;
	text-decoration:none;
	}
a:visited {
	color:#87A3BD;
	text-decoration:none;
	}
a:hover {
	color:#356FA9;
	text-decoration:underline;
	}
	
table, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}
td {
	padding:3px;
	}

/*structure*/
#wrapper {
	width: 850px;
	margin:0 auto 0 auto;
	padding:0;
	}
#top-global {
	width:850px;
	height:86px;
	background:url(top_global.jpg) no-repeat;
	}
#top-billede {
	width:850px;
	height:80px;
	}
#content {
	width:850px;
	height:100%;
	margin:0;
	border:0;
	padding:0;
	background-color:#FFFFFF;
	}
#footer {
	width:850px;
	height:75px;
	}
#footer-text {
	font-size:10px;
	color:#ffffff;
	padding-top:10px;
	text-align:center;
	}
#footer-text a {
	color:#fff;
	}
#footer-text a:hover {
	color:#05417D;
	}

	
/*topmenu*/
#topmenu {
	width:850px;
	height:100px;
	margin:0;
	border:0;
	padding:0;
	}
#topmenu ul {
	padding: 75px 0 0 0;
	margin: 0;
	float: left;
	width: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	color:#fff;
	}
#topmenu ul li { 
	display: inline;
	font-size:9px;
	line-height:20px;
	letter-spacing:1px;
	}
#topmenu ul li a {
	padding: 0 2em;
	color: #e1e1e1;
	text-decoration: none;
	float: left;
	border-right: 1px dotted #f8f8f8;
	}
#topmenu ul li a:hover {
	color: #05417D;
	}
#topmenu ul li a#selected {
	color: #A4BEDD;
	}
	
/*top-images*/
.top-forsiden {
	background:url(../images/topimages/top_forsiden.jpg) no-repeat;
	}
.top-programmet {
	background:url(../images/topimages/top_programmet.jpg) no-repeat;
	}
.top-summerschool2007 {
	background:url(../news_archive/icelandic_sagas_2007/top_summer_school_2007.jpg) no-repeat;
	}
.top-in-preparation {
	background:url(../images/topimages/top_in_preparation.jpg) no-repeat;
	}
.top-aarhus {
	background:url(../images/topimages/top_aarhus.jpg) no-repeat;
	}
.top-tronheim {
	background:url(../images/topimages/top_trondheim.jpg) no-repeat;
	}
.top-uppsala {
	background:url(../images/topimages/top_uppsala.jpg) no-repeat;
	}
.top-island {
	background:url(../images/topimages/top_island.jpg) no-repeat;
	}
.top-oslo {
	background:url(../images/topimages/top_oslo.jpg) no-repeat;
	}
.top-aberdeen {
	background:url(../images/topimages/top_aberdeen.jpg) no-repeat;
	}
	
/*submenu*/
#submenu {
	width:170px;
	height:100%;
	border-right: 1px solid #CFE2F3;
	margin: 0 0 0 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	float:left;
	}
#submenu ul {	
	list-style: none;
	margin: 0;
	padding:0;
	}
#submenu li {
	font-size:10px;
	height:25px;
	/*border-bottom: 1px solid #BCCDDC; */
	margin: 0;
	padding:inherit;
	}
#submenu li a {
	display: block;
	padding: 7px 0px 7px 10px;
	color: #87A3BD;
	text-decoration: none;
	width: 100%;
	}
html>body #submenu li a { 
	width: auto; 
	}
#submenu li a:hover {
	background-color: #DFE7EE;
	color: #05417D;
	/* border-bottom: 1px solid #BCCDDC;*/
	}
#submenu ul li a#selected {
	background-color:#f1f1f1;
	color: #003366;
	}
	
/*jump menu*/
#productdropdown {
	display:block;
	}
#productdropdown select {
	width:150px;
	font-size:10px;
	margin:25px 0 0 0; 
	}
	
/*page elements*/

#main-content {
	width:480px;
	height:100%;
	margin:0;
	padding:0;
	border:0;
	overflow:auto;
	float:left;
	}
#right-content {
	width:185px;
	height:100%;
	margin:0;
	padding:0;
	border-left:1px solid #CFE2F3;
	background-color:#F4F9FF;
	overflow:auto;
	float:right;
	}
	
#main-content p {
	font-size:11px;
	line-height:16px;
	margin:0 25px 15px 25px;
	}
#main-content ul, ol {
	font-size:11px;
	line-height:16px;
	margin:0 25px 15px 25px;
	list-style-position:outside;
	}
#main-content li {
	margin-bottom:10px;
	}
#main-content h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:16px;
	line-height:18px;
	color:#BD4A2E;
	margin:25px 25px 5px 25px;
	}
#main-content h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:14px;
	line-height:18px;
	color:#BD4A2E;
	margin:25px 25px 5px 25px;
	}
#main-content h3 {
	display:block;
	height:16px;
	border-top:1px solid #BCCDDC;
	font-size:10px;
	font-weight:bold;
	letter-spacing:4px;
	color:#BCCDDC;
	margin:25px 0px 5px 0px;
	padding:5px 0 0 25px;
	}
#main-content h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:20px;
	line-height:24px;
	color:#BD4A2E;
	margin:25px 25px 10px 25px;
	}
#right-content p {
	font-size:9px;
	margin:0 15px 10px 15px;
	}
#right-content h1 {
	font-weight:bold;
	font-size:9px;
	color:#333333;
	margin:15px 5px 5px 15px;
	}
	
	
/* table styles */
.row-standard {
	width:430px;
	height:auto;
	font-size:10px;
	line-height:14px;
	background-color:#EFF1E8;
	border-bottom:1px solid #cccccc;
	margin:0 0 0 25px;
	padding:0;
	overflow:auto;
	clear:both;
	}
.row-top {
	width:430px;
	height:auto;
	font-size:10px;
	line-height:14px;
	background-color:#EFF1E8;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #BD4A2E;
	margin:0 0 0 25px;
	padding:0;
	overflow:auto;
	clear:both;
	}
.col-100 {
	width:100px;
	height:auto;
	display:inline;
	float:left;
	margin:0;
	padding:3px;
	}
.col-300 {
	width:300px;
	height:auto;
	display:inline;
	float:left;
	margin:0;
	padding:3px;
	}
	

/*typographic styles*/

.small {
	font-size:9px;
	line-height:12px;
	margin:8px 25px 8px 25px;
	}
.faktabox {
	width:430px;
	font-size:10px;
	line-height:14px;
	margin:8px 25px 8px 25px;
	background-color:#f0f0f0;
	}
.faktabox-topline {
	border-top: 1px solid #BD4A2E;
	padding: 5px;
	background-color:#EFF1E8;
	}
#calendar {
	display:block;
	background-color:#f0f0f0;
	margin:0 25px 15px 25px;
	}
#calendar p {
	font-size:10px;
	margin:0;
	padding:5px;	
	}
#calendar h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:12px;
	line-height:12px;
	color:#ffffff;
	border-top: 1px solid #BD4A2E;
	background-color:#BD4A2E;
	margin:0;
	padding:5px;
	}
#calendar h2 {
	font-weight:bold;
	font-size:12px;
	line-height:14px;
	color:#BD4A2E;
	margin:0;
	padding:5px 5px 0 5px;
	}
	
.kontakt {
	font-size:9px;
	color:#999999;
	line-height:12px;
	}
.line {
	border-bottom:1px solid #BCCDDC;
	margin:0;
	padding:0;
	}
.text-en-red {
	font-style:italic;
	color:#967871;
	}
.text-blue {
	color:#336699;
	}
.text-green {
	color:#5E8583;
	}

.float-right {
	float:right;
	margin-left:15px;
	}
.float-left {
	float:left;
	margin-right:15px;
	}

