/*
  CSS layout by EF
	multicolumn (table like) and list for menu
	sources:
	  tanfa:  [http://www.tanfa.co.uk/]
		listamatic: [http://css.maxdesign.com.au]
		
*/

/*** Body multicolumn *******************************/

body {
  text-align: center; 
  background: #fff;
  color: #000;
  min-width: 700px;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
}


/* wrapper holds left faux column tab */
/* nn6/7 will put content out of scrollable reach if auto is used unless the min-width is on body */
#wrapper { 
  text-align: left;
  width: 90%;
  margin: 0 auto; 
  background: #fff url(gifs/sidebarwhite.gif) repeat-y 0 0; /* #fff sidebarmetal-l*/
}

#header, #subnav, #footer {
  color: #000;
  clear: both; 
  width: 100%;
}

#header {
  background: #fff; 
  color: #633A11; 
  height: 170px;
}  /*#008 */
#subnav {
  background: #fff url(gifs/metalbar3.gif) repeat-y 0 0;
  height: 20px; 
  padding: 1px 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: #ccc;
} 

#footer {
  background: #fff url(gifs/metalbar3.gif) repeat-y 0 0;
  height: 20px; 
  padding: 1px 0;
}     /*#ccc = grey*/


#contentfloatholder {/* right faux column tab */
  background: url(gifs/sidebarwhite.gif) repeat-y 100% 0;
  float: left;
  width: 100%;
}


#contentfloatholder:after {
 /* this is for NN6 to clear floats */
    content: "."; 
    display: block; 
		height: 0px;
    clear: both; 
    visibility: hidden;
}

#center {
  color: #000;
  margin: 0 175px 0 175px;  /*  0 175px 0 175px; */
}

#centerwrap {
  float:left;
  width: 100%; 
	margin: 0 -95% 0 0;
}

#left {
  float:left;
	background: #fff;
  width: 170px;
  margin: 0 0 0 -5%;
}

#right {
  float:right;
	background: #fff;
  width: 170px;
	margin: 0;  /* 0 */
}


/************* IE Mac CSS Only  works for Win too **************/
* html div#centerwrap {margin: 0 -100% 0 0;}
* html div#left {margin: 0;}

div h3, div p {
  margin: 1em 0;
  padding: 0 20px; 
}

/*** Navigation list (menu) ***************************/
#navcontainer { margin-left: 0px; }

#navcontainer ul
{
  margin: 0px; /*5px*/
  padding: 0px; /*5px*/
  list-style-type: none;
  font-family: verdana, arial, Helvetica, sans-serif;
  font-size: small;
}

#navcontainer li { margin: 0; } /*0 1px 0*/

#navcontainer a {
  display: block;
  padding: 5px 10px;
  width: 140px;
  color: #000;  /*#fff */
  background-color: #ccc;   /* #036 = darkblue */
  text-decoration: none;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  /*background: url(knopmetal5.gif) no-repeat;*/ 
  background-image: url(gifs/knopbglr1.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
}
#navcontainer a:hover {
  color: #000;               /*#fff */					
  background-color: #69c;   /* #69C = lighter blue */
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  /*background: url(knopmetal6.gif) no-repeat;*/ 
  background-image: url(gifs/knopbgrl1.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  text-decoration: none;
}

#navcontainer ul ul li { margin: 0; }  /*0 1px 0 */

#navcontainer ul ul a
{
  display: block;
  padding: 5px 5px 5px 30px;
  width: 125px;
  color: #000;     /*#fff */
  background-color: #fff;  /*#ccc #369 */
  text-decoration: none;
}

#navcontainer ul ul a:hover
{
  color: #000;
  background-color: #fff;  /*#69C*/
  text-decoration: none;
}

/*** fotoalbum  ***/
.showfoto {
  text-decoration: none;

}

/*** other classes and id's ************/
.headertop {
  font-style: italic;
  font-size: 48px;
  text-align: left;
}
.headersub {
  color: #633A11;
  font-style:italic;
  font-size:16px;
}
.centercontent {
  font-size: small;
}
.borderedcentercontent {
  font-size: small;
  border-top: 1px silver solid;
}
.centerlist {
  text-decoration: none;
  font-size: small;
  list-style-type: none;
}
#contactdata {
  font-size: small;
}
  
#contactlist {
  margin 0em 1em;
  text-decoration: none;
  font-size: small;
  font-weight: bold;
  list-style-type: none;
}


td.label {
  font-size: small;
  width: 100px;
}

td.formw {
  font-size: small;
}
td.thumbtitle {
  font-size: small;
}
td.thumbdescr {
  font-size: small;
}
td.thumbimage {
  width: 150px;
  text-align: center;
  vertical-align: center;
}
.imagetitle {
   font-size: medium;
}
.imagedescr {
  font-size: small;
}
img.floatleft {
  float: left;
  margin: 4px
}
img.floatright {
  float: right;
  margin: 4px
}
.albumdescr {
  font-size: small;
}
#imagenav {
  padding: 0;
  margin: 0;
  font-size: small;
  white-space: nowrap;
  list-style-type: none;
  border-style: none;
  border-width: 0;
  
}  
#imagenav li {
  display: inline;
  border-style: none;
  border-width: 0;
}
#imagenav li a {
  margin 0;
  padding: 0.2em 0.4em;
  float: left;
  color: #fff; /* #000; */
  border-style: none;
  border-width: 0;
}
#imagenav li a:visited {
  color: #fff; /* #000; */
}
#imagenav li a:hover {
  color: #633A11;
}

/*
div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 225px;
  text-align: left;
  } 
	
	*/
