      /******************************************************************************************/ 
      /* 	Allan Thomsen                        juli 2008                  email: allan@alth.dk  */
      /* 	------------------------------------------------------------------------------------  */
      /* 	Standard stylesheet med forklaring og kommentarer.                                    */
      /* 	                                                                                      */
      /* 	SYNTAX:	                                                                              */
      /*  <link rel="stylesheet" type="text/css" href="/style/tanehedevej.css">                 */
      /*  <link rel="stylesheet" type="text/css" href="/style/tanehedevej.css" media="screen">  */
      /*  <link rel="stylesheet" type="text/css" href="/style/tanehedevej.css" media="print">   */
      /*  <link rel="stylesheet" type="text/css"                                                */
      /*                         @import URL(http://www.alth.dk/style/tanehedevej.css")>        */
      /******************************************************************************************/ 

      a:link    {color:#0000FF;    background:transparent; text-decoration:none}  /* ubesøgt link  */     
      a:visited {color:#0000FF;    background:transparent; text-decoration:none}  /* besøgt link   */   
      a:hover   {color:yellow;     background:transparent; text-decoration:none}  /* mus over link */   
      a:active  {color:yellow;     background:transparent; text-decoration:none}  /* aktiv link    */   

      body {
      font-family                : arial, verdana, sans-serif;
      font-size                  : 15px;        /* skriftstørrelsen (xx% xxpx xxem xxpt) */
			color                      : black;       /* skrift farve (#000000 RGB(xx%,xx%,xx%) RGB(xxx,xxx,xxx) farvenavn)  */
			font-variant               : none;        /* none small-caps                       */
      font-weight                : plain;       /* plain bold                            */
      font-style                 : plain;       /* plain italic                          */
      font-decoration            : none;        /* none underline overline line-through  */
      font-align                 : left;        /* left center right                     */
			
			text-transform             : ;            /* uppercase lowercase capitalize        */
			letter-spacing             : ;            /* xxpx xxpt xxin xxcm                   */
			line-hight                 : 100%;        /* xx% xxpx xxpt xxin xxcm               */
			text-indent                : 0px;         /* xxpx xxin xxcm                        */
      vertical-align             : none;        /* none sub super                        */
			white-space                : normal;      /* nowrap normal pre                     */
			word-spacing               : ;            /* xxpx                                  */
		  background-color           : black;
			/* padding                    : 0 0 0 0px; */
      }
			
      table {}
      th {}
      tr {}
      td {
			background-color : #DEF0FE;
			text-align       : left;
			}
      
			h1 {font-size:  9px; }
			h2 {font-size: 12px; }
			h3 {font-size: 15px; }
			h4 {font-size: 20px; }
			h5 {font-size: 25px; }
			h6 {font-size: 30px; }
			span {}
			div {}
			hr {color : blue; }
			p {}
			b {}
			i {}

			/***[ CLASS ]***/ /* . kaldes med CLASS=xxxxx  , den skal kaldes flere gange på siden  */
			.dot {
			font-size        : 20px;
			font-weight      : bold;
			color            : blue;
			text-align       : center;
			}
      .center {
			text-align       : center;
      }			
      .right {
			text-align       : right;
      }			
			.overskrift {
			font-size        : 20px;
			font-weight      : bold;
			color            : blue;
			text-align       : center;
			padding-top      : 10px;
			}
			.w150 {width  : 150px;}
			.w950 {width  : 950px;}
      .h430 {height : 430px;}
			/***[ ID    ]***/  /* # kaldes med id=xxxxx   , når den kun skal kaldes een gang på siden   */
			#table1 {
			width      : 950px;
			border-top : solid 17px blue;
			}
      #td1 {
			background-color : #84C8FC;
			}
      #top {
      background-color           : blue;                     /* baggrundsfarve                        */
		  height                     : 15px;
 			}
      #head {
      background-color           : #84C8FC;                     /* baggrundsfarve                        */
      background-image           : url(/image/head.jpg);       /* url(/image/abeback.jpg)               */
     	background-repeat          : no-repeat;                   /* no-repeat repeat-xy repeat-x repeat-y */
	    background-attachment      : scroll;                      /* fixed  scroll                         */
	    background-position        : center top;                  /* top center bottom left right          */
      overflow                   : hidden; 
			font-weight                : bold;
		  height                     : 90px;
      text-align                 : center;
			padding                    : 10px 0px 0px 0px;
 			}
      #bottom {
			background-color : blue; /* #84C8FC; */
			text-align       : center;
			font-size        : 10px;
			font-weight      : bold;
			color            : white;
      }			
      #opdattext {
			text-align       : right;
			font-size        : 9px;
			color            : #0000FF;
      }			
      #foto {
			position       : relative;
			top            : 0px;
			left           : 0px;
			z-index        : 5;
      }			
      #foto1 {
			position       : absolute;
			top            : 300px;
			left           : 400px;
			z-index        : 9;
      }			
      #foto1skygge {
			position       : absolute;
			top            : 305px;
			left           : 405px;
			z-index        : 8;
      }			
      #foto2 {
			position       : absolute;
			top            : 20px;
			left           : 20px;
			z-index        : 11;
      }			
      #foto2skygge {
			position       : absolute;
			top            : 25px;
			left           : 25px;
			z-index        : 10;
      }			
      #foto3 {
			position       : absolute;
			top            : 20px;
			left           : 400px;
			z-index        : 13;
      }			
      #foto3skygge {
			position       : absolute;
			top            : 25px;
			left           : 405px;
			z-index        : 12;
      }			
      #foto4 {
			position       : absolute;
			top            : 300px;
			left           : 20px;
			z-index        : 15;
      }			
      #foto4skygge {
			position       : absolute;
			top            : 305px;
			left           : 25px;
			z-index        : 14;
      }			
      #foto5 {
			position       : absolute;
			top            : 10px;
			left           : 10px;
			z-index        : 7;
      }			
      #foto5skygge {
			position       : absolute;
			top            : 18px;
			left           : 18px;
			z-index        : 6;
      }			
      #fototext {
			position       : relative;
			top            : 175px;
			left           : 10px;
			z-index        : 34;
			color          : blue;
			margin-left    : 70px;
			margin-right   : 100px;
			padding-top    : 0px;
			font-weight    : bold;
			text-align     : center;
      }			
      #fototext1 {
			position       : relative;
			top            : 0px;
			left           : 0px;
			z-index        : 7;
			margin-top     : 10px;
			text-align     : center;
      }			
      #fototext2 {
			color          : blue;
			font-weight    : bold;
			text-align     : center;
			padding-top    : 10px;
      }			
      #_gem {
			margin-right   : 0px;
			padding-bottom : 0px;
      }			
      /* --- Forsiden --- */			
      #forsidenomrade {
			position       : relative;
			top            : 0px;
			left           : 0px;
			z-index        : 5;
      }			
      #forsidenfoto {
			position       : relative;
			top            : 0px;
			left           : 20px;
			z-index        : 10;
      }			
      #forsidenfotoskygge {
			position       : absolute;
			top            : 10px;
			left           : 30px;
			z-index        : 9;
      }			
      #forsidentext {
			position       : relative;
			top            : 20px;
			left           : 0px;
			z-index        : 20;
      }			
	