/*

  CSS - style sheet for Svanholm's re-layout
  
  more robust
  more print-oriented
  
*/


body {
  margin: 0px;
  padding: 0px;
  text-align: center;
	background-color: #FFFFF0;
}

img {
  border: 0;
}

.tight{
  margin: 0;
  padding: 0;
}


/* Font families

    - characteristic elements such as headers and navigation
      tabs will be rendered using the Trebuchet font on Win
      and Mac and the DejaVu Sans Condensed font in Linux.
    - normal text is rendered using either Verdana or again
      this DejaVu Sans Condensed.

* * * * * * * * * * * * * * * * */


h1, h2 {
  font-family: Trebuchet, "Trebuchet MS", "DejaVu Sans Condensed", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#menu p, p.sub {
  font-family: Trebuchet, "Trebuchet MS", "DejaVu Sans Condensed", Verdana, Geneva, Arial, Helvetica, sans-serif;
}
 
p, ul {
  font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#search_text {
  font-family: "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans Condensed", Monaco, monospaced;
}

#searchform a {
  font-family: Trebuchet, "Trebuchet MS", "DejaVu Sans Condensed", Verdana, Geneva, Arial, Helvetica, sans-serif;
}


/* The wrapper is used to keep the page centered on screen */

#wrapper {
  position: relative;
  margin: 0px auto auto auto;
    top: 0px;
    width: 958px;
  background: transparent;
}


/* The header now contains:

    - the logo
    - the search field
    - the quick links
    - the impression image(s)
    - the main tabs

* * * * * * * * * * * * * * * * */ 

#header {
  position: relative;
  width: 958px;
  height: 316px;
  background: transparent;
}

/* Search */
#logo {
  position: absolute;
    top: 0px;
    left: 0px;
    width: 226px;
    height: 316px;
  background: transparent;
  background-image: url(../ny_layout_en/svanholm_logo.gif);
  background-repeat: no-repeat;
}


/* Impressions */
#impressions {
  position: absolute;
    top: 0px;
    left: 226px;
    width: 732px;
    height: 316px;
  background: transparent;
  background-image: url(../ny_layout_en/bgnd_impressions.gif);
  background-repeat: no-repeat;
}

  #quicklinks {
    position: absolute;
      top: 0px;
      right: 0px;
      width: 200px;
      height: 32px;
    background: transparent;
  }

  #quicklinks p {
    margin: 4px 8px 0;
    line-height: 32px;
    font-size: 11px;
    vertical-align: baseline;
		text-align: right;
  }

	#quicklinks span {
		/* line-height: 32px; */
		vertical-align: top;
		border-style: dotted;
		border-width: 0 0 1px 0;
		}

	#quicklinks span:hover {
   	background-color: #EbEbD0;
   	text-decoration: none;
		border-style: solid;
	}

  #quicklinks a {
    color: #c00000;
   	text-decoration: none;
	}

	#quicklinks a:hover {
		color: #a00000;
   	}


/* The body now contains:

    - the menu(s)
    - the content

* * * * * * * * * * * * * * * * */ 

#body {
  float: left;
    width: 958px;
  background: transparent;
}


/* Menu */
#menu {
  float: left;
    width: 226px;
  margin: 16px 0 0 0;
  background: transparent;
}

  #menu p {
    margin: 0px 8px 0px 32px;
    padding: 4px 8px 4px 30px;
    font-size: 12px;
	  font-weight: bold;
		color: #c00000;
	  line-height: 16px;
	  text-align: left;
  }

  #menu p.sel {
    background-image: url(../ny_layout_en/flower_c3.gif);
    background-position: 8px 2px;
    background-repeat: no-repeat;
  }
  
  #menu a {
    color: #202020;
    text-decoration: none;
		border-color: transparent;
		border-width: 0 0 1px 0;
  }

  #menu a:hover {
    background-color: #EbEbD0;
    color: #a00000;
		border-style: solid;
		border-color: #303030;
  }


#dynamic_menu {
  float: left;
  margin: 0;
  padding: 0 0 20px 0;
    width: 226px;
  background: transparent;
}

#searchform {
  float: left;
    left: 0px;
    width: 226px;
    height: 284px;
  background-image: url(../ny_layout_en/bgnd_search.gif);
  background-repeat: no-repeat;
  text-align: right;
}

  #search_text {
    border: 1px #606020 solid;
      width: 116px;
		padding: 1px;
		margin: 16px 46px 0 0;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
  	color: #606060;
  }

  #searchform a {
    display: block;
    float: right;
    font-size: 13px;
    font-weight: bold;
    color: #606060;
    text-decoration: none;
    margin: 1px 46px 0 0;
    padding: 4px 2px 0 2px;
    border-color: transparent;
    border-style: dotted;
    border-width: 0 0 1px 0;
  }
  
  #searchform a:hover {
    cursor: pointer;
    background-color: #EbEbD0;
    color: #a00000;
    text-decoration: none;
    border-style: solid;
  }

  span.mark_needle {
    padding: 0 1px;
    background-color: #EbEbD0;
    font-weight: bold;
  }

