﻿/*
Aanpassing van:
	Organisatie: CroonenBuro5
	Auteur: Crotec
	Versie 2.1: 31 juli 2014
	Applicatie: RoTekst
	Toepassing: HTML weergave STRI 2008/2012
*/


/* ***** Reset en font settings ********************** */
html, body, table, h1, h2, h3, h4, h5, h6 { 
  margin: 0px; 
  padding: 0px; 
  border: 0px; 
  outline: 0px; 
  font-family: Arial, Helvetica, sans-serif; 
  color: #333333; 
  line-height: 1.3em; 
  font-size: 13px; 
}

html, body { 
  font-size: 90%; 
  text-align: center; 
  min-height: 100%; 
}

* { 
  font-family: Arial, Helvetica, sans-serif !important; 
} 

/* ***** Paginaopbouw ******************************** */
#container { 
  width: 980px; 
  margin: 0px auto 0px auto; 
  text-align: left; 
  position: relative; 
  overflow: hidden; 
  height: 100%; 
}

#koptekst { 
  width: 980px; 
  position: fixed; 
  top: 0px; 
  z-index: 1001; 
}
 
#logobalk { 
  background: #FFFFFF url(https://ruimtelijkeplannen.gemeentealtena.nl/logo_altena.png) no-repeat right bottom 10px; 
  width: 980px; 
  height: 123px; 
  position: fixed; 
  top: 0px; 
  z-index: 1000; 
  border-bottom: 5px solid #007bff;
  box-shadow: 0px 5px 0px 0px #FFFFFF; 
}

#inhoud { 
  margin: 150px auto 25px 175px; 
  color: #000000; 
  padding: 2px 15px 5px 25px;
}

/* ***** Links *************************************** */
a { 
  color: inherit; 
  text-decoration: none;
}

a:hover { 
  color: #312783;
}

a img { 
  border: 0px; 
}

#inhoud a:link, a:visited { 
  color: #312783; 
}

#inhoud a:hover { 
  color: #312783; 
  text-decoration: underline; 
}


/* ***** Menu **************************************** */
#hoofdmenu { 
  width: 170px; 
  position: fixed; 
  top: 130px;
  background:#312783;
}

#hoofdmenu ul { 
  margin: 0px; 
  padding: 0px; 
  list-style-type:none;
}

#hoofdmenu a { 
  display: block;  
  color: #FFFFFF; 
  margin: 0px; 
  position: relative; 
  text-decoration: none; 
  padding: 5px; 
}

#hoofdmenu a:hover { 
  background: #007bff; 
  text-decoration: none;
}

/* ***** Tabel plangegevens ************************** */
#plangegevens { 
  margin: 37px 0px 0px 15px; 
} 

#plangegevens .plannaam { 
  font-size: 22px; 
  color: #312783; 
  width: 400px; 
}

#plangegevens table { 
  position: absolute;  
  top: 62px; 
  left: 15px; 
  border-collapse: collapse;
  font-size: 11px 
}

#plangegevens th, #plangegevens td { 
  padding-right: 15px; 
}

#plangegevens td:first-child { 
  text-align: left; 
  font-weight: normal
}

/* ***** Voorkom header op vervolgpagina's bij prints ***** */
@media print {    
  #begin, #koptekst, #hoofdmenu {
    position: absolute; 
  }
}