/*
Standard stilark for Norsk GeoGebra institutt
Laget av: Anders Sanne <anders.sanne@plu.ntnu.no>

*/

html {
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background-color: white;
	color: black;
  margin: 20px;
  padding: 20px;
}


p {
  padding: 0;
}

a {
	font-weight: bold;
	text-decoration: none;
}

a:link {
	color: blue;
}

a:visited {
  color: #666666;
}

a:hover {
  background-color: #e5e5e5;
}

img.bilde {
  float: right;
	margin-left: 5px;
	border: solid 1px black;
}

#meny {
  float: left;
  width: 200px;
  padding: 0;
  z-index: 2;
}

#innhold {
  margin-left: 220px;
}

#meny ul {
  list-style: none;
	margin: 0;
	padding: 0;
  border: 1px solid #666666;
}

#meny ul li a:link, #meny ul li a:visited {
	display: block;
  text-decoration: none;
	width: 186px;
	padding: 2px 5px;
	background-color: #e5e5e5;
	border: 1px solid #666666;
} 

#meny ul li a:hover {
  background-color: #666666;
	color: white;
	border: 1px solid white;
}

#meny ul li#aktiv a:link, #meny ul li#aktiv a:visited {
  background-color: #666666;
	color: white;
	border: 1px solid #666666;
}

#tittel {
	margin: 0px;
	margin-bottom: 36px;
	color: #666666;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
}

#ramme {
  float: right;
	width: 38%;
	padding: 10px;
  background-color: #e5e5e5;
	border: 2px solid #666666;
	margin-bottom: 10px;
	margin-left: 10px;
}

#ramme a:hover {
  background-color: white;
}

#webstart a:hover {
  background-color: #e5e5e5;
}
