﻿/*
Metainfo:
	Organisatie: Crotec
	Auteur: Crotec
	Versie 2.1: 30 juli 2015
	Applicatie: RoTekst
	Toepassing: HTML-weergave STRI 2012, Gemeente Tilburg
*/

* { 
  font-family: 'Calibri', 'Arial', sans-serif !important; } 

html, body, table, h1, h2, h3, h4, h5, h6 { 
  margin: 0px; 
  padding: 0px; 
  border: 0px; 
  outline: 0px; 
  font-family: 'Calibri', 'Arial', sans-serif; 
  color: #333333; 
  line-height: 1.3em; 
  font-size: 13px; }

html, body { 
  font-size: 90%; 
  text-align: center; 
  min-height: 100%; }

a { 
  color: inherit; 
  text-decoration: none;
  transition: all 0.15s ease-out; }

a:hover { 
  color: #003867; }

a img { 
  border: 0px; }

#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; }

#begin { 
  background: #FFFFFF url('Http://ruimtelijkeplannen.tilburg.nl/documenten/Logo_Gemeente_Tilburg_RoTekst0815.jpg') no-repeat 0px 0px;
  background-size: 170px; 
  width: 980px; 
  height: 123px; 
  position: fixed; 
  top: 0px; 
  z-index: 1000; 
  box-shadow: 0px 5px 0px 0px #FFFFFF; }

.toegang { 
  display: none; }

#hoofdmenu  { 
  width: 980px;
  background: #2aace7;  
  position: fixed; 
  top: 125px; }

#hoofdmenu ul  { 
  list-style: none; 
  margin: 0px; 
  padding: 0px; }
  
#hoofdmenu li  { 
  float: left;
  border-right: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  margin-right: -1px;  }

#hoofdmenu li:first-child  { 
  border-left: 1px solid #FFFFFF; }
  
#hoofdmenu a { 
  display: block; 
  background: #2aace7; 
  color: #FFFFFF; 
  margin: 0px; 
  position: relative; 
  text-decoration: none; 
  padding: 9px 25px 9px 15px; }

#hoofdmenu a:hover { 
  background: #0083b2; }

#hoofdmenu a:hover:after { 
  border-color: transparent transparent transparent #FFFFFF; }

#hoofdmenu a[href=""] { 
  display: none; }

.achtergrondbalk { 
  background: #2aace7; 
  position: fixed;
  width: 100%;
  height: 35px;
  top: 125px; }
  
#plangegevens { 
  float: right;
  margin: 20px 0px 0px 15px; }

#plangegevens .planname { 
  font-size: 18px; 
  color: #003867; 
  width: 400px; }

#plangegevens table { 
  position: absolute;  
  top: 62px; 
  right: 0px; 
  border-collapse: collapse;
  font-size: 11px; }

#plangegevens th, #plangegevens td { 
  padding-right: 15px; }

#plangegevens td:first-child { 
  text-align: left; 
  font-weight: normal; }

#inhoud { 
  margin: 190px 0px 25px 0px; 
  color: #000000; }

#inhoud a:link, a:visited { 
  color: #003867; }

#inhoud a:hover { 
  color: #0083b2; 
  text-decoration: underline; }

#IdTitleText { 
  position: absolute; 
  left: 15px; 
  top: 5px; 
  color: #FFFFFF; }
  
/* Zet header vast voor printuitvoer */
@media print {    
  #begin, #koptekst, #hoofdmenu { position: absolute; }
}