/*
Metainfo:
	Organisatie: Gemeente Maasdriel
	Auteur: Michiel Nijdam (Dezta BV)
	Versie 1: 27 februari 2009
	Versie 1.1: 29 januari 2013 (aanpassingen voor STRI2012)
	Applicatie: DeztaPlan (3.0)
	Toepassing: HTML weergave STRI 2008, huisstijl Maasdriel
*/
body {
	background-color:#e5e5e5;
	border:0;
	margin:0;
	padding:0;
}
img {
	border:0;
}
body, p, li, table, div {
	color:#535353;
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:10pt;
	line-height:1.6em;
}
h1, h2, h3, h4, h5, h6 {
	color:#666666;
	font-weight:bold;
	line-height:120%;
	margin:0;
	padding:1em 0 0 0;
}
h1 {
	color:#41291b;
	font-weight:normal;
}
h2 {
	color:#3aaadc;
	font-size:28px;
	margin-bottom:1em;
}
h3 {
	font-size:24px;
	margin-bottom:1em;
}
h4 {
	color:#3aaadc;
	font-size:12pt;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:12px;
}

p, ul {
	padding-top:0.5em;
	padding-bottom:0;
	margin-bottom:0;
	margin-top:0;
}
ul ul {
	padding-top:0;
}


a:link, a:visited {
	color:#00629c;
	text-decoration: underline;
}

a:hover{
	color:#e5352d;
	text-decoration: none;
}


#container {
	background:#fff url('http://maasdriel.digitaleplannen.nl/opmaak/achtergrond.png') top left repeat-y;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px none #cecece;
	-moz-box-shadow:0 0 5px #000;
	-webkit-box-shadow:0 0 5px #000;
	box-shadow:0 0 5px #000;
	margin:0 0 0 -425px;
	width:850px;
	position:absolute;
	left:50%;
	top:5px;
	bottom:5px;

}

/* HEADER */
/************************************************/
#koptekst {
	background:url('http://maasdriel.digitaleplannen.nl/opmaak/boven.png') top left no-repeat;
	display:block;
	height:256px;
}

/* Breadcrumb */
#kruimelspoor {
	padding-top:130px;
	padding-left:140px;
	padding-bottom:80px;
	position:relative;
}
.kruimel {
	float:left;
	font-size:8pt;
	font-weight:normal;
	margin:0;
	padding:0;
	text-transform:lowercase;
}
.kruimel a:link, .kruimel a:visited {
	font-weight:normal;
	white-space:nowrap;
	margin:0;
	padding:0 0 0 3px;
}
.kruimel a:hover {
}
.kruimel a:before {
	content:" ";
}
.kruimel a:after {
	content:" /";
}
h1.kruimel {
	font-size:18pt;
	line-height:120%;
	text-transform:none;
	position:absolute;
	top:210px;
	left:140px;
}

#inhoud > div:first-child > h1 {
	font-size:18pt;
	font-weight:normal;
	position: fixed;
	margin:0 0 0 -425px;
	width:710px;
	left:50%;
	top:212px;
	z-index: 100;
	padding:0 0 0 140px;
}

/* Plangegevens */

#plangegevens table {
	position:absolute;
	top:20px;
	right:20px;
	height:80px;
	left:80px;
	background-color:#f1f1f1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border-collapse:collapse;
}

#plangegevens th, 
#plangegevens td {
	color:#333;
	font-weight:normal;
	font-size:8pt;
	line-height:normal;
	max-width:320px;
	vertical-align:top;
	text-align:left;
	padding-right:5px;
	padding-left:5px;
}

#plangegevens tr:first-child td, #plangegevens tr:first-child th
{
	padding-top:5px;
}
#plangegevens tr:last-child td, #plangegevens tr:last-child th
{
	padding-bottom:5px;
}

/* MAIN NAVIGATION */
/************************************************/
div#hoofdmenu {
	position:absolute;
	right:0;
	left:50px;
	top:155px;
}
#koptekst > div#hoofdmenu {height:auto;}

