/*** selve siden, dvs. baggrund osv: ***/
  body {
    background-color: #4A4C4A; 
    background-image: url("pics/tiles/dgrey036-dark-sh.jpg");
    margin: 10px 0px 10px 30px /*top right bottom left*/
  } 

/*** div til at indeholde overskrift samt div til brødteksten ***/
  div#container {
    background-color: transparent; 
    position: absolute;
    top: 0px;
    left: 50px;
    width: 650px;
  }

/*** div til overskrift øverst på siden centreret over indholdet ***/
  div#overskrift {
    color: #707070;
    margin-top: 10px;
    background-color: transparent
  }
  #overskrift h1 {
    color: #707070;
    font-size: 32px;
    text-align: center
  }
  #overskrift a {
    color: #707070;
  }
  #overskrift a:visited {
    color: #707070
  }
  #overskrift a:hover {
    color: #707070;
    background-color: transparent
  }

/*** div til at indeholde navigationsbjælke foroven ***/
  div#content_links {
    background-color: #707070;
    position: absolute;
    left: 30px;
    top: 73px;
    width: 918px;
  }

/*** selve navigationsbjælken er kun så lang som links'ne ***/
  div.navigation {
/*    float: left; */
    margin-left: 15px; 
    width: 850px;
    text-align: center;
  }
  div.navigation a {
    float: left;
    color: #202020;
    background-color: #707070;
    padding: 2px 6px; /* top left */
    font: 12px verdana, sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height: 16px;
  }
  div.navigation a:visited { color: #202020 }
  div.navigation a:hover {
    color: black;
    background-color: #848484
  }

/*** div til at indeholde billeder og sager i højre side ***/
  .rightcol {
    position: absolute;
    top: 110px;
    left: 720px;
    width: 208px; /* 188px */
    background-color: transparent;
    background-image: url("pics/tiles/dgrey036-rightcol-sh.jpg");
    text-align: center;
    color: black;
    font-family: verdana, sans-serif;
    font-size: 73%;
    line-height: 140%;
  }
  .rightcol a:hover { background-color: transparent }
  .rightcol hr {width: 188px}

/*** div til validator-ting i højre side ***/
  div#validator {
    position: relative;
    left: 690px;	
    width: 208px;
    background-color: transparent;
  }
  #validator a:hover { background-color: transparent }

/*** div til at indeholde brødteksten ***/
  div#content {
    background-color: #AAAAAA; 
    background-image: url("pics/tiles/dgrey036-light-sh.jpg");
    border-style: solid; 
    border-width: 1px; 
    position: absolute;
    top: 110px;
    width: 650px;
    left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

/*** brødteksten har følgende egenskaber: ***/ 
  h1 { 
    color: #000000;
    font-family: verdana, sans-serif;
    text-align: left 
  }
  h2,h3 {
    color: #000000;
    font-family: verdana, sans-serif;
    margin: 20px 20px 10px 20px 
  }
  p {
    color: black;
    font-family: verdana, sans-serif;
    font-size: 73%;
    line-height: 140%;
    text-align: justify;
    margin: 10px 20px 10px 20px
  }
  a {
    color: #0000B0; 
    text-decoration: none; 
  }
  a:visited {color: #750075; text-decoration: none}
  a:hover {
    background-color: #999999;
    color: #0000A0
  }
  ul { 
    color: black;
    font-family: verdana, sans-serif;
    line-height: 140%;
    font-size: 73%;
    text-align: justify;
    margin-right: 20px;
  }
  ol { 
    color: black;
    font-family: verdana, sans-serif;
    line-height: 140%;
    font-size: 73%;
    text-align: justify;
    margin-right: 20px;
  }
  #content blockquote {
    color: black;
    font-family: verdana, sans-serif;
    font-style: italic;
    line-height: 140%;
    font-size: 73%;
    text-align: justify;
  }
  hr { 
    width: 610px;
  }
  td {
    color: black;
    font-family: verdana, sans-serif;
    line-height: 140%;
    font-size: 73%;
    text-align: justify;
    margin: 10px 20px 10px 20px
  }
  li { margin-left: 30px }
  form {
    margin: 10px 20px 10px 20px
  }

/* div til indholdet på billedvisningssiden showpic.php
 */
.showpic
{	
	font-size: 100%;
	position: absolute;
	display: block;
	background-color: #d0d0d0;
	top: 15px;
	width: 1030px;
	height: 720px;
	border-width: 1px;
	border-style: solid;
	border-color: #006040;	
	/*padding: 0px 20px 0px 20px;*/
	text-align: center;
	overflow: auto;
}

/* div til placering af nummerering på billedvisningssiden showpic.php
 */
.shownr
{
    	font-size: 100%;
	position: absolute;
	display: block;
	background-color: transparent;
	top: 16px;
	left: 506px;
	width: 20px;
	height; 30px;
	margin: 0px;
	text-align: center;
}