      /******************************************************************************************/ 
      /* 	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:yellow;    background:transparent; text-decoration:none}  /* ubesøgt link  */     
      /*a:visited {color:yellow;    background:transparent; text-decoration:none}  /* besøgt link   */   
      /*a:hover   {color:#CC0000;   background:yellow;      text-decoration:none;font-size:14px}  /* mus over link */   
      /*a:active  {color:white;     background:transparent; text-decoration:none}  /* aktiv link    */   

      /* HOVED - FARVER */
      /* Farve 1  : #65A6F0   Lys  støvet blå  */
      /* Farve 2  : #4571A3   Mørk støvet blå  */
      /* Farve 3  : #F0DD65   Støvet gul       */
      /* Farve 4  : #A38745   Støvet brun      */
      /* Farve 5  : #0F0F0F   Sort             */
      /* Farve 6  : #F0F0F0   Hvid             */
			/* Farverne kan ses www.colorblender.com (værdi: 101/166/240) */
			
      body {
          font-family           : arial, verdana, sans-serif;
          font-size             : 12px;        /* skriftstørrelsen (xx% xxpx xxem xxpt) */
			    color                 : #000000;     /* skrift farve (#000000 RGB(xx%,xx%,xx%) RGB(xxx,xxx,xxx) farvenavn)  */
			    font-variant          : normal;      /* none small-caps                       */
          font-weight           : normal;      /* plain bold                            */
          font-style            : normal;      /* plain italic                          */
			    white-space           : normal;      /* nowrap normal pre                     */
		      background-color      : #65A6F0;
			    text-align            : center;
     	    background-repeat     : repeat;      /* no-repeat repeat-xy repeat-x repeat-y */
	        background-attachment : scroll;      /* fixed  scroll                         */
	        background-position   : center top;  /* top center bottom left right          */
			    margin-top            : 5px;
			}
      a:link    {color:#000000; background:transparent; text-decoration:none;font-weight:bold;}  /* ubesøgt link  */     
      a:visited {color:#000000; background:transparent; text-decoration:none;font-weight:bold;}  /* besøgt link   */   
      a:hover   {color:#F0DD65; background:transparent; text-decoration:none;font-weight:bold;font-size:14px;}  /* mus over link */   
      a:active  {color:#000000; background:transparent; text-decoration:none;font-weight:bold;}  /* aktiv link    */   
			
      table {}
      th    {}
      tr    {}
      td    {}
      
			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:#4571A3;}

      .rod  {color:red;}

			p {}
			b {}
			i {}
			.tb_fuld           {width: 946px;}              /* Hovedet         */
			.tb_venstre        {width: 150px;padding:2px;}  /* Venstre kolonne */
			.tb_100            {width: 100%;padding:5px;}   /* Tabel i fulde bredde  */
			.tb_venstre_inside {width: 148px;padding:2px;}  /* Bunden */
			.w140 {
			    width          : 140px;
					text-align     : left;
			}
			.w600 {
			    white-space    : pre;      /* nowrap normal pre                     */
			    width          : 600px;
					text-align     : left;
			}

			.banner {
          border                : solid #A38745 3px;
			}
			.banner_top {
          vertical-align        : top;
			}
			
			
      /* Hoved på sitet */
			.dot {
			    font-size             : 12px;
			    font-weight           : bold;
			    color                 : #F0DD65;
			    text-align            : center;
			}
      .head {
          background-image      : url(/grafik/ny_head_946_5.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                : 100px;
          text-align            : center;
			    padding               : 0px 0px 0px 0px;
 			}
      .head a:link    {color:#C00000; background:transparent; text-decoration:none}  /* ubesøgt link  */     
      .head a:visited {color:#C00000; background:transparent; text-decoration:none}  /* besøgt link   */   
      .head a:hover   {color:#000000; background:transparent; text-decoration:none;font-size:15px}  /* mus over link */   
      .head a:active  {color:#000000; background:transparent; text-decoration:none}  /* aktiv link    */   
		
      .head_menu {
          background-color      : #4571A3;                     /* baggrundsfarve                        */
			    font-weight           : bold;
		      height                : 20px;
          text-align            : center;
					vertical-align        : middle;
			    padding               : 2px 2px 2px 2px;
 			}
      .head_menu a:link    {color:#F0DD65; background:transparent; text-decoration:none}  /* ubesøgt link  */     
      .head_menu a:visited {color:#F0DD65; background:transparent; text-decoration:none}  /* besøgt link   */   
      .head_menu a:hover   {color:#FFFFFF; background:transparent; text-decoration:none;font-size:15px}  /* mus over link */   
      .head_menu a:active  {color:#F0DD65; background:transparent; text-decoration:none}  /* aktiv link    */   
		
      /* HOVED - FARVER */
      /* Farve 1  : #65A6F0   Lys  støvet blå  */
      /* Farve 2  : #4571A3   Mørk støvet blå  */
      /* Farve 3  : #F0DD65   Støvet gul       */
      /* Farve 4  : #A38745   Støvet brun      */
      /* Farve 5  : #0F0F0F   Sort             */
      /* Farve 6  : #F0F0F0   Hvid             */
			/* Farverne kan ses www.colorblender.com (værdi: 101/166/240) */

      /* Default kroppen */			
      .kroppen {
			    width                 : 792px;
	        background-color      : #65A6F0; /* Hvid */                        
			    height                : 370px;
					vertical-align        : top;
      }			
      .kroppen_td {
          vertical-align        : top;
      }		
/*** START BANNER ******************************************/
      .banner_600 {
			    width                 : 720px;
          height                : 85px;
	        background-color      : #65A6F0; /* Hvid */                        
					vertical-align        : top;
          text-align            : center;
      }			

      .banner_noborder {
          /* border                : solid #A38745 0px; */
          border                : none;
			}
/*** SLUT BANNER ******************************************/
			
      /* BUNDEN */
      .bottom {
			    font-size             : 20px;
					font-weight           : bold;
			    color                 : #F0DD65;
          background-color      : #65A6F0; /* #84C8FC; */
			    text-align            : center;
      }
      .bottom a:link    {color:#F0DD65; background:transparent; text-decoration:none}  /* ubesøgt link  */     
      .bottom a:visited {color:#F0DD65; background:transparent; text-decoration:none}  /* besøgt link   */   
      .bottom a:hover   {color:#000000; background:transparent; text-decoration:none;font-size:21px}  /* mus over link */   
      .bottom a:active  {color:#F0DD65; background:transparent; text-decoration:none}  /* aktiv link    */   

			.webmaster {
			    font-size             : 10px;
			    font-weight           : bold;
			    color                 : #F0DD65;
			    text-align            : right;
			}
      .webmaster a:link    {color:#F0DD65; background:transparent; text-decoration:none}  /* ubesøgt link  */     
      .webmaster a:visited {color:#F0DD65; background:transparent; text-decoration:none}  /* besøgt link   */   
      .webmaster a:hover   {color:#000000; background:transparent; text-decoration:none;font-size:11px}  /* mus over link */   
      .webmaster a:active  {color:#F0DD65; background:transparent; text-decoration:none}  /* aktiv link    */   
			

      /* Login og Logout og bruger-menuen */
      .logintext {
			    margin                : 5px 0px 0px 0px;
			    width                 : 67px;
			    background-color      : #65A6F0;
			    font-family           : Arial;
			    font-size             : 9px;
			    color                 : #F0DD65;
			    text-align            : right;
			    font-weight           : bold;
			}
			.loginfelt {
			    font-size             : 9px;
			    width                 : 65px;
			    background-color      : #F0DD65;
			}
			.submitbox {
			    width                 : 60px;
			    font-size             : 9px;
			    font-weight           : bold;
			    color                 : #F0DD65;
			    background-color      : #65A6F0;
			    cursor                : pointer;
			} 			
			.glemtpsw {
			    margin                : 0 0 0 0px;
			    font-family           : Arial, Helvetica, Sans Serif;
			    font-size             : 9px;
			    font-weight           : bold;
			    text-align            : center;
			}

			.glemtpsw a:link    {color:#F0DD65; background:transparent; text-decoration:none}  /* ubesøgt link  */     
      .glemtpsw a:visited {color:#F0DD65; background:transparent; text-decoration:none}  /* besøgt link   */   
      .glemtpsw a:hover   {color:#000000; background:transparent; text-decoration:none;font-size:10px}  /* mus over link */   
      .glemtpsw a:active  {color:#F0DD65; background:transparent; text-decoration:none}  /* aktiv link    */   

			.resultattext {
			    margin                : 0 0 0 4px;
			    font-family           : Arial, Helvetica, Sans Serif;
			    font-size             : 9px;
			    font-weight           : bold;
			    color                 : #4571A3;
			    text-align            : center;
			    padding               : 2px 2px 2px 2px;
			}
			.menutext {
			    font-family           : Arial, Helvetica, Sans Serif;
			    font-size             : 10px;
			    font-weight           : bold;
			    color                 : #4571A3;
			    text-align            : left;
			    padding               : 2px 2px 2px 2px;
			}
			.menutext a:link    {color:#F0DD65; background:transparent; text-decoration:none}  /* ubesøgt link  */     
      .menutext a:visited {color:#F0DD65; background:transparent; text-decoration:none}  /* besøgt link   */   
      .menutext a:hover   {color:#000000; background:transparent; text-decoration:none;font-size:11px}  /* mus over link */   
      .menutext a:active  {color:#F0DD65; background:transparent; text-decoration:none}  /* aktiv link    */   

			.opret_profil {
			    font-family           : Arial, Helvetica, Sans Serif;
			    font-size             : 10px;
			    font-weight           : bold;
			    text-align            : center;
					border                : solid #FFFFFF 2px; 
			    background-color      : #A38745;
			    cursor                : pointer;
			    padding               : 2px 2px 2px 2px;
			} 
			.opret_profil a:link    {color:#F0DD65; background:transparent; text-decoration:none}  /* ubesøgt link  */     
      .opret_profil a:visited {color:#F0DD65; background:transparent; text-decoration:none}  /* besøgt link   */   
      .opret_profil a:hover   {color:#F0DD65; background:transparent; text-decoration:none;font-size:12px}  /* mus over link */   
      .opret_profil a:active  {color:#F0DD65; background:transparent; text-decoration:none}  /* aktiv link    */   

      /* HOVED - FARVER */
      /* Farve 1  : #65A6F0   Lys  støvet blå  */
      /* Farve 2  : #4571A3   Mørk støvet blå  */
      /* Farve 3  : #F0DD65   Støvet gul       */
      /* Farve 4  : #A38745   Støvet brun      */
      /* Farve 5  : #0F0F0F   Sort             */
      /* Farve 6  : #F0F0F0   Hvid             */
			/* Farverne kan ses www.colorblender.com (værdi: 101/166/240) */

      /*  Annonce forsiden */
			.annonce {
			    font-family           : Arial, Helvetica, Sans Serif;
			    font-size             : 12px;
			    font-weight           : bold;
			    text-align            : center;
					border                : solid #FFFFFF 2px; 
			    background-color      : #A38745;
			    cursor                : pointer;
			    padding               : 2px 2px 2px 2px;
					color                 : #FFFFFF;
					width                 : 600px;
			} 
			.annonce a:link    {color:#F0DD65; background:transparent; text-decoration:none}  /* ubesøgt link  */     
      .annonce a:visited {color:#F0DD65; background:transparent; text-decoration:none}  /* besøgt link   */   
      .annonce a:hover   {color:#F0DD65; background:transparent; text-decoration:none;font-size:13px}  /* mus over link */   
      .annonce a:active  {color:#F0DD65; background:transparent; text-decoration:none}  /* aktiv link    */   

      /* HOVED - FARVER */
      /* Farve 1  : #65A6F0   Lys  støvet blå  */
      /* Farve 2  : #4571A3   Mørk støvet blå  */
      /* Farve 3  : #F0DD65   Støvet gul       */
      /* Farve 4  : #A38745   Støvet brun      */
      /* Farve 5  : #0F0F0F   Sort             */
      /* Farve 6  : #F0F0F0   Hvid             */
			/* Farverne kan ses www.colorblender.com (værdi: 101/166/240) */
			
						
      /* 0100_forsiden.php   */
			
			.overskrift_0100 {
					color                 : #F0DD65;
					font-weight           : bold;  
          font-size             : 20px;
					text-align            : left;
			}			
			.priser1 {
			    background-color      : #4571A3;
					color                 : #65A6F0;
					font-weight           : bold;  
					height                : 30px;
					padding               : 4px;
			}			
			.priser2 {
          width                 : 150px;
			}			
			.priser3 {
          width                 : 60px;
					text-align            : right;
			}			
			.priser4 {
					text-align            : right;
			}			
			.gratis {
			    font-weight           : bold;
			    color                 : #F0DD65;
			    background-color      : #A38745;
					padding               : 5px;
			} 			
			.tabelfoto_0100 {
          border                : solid #4571A3 1px;
					width                 : 600px;
			}
			.overfoto_0100 {
					color                 : #F0DD65;
					font-weight           : bold;  
          font-size             : 20px;
					text-align            : left;
			    background-color      : #4571A3;
					padding               : 5px;
			}			
      .kol01_0100 {
			    width                 : 25%;
					vertical-align        : top;
			}

      /* 0800_profil_opret.php   */
			.tabel_0800 {
			    text-align            : left;
			}			
			.overskrift_0800 {
			    font-size             : 20px;
			    font-weight           : bold;
			    color                 : #F0DD65;
			    text-align            : left;
			}
			.dot_0800 {
			    font-size             : 20px;
			    font-weight           : bold;
			    color                 : #F0DD65;
			    text-align            : center;
			}
			.oplystext_0800 {
			    font-size             : 10px;
			    font-weight           : bold;
			    color                 : #F0DD65;
			}
			.afstand_0800 {
			    height                : 30px;
			}
			.checktal_0800 {
			    font-size             : 20px;
			    font-weight           : bold;
			    color                 : #4571A3;
			    text-align            : left;
					border                : none;
					background-color      : #65A6F0;
					width                 : 110px;
			}
			.placering_0800_top {
			    vertical-align        : top;
			}
			.placering_0800_right {
			    text-align            : right;
			}
			.inputwidth_0800_1 {
			    width                 : 257px;
			}
			.inputwidth_0800_2 {
			    width                 : 120px;
			}
			.textareabox {
			    font-family           : arial, verdana, sans-serif;
			    width                 : 257px;
			}
			.kunse {
			    background-color      : #F0DD65;
			}
			.help_0800 {
			    font-size             : 9px;
			    font-weight           : bold;
			}
			.msg_0800 {
			    font-size             : 15px;
			    font-weight           : bold;
			    color                 : #F0DD65;
			    text-align            : center;
          background-color      : #4571A3;
					padding               : 5px 5px 5px 5px; 
			}
			.msg_0800_1 {
			    font-size             : 18px;
			    font-weight           : bold;
			    color                 : #CC0808;
			    text-align            : center;
          background-color      : #4571A3;
					padding               : 5px 5px 5px 5px; 
					width                 : 370px;
			} 
			.valgleft_0800 {
			    font-size             : 10px;
			    text-align            : left;
					vertical-align        : top;
          background-color      : #F0DD65;
			}
			.text_0800 {
			font-size        : 13px;
			font-weight      : bold;
			color            : #CC0000;
			text-align       : center;
			width            : 200px;
			border           : ;
			background-color : #E2E2E2;
			}

/*  0821_profil_ret.php */
			.type_0821 {
			    font-size             : 12px;
			    font-weight           : bold;
			    color                 : #F0DD65;
			    text-align            : right;
			}
			.tabelfoto_0821 {
          border                : solid #4571A3 1px;
					width                 : 380px;
			}
			.left_0821 {
			    text-align            : left;
					vertical-align        : top;
			}
			.center_0821 {
			    text-align            : center;
					vertical-align        : top;
			}
			.right_0821 {
			    text-align            : right;
					vertical-align        : top;
			}
			.betaltext_0821 {
			    font-size             : 12px;
			    font-weight           : bold;
			    color                 : #F0DD65;
			    text-align            : left;
					vertical-align        : top;
			}

			.tabelfoto_0823 {
          border                : solid #4571A3 1px;
					width                 : 400px;
			}

/*************************/
/* NEW                   */
/* 0825_profil_ret.php   */			
/*************************/
			.tabelfoto_0825 {
          border                : solid #4571A3 1px;
					width                 : 600px;
			}
			.overfoto_0825 {
			    font-size             : 18px;
			    font-weight           : bold;
			    color                 : #F0DD65;
			    text-align            : left;
			    background-color      : #4571A3;
			}
			.overfoto_0825_right {
			    font-size             : 18px;
			    font-weight           : bold;
			    color                 : #F0DD65;
			    text-align            : right;
			    background-color      : #4571A3;
			}

			.placfoto_0825_bottom {
			    width                 : 33%; 
			    vertical-align        : bottom;
			}
			.helpfoto_0825 {
			    font-size             : 15px;
			    font-weight           : bold;
			    color                 : #F0DD65;
			    text-align            : center;
			}
			.notafoto_0825_left {
			    font-size             : 9px;
			    font-weight           : bold;
			    color                 : #F0DD65;
			    text-align            : left;
			}
			.notafoto_0825_right {
			    font-size             : 9px;
			    font-weight           : bold;
			    color                 : #F0DD65;
			    text-align            : right;
			    background-color      : #4571A3;
			}
			.uplfoto_0825 {
          border                : solid #4571A3 1px;
			}
			.helpwww_0823 {
			    font-size             : 9px;
			    font-weight           : bold;
			    text-align            : center;
			    background-color      : #F0DD65;
			}

      /* HOVED - FARVER */
      /* Farve 1  : #65A6F0   Lys  støvet blå  */
      /* Farve 2  : #4571A3   Mørk støvet blå  */
      /* Farve 3  : #F0DD65   Støvet gul       */
      /* Farve 4  : #A38745   Støvet brun      */
      /* Farve 5  : #0F0F0F   Sort             */
      /* Farve 6  : #F0F0F0   Hvid             */
			/* Farverne kan ses www.colorblender.com (værdi: 101/166/240) */


			
/* Prislisten 0836_profil_ret.php*/
			.linie_0836 {
					vertical-align        : top;
			}
			.bred_0836_100 {
			    width                 : 100px;
			}
			.bred_0836_50 {
			    width                 : 50px;
			}
			.submitbox_0836 {
			    width                 : 40px;
			    font-size             : 8px;
			    font-weight           : bold;
			    color                 : #F0DD65;
			    background-color      : #65A6F0;
			    cursor                : pointer;
			} 			
			.inputydelse_836 {
			    text-align            : left;
			    width                 : 400px;
			}
			.inputpris_836 {
			    text-align            : right;
			    width                 : 75px;
			}
			.underfoto_0836 {
			    font-size             : 10px;
			    font-weight           : bold;
			    color                 : #F0DD65;
			    background-color      : #4571A3;
			}
			.overfoto_0825, .underfoto_0836, .inputydelse_836, .inputpris_836 {
					/*padding               : 5px 0px 5px 10px;*/
      }
/* 0200_escorte.php */
			.alder_0820 {
			    text-align            : center;
          width                 : 60px;
			}
			.omrade_0820 {
          width                 : 100px;
			}
			.link_200 {
					vertical-align        : top;
			    cursor                : pointer;
					font-size             : 12px;
			}
			.link_200 a:link    {color:#000000; background:transparent; text-decoration:none;font-weight:normal;font-size: 12px;}  /* ubesøgt link  */     
      .link_200 a:visited {color:#000000; background:transparent; text-decoration:none;font-weight:normal;font-size: 12px;}  /* besøgt link   */   
      .link_200 a:hover   {color:#000000; background:transparent; text-decoration:none;font-weight:normal;font-size: 12px;background-color:#F0DD65;}  /* mus over link */   
      .link_200 a:active  {color:#000000; background:transparent; text-decoration:none;font-weight:normal;font-size: 12px;}  /* aktiv link    */   

/* 0900_profil_vis.php */
			.navnomrade_0900 {
			    font-size             : 16px;
			    font-weight           : bold;
			    color                 : #65A6F0;
			    background-color      : #4571A3;
					padding               : 5px;
			} 			
			.sidstelogin_0900 {
			    font-size             : 10px;
			    font-weight           : bold;
			    color                 : #65A6F0;
			    background-color      : #4571A3;
					padding               : 5px;
					text-align            : right;
			} 			
			.online_0900 {
			    font-size             : 16px;
			    font-weight           : bold;
			    color                 : #F0DD65;
			    background-color      : #4571A3;
					padding               : 5px;
					text-align            : right;
			} 			
			.body_0900 {
					text-align            : left;
					vertical-align        : top;
          width                 : 500px;
			    white-space           : normal;      /* nowrap normal pre   */
			} 			

			.kol_11 {
          width                 : 10%;
			} 			
			.kol_12 {
          width                 : 10%;
			} 			
			.kol_13 {
          width                 : 20%;
			} 			
			.kol_14 {
          width                 : 15%;
			} 			
			.kol_15 {
          width                 : 30%;
			    white-space           : nowrap;      /* nowrap normal pre */
					
			} 			
			.kol_16 {
          width                 : 15%;
          text-align            : right;
			} 			
			.kol_13, .kol_15 {
			    border-left-width     : 2px;
					border-left-style     : solid; 
					border-left-color     : #4571A3; 
					padding-left          : 10px;            
      }
			.kol_11, .kol_12, .kol_13, .kol_14, .kol_15, .kol_16 {
					vertical-align        : top;
			} 			

			.kol_1 {
			} 			
			.kol_2 {
          width                 : 25%;
			} 			
			.kol_3_l {
			    border-left-width     : 2px;
					border-left-style     : solid; 
					border-left-color     : #4571A3; 
					padding-left          : 10px;            
			} 			
			.kol_3_r {
			    border-right-width     : 2px;
					border-right-style     : solid; 
					border-right-color     : #4571A3;             
					margin-right          : 10px;            
			} 			
			.kol_4 {
          text-align            : center;
          width                 : 33%;
			} 			
			.kol_5, .kol_6 {
          text-align            : right;
			} 			
			.kol_1, .kol_2, .kol_3_l, .kol_3_r, .kol_4, .kol_5, .kol_6 {
					vertical-align        : top;
			} 			
			.kol_1, .kol_3_l, .kol_3_r {
          width                 : 15%;
			} 			
			.fotoflere_0900 {
			    font-size             : 10px;
			    font-weight           : bold;
			    color                 : #65A6F0;
			    background-color      : #4571A3;
					text-align            : center;
			} 			
			
			.kontakt_0900 {
			    font-size             : 12px;
			    font-weight           : bold;
			    text-align            : left;
			    color                 : #65A6F0;
          background-color      : #4571A3;
					padding               : 5px 5px 5px 5px; 
			}
			.kontakt_0900_head {
			    font-size             : 14px;
			    font-weight           : bold;
			    color                 : #F0DD65;
			    text-align            : left;
          background-color      : #4571A3;
          width                 : 100%;
			}

			.www_0900 {
			    text-align            : center;
          background-color      : #4571A3;
					padding               : 3px 3px 3px 3px; 
			}
			.www_0900 a:link    {color:#F0DD65; background:transparent; text-decoration:none;font-weight:normal;font-size: 15px;font-weight: bold;}  /* ubesøgt link  */     
      .www_0900 a:visited {color:#F0DD65; background:transparent; text-decoration:none;font-weight:normal;font-size: 15px;font-weight: bold;}  /* besøgt link   */   
      .www_0900 a:hover   {color:#A38745; background:transparent; text-decoration:none;font-weight:normal;font-size: 15px;font-weight: bold;}  /* mus over link */   
      .www_0900 a:active  {color:#F0DD65; background:transparent; text-decoration:none;font-weight:normal;font-size: 15px;font-weight: bold;}  /* aktiv link    */   

			.ewire_0900 {
          font-size             : 15px;
					font-weight           : bold;
			    text-align            : center;
          background-color      : #4571A3;
					padding               : 3px 3px 3px 3px;
					color                 : #F0DD65 
			}

      /* HOVED - FARVER */
      /* Farve 1  : #65A6F0   Lys  støvet blå  */
      /* Farve 2  : #4571A3   Mørk støvet blå  */
      /* Farve 3  : #F0DD65   Støvet gul       */
      /* Farve 4  : #A38745   Støvet brun      */
      /* Farve 5  : #0F0F0F   Sort             */
      /* Farve 6  : #F0F0F0   Hvid             */

/*  0920_guestbook.php */
        .table_0920 {
                width                 : 100%; 
			        text-align              : left;
				}
        .privat_0920 {
          vertical-align        : top;
		        background-color          : #F0DD65;
            width                     : 480px;
				}
        .offentlig_0920 {
          vertical-align        : top;
            width                     : 480px;
				}
				.emne_0920 {
                font-size             : 14px;        /* skriftstørrelsen (xx% xxpx xxem xxpt) */
			        text-align            : left;
				}
				.tid_0920 {
                font-size             : 9px;        /* skriftstørrelsen (xx% xxpx xxem xxpt) */
			        text-align            : right;
				}
				.emne_0920, .tid_0920 {
                font-weight           : bold;      /* plain bold                            */
			        color                 : #65A6F0;     /* skrift farve (#000000 RGB(xx%,xx%,xx%) RGB(xxx,xxx,xxx) farvenavn)  */
		            background-color      : #4571A3;
				}
				.tekst_0920 {
                font-size             : 11px;        /* skriftstørrelsen (xx% xxpx xxem xxpt) */
			        text-align            : left;
				}
				.overskrift_0920 {
            font-size             : 15px;        
						font-weight           : bold; 
			      color                 : #F0DD65; 
			      text-align            : left;
				}
        .input_emne_0920 {
            font-family           : arial, verdana, sans-serif;
						font-size             : 12px;
				}
        .input_tekst_0920 {
				    font-family           : arial, verdana, sans-serif;
            font-size             : 11px;        
				}
        .input_0920 {
            font-family           : arial, verdana, sans-serif;
						width                 : 500px;        
				}
			.msg_0920 {
			    font-size             : 14px;
			    font-weight           : bold;
			    color                 : #F0DD65;
			    text-align            : center;
          background-color      : #4571A3;
					padding               : 5px 5px 5px 5px; 
			}
			.knapbox_0920 {
          vertical-align        : top;
          background-color      : #4571A3;
				}

/*  0930_vagtplan.php */
			.head_0930 {
			    font-size             : 12px;
			    font-weight           : bold;
			    color                 : #F0DD65;
          background-color      : #4571A3;
			}
			.omrade_0930 {
					width                 : 125px;
			}
			.dag_0930 {
					width                 : 100px;
			}
			.dato_0930 {
					width                 : 150px;
			}
			.kl_0930 {
					width                 : 75px;
			}
      /* HOVED - FARVER */
      /* Farve 1  : #65A6F0   Lys  støvet blå  */
      /* Farve 2  : #4571A3   Mørk støvet blå  */
      /* Farve 3  : #F0DD65   Støvet gul       */
      /* Farve 4  : #A38745   Støvet brun      */
      /* Farve 5  : #0F0F0F   Sort             */
      /* Farve 6  : #F0F0F0   Hvid             */
			/* Farverne kan ses www.colorblender.com (værdi: 101/166/240) */
			
/* 1000_vis_login.php og 1000_vis_hit.php*/			
			.hit_1010 {
					padding               : 3px;
					width                 : 100%;
          text-align            : left;
			} 			
			.hit_1010_overskrift {
			    font-size             : 16px;
			    font-weight           : bold;
			    color                 : #F0DD65;
			} 			
			.hit_kol_head {
			    color                 : #65A6F0;
			    background-color      : #4571A3;
			} 			
			.hit_2 {
          width                 : 20%;
			} 			
			.hit_3 {
          width                 : 20%;
			} 			
			.hit_4 {
          width                 : 20%;
			} 			
			.hit_5 {
          text-align            : center;
          width                 : 20%;
			} 			
			.linie1 {
			    background-color      : #65A6F0;
			} 			
			.linie2 {
			    background-color      : #65A6F0;
			} 			
			.linie3 {
			    background-color      : #F0DD65;
			} 			
			.linie4 {
			    background-color      : #F0F0F0;
			} 			
			.linie5 {
			    background-color      : #FFCFCF;
			} 			
			.linie6 {
			    background-color      : #CFFFFE;
			} 			
/* 1030_vis_oprettede.php */			
			.linie1_1030 {
          font-size             : 11px;
			    background-color      : #F0DD65;
			} 			
			.linie1_1030 a:link    {color:#000000; background:transparent; text-decoration:none;font-weight:normal;}  /* ubesøgt link  */     
      .linie1_1030 a:visited {color:#000000; background:transparent; text-decoration:none;font-weight:normal;}  /* besøgt link   */   
      .linie1_1030 a:hover   {color:#000000; background:transparent; text-decoration:none;font-weight:normal;font-weight: bold;}  /* mus over link */   
      .linie1_1030 a:active  {color:#000000; background:transparent; text-decoration:none;font-weight:normal;}  /* aktiv link    */   

			.linie2_1030 {
          font-size             : 11px;
			    background-color      : #65A6F0;
			} 			
			.linie2_1030 a:link    {color:#000000; background:transparent; text-decoration:none;font-weight:normal;}  /* ubesøgt link  */     
      .linie2_1030 a:visited {color:#000000; background:transparent; text-decoration:none;font-weight:normal;}  /* besøgt link   */   
      .linie2_1030 a:hover   {color:#000000; background:transparent; text-decoration:none;font-weight:normal;font-weight: bold;}  /* mus over link */   
      .linie2_1030 a:active  {color:#000000; background:transparent; text-decoration:none;font-weight:normal;}  /* aktiv link    */   

/* 1025_support_text.php */			
			.support_1025 {
					vertical-align        : top;
			    cursor                : pointer;
					color                 : #4571A3;
					font-size             : 10px;
			}
			.support_1025 a:link    {color:#000000; background:transparent; text-decoration:none;font-weight:normal;font-size: 10px;}  /* ubesøgt link  */     
      .support_1025 a:visited {color:#000000; background:transparent; text-decoration:none;font-weight:normal;font-size: 10px;}  /* besøgt link   */   
      .support_1025 a:hover   {color:#000000; background:transparent; text-decoration:none;font-weight:normal;font-size: 11px;font-weight: bold;}  /* mus over link */   
      .support_1025 a:active  {color:#000000; background:transparent; text-decoration:none;font-weight:normal;font-size: 10px;}  /* aktiv link    */   

/* 1040_profil_administration */
			.inputkonto_1040 {
			    text-align            : right;
			    width                 : 180px;
			} 			

/* 1200_email_oprettelse.php */			
			.emneinput_1200 {
            font-family           : arial, verdana, sans-serif;
						width                 : 400px;        
			} 			
			.tekstinput_1200 {
            font-family           : arial, verdana, sans-serif;
						width                 : 400px;        
			} 			

			.valg_1200 {
						width                 : 150px;        
			} 			

			.head_1200 {
			    font-size             : 12px;
			    font-weight           : bold;
			    color                 : #F0DD65;
          background-color      : #4571A3;
			}
			.nr_1200 {
					width                 : 60px;
			}
			.navn_1200 {
					width                 : 150px;
			}
			.aktiv_1200 {
					width                 : 40px;
			}
			.email_1200 {
					width                 : 200px;
			}
			.msg_1200 {
			    font-size             : 14px;
			    font-weight           : bold;
			    color                 : #F0DD65;
			    text-align            : left;
          background-color      : #4571A3;
					padding               : 5px 5px 5px 5px; 
			}
			
/******************************************************************************************/
/*  [ S T A R T ]                                                                         */
/*  Annonce på øverst på forsiden (0100)                                                  */
/*  Site hit    (Chatten online, Site-hit, Profilbesøg)                                   */
/******************************************************************************************/
      .hitbox_table_145, .hitbox_table_154, .hitbox_table_600 {
					border                : solid #A38745 2px;
		      background-color      : #FFFFFF;
          font-weight           : bold;      /* plain bold                            */
			}
      .hitbox_table_145 {
					width                 : 145px;
			}
      .hitbox_table_154 {
					width                 : 154px;
			}
      .hitbox_table_600 {
					width                 : 600px;
			}

			.hitbox_head_12, .hitbox_head_20{
          font-family           : broadway;
          font-size             : 12px;        /* skriftstørrelsen (xx% xxpx xxem xxpt) */
			    color                 : #F0DD65;     /* skrift farve (#000000 RGB(xx%,xx%,xx%) RGB(xxx,xxx,xxx) farvenavn)  */
		      background-color      : #A38745;
			    padding               : 2px 2px 2px 2px;   /* (top right bootum left)   */
			}
			.hitbox_head_12 {
          font-size             : 12px;        /* skriftstørrelsen (xx% xxpx xxem xxpt) */
			}
			.hitbox_head_20 {
          font-size             : 20px;        /* skriftstørrelsen (xx% xxpx xxem xxpt) */
			}
			.hitbox_text_left, .hitbox_text_center, .hitbox_text_right{
          font-size             : 9px;        /* skriftstørrelsen (xx% xxpx xxem xxpt) */
			    color                 : #000000;     /* skrift farve (#000000 RGB(xx%,xx%,xx%) RGB(xxx,xxx,xxx) farvenavn)  */
			    padding               : 0px 5px 0px 5px;   /* (top right bootum left)   */
			}
			.hitbox_text_left{
          text-align            : left;
			}
			.hitbox_text_center, .hitbox_head_12, .hitbox_head_20{
          text-align            : center;
			}
			.hitbox_text_right{
          text-align            : right;
			}
			.hitbox_text_left hr{
			    color                 : #A38745; 
			}
/******************************************************************************************/
/*  Annonce på øverst på forsiden (0100)                                                  */
/*  Site hit    (Chatten online, Site-hit, Profilbesøg)                                   */
/*  [ S L U T ]                                                                           */
/******************************************************************************************/

			
			
/* 1100_chatten.php */				
				.chat{
						background-color : #CC0000;
				}
				.chatrules1{
            font-size        : 20px;
						font-weight      : bold;
						color            : #F0DD65;
				}
				.chatrules2{
            font-size        : 12px;
						font-weight      : normal;
				}
				.chatrules3{
            font-size        : 10px;
						font-weight      : normal;
				}
				.chatrules1, .chatrules2, .chatrules3{
				    text-align       : center;
				}
				.chatrules4{
            font-size        : 14px;
						font-weight      : bold;
						color            : #F0DD65;
				}
				.chatrules5{
            font-size        : 10px;
						font-weight      : normal;
				}
				.chatrules6{
            font-size        : 12px;
						font-weight      : bold;
						color            : #F0DD65;
				}
        .chatknap{
				    text-align       : center;
						width            : 150px;
            font-size        : 10px;
            color            : #F0DD65;						
						background-color : #65A6F0;
				}				
			
/*** START TOOLS ***************/		
        .tool_lin1{
            color            : #F0DD65;						
						background-color : #4571A3;
						padding          : 2px 2px 2px 2px;
				}				
        .tool_lin2{
            color            : #4571A3;						
						background-color : #F0DD65;
				}				
        .tool_lin1, .tool_lin2{
						padding          : 2px 2px 2px 2px;
				}				
        .tool_01{
				    text-align       : center;
						width            : 50px;
				}				
        .tool_02{
				    text-align       : left;
						width            : 200px;
				}				
        .tool_03{
				    text-align       : right;
						width            : 200px;
				}				
        .tool_01, .tool_02, .tool_03 {
            font-size        : 12px;
				}						


			
/*** SLUT TOOLS ***************/
		
/****[ Her under må ikke bruges ]*******************************************************************************/			

			
			/***[ CLASS ]***/ /* . kaldes med CLASS=xxxxx  , den skal kaldes flere gange på siden  */
/* Head-menu */
/* VENSTRE SIDE */
      #venstre {
			background-color : #4571A3; /* #9FFF9F; */
			width            : 15%;
      }			
      #opdattext {
			text-align       : center;
			font-size        : 9px;
			color            : #FFFFFF;
      }		
			

      .marquehead {
			font-size        : 11px;
			font-weight      : bold;
			color            : #F0DD65; /**/
      }		
      .marquebody {
			font-size        : 11px;
			color            : white;
      }		
      .kroppenchat {
      /*background-image           : ; /*url(/grafik/backpige2.jpg);*/       /* url(/image/abeback.jpg)               */
     	background-repeat          : repeat-y;                   /* no-repeat repeat-xy repeat-x repeat-y */
	    background-attachment      : scroll;                      /* fixed  scroll                         */
	    background-position        : center top;                  /* top center bottom left right          */
	    background-color           : #000000; /* Sort */                       
      overflow                   : hidden; 
			font-weight                : normal;
			font-size                  : 11px;
      text-align                 : left;
			padding                    : 0px 0px 0px 0px;
			/*width                      : 100%;*/
			height                     : 370px;
			border                     : solid #000000 3px;
      }			
			
/* HØJRE SIDE */
			.menuramme {
      border           : groove yellow 5px;
			}			
			
			.menutextadmin {
			font-family: Arial, Helvetica, Sans Serif;
      background-color: #FFFFFF;
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			padding: 2px 2px 2px 2px;
			}
			.menutextadmin a:link    {color:#CC0000; background:transparent; text-decoration:none}  /* ubesøgt link  */     
      .menutextadmin a:visited {color:#CC0000; background:transparent; text-decoration:none}  /* besøgt link   */   
      .menutextadmin a:hover   {color:#CC0000; background:transparent; text-decoration:none;font-size:12px}  /* mus over link */   
      .menutextadmin a:active  {color:#CC0000; background:transparent; text-decoration:none}  /* aktiv link    */   
			
			.menuadminhr{
			    color    : #CC0000;
					height   : 1px;
			}
			.menutextsubadmin {
			font-family: Arial, Helvetica, Sans Serif;
			font-size: 70%;
			font-weight: bold;
			text-align: center;
			color: #9FFF9F;
			background-color: #1A8A1A;
			padding: 2px 2px 2px 2px;
			}
/* Forsiden */			
			.headlinemain {
			font-size        : 20px;
			font-weight      : bold;
			color            : #4571A3;
			text-align       : left;
			padding-left     : 5px;
			}
			.headline {
			font-size        : 13px;
			font-weight      : bold;
			color            : #4571A3;
			text-align       : left;
			padding-left     : 5px;
			}
			.headlineright {
			font-size        : 13px;
			font-weight      : bold;
			color            : #65A6F0;
			text-align       : right;
			padding-left     : 5px;
			}
			.bodyline {
			font-size        : 11px;
			text-align       : left;
			padding-left     : 5px;
			}
			.headlinevis {
			font-size        : 11px;
			font-weight      : normal;
			color            : #65A6F0;
			text-align       : left;
			padding-left     : 0px;
			}
			.bodylinevis {
			font-size        : 9px;
			text-align       : left;
			padding-left     : 0px;
			}
			.dato {
			font-size        : 9px;
			}

/* Forsiden_RET */
		    .forsidenretaktiv{
				    position         : relative;
						top              : 0px;
						left             : 0px;
						border           : groove #CC0000 5px;
						width            : 567px;
						height           : 160px;
						background-color : #E4E709;
				}
		    .forsidenretpassiv{
				    position         : relative;
						top              : 0px;
						left             : 0px;
						/*border           : groove #CC0000 5px;*/
						width            : 567px;
						height           : 160px;
						background-color : #E2E2E2;
				}
				.text00{position:absolute;top: 10px;left: 10px;}
				.text01{position:absolute;top: 10px;left: 50px;}
				.text02{position:absolute;top: 10px;left:410px;}
				.text05{position:absolute;top: 10px;left:540px;}
				.text06{position:absolute;top: 50px;left: 50px;}

				.felt00{width: 30px;position:absolute;top: 25px;left: 10px;text-align:center;font-weight:bold;}
				.felt01{width:350px;position:absolute;top: 25px;left: 50px;font-weight:bold;color:#CC0000;}
				.felt02{width:110px;position:absolute;top: 25px;left:410px;font-weight:bold;color:#CC0000;background-color:yellow;}
				.felt05{width: 25px;position:absolute;top: 25px;left:535px;}
				.felt06{width:350px;position:absolute;top: 65px;left: 50px;font-family:Arial;}

				.knapopdater {width:45px;position:absolute;top:130px;left:417px;font-family:Arial;font-size:9px;}
				.knapslet    {width:45px;position:absolute;top:130px;left:467px;font-family:Arial;font-size:9px;}
				.knapreset   {width:45px;position:absolute;top:130px;left:517px;font-family:Arial;font-size:9px;}
/* MENUEN RET */
				.text03{position:absolute;top: 10px;left:410px;}
				.felt03{width:110px;position:absolute;top: 25px;left:410px;font-weight:bold;color:#CC0000;text-align:right;}

/* PIGERNE */
				.pigerne570{
				    width            : 570px;
				}
				.pigetext{
				    width            : 70%;
				}
				.pigefoto{
				    width            : 30%;
				}
				.pigetext2{
				    width            : 33%;
				}

			.headlinepigerne {
			font-size        : 13px;
			font-weight      : bold;
			color            : #65A6F0;
			/*width            : 223px;*/
			cursor           : pointer;
			}
			.bodylinepigerne {
			font-size        : 11px;
			color            : #000000;
			/*width            : 223px;*/
			cursor           : pointer;
			}
			.pigernehead {
			font-size        : 13px;
			font-weight      : bold;
			color            : #CC0000;
			width            : 250px;
			position         : absolute;
			top              : 20px;
			left             : 30px;
			}
			.pigernebody {
			font-size        : 11px;
			color            : #000000;
			width            : 250px;
			position         : absolute;
			top              : 40px;
			left             : 30px;
			}
			.pigernefoto {
			width            : 250px;
			position         : absolute;
			top              : 20px;
			left             : 290px;
			}
			
			.pigelinkny {
			position         : relative;
			width            : 500px;
			top              : 0px;
			left             : 0px;
			}
			
			/*.headlinepigerne a:link    {color:#CC0000; background:transparent; text-decoration:none}  /* ubesøgt link  */     
      /*.headlinepigerne a:visited {color:#CC0000; background:transparent; text-decoration:none}  /* besøgt link   */   
      /*.headlinepigerne a:hover   {color:#CC0000; background:#FFC0C0;     text-decoration:none}  /* mus over link */   
      /*.headlinepigerne a:active  {color:#CC0000; background:transparent; text-decoration:none}  /* aktiv link    */   

			/*.bodylinepigerne a:link    {color:#000000; background:transparent; text-decoration:none}  /* ubesøgt link  */     
      /*.bodylinepigerne a:visited {color:#000000; background:transparent; text-decoration:none}  /* besøgt link   */   
      /*.bodylinepigerne a:hover   {color:#000000; background:#FFC0C0;     text-decoration:none}  /* mus over link */   
      /*.bodylinepigerne a:active  {color:#000000; background:transparent; text-decoration:none}  /* aktiv link    */   
        .knapprofil{
				    text-align       : center;
						width            : 85px;
            font-size        : 10px;
            color            : #CC0000;						
				}				

			
/* PIGERNE RET */
				.text07{position:absolute;top: 10px;left: 50px;}
				.felt07{width:240px;position:absolute;top: 25px;left: 50px;font-weight:bold;color:#CC0000;}
				.text04{position:absolute;top: 10px;left:300px;}
				.felt04{width:230px;position:absolute;top: 25px;left:300px;font-size:15px;}
				.foto01{position:absolute;top: 65px;left:410px;}
      .pigeaktiv {
			    background-color : #E4E709;
			}		
      .pigepassiv {
			    background-color: #E2E2E2;
			}		
/* Pigen */			
				.pigen560{
				    width            : 560px;
				}
			.hlm_pigen {
			font-size        : 20px;
			font-weight      : bold;
			color            : #CC0000;
			}
			.hl_pigen {
			font-size        : 13px;
			font-weight      : bold;
			color            : #CC0000;
			}
			.bl_pigen {
			font-size        : 11px;
			}
/* BOOKME*/
			.bookme00 {
			border           : 1px solid #CC0000;
			background-color : silver;
			}
			.bookme01 {
			font-size        : 13px;
			font-weight      : bold;
			color            : #CC0000;
			}
			.bookme02 {
			font-size        : 20px;
			font-weight      : bold;
			color            : #CC0000;
			}
			.bookme03 {
			font-size        : 11px;
			font-weight      : bold;
			color            : #CC0000;
			}
			.bookme01, .bookme03 {
			text-align       : center;
			}
		  .tilbage {
			    font-size        : 12px;
					font-weight      : bold;
					text-align       : center;
				}
			.tilbage a:link    {color:#CC0000; background:transparent; text-decoration:none}  /* ubesøgt link  */     
      .tilbage a:visited {color:#CC0000; background:transparent; text-decoration:none}  /* besøgt link   */   
      .tilbage a:hover   {color:#CC0000; background:transparent; text-decoration:none;font-size:15px}  /* mus over link */   
      .tilbage a:active  {color:#CC0000; background:transparent; text-decoration:none}  /* aktiv link    */   

			
/* LINK  -  Bannerbyt*/
			.bannerbyt {
			font-size: 12px;
			font-weight: bold;
			text-align: center;
			padding: 2px 2px 2px 2px;
			}
			.bannerbyt a:link    {color:#CC0000; background:transparent; text-decoration:none}  /* ubesøgt link  */     
      .bannerbyt a:visited {color:#CC0000; background:transparent; text-decoration:none}  /* besøgt link   */   
      .bannerbyt a:hover   {color:#CC0000; background:transparent; text-decoration:none;font-size:14px}  /* mus over link */   
      .bannerbyt a:active  {color:#CC0000; background:transparent; text-decoration:none}  /* aktiv link    */   

		  .tilbagel {
			    font-size        : 12px;
					font-weight      : bold;
					text-align       : left;
				}
			.tilbagel a:link    {color:#CC0000; background:transparent; text-decoration:none}  /* ubesøgt link  */     
      .tilbagel a:visited {color:#CC0000; background:transparent; text-decoration:none}  /* besøgt link   */   
      .tilbagel a:hover   {color:#CC0000; background:transparent; text-decoration:none;font-size:15px}  /* mus over link */   
      .tilbagel a:active  {color:#CC0000; background:transparent; text-decoration:none}  /* aktiv link    */   
		
/*************************************************************************/
/* START - Bruges til bruger-opret/-rettelse                             */
/*************************************************************************/
		    .braktiv{
				    position         : relative;
						top              : 0px;
						left             : 0px;
						border           : groove #CC0000 5px;
						width            : 567px;
						height           : 330px;
						background-color : #E4E709;
				}
		    .brpassiv{
				    position         : relative;
						top              : 0px;
						left             : 0px;
						border           : groove #CC0000 5px;
						width            : 567px;
						height           : 330px;
						background-color : #E2E2E2;
				}
				.text20{position:absolute;top: 10px;left: 10px;} /* Nr */
				.text21{position:absolute;top: 10px;left: 55px;} /* Nick */
				.text22{position:absolute;top: 10px;left:385px;} /* Rettighed */
				.text23{position:absolute;top: 10px;left:538px;} /* Aktiv */
				
				.text24{position:absolute;top: 50px;left: 55px;} /* Fornavn */
				.text25{position:absolute;top: 50px;left:220px;} /* Efternavn */
				.text26{position:absolute;top: 50px;left:385px;} /* Mobil */
				.text27{position:absolute;top: 50px;left:480px;} /* Fodt */
				
				.text28{position:absolute;top: 90px;left: 55px;} /* Adresse1 */
				.text29{position:absolute;top: 90px;left:220px;} /* Adresse2 */
				.text30{position:absolute;top: 90px;left:385px;} /* Indmeldt */
				.text31{position:absolute;top: 90px;left:480px;} /* Password */

				.text32{position:absolute;top:130px;left: 55px;} /* Postnr */
				.text33{position:absolute;top:130px;left:110px;} /* By */
				.text34{position:absolute;top:130px;left:385px;} /* sidstset */

				.text35{position:absolute;top:170px;left: 55px;} /* Email */
				.text36{position:absolute;top:170px;left:385px;} /* Loginantal */
				
				.text37{position:absolute;top:210px;left: 55px;} /* Notat */
				.text38{position:absolute;top: 10px;left:478px;} /* Aktiv */

				.text39{position:absolute;top:280px;left: 55px;} /* Alder */
				.text40{position:absolute;top:280px;left:120px;} /* Højde */
				.text41{position:absolute;top:280px;left:185px;} /* Vægt */
				.text42{position:absolute;top:280px;left:250px;} /* Bryst */
				.text43{position:absolute;top:280px;left:315px;} /* Maxalder */
				.text44{position:absolute;top:280px;left:380px;} /* Modtager */
				.text45{position:absolute;top: 10px;left:505px;} /* Gæstebog */
				.text46{position:absolute;top:280px;left:470px;} /* pointericappede */
				.text47{position:absolute;top: 10px;left:223px;} /* Escort */
				.text48{position:absolute;top: 10px;left:258px;} /* Strip */
				.text49{position:absolute;top: 10px;left:293px;} /* Chauffør */
				
				.felt20{position:absolute;top: 25px;left: 10px;width: 30px;background-color:yellow;}
				.felt21{position:absolute;top: 25px;left: 55px;width:150px;}
				.felt22{position:absolute;top: 25px;left:385px;width: 80px;}
				.felt23{position:absolute;top: 25px;left:535px;width: 20px;}
				
				.felt24{position:absolute;top: 65px;left: 55px;width:150px;}
				.felt25{position:absolute;top: 65px;left:220px;width:150px;}
				.felt26{position:absolute;top: 65px;left:385px;width: 80px;}
				.felt27{position:absolute;top: 65px;left:480px;width: 70px;}

				.felt28{position:absolute;top:105px;left: 55px;width:150px;}
				.felt29{position:absolute;top:105px;left:220px;width:150px;}
				.felt30{position:absolute;top:105px;left:385px;width: 80px;}
				.felt31{position:absolute;top:105px;left:480px;width: 70px;}

				.felt32{position:absolute;top:145px;left: 55px;width: 40px;}
				.felt33{position:absolute;top:145px;left:110px;width:260px;}
				.felt34{position:absolute;top:145px;left:385px;width:165px;background-color:yellow;text-align:right;}
				
				.felt35{position:absolute;top:185px;left: 55px;width:315px;}
				.felt36{position:absolute;top:185px;left:385px;width: 50px;background-color:yellow;text-align:right;}

				.felt37{position:absolute;top:225px;left: 55px;width:315px;font-family:Arial;}
				.felt38{position:absolute;top: 25px;left:475px;width: 20px;}

				.felt39{position:absolute;top:295px;left: 55px;width: 55px;}
				.felt40{position:absolute;top:295px;left:120px;width: 55px;}
				.felt41{position:absolute;top:295px;left:185px;width: 55px;}
				.felt42{position:absolute;top:295px;left:250px;width: 55px;}
				.felt43{position:absolute;top:295px;left:315px;width: 55px;}
				.felt44{position:absolute;top:295px;left:380px;width: 80px;}
				.felt45{position:absolute;top: 25px;left:505px;width: 20px;}
				.felt46{position:absolute;top:295px;left:470px;width: 80px;}
				.felt47{position:absolute;top: 25px;left:220px;width: 20px;} /*escort*/
				.felt48{position:absolute;top: 25px;left:255px;width: 20px;} /*strip*/
				.felt49{position:absolute;top: 25px;left:290px;width: 20px;} /*chauffør*/
				
				.usergem   {position:absolute;top:260px;left:412px;width:45px;font-family:Arial;font-size:9px;font-weight:bold;}
				.userslet  {position:absolute;top:260px;left:462px;width:45px;font-family:Arial;font-size:9px;font-weight:bold;}
				.userreset {position:absolute;top:260px;left:512px;width:45px;font-family:Arial;font-size:9px;font-weight:bold;}

		    .pris {
						border           : 0px;
						background-color : #E4E709;
				}
		    .egenpris {
						border           : 1px;
				}
		    .pris, .egenpris {
						width            : 70px;
						font-weight      : bold;
						text-align       : right;
			      color            : #CC0000;
				}
		    .pigedata {
			      font-size        : 10px;
						width            : 16%;
						font-weight      : bold;
						text-align       : center;
			      color            : #6A6A6A;
						border           : solid #6A6A6A 2px;
						background-color : #FFE3E3; 
				}
        			
				
      /*************************************************************************/
      /* SLUT - Bruges til medlems-opret/-rettelse                             */
      /*************************************************************************/
/* PROFIL RETTELSE */
		    .fotoaktiv{
				    position         : relative;
						top              : 0px;
						left             : 0px;
						border           : groove #CC0000 5px;
						width            : 567px;
						height           : 160px;
						background-color : #E4E709;
				}
		    .fotopassiv{
				    position         : relative;
						top              : 0px;
						left             : 0px;
						border           : groove #CC0000 5px;
						width            : 567px;
						height           : 160px;
						background-color : #E2E2E2;
				}
				.text50{position:absolute;top: 10px;left: 10px;}
				.text51{position:absolute;top: 10px;left: 50px;}
				.text52{position:absolute;top: 50px;left: 10px;}
				.text53{position:absolute;top: 10px;left:305px;}
				.foto53{position:absolute;top: 10px;left:345px;}
				.text54{position:absolute;top: 90px;left: 10px;font-size:9px;color:#CC0000;}

				.felt50{width: 30px;position:absolute;top: 25px;left: 10px;font-weight:bold;text-align:center;color:#CC0000;}
				.felt51{width: 50px;position:absolute;top: 25px;left: 50px;font-weight:bold;text-align:right;color:#CC0000;background-color:yellow;}
				.felt52{width:320px;position:absolute;top: 65px;left: 10px;font-weight:bold;color:#CC0000;}
				.felt53{width: 25px;position:absolute;top: 25px;left:300px;}
        .msgfoto{position:absolute;top: 90px;left: 10px;color:#CC0000;font-weight:bold;}
				.fotoopdater {width:45px;position:absolute;top:120px;left: 10px;font-family:Arial;font-size:9px;}
				.fotoslet    {width:45px;position:absolute;top:120px;left: 65px;font-family:Arial;font-size:9px;}
				.fotoreset   {width:45px;position:absolute;top:120px;left:120px;font-family:Arial;font-size:9px;}

				.text60{position:absolute;top: 10px;left: 10px;}
				.felt60{position:absolute;top: 25px;left: 10px;width:530px;font-family:Arial;font-size:12px;}

			.linenr {
			font-size        : 13px;
			text-align       : right;
			width            : 40px;
			}
			.linenick {
			font-size        : 13px;
			text-align       : left;
			width            : 60px;
			}
      .linenr, .linenick {padding: 3px 3px 3px 3px;}
			
			.pr01 { 
			    width       : 40px;
			    text-align  : right;
			}
			.pr02 { 
			    width       : 60px;
			    text-align  : left;
			}
			.pr03 { 
			    width       : 100px;
			    text-align  : left;
			}
			.pr04 { 
			    width       : 40px;
			    text-align  : center;
			}
			.pr05 { 
			    width       : 60px;
			    text-align  : center;
			}
			.pr01, .pr02, .pr03, .pr04, .pr05 {
			    font-size        : 13px;
					padding          : 3px 3px 3px 3px;
			}
      .pr05 a:link    {color:#CC0000; background:transparent; text-decoration:none}  /* ubesøgt link  */     
      .pr05 a:visited {color:#CC0000; background:transparent; text-decoration:none}  /* besøgt link   */   
      .pr05 a:hover   {color:#CC0000; background:transparent;  text-decoration:none;font-size:14px;font-weight:bold;}  /* mus over link */   
      .pr05 a:active  {color:#CC0000; background:transparent;  text-decoration:none}  /* aktiv link    */   
			.prknap{
			    font-size        : 12px;
					padding          : 3px 3px 3px 3px;
					cursor           : pointer;
			}

			.linknick {
			font-size        : 13px;
			font-weight      : bold;
			color            : #65A6F0;
			text-align       : center;
			width            : 60px;
			border           : groove #CC0000 1px;
			background-color : #E2E2E2;
			}
      .linknick a:link    {color:#65A6F0; background:#E2E2E2; text-decoration:none}  /* ubesøgt link  */     
      .linknick a:visited {color:#CC0000; background:#E2E2E2; text-decoration:none}  /* besøgt link   */   
      .linknick a:hover   {color:#000000; background:yellow;  text-decoration:none}  /* mus over link */   
      .linknick a:active  {color:#000000; background:yellow;  text-decoration:none}  /* aktiv link    */   

			.linehead {
			font-size        : 10px;
			font-weight      : bold;
			color            : #CC0000;
			text-align       : left;
			background-color : #E2E2E2;
			}
				
/* PROFIL MENU-kortet*/
		    .menukort{
						border           : groove #CC0000 5px;
						width            : 573px;
						background-color : #E4E709;
				}
				
/* VAGTPLAN */				
		    .vpret{
				    position         : relative;
						top              : 0px;
						left             : 0px;
						border           : groove #CC0000 5px;
						width            : 550px;
						height           : 65px;
						background-color : #E4E709;
				}
		    .perioden{
						border           : groove #E2E2E2 5px;
						width            : 567px;
						background-color : #FFE3E3;
				}
		    .byen{
			      font-size        : 18px;
					  font-weight      : bold;
						color            : #CC0000;
				}
		    .udfra{
			      font-size        : 12px;
				}
		    .ugedag{
			      font-size        : 12px;
			      font-weight      : bold;
			      text-align       : center;
				}
		    .dagen{
			      font-size        : 12px;
			      font-weight      : bold;
			      color            : #CC0000;
			      text-align       : center;
						background-color : #FFFFFF;
						width            : 14%;
						border           : solid #000000 1px;
				}
			  .dagen a:link    {color:#CC0000; background:transparent; text-decoration:none}  /* ubesøgt link  */     
        .dagen a:visited {color:#CC0000; background:transparent; text-decoration:none}  /* besøgt link   */   
        .dagen a:hover   {color:#CC0000; background:transparent; text-decoration:none;font-size:15px}  /* mus over link */   
        .dagen a:active  {color:#CC0000; background:transparent; text-decoration:none}  /* aktiv link    */   

		    .datoen{
			      font-size        : 9px;
			      color            : #000000;
				}

				.text70{position:absolute;top: 10px;left: 10px;}
				.text71{position:absolute;top: 10px;left:140px;}
				.text72{position:absolute;top: 10px;left:270px;}

				.felt70{position:absolute;top: 25px;left: 10px;width:120px;font-weight:bold;color:#CC0000;}
				.felt71{position:absolute;top: 25px;left:140px;width:120px;font-weight:bold;color:#CC0000;}
				.felt72{position:absolute;top: 25px;left:270px;width:120px;font-weight:bold;color:#CC0000;}

				.knapvp {position:absolute;top:25px;left:430px;width: 45px;font-family:Arial;font-size:9px;}


/***********************************************/
/* VAGTPLAN udvidet*/				
		    .vpretudv{
				    position         : relative;
						top              : 0px;
						left             : 0px;
						border           : groove #CC0000 5px;
						width            : 550px;
						height           : 230px;
						background-color : #E4E709;
				}
				.vpretudvhead {
						background-color : yellow;
				}
				.backgreen {
						background-color : #FFD9DA;
				}
				.backblue {
						background-color : #D9DAFF;
				}
				.backgreenbold {
						background-color : #CC0000;
						font-weight      : bold;
						font-size        : 15px;
				}
        .vpheaddatodag {
						background-color : #FE6666;
						font-weight      : bold;
						font-size        : 15px;
            text-align       : left;
						width            : 200px;
				}
        .vpheadtid {
						background-color : #FE6666;
						font-weight      : bold;
						font-size        : 15px;
            text-align       : center;
						width            : 20%;
				}
        .vpsted {
						font-weight      : bold;
						font-size        : 12px;
            text-align       : left;
						vertical-align   : top;
				}
        .vppige {
						font-weight      : normal;
						font-size        : 10px;
            text-align       : center;
						vertical-align   : top;
				}
				
      .vppige a:link    {color:#000000; background:none; text-decoration:none}  /* ubesøgt link  */     
      .vppige a:visited {color:#000000; background:none; text-decoration:none}  /* besøgt link   */   
      .vppige a:hover   {color:#000000; background:none; text-decoration:none; font-size:12px;font-weight:bold;}  /* mus over link */   
      .vppige a:active  {color:#000000; background:none; text-decoration:none}  /* aktiv link    */   

				.backcolor1 {
						background-color : #FFFF80;
				}
				.backcolor2 {
						background-color : #FFCFCF;
				}
				
				.linebottom {
				    border-bottom      : solid;
						border-bottom-width: 1px;
						border-bottom-color: red;
				}
				.linetop {
				    border-bottom      : solid;
						border-bottom-width: 1px;
						border-bottom-color: red;
				}
				
		    .perioden{
						border           : groove #E2E2E2 5px;
						width            : 567px;
						background-color : #FFE3E3;
				}
		    .byen{
			      font-size        : 18px;
					  font-weight      : bold;
						color            : #CC0000;
				}
		    .udfra{
			      font-size        : 12px;
				}
		    .ugedag{
			      font-size        : 12px;
			      font-weight      : bold;
			      text-align       : center;
				}
		    .dagen{
			      font-size        : 12px;
			      font-weight      : bold;
			      color            : #CC0000;
			      text-align       : center;
						background-color : #FFFFFF;
						width            : 14%;
						border           : solid #000000 1px;
				}
			  .dagen a:link    {color:#65A6F0; background:transparent; text-decoration:none}  /* ubesøgt link  */     
        .dagen a:visited {color:#CC0000; background:transparent; text-decoration:none}  /* besøgt link   */   
        .dagen a:hover   {color:#CC0000; background:transparent; text-decoration:none;font-size:15px}  /* mus over link */   
        .dagen a:active  {color:#CC0000; background:transparent; text-decoration:none}  /* aktiv link    */   

		    .datoen{
			      font-size        : 9px;
			      color            : #000000;
				}

				.text90{position:absolute;top: 10px;left:  8px;} /* sted */
				.text91{position:absolute;top: 10px;left:133px;} /* dato */
				.text92{position:absolute;top: 10px;left:238px;} /* tid  */
				.text93{position:absolute;top: 10px;left:308px;} /* pige */
				.text94{position:absolute;top: 10px;left:428px;} /* chauffør */
				.text95{position:absolute;top: 50px;left:  8px;} /* aftale */
				.text96{position:absolute;top: 50px;left:308px;} /* pris */
				.text97{position:absolute;top: 50px;left:428px;} /* kørsel */

				.felt90{position:absolute;top: 25px;left:  8px;width:120px;font-weight:bold;color:#CC0000;font-family:Arial;}
				.felt91{position:absolute;top: 25px;left:133px;width:100px;font-weight:bold;color:#CC0000;font-family:Arial;}
				.felt92{position:absolute;top: 25px;left:238px;width: 65px;font-weight:bold;color:#CC0000;font-family:Arial;}
				.felt93{position:absolute;top: 25px;left:308px;width:115px;font-weight:bold;color:#CC0000;font-family:Arial;}
				.felt94{position:absolute;top: 25px;left:428px;width:115px;font-weight:bold;color:#CC0000;font-family:Arial;}

				.felt95{position:absolute;top: 65px;left:  8px;width:290px;font-weight:bold;color:#CC0000;font-family:Arial;}
				.felt95b{position:absolute;top:110px;left:  8px;width:290px;font-weight:bold;color:#CC0000;font-family:Arial;}
				.felt95c{position:absolute;top:155px;left:  8px;width:290px;font-weight:bold;color:#CC0000;font-family:Arial;}

				.felt96{position:absolute;top: 65px;left:308px;width:108px;font-weight:bold;color:#CC0000;font-family:Arial;text-align:right;}
				.felt96b{position:absolute;top:110px;left:308px;width:108px;font-weight:bold;color:#CC0000;font-family:Arial;text-align:right;}
				.felt96c{position:absolute;top:155px;left:308px;width:108px;font-weight:bold;color:#CC0000;font-family:Arial;text-align:right;}

				.felt97{position:absolute;top: 65px;left:428px;width:108px;font-weight:bold;color:#CC0000;font-family:Arial;text-align:right;}
				.felt97b{position:absolute;top:110px;left:428px;width:108px;font-weight:bold;color:#CC0000;font-family:Arial;text-align:right;}
				.felt97c{position:absolute;top:155px;left:428px;width:108px;font-weight:bold;color:#CC0000;font-family:Arial;text-align:right;}

				.knapvpgem   {position:absolute;top:200px;left:370px;width: 45px;font-family:Arial;font-size:9px;background-color:#3DFB2F;font-weight:bold;}
				.knapvpopdat {position:absolute;top:200px;left:370px;width: 45px;font-family:Arial;font-size:9px;background-color:#3DFB2F;font-weight:bold;}
				.knapvpslet  {position:absolute;top:200px;left:425px;width: 45px;font-family:Arial;font-size:9px;background-color:red;font-weight:bold;}
				.knapvpannul {position:absolute;top:200px;left:480px;width: 45px;font-family:Arial;font-size:9px;background-color:yellow;font-weight:bold;}

				.knapvpret {
				    width            : 45px;
						font-family      : Arial;
						font-size        : 9px;
						background-color : yellow;
						font-weight      : bold;
				}
/***********************************************/

/*Statistik*/
        .tal {
				    text-align       : right;
				}
        .tall {
				    text-align       : right;
				    background-color : #FFD3D3;
				}
        .talb {
				    text-align       : right;
				    background-color : #43B6FF;
				}
				.talhead{
				    background-color : #E2E2E2;
						color            : #CC0000; 
						font-weight      : bold;
						width            : 20px;
				    text-align       : center;
				}
        .hit {
				    text-align       : right;
				    background-color : yellow;
						color            : #CC0000;
						font-weight      : bold;
        }           															
        .hits {
				    text-align       : right;
				    background-color : #FFFF80;
						color            : #ED4747;
						font-weight      : bold;
        }           															
        .ikketaltrod {
            vertical-align   : top;
				    background-color : #FFD3D3;
				}
        .ikketaltgul {
				    background-color : #FFFF80;
				}
        .myip {
						color            : #CC0000;
						font-size        : 15px;
						font-weight      : bold;
				    background-color : #80FF80;
						text-align       : center;
				}
        .myiphit {
				    background-color : #80FF80;
				}

/* Gæstebog */
        .gboverskrift {
				    text-align       : left;
						color            : #CC0000;
						font-weight      : bold;
            font-size        : 18px;
        }           															
        .gbemne {
				    text-align       : left;
						font-weight      : bold;
            font-size        : 12px;
        }           															
        .gbdato {
            font-size        : 9px;
						font-weight      : normal;
        }           															
        .gbtekst {
				    text-align       : left;
            font-size        : 9px;
						vertical-align: top;
        }           															
        .gbknap {
            font-family      : arial, verdana, sans-serif;				
				    text-align       : center;
						color            : #CC0000;
						font-weight      : bold;
            font-size        : 8px;
						width            : 40px;
						cursor           : pointer;
						/*background-color : yellow;*/
        }           															
        .gbmsg {
            font-family      : arial, verdana, sans-serif;				
				    text-align       : center;
						color            : #CC0000;
						font-weight      : bold;
            font-size        : 12px;
						background-color : #FFD3D3;
						width            : 100%;
						border           : solid #CC0000 1px;
        }           															
        .gbnote {
            font-family      : arial, verdana, sans-serif;				
				    text-align       : center;
						font-weight      : normal;
            font-size        : 9px;
						width            : 100%;
        }           															
				.gbsite567{
				    width            : 576px;
				}
        .gbvistext {
            font-family      : arial, verdana, sans-serif;				
				    text-align       : center;
						font-weight      : bold;
            font-size        : 12px;
						color            : #F0DD65;
        }           															
				
/* BANNED IP */
		    .banned01 {
				    font-family      : arial, verdana, sans-serif;
						color            : #0000FF;
				    font-size        : 9px;
				}
		    .banned02{
				    position         : relative;
						top              : 0px;
						left             : 0px;
						border           : ridge #0000FF 5px;
						width            : 650px;
						height           : 70px;
						background-color : #FFFF00;
				}
		    .banned03 {
				    font-family      : arial, verdana, sans-serif;
						color            : #0000FF;
				    font-size        : 9px;
						font-weight      : bold;
						background-color : #FFFF00;
						padding          : 5px;
				}
		    .listeklar {
						color            : #000000;
				    font-size        : 12px;
						font-weight      : normal;
						padding-top      : 1px;
						padding-right    : 5px;
						padding-bottom   : 1px;
						padding-left     : 5px;
						text-align       : left;
						vertical-align   : top;
				}
		    .listegra {
						color            : #000000;
				    font-size        : 12px;
						font-weight      : normal;
						background-color : #C0C0C0;
						padding-top      : 1px;
						padding-right    : 5px;
						padding-bottom   : 1px;
						padding-left     : 5px;
						text-align       : left;
						vertical-align   : top;
				}
		    .listegul {
						color            : #000000;
				    font-size        : 12px;
						font-weight      : normal;
						background-color : #FFFF80;
						padding-top      : 1px;
						padding-right    : 5px;
						padding-bottom   : 1px;
						padding-left     : 5px;
						text-align       : left;
						vertical-align   : top;
				}

				.text81{position:absolute;top: 10px;left: 10px;}
				.text82{position:absolute;top: 10px;left:110px;}
				.text83{position:absolute;top: 10px;left:220px;}

				.felt81{position:absolute;top: 25px;left: 10px;width: 90px;font-weight:bold;color:#CC0000;}
				.felt82{position:absolute;top: 25px;left:110px;width:100px;font-weight:bold;color:#CC0000;}
				.felt83{position:absolute;top: 25px;left:220px;width:240px;font-weight:bold;color:#CC0000;}
			
				.knapbanret      {width:30px;font-family:Arial;font-size:9px;}
				/* Opret/ret */
				.knapbangem      {width:50px;position:absolute;top: 28px;left:520px;font-family:Arial;font-size:9px;}
				/* Annuller */
				.knapbanannuler  {width:50px;position:absolute;top: 28px;left:580px;font-family:Arial;font-size:9px;}
			
			
			
			

