body {
	font-family : "Times New Roman", Times, serif;
	font-size : small;
}

div#logga {
  color:black;
  background:black;
  padding-top : 3px;
}

img#loggan {
	width : 275px;
	height : 35px;
}

table#menu1 td{
	padding : 3px;
	background-color : teal;
	color : yellow;
	width : 85px;
}

table#menu1 td a:visited, table#menu1 td a:link {
	color : yellow;
	font-weight : bold;
}

table#menu1 td a:active {
	color : teal;
	background-color : yellow;
}

div#menu2 {
	display: none;
}

div.elements, div.example, div.element-values {
	color: black;
	padding: 2px;
	border:solid black 1px;
}

div.elements {
     background-color: yellow;
}

div.example {
     background-color: Lime;
}

div.element-values {
    background-color: Silver;
}

pre {
	white-space : normal;
}

caption {
  text-align: center;
}

table#menu caption {
  text-align: center;
  text-decoration : underline;
  text-transform : uppercase;
  font-weight : bold;
  font-size : larger;
  padding : 3px;
}

td.element {
  font-weight: bold;
}

span.defvalue {
  color: black;
  background: white;
}

td {
  vertical-align: top;
}

#fontexempel {
  font: italic small-caps bolder 24pt Courier, serif;
}

#textexempel1 {
  text-align: left;
  text-decoration: underline line-through;
  text-indent: 10px;
  text-transform: uppercase;
  white-space: inherit;
}

#textexempel2 {
  text-align: center;
  text-decoration: overline line-through;
  text-indent: 10px;
  text-transform: lowercase;
  white-space: inherit;
}

#listorexempel1 {
  list-style: square inside;
}

#listorexempel2 {
  list-style: square url("./star.gif");
}

#fargexempel1 {
  color: navy;
}

#fargexempel2 {
  color: rgb(50,150,250);
}

#fargexempel3 {
  color: #ff3300;
}

div.area {
    height: 100px;
    width: 100px;
	background-color : black;
	color : white;
	margin: 5px;
}

#synlighetsexempel1 {
	visibility : hidden;
}

#synlighetsexempel2 {
	display : none;
}

div#bakgrundexempel1 {
	background: #9ACD32 url(./bg.gif) no-repeat scroll center center;
	border: 1px solid black;
}

div#bakgrundexempel2 {
	background: Aqua url(./bg.gif) 7px repeat-y ;
	border: 1px solid black;
}

div.marginexample0 {
	background-color: aqua;
	color: black;
	margin:10px;
	padding: 1px;
}

p#marginexample1 {
	margin: 0.5cm 1cm 2cm 4cm ;
	background-color : black;
	color : yellow;
}

p#marginexample2 {
	margin: 4cm 2cm 1cm 0.5cm ;
	background-color : black;
	color : yellow;
}

div#borderexample1 {
	border-color: #0000CD #00CC99 #CC3300 #FFCC00;
	border-style: dotted dashed double groove;
	border-width : thin medium thick 1ex;
	margin: 1cm;
}

div#paddingexample1{
	padding : 1cm 2cm 3cm 4cm;
	border: black solid thin;
	margin: 1cm;
}

span#storlekexempel1 {
	vertical-align : sub;
}

span#storlekexempel2 {
	vertical-align: super;
}

#positionexempel11, #positionexempel12, #positionexempel13 {
	float: right;
}

#positionexempel2 {
	clear: left;
}