
html,
body {
   text-align: center; /* På grunn av at IE ellers ikke vil midtstille siden */
   font: 100% "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 10pt;
    margin: 0 0 0 0;
	background-color: #F0F0FF;
}



/* ===== Avsnitt ===== */

p {
   font-size: 10pt;
   margin: 0 0 15px 0;
}

/* Annet */

a {
	text-decoration: none;
}



ul {
   font-size: 10pt;
}

div.didyouknow p.heading {
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
}

h1 {

}

.info {
	text-decoration: underline;
}


.infoheader {
	background-color: #E0E0FF;
	font-size:10pt;
	padding: 3px;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	font-weight: bold;
}


.infobody {
	background-color: #F0F0FF;
	font-size:8pt;
	padding: 3px;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

img.equation {
	margin: 0 20px 0 0;
	vertical-align: middle;
	text-align:left;
}
table.eqtable {
	width: 80%;
   font-size: 10pt;
   margin: 10px 0 10px 20px;
}
div.figure {
	font-style: italic;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
}
div.figure img {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

span.hver img {
	visibility:hidden;
}
span.hver:hover {
	background: 0;
}
span.hver:hover img {
	visibility: visible;
	border: 0;
}
.score {
	font-weight: bold;
	font-size: x-large;
}

/*========================
     DIV
  ========================*/

  
  
#wrap {
	background-color: #F0F0FF;
}

	div#container {
	   text-align: left;
	   height:100%;
	   width: 900px;
		margin: 0 auto; /* Midtstiller siden */
		padding: 0 20px 0 20px;
		background-color: #FFFFFF;
		border-left: 3px solid #C0C0FF;
		border-right: 3px solid #C0C0FF;
		border-bottom: 3px solid #C0C0FF;
	}

		div#header {
		   padding: 0;
		   margin: 0px;
		   text-align: center;
		   background-image: url('../pics/SolarcellLogo.png');
		   background-repeat: no-repeat;
		   background-position: top center;
		   height: 150px;
		}
		
		div#main {
		   padding: 0 0 0 0;
		}

			div#col {
			   width: 150px;
			   float: left;
			   padding: 5px;
			   /*border: 1px solid black;*/
			}
				div#menu {
				   width: 150px;
				   float: left;
				   height: 100%;
				}

			div#content {
			   width:700px;
			   float:right;
			   height: 100%;
			   overflow: hidden;
			   /*border: 1px solid black;*/
			   border-left: 1px solid #C0C0FF;
			   padding: 10px;
			}
				div.didyouknow {
					font-size: 10pt;
					background-color: #F0F0FF;
					border: 2px outset;
					float: right;
					width: 200px;
					padding: 5px;
					margin: 5px;
				}
				
				div.answertext {
					margin: 0px;
				}
				div.answersymbol {
					margin: 0px;
					float: left;
				}

		div#footer {
		   background-color: #C0C0ff;
		   height: 20px;
		   margin: 20px 0 0 0;
		   padding: 5px 0 0 0;
		   clear: both;
		   text-align: center;
		   font-size: 8pt;
		}

