/* For: Kr.sand artium 1968, bare hjemmesiden */

body {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 10pt;
    color: #000000;     /* black */ 
	 position: absolute;
	 background-color: ffffff;     /* white */
	 /* background-image: url(../admin/bgimage.gif); */
	 /* background-repeat: repeat; */
	 /* background-attachment: scroll; */
	 /* background-position: 30% 50%; */
}

h1, h2, h3, h4 {     /* headings */
    font-family: Arial, Helvetica, sans-serif;
}

h4 {     /* content, heading 3 */
    font-size: 100%;
    font-weight: bold;
	 font-style: italic;
}

#nav {     /* vertical nav. box, top */
	font-weight: normal;
	position: absolute;
	color: Black; 
	top: 139px; 
	left: 30px;
	width: 163px;
	line-height: 30px; 
	margin-top: 35px; 
	padding-top: 30px; 
}

#nav a:hover, #nav li a:hover {     /* nav. links, hovering */
	color: #0055A8;     /* blue */ 
	background-color: #FFFFF9;     /* white */
	text-decoration: none;
}

#nav ul, #nav li {     /* ? */
	list-style-type: none;
}

#nav2 {     /* vertical nav. box, bottom - Creative Commons */
	font-weight: normal;
	position: absolute;
	color: Black;
	top: 50px; 
	left: 30px;
	width: 163px;
	line-height: 13px;
	margin-top: 525px;
	padding-top: 30px;
}

#nav2 a:hover, #nav2 li a:hover {     /* nav. links, hovering - see #nav2 */
	color: #0055A8;     /* blue */ 
	background-color: #FFFFF9;     /* white */
	text-decoration: none;
}

#nav2 ul, #nav2 li {     /* ? - see #nav2 */
	list-style-type: none;
}

#navcell {     /* Header, contains also nav. boxes #nav & #nav2 */
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 25px;
	margin-bottom: 15px;
	border-top: 3px solid #EF2B2D;     /* rødt, i norsk flagg */
	/* border-right: 0px solid #0055A8;     / blue */
	border-bottom: 3px solid #1E90FF;     /* blå, norsk flagg: 002868 */
	/* border-left: 0px solid #0055A8;     / blue */
}

#breadcrumb {     /* top horizontal nav. bar, left */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	padding-bottom: 1px;
	padding-left: 2px;
	width: 47%;
	position: absolute;
	border-top: 1px solid #51A9FF;     /* blue */
	border-bottom: 1px solid #51A9FF;     /* blue */
}

#linkbar {     /* top horizontal nav. bar, right */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	padding-bottom: 1px;
	padding-right: 1px;
	float: right;
	width: 53%;
	position: relative;
	border-top: 1px solid #51A9FF;     /* blue  */
	border-bottom: 1px solid #51A9FF;     /* blue */
}

#nav a, #nav li.active li a {     /* ? */
	color: #000000;     /* black */ 
	text-decoration: none;
}

#nav li.active a {     /* ? */
	color: #930;     /* brown */ 
	background-color: #fc6;     /* yellow */
	text-decoration: none;
}

#nav2 a, #nav2 li.active li a {     /* ? */
	color: #000000;     /* black */ 
	text-decoration: none;
}

#nav2 li.active a {     /* ? */
	color: #930;     /* brown */ 
	background-color: #fc6;     /* yellow */
	text-decoration: none;
}

a {     /* element, for links */
	color: #0055A8;     /* dark blue */
}

a:visited {     /* element, for visited links ? */
	color: #8E5205;     /* brown */ 
}

#box1  {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #A6B2BC;
	background-color:#FFFFFF;
	color: #000000;
	padding: 0 20px 0 20px;
	text-align: left;
}

#box2  {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #A6B2BC;
	background-color:#FFFFFF;
	color: #000000;
	padding: 0 20px 0 20px;
	text-align: left;
}

#content {     /* content */
	color: #000000;     /* black */ 
	background-color: #FFFFF9;     /* white */
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 230px;
	padding-right: 5%;
	margin-top: 48px; 
}

#footer {     /* footer, ID */
	font-family: Arial, Helvetica, sans-serif;
	/* color: #000000;     / black */ 
	background-color: #FFFFF9;     /* white */ 
	padding-top: 5px;
	padding-left: 230px;
	padding-right: 5%;
}

p,ul,ol {     /* elements */
	color: #000000;     /* black */ 
	font-size: 9pt;
	text-align: justify;
}

p.footer {     /* footer, class */
	font-size: 7pt;
	padding-bottom: 1px;
	padding-top: 10px;
	padding-left: 2px;
	border-top: 2px solid #1E90FF;     /* blå, norsk flagg: 002868 */
	/* border-bottom: 1px solid #51A9FF;     / blue */
}

p.para1 {     /* in id content, to increase distance from top */
	padding-top: 14px;
}

dd.list1 {     /*  used where?  */
	margin-left: 5mm;
	text-indent: 0mm;
	padding-bottom : 2mm;
}

div.style1 {     /* div in body */
	width: 100%;
}

dl.list1 {     /* used where? */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 0mm;
}

dt.list1 {     /* used where? */
	font-weight: bold;
}

hr.line1 {     /* dividing line in #nav */
	height: 1px;
	width: 128px;
}

li.cc {     /* Creative Commons logo */ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 5pt;
	text-align: left;
}

li.list1 {     /* use where */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 2mm;
}