/* Content */
#content {
  position: relative;
  top: -12px;
  float: right;
    width: 732px;
    max-width: 732px;
  background: transparent;
  overflow: hidden;
}

  #sorter {
    position: relative;
      width: 732px;
    background: transparent;
  }

  .lcol {
    position: relative;
    float: left;
      width: 364px;                   /* Total width of the div will be 365px = 0(pl) + 364(w) + 0(pr) + 1(br) */
    padding: 0;                       /* Total width of the div will be 365px = 16(pl) + 332(w) + 16(pr) + 1(br) */
    background: transparent;
    border-style: dotted;
    border-color: transparent;
    border-right-color: #cfbe82;
    border-width: 0 1px 0 0;
  }

  .rcol {
    position: relative;
    float: right;
      width: 364px;                   /* Total width of the div will be 364px = 0(pl) + 364(w) + 0(pr) */
    padding: 0;                       /* Total width of the div will be 364px = 20(pl) + 324(w) + 20(pr) */      
    background: transparent;
  }

  .textcol {
    position: relative;
    float: left;
      width: 500px;                   /* Total width of the div will be 501px = 0(pl) + 500(w) + 0(pr) + 1(br) */
    padding: 0;                       /* Total width of the div will be 501px = 20(pl) + 460(w) + 20(pr) + 1(br) */
    background: transparent;
    border-style: dotted;
    border-color: transparent;
    border-right-color: #cfbe82;
    border-width: 0 1px 0 0;
  }

  .mrgcol {
    position: relative;
    float: right;
      width: 228px;                   /* Total width of the div will be 228px = 0(pl) + 228(w) + 0(pr) */
    padding: 0;                       /* Total width of the div will be 228px = 20(pl) + 188(w) + 20(pr) */
    background: transparent;
  }

/*
 * CSS Styles for search results
 *
 *
 */

  #content a.search_h2 {
    color: #004040;
    font-size: 14px;
    font-weight: normal;
    border-color: #004040; 
    border-style: solid;
    border-width: 0 0 1px 0;
  }

  #content a.search_h2:hover {
    color: #004040;
    font-weight: normal;
    background-color: #EbEbD0;
    border-color: #004040;
		border-style: solid;
	}


/*
 * CSS Styles for sitemap
 *
 *
 */

	#content .smp_tab {
    font-size: 16px;
    font-family: Trebuchet, "Trebuchet MS", "DejaVu Sans Condensed", Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: left;
		color: #c00000;
		margin: 16px 20px 4px 30px;
			border-width: 0 0 1px 0;
			border-style: none;
			border-color: #004040; 
	}
	
	#content .smp_item {
    font-size: 13px;
    font-family: Trebuchet, "Trebuchet MS", "DejaVu Sans Condensed", Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: normal;
   	text-align: left;
		margin: 8px 20px 4px 40px;
	}
	
	#content .smp_subitem {
    font-size: 11px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: left;
		margin: 2px 20px 2px 56px;
	}

/*
 * CSS Styles for normal pages
 *
 *
 */
  
  #content h1 {
    margin: 0 26px 8px 26px;
    padding: 0px;
    line-height: 24px;
    font-size: 21px;
    font-weight: normal;
    text-align: left;
    color: #004040;
  }
  
  #content h2 {
    clear: both;
    margin: 16px 26px 4px 26px;
    padding: 0px;
    line-height: 18px;
    font-size: 16px;
    font-weight: bold;
    color: #003030;
    text-align: left;
  }
  
  #content p {
    margin: 0 26px 0 26px;
    padding: 0px;
    line-height: 17px;
    font-size: 12px;
    color: #404040;
    text-align: left;
  }
  
  #content p.distance {
    margin-bottom: 8px;
  }
  
  #content p.extradistance {
    margin-bottom: 20px;
  }
  
  #content a {
    color: #c00000;
    text-decoration: none;
    border-color: #c00000;
    border-style: dotted;
    border-width: 0 0 1px 0;
  }
  
  #content a:hover {
    background-color: #EbEbD0;
    color: #a00000;
    text-decoration: none;
    border-style: solid;
  }
  
  #content ul {
    margin: 12px 26px 12px 20px;
    line-height: 18px;
    font-size: 12px;
    color: #404040;
    text-align: left;
  }
  
  #content li {
    margin: 0px 0px 4px 0px;
  }
      
  #content img.largeicon {
    float: left;
    margin: 6px 12px 16px 0;
    border: none 0px;
  }
      
  #content img.icon {
    float: left;
    margin: 6px 12px 0 0;
    border: none 0px;
  }
  
  #content img.arw {
    float: left;
    margin: 0;
    border: none 0px;
    padding: 0 8px 0 0;
  }
  
  #content span.highlight {
    color: white;
    background-color: #400000;
  }
      
  #content span.date {
    font-size: 11px;
    color: #bda964;
  }


/* The footer now contains:

    - some very important links
    - the last changed date/message
    - some invisible elements which will be shown
      in the print version

* * * * * * * * * * * * * * * * */ 

#footer {
  position: relative;
  float: right;
    width: 729px;                           /* Total width of the footer div is 729px = ... */
  padding: 36px 0 32px 0;
  background-color: transparent;
	background-image: url(../ny_layout_gif/sv_svaner.gif);
  background-repeat: no-repeat;
  background-position: 654px 0px;
}
  
  #footer p {
    text-align: left;
    font-size: 11px;
    color: #404040;
    margin: 0 74px 0 0px;
    padding: 8px 0 0 20px;
      border-style: solid;
      border-color: #464500;
      border-width: 1px 0 0px 0;
  }
      
  #footer span {
    color: #404040;
    line-height: 32px;
  }
        
  #footer a {
    color: #c00000;
    text-decoration: none;
    border-color: #c00000;
    border-style: dotted;
    border-width: 0 0 1px 0;
  }
  
  #footer a:hover {
    background-color: #EbEbD0;
    color: #a00000;
    text-decoration: none;
    border-style: solid;
  }
  
