/* CSS definition file containing sitestyle stylesheets */
* {
margin: 0;
}
/*html { height: 100%; }*/

body { 
  color: #000000; 
  /*background-color: #CFECEC;*/
  background-color: #C5C5C5;
  margin:0;
  padding-top:5px;
  padding-right:0;
  padding-left:0;
  font-family: arial;
  font-size: 14px;
  height:100%;
}

table {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

a {
  color: #CFECEC;
}

a:hover {
color: red;
}

h5 {
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  padding-left:10px;
}

#verdacht {
visibility:hidden;
display:none;
}

#logocontainer {
  height: 65px;
  width: 197px;
  padding-top:5px;
}

#logo {
  height: 60px;
  width: 240px;
  /*background-image: url(/images/banner_naam_neg.png);*/
  /*background-image: url(/images/LogoArtBrush40.png);*/
  background-image: url(/images/JosSolberg.png);
  background-size:240px;
  background-repeat:no-repeat;
  background-position: center center;
  visiblity:hidden;
  display:none;
  font-family: arial;
  font-size: 16px;
}

.pageHeader {
  /*font-style:italic;*/
  font-weight: bold;
  color: #A9BCF5;
  font-family: arial;
  font-size: 36px;
}

hr {
  color: #A9BCF5;
  background-color: #A9BCF5;
}

.content {
  min-width: 256px;
  max-width: 1000px;
  z-index: 1;
  background-color: #F5F5F5;
  color: #FFFFFF;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  /*overflow: hidden;*/
  font-family: arial;
  font-size: 16px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top:-4px;
  height:100%;
  bottom: 0px;
  /*background-image: url(/images/Backgrnd.jpg); */
  background-color: #222;
  background-repeat: repeat top center;
  object-fit: scale-down;
}

#mainwrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
  margin-botom: -10px;
}

#footer {
  height: 10px;
  background-color:#222;
  max-width:1000px;
  min-width: 256px;
  display: block;
  text-align: center;
  /*background-image: url(/images/Backgrnd.jpg);*/ 
  background-repeat: repeat top center;
}

.content table {
    color: #FFFFFF;
    border-color: #FFFFFF;
}

  div#gallery {
  min-width: 256;
  max-width: 800px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  font-family: arial;
  font-size: 16px;
}  

.bioTable {
  border:0;
  width:100%;
  font-family: arial;
  font-size: 16px;
}

p {
  font-family: arial;
  font-size: 16px;
}

div.outercenter
{
  width: 100%;
  display: block;
  text-align: center;
  object-fit: scale-down;
}

div.innercenter
{
  display: table;
  margin-left: auto;
  margin-right: auto;
  object-fit: scale-down;
}

.jbcontainer {
  min-width: 256px;
  max-width:1000px;
  height:85%;
  margin:0 auto;
  background-color:#222;
  text-align:right;
  color:#FFFFFF;
}

.jbcontainer a {
  color: #FFFFFF;
}
.jbcontainer a:hover {
  color: red;
}

.juiceboxparent {
  width:1000px;
  height:92%;
}

#mytextlinkdiv {
  cursor: pointer; 
  color: #CFECEC;
  background-color: #222;
  font-family: arial;
  font-size: 20px;
  font-weight: bold;
  text-decoration:underline;
}
#mytextlinkdiv:hover{
color: red;
/*font-style: italic;*/
}
