﻿/*
Metainfo:

	Organisatie: CroonenBuro5
	Auteur: Crotec
	Versie 2.0: 12 mei 2014
	Applicatie: RoTekst
	Toepassing: HTML weergave STRI 2012
*/

html, body, table, h1, h2, h3, h4, h5, h6
{ 
margin: 0px; 
padding: 0px; 
border: 0px; 
outline: 0px; 
font-family: "Franklin Gothic Book", sans-serif; 
color: #333333; 
line-height: 1.3em; 
font-size: 13px; 
}

html, body 
{ 
font-size: 90%; 
text-align: center; 
min-height: 100%; 
/*overflow: hidden;*/ 
/*height: 100%;*/
}

a  
{ 
color: inherit; 
text-decoration: none;
transition: all 0.15s ease-out; /* tijdsduur annimatie mouse-over menu */
}

a:hover 
{ 
color: #004187;
}

a img 
{ 
border: 0px; 
}

* 
{ 
font-family: 'Franklin Gothic Book', sans-serif !important; 
} 

#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; 
 }
 
/*#koptekst * { color: #000000; }*/

#begin 
  { 
  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; 
  }

.toegang 

{ 
display: none; 
}

#hoofdmenu  /* definieer menugebied */
{ 
width: 170px; 
position: fixed; 
top: 130px; 
}

#hoofdmenu ul  /* definieer menuitem tekst */
{ 
list-style: none; 
margin: 0px; 
padding: 0px; 
}

#hoofdmenu a  /* definieer menuitem blok */
{ 
width: 98%; 
display: block; 
background: #0484AD url('http://lib.anteagroup.nl/rotekst/template/arrow.png') no-repeat right center; 
color: #FFFFFF; 
margin: 0px; 
position: relative; 
text-decoration: none; 
padding: 4px 5px 4px 15px; 
margin-top: 5px; 
}

#hoofdmenu a span { color: #FFFFFF; }

#hoofdmenu a:hover 
{ background: #006391; 
color: #FFFFFF; 
display: block; 
background: #006391 url('http://lib.anteagroup.nl/rotekst/template/arrow.png') no-repeat right center; 
}

#hoofdmenu a:hover span 
{ color: #FFFFFF; 
text-decoration: underline;
} 

#hoofdmenu a[href=""] 
{ 
display: none; 
}

#plangegevens /* positie plangegevens */
{ 
margin: 37px 0px 0px 15px; 
} 

#plangegevens .planname 
{ 
font-size: 22px; 
color: #006391; 
width: 400px; 
}

#plangegevens table /* definieer tekst planattributen */
{ 
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
}

#inhoud 
{ margin: 150px auto 25px 175px; 
color: #000000; 
padding: 2px 15px 5px 25px;
}

#inhoud a:link, a:visited 
{ 
color: #004187; 
}

#inhoud a:hover 
{ 
color: #004187; 
text-decoration: underline; 
}

#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; 
}

@media print /* voorkom header op vervolgpagina's bij printvoorbeeld */
{    
    #begin 
	{
        position: absolute; 
    }
    #koptekst 
	{
        position: absolute; 
    }
    #hoofdmenu 
	{
        position: absolute; 
    }

}