div#hoofdmenu ul {
	margin:0;
	padding:0;
}
div#hoofdmenu li {
	float:left;
	margin:0;
	padding:0;
}
div#hoofdmenu a {
	color:#42291c;
	display:block;
	padding:3px 20px;
	font-weight:bold;
	font-size:9pt;
	text-decoration:none;
	text-transform:uppercase;
}
div#hoofdmenu a.pdf {
	background-image:url(http://opmaak.dezta.nl/opmaak_iconen.gif);
	background-repeat:no-repeat;
	background-position:right -197px;
	padding-right:28px;
}

div#hoofdmenu a:hover, div#hoofdmenu a.pdf:hover {
	color:#005f81;
}




/* INHOUD */
/************************************************/


table.teksttabel {
	margin-top:0.5em;
}


div#inhoudsopgave, div#inhoud {
}

div#inhoud {
	margin:0;
	padding-left:140px;
	padding-right:140px;
	padding-bottom:40px;
	position:absolute;
	top:240px;
	bottom:2px;
	left:0;
	right:0;
	overflow:auto;
	
}

#inhoud  > *:last-child { margin-bottom:250px;}


div#navigatiemenu {
	padding:15px 0 12px 8px;
	position:absolute;
	margin-left:-45px;
}


div#navigatiemenu ul {
	padding:0;
	margin:0;
}
div#navigatiemenu li {
	float:none;
	display:block;
	height:24px;
	margin:0 0 6px 5px;
	padding:0;
}

div#navigatiemenu a:link, 
div#navigatiemenu a:visited, 
div#navigatiemenu a:link:hover, 
div#navigatiemenu a:visited:hover {
	display:block;
	height: 24px;
	width: 24px;
	text-indent: -200px;
	overflow: hidden;
	background-image:url(http://opmaak.dezta.nl/opmaak_iconen.gif);
	background-repeat:no-repeat;
}

div#navigatiemenu li.navigatieitemBegin a:hover		{background-position:0 -25px;}
div#navigatiemenu li.navigatieitemVorige a 		{background-position:0 -50px;}
div#navigatiemenu li.navigatieitemVorige a:hover	{background-position:0 -75px;}
div#navigatiemenu li.navigatieitemVolgende a		{background-position:0 -100px;}
div#navigatiemenu li.navigatieitemVolgende a:hover	{background-position:0 -125px;}
div#navigatiemenu li.navigatieitemOmhoog a		{background-position:0 -150px;}
div#navigatiemenu li.navigatieitemOmhoog a:hover	{background-position:0 -175px;}

@media print,screen {
div#navigatiemenu span.inactief {
	display:none;
}
}




/* FOOTER */
/************************************************/

a.voetnootlink:link, a.voetnootlink:visited {
	cursor: help;
	text-decoration:none;
	vertical-align:super;
	line-height:0.2em;
	font-size:70%;
	margin-left:0.1em;
}
a.voetnootlink:hover {text-decoration:none;}



ul#voetnoten {
	border-top:1px dashed #0047B6;
	margin:4em 0 0 0;
	padding:0;
	list-style-type:none;
	width:100%; /*nodig voor haslayout in IE6*/
}

ul#voetnoten li {
	padding:0 0 0 2.2em;
	margin:1em 0 0 0;
	position:relative;
	width:90%; /*nodig voor haslayout in IE6*/
}

a.voetnootterug {
	position:absolute;
	left:0;
	line-height:1;
	top:0.2em;
}



@media print,screen {
	div#toegang {display:none;}
}





div.navigatie ul {
	display: block;
	float: none;
	list-style-type:none;
}
div.navigatie li {
	display: inline;
	float: left;
	margin: 2em;
}

