/* Stylesheet voor milieustudie.nl */

/* Herdefinitie van standaarden */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #AAAAAA;
}
body,td,th, p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	line-height: normal;
}
a {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
a:link {
	color: #336600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003300;
}
a:hover {
	text-decoration: underline;
	color: #669900;
}
a:active {
	text-decoration: none;
	color: #669900;
}
h1 {
	font-size: 14pt;
	color: #336600;
}
h2 {
	font-size: 12pt;
	color: #336600;
}
h3 {
	font-size: 10pt;
	color: #336600;
}
h4 {
	font-size: 9pt;
	color: #333333;
}
h5 {
	font-size: 9pt;
	color: #333333;
}
h6 {
	font-size: 9pt;
	color: #333333;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* Menu definities */

.menutable {
	height: 24px;
	background-color: #BBBBBB;
}
.menulink {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
}
a.menulink:link {
	color: #334433;
	text-decoration: none;
}
a.menulink:visited {
	text-decoration: none;
	color: #334433;
}
a.menulink:hover {
	text-decoration: none;
	color: #667766;
}
a.menulink:active {
	text-decoration: none;
	color: #667766;
}
.menudvdr {
	background-image: url(../images/grid.gif);
	width: 1px;
}
div.submenu {
	visibility: hidden;
	background-color: #DDDDDD;
	position:absolute;
	z-index: 20;
	/* filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#666666,strength=3); */
	border: 1px dashed #666666;
}
td.submenulink {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt;
	color: #999999;
	padding: 3px 11px 3px 11px;
}
a.submenulink:link {
	text-decoration: none;
	color: #334433; 
}
a.submenulink:visited {
	text-decoration: none;
	color: #334433; 
}
a.submenulink:hover {
	text-decoration: none;
	color: #667766; 
}
a.submenulink:active {
	text-decoration: none;
	color: #669900;
}
td.submenulinkhover {
	background-color: #CCCCCC;	
	padding: 3px 11px 3px 11px;
}

/* Layout */

.gridv {
	background-image: url(../images/grid.gif);
	width: 1px;
}
.gridh {
	background-image: url(../images/grid.gif);
	height: 1px;
}
#idHeader {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 76px;
	z-index: 10;
}
.contenttext {
 padding: 11px 11px 11px 11px;
 background-color: #EEEEEE;
}
.contentzieook {
 padding: 11px 11px 11px 11px;
 background-color: #DDDDDD;
}

/* Formvelden */

.inputtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #336600;
	border: 1px solid #666666;
	background-image: url(../images/inputbox.gif);
	background-attachment: fixed;
	padding-left: 4px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}
.inputtextarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #336600;
	border: 1px solid #666666;
	background-image: url(../images/inputbox.gif);
	background-attachment: fixed;
}
.inputselect {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #336600;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}

/* Diversen */
