/*
Common
*/












#header {
  position: fixed;
  width: 100%;
  top: 0;
 left: 1;
 z-index: 1;
}
#content {
  margin-top: 45px;
  z-index:10;
}



body, h1, table, td, a {
 font-family: verdana, helvetica, arial, sans-serif;

}







body {
 
  background-image: url('PVH_bag.jpg');
  background-size: 100% 100%;  
/*height: 100%;*/
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
 
 
 
 
 font-size: 80%;
 color: black;
 /*background: url('ny back.jpg') fixed no-repeat;*/
 margin-left: 2%;
 margin-right: 2%;
 margin-top: 1.5em;
 margin-bottom: 1.5em;



/*
tekst under billede forside
*/
}





h1 {
 color:  #d0d3d4 ;
 font-weight: bold;
 margin: 0;
 font-size: 70%;
/*overskrift*/
}

h2 {
 /*color:  #d0d3d4 ;*/
 font-weight: bold;
 margin: 0;
 font-size: 150%;
/*overskrift*/
}

h3 {
color:  green ;
 font-weight: bold;
 margin: 0;
 font-size: 200%;
/*overskrift*/
}

h4 {
color:  white ;
 /*font-weight: bold; */
 margin: 0;
 font-size: 70%;
/*overskrift*/
}


a:link, a:visited {
 color:   #7f8c8d;
 background: transparent;
 text-decoration: underline;
}
a:active, a:hover {
 color: #333;
 background: transparent;
 text-decoration: underline;
}
img {
 border: none;
}
.center {
 width: auto;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
}

/*
Thumbs
*/
table {
 background: #ffff8;
 border: 0px solid #999;
 margin: 1em 0 1.25em 0;
 padding: 2px;

}
td {
 background: transparent/*#eee;*/
 border: 0px solid #999;
 width: auto;
 line-height: 110%;
 vertical-align: baseline;
}
div.caption {
 font-size: 90%;
}

/*
Page
*/
div#navt, div#navb {
 margin-top: 1em;
 margin-bottom: 1em;

}
div#navt a, div#navb a {
 text-decoration: none;
}
div.content {
 background: #fff;
 border: 1px solid #999;
 margin: 1em auto 1em auto;

}
div.content#pic {
 padding: 10px;
}
div.content#caption {
 min-width: 160px;
 padding: 5px 10px 5px 10px ;

}