div#inhoudsopgave li.pdf {
	background:url(http://opmaak.dezta.nl/opmaak_iconen.gif) no-repeat 0 -200px;
	padding-left:24px;
	margin-left:-24px;
}

ul.inhoudsopgave {
	list-style-type:none;
	padding-top:1em;
}

ul.inhoudsopgave a:link, ul.inhoudsopgave a:visited {

}
ul.inhoudsopgave a:hover {
}

/* Extra voor de inhoudsopgave op de index pagina */

div.document div#inhoudsopgave ul a {}
div.document div#inhoudsopgave ul {margin-left:0; padding-left:0;}
div.document div#inhoudsopgave ul ul {margin-left:4em;}
div.document div#inhoudsopgave ul ul ul {margin-top:0.5em;}
div.document div#inhoudsopgave ul ul ul ul {display:none;}


div.document div#inhoudsopgave ul li {
	margin-top:1em;
	font-size:16px;
	font-weight:bold;
}
div.document div#inhoudsopgave ul ul li {
	margin-top:0.5em;
	font-size:14px;
	font-weight:bold;
}
div.document div#inhoudsopgave ul ul ul li {
	margin-top:0;
	font-size:12px;
	font-weight:bold;
}
div.document div#inhoudsopgave ul ul ul ul li {
	font-size:12px;
	font-weight:normal;
}




/* Opmaak voor speciale elementen in de plantekst */

span.lijstnummer {
	display:none;
}

ins {
	text-decoration:none;
}

.alignright {text-align:right;}
.alignjustify {text-align:justify;}
.aligncenter {text-align:center;}
.mark1 {color:#000000; background-color: Yellow;}
.mark2 {color:#000000; background-color: Lime;}
.mark3 {color:#000000; background-color: Aqua;}
.mark4 {color:#000000; background-color: Fuchsia;}
.mark5 {color:#000000; background-color: #6699FF;}
.mark6 {color:#000000; background-color: #AAAAAA;}
.doorstreept {text-decoration: line-through;}
.superscript {vertical-align:super}
.subscript {vertical-align:sub}
.superscript, .subscript {line-height:0.2em;font-size:70%;}
.onderstreept {text-decoration: underline;}
ul.upper-alpha {list-style-type:upper-alpha;}
ul.lower-alpha {list-style-type:lower-alpha;}
ul.upper-roman {list-style-type:upper-roman;}
ul.lower-roman {list-style-type:lower-roman;}
ul.decimal {list-style-type:decimal;}
table.teksttabel {border-collapse:collapse;}
td.teksttabelcel {border: none; vertical-align:top; padding:3px;}
td.border-bottom, td.bottomborder {border-bottom: 1px solid #000000;}
td.border-left, td.leftborder {border-left: 1px solid #000000;}
td.border-right, td.rightborder {border-right: 1px solid #000000;}
td.border-top, td.topborder {border-top: 1px solid #000000;}


/*********************************************************
*           Definities voor uitprinten:                  *
*********************************************************/
/*********************************************************
*           Definities voor uitprinten:                  *
*********************************************************/

@media print {
body, #container {padding:0; margin:0; color: #000; background-color:transparent; background-image:none; border:0; position:static;}
p, h1, h2, h3, h4, h5, h6, li { color:#000;}
div#koptekst {background:none; border:0; min-height:0; width:auto; height:0; padding:0; margin:0; position:static; margin-top: 120px;}
a:link, a:visited {color:#000; text-decoration:none;}
.navigatie {display:none;}
div.document div#inhoudsopgave {display:block; clear:none;}
div#inhoud, #container > div#inhoud
{
position:static;
padding:0;
margin:0;
overflow:visible;
width:100%;
clear:none;
border:none;
}
#plangegevens {background:transparent; border:none; padding:0; margin:0; position:static; float:right; border-color:#DDD;}
#plangegevens table {border:none; margin:0 0 0.5em 0.5em;}
#plangegevens th, #plangegevens td {color:#DDD; font-size:8pt;}
}
