﻿/*
Metainfo:
	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: 'Franklin Gothic Book', 'Arial', sans-serif; 
  color: #333333; 
  line-height: 1.3em; 
  font-size: 13px; 
}

html, body { 
  font-size: 90%; 
  text-align: center; 
  min-height: 100%; 
}

* { 
  font-family: 'Franklin Gothic Book', 'Arial', 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('http://lib.anteagroup.nl/rotekst/template/Logo-CroonenBuro5-kleurenlogo.png') no-repeat right bottom 10px; 
  width: 980px; 
  height: 123px; 
  position: fixed; 
  top: 0px; 
  z-index: 1000; 
  border-bottom: 5px solid #006391;
  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;
  transition: all 0.15s ease-out;
}

a:hover { 
  color: #004187;
}

a img { 
  border: 0px; 
}

#inhoud a:link, a:visited { 
  color: #004187; 
}

#inhoud a:hover { 
  color: #004187; 
  text-decoration: underline; 
}


/* ***** Menu **************************************** */
#hoofdmenu { 
  width: 170px; 
  position: fixed; 
  top: 130px; 
}

#hoofdmenu ul { 
  list-style: none; 
  margin: 0px; 
  padding: 0px; 
}

#hoofdmenu a { 
  width: 98%; 
  display: block; 
  background: #0484AD; 
  color: #FFFFFF; 
  margin: 0px; 
  position: relative; 
  text-decoration: none; 
  padding: 4px 5px 4px 15px; 
  margin-top: 5px; 
}

#hoofdmenu a:after {
  content: '';
  width: 0px; 
  height: 0px;
  border-style: solid;
  border-width: 5px 0px 5px 10px;
  border-color: transparent transparent transparent #FFFFFF;
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -5px; 
}  

#hoofdmenu a span { 
  color: #FFFFFF; 
}

#hoofdmenu a:hover { 
  background: #006391; 
  color: #FFFFFF; 
  text-decoration: none;
}

#hoofdmenu a:hover span { 
  color: #FFFFFF; 
  text-decoration: none;
} 

/* ***** Tabel plangegevens ************************** */
#plangegevens { 
  margin: 37px 0px 0px 15px; 
} 

#plangegevens .plannaam { 
  font-size: 22px; 
  color: #006391; 
  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
}


/* ***** JavaScript-popup RoTekst ******************** */
#PopupRotekst_btt:after { 
  content: 'x'; 
  position: absolute; 
  top: 5px; 
  right: 15px; 
  z-index: 2999; 
  color: #FFFFFF; 
  font-weight: bold; 
  font-family: 'Verdana'; 
}

#PopupRotekst_s, #PopupRotekst_min, #PopupRotekst_max { 
  display: none; 
}

#PopupRotekst_cls { 
  position: absolute; 
  right: 10px; 
  opacity: 0; 
  padding: 10px; 
  cursor: pointer; 
  z-index: 3000; 
}

#PopupRotekst_rsimg { 
  height: 7px; 
  width: 7px; 
  padding-bottom: 6px; 
}

#PopupRotekst_b { 
  border: 1px solid #999999 !important; 
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15); 
  position: fixed !important; 
  z-index: 10000 !important; 
}

#PopupRotekst_t { 
  width: 100% !important; 
  top: 0px !important; 
  left: 0px !important; 
}

#PopupRotekst_c { 
  top: 45px !important; 
  left: 15px !important; 
}

#IdTitleText { 
  position: absolute; 
  left: 15px; 
  top: 5px; 
  color: #FFFFFF; 
}

/* ***** Voorkom header op vervolgpagina's bij prints ***** */
@media print {    
  #begin, #koptekst, #hoofdmenu {
    position: absolute; 
  }
}