/* --------------------------------------------------------- */
/* Style sheet for Rogier's website.                         */
/*                                                           */
/* Hedderik van Rijn, 031130, 040511, 060108, 081103         */
/* --------------------------------------------------------- */

a img { border: 0px; }

.ahem {
    display: none;
}

BODY { 
    color: #DDD;
    background-color: #8b8b8b;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    min-width: 800px;
    margin: 20px 0px 0px 0px;
    padding: 20px 20px 20px 20px;
    font : normal 9pt/140% "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
    text-align: center;
}

table { 
    color: #DDD;
    background-color: #8b8b8b;
    margin: 0px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
    font : normal 9pt/140% "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
}

h2 { font-size: 125%; font-style: bold; text-align: left; }
h3 { font-size: 110%; font-style: bold; text-align: left; }
h4 { font-size: 110%;  text-align: left; }

#bar {
    background-color: #8b8b8b;
    font-size: 90%;
}

strong, b {
    font-weight: bold;
}


img.clean {
    padding: 0px 0px 0px 0px;
    background-color: #8b8b8b;
    border: 0px;
}

img.photo {
  margin-left: auto;
  margin-right: auto;          
  padding: 5px 5px 5px 5px;
  background-color: white;
  border: 0px;
}

h1 {
    margin-top: 15px;
    font-weight: bold;
    font-size: large;
}

A:link  {
    color : #FFF;
    text-decoration : none;
    border: 1px; 
    border-style: none none none none;
    border-color: black;
}

A:visited  {
    color : #FFF;
    text-decoration : none;
    border: 1px; 
    border-style: none none none none;
    border-color: black;
}

A:active   {
    color : #e22;
    border: 1px; 
    border-style: none none dotted none;
    border-color: black;
}

A:hover  {
    border: 1px; 
    border-style: none none dotted none;
    border-color: black;
}

A img:hover {
   border: 0px;
}

A img:active {
   border: 0px;
}

A img:visited {
   border: 0px;
}

A img:link {
   border: 0px;
}

.announcements {
   position: absolute;
    top: 5px;
    right: 20px;
   width: 200px;
   margin: 20px;
}

.announcements .content {
    width: 200px;
    border: 1px;
    border-style: none;
    background-color: #8b8b8b;
    padding: 5px 5px 0px 5px;
    margin: 10px;
}


#photobox {
    border: none;
    padding: 0px;
    padding: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 550px;
    text-align: left;
    
}

#mainbox {
    border: none;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 550px;
    text-align: left;
    
}

img { 
      border: 0px;
      text-align: center;
      margin-left: auto;
      margin-right: auto; }
      
.clean {
      border: 0px;
      border-type: none;
}

.clean:active {
      border: 0px;
      border-type: none;
}

.clean:hover {
      border: 0px;
      border-type: none;
}

.clean:visited {
      border: 0px;
      border-type: none;
}

div#sponsorbox{
  position:absolute;
  bottom:15px;
  right: 15px
  width:140px;
  height:50px;
}


#sponsors {
   position: absolute;
     bottom: 5px;
     right:  25px;
     text-align: right;
     border: 1px;
     border-style: none;
     padding: 5px 5px 5px 5px;
     width: 22em;
}

#search {
   position: absolute;
   bottom: 5px;
   left:  25px;
   text-align: left;
   border: 0px;
   border-style: none;
   padding: 5px 5px 5px 5px;
   width: 22em;
}

div#footer{
  position:absolute;
  bottom:15;
  left:0;
  width:100%;
  height:50px;
}

div#header{
  position:absolute;
  top:15;
  left:15;
  width:175px;  
}


A:link  {
    border: 0px; 
    border-style: none none none none;
    border-color: black;
}

A:visited  {
    border: 0px; 
    border-style: none none none none;
    border-color: black;
}

A:active   {
    border: 0px; 
    border-style: none none none none;
    border-color: black;
}

A:hover  {
    color : #111;
    border: 0px; 
    border-style: none none none none;
    border-color: black;
}
