﻿/*
Metainfo:

	Organisatie: Gemeente Kerkrade
	Auteur: Crotec
	Versie 2.0: 28 december 2016
	Applicatie: RoTekst
	Toepassing: HTML weergave STRI 2012, standaard huisstijl
*/

/*
    Kleurenschema:
	
	Met zoek en vervang op de hexadecimale waarden (#xxxxxx) van de betreffende 
	kleur kan het kleurenschema worden aangepast.
	
	Kleur hyperlink bij mouse-over.....................: #1F2B67
	Kleur Plannaam.....................................: #1F2B67
	Kleur tekst menu-items.............................: #1F2B67
	Kleur achtergrond menu-items.......................: #E5E5E5
	Kleur driehoekig pijltje in menublok...............: #999999
	Kleur tekst menu-items bij mouse-over..............: #333366
	Kleur achtergrond menu-items bij mouse-over........: #604A7B
	Kleur driehoekig pijltje in menublok bij mouse-over: #333366
	
 */   

html, body, table, h1, h2, h3, h4, h5, h6
{ 
margin: 0px; 
padding: 0px; 
border: 0px; 
outline: 0px; 
font-family: '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; /* tijdsduur annimatie mouse-over menu */
}

a:hover 
{ 
color: #004187;
}

a img 
{ 
border: 0px; 
}

* 
{ 
font-family: 'Arial', 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; 
 }

 #begin 
  { 
  background: #FFFFFF url(http://ro.kerkrade.nl/Kerkrade_logo_180_80.jpg) no-repeat right bottom 10px; 
  width: 980px; 
  height: 123px; 
  position: fixed; 
  top: 0px; 
  z-index: 1000; 
  border-bottom: 2px solid #C66005; 
  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: #E5E5E5; 
color: #1F2B67; 
margin: 0px; 
position: relative; 
text-decoration: none; 
padding: 9px 25px 9px 15px; 
margin-top: 2px; 
}

#hoofdmenu a:after /* Plaats driehoekpijltje in menublok */
{ 
content: ''; 
position: absolute; 
top: 50%; 
right: 15px; 
margin-top: -9px; 
width: 0px; 
height: 0px; 
border-style: solid; 
border-width: 9px 0 9px 13px; 
border-color: transparent transparent transparent #999999; 
transition: all 0.15s ease-out; /* Tidsduur kleurverandering driehoekig pijltje in menublok */
}

#hoofdmenu a:hover  /* menuitem tekst bij mouseover */
{ 
width: 100%; 
color: #C66005; 
background: #604A7B; 
display: block; 
background: #F1F1F1; 
}

#hoofdmenu a:hover:after /* Plaats driehoekpijltje in menublok bij mouseover */
{ 
border-color: transparent transparent transparent #C66005; 
}

#hoofdmenu a[href=""] 
{ 
display: none; 
}

#plangegevens  /* positie plangegevens */
{ 
margin: 37px 0px 0px 15px; 
}

#plangegevens .planname  /* definieer tekst plannaam */
{ 
font-size: 22px; 
color: #1F2B67; 
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 225px; 
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; 
}

/* Zet header vast voor printuitvoer */
@media print
{    
    #begin 
	{
        position: absolute; 
    }
    #koptekst 
	{
        position: absolute; 
    }
    #hoofdmenu 
	{
        position: absolute; 
    }

}