/***********************************************************
 * File: netlaw.css
 * Project: Netlaw
 *
 * Copyright: (c) 2007 Hippo Software. All rights reserved
 *            <http://www.hipposoftware.nl>
 *
 * Author: Bert Bulder <mailto:bertb@hipposoftware.nl>
 *         Brouwersgracht 48, 1013 GX Amsterdam, 020-6255344
 *
***********************************************************************/
body {
	background-color: #25267A;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 11px/20px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000;
}	
#wrapper {
	background-color: #25267A;
	border: 0px;
	padding: 0px; 
	margin: 0px; 
	text-align: left; 	
	width: 793px; 
}
#header {
	width: 100%;
	clear: both;
	padding-top: 96px;
}
#content {
	float: left;
	clear: both;
	padding-top: 20px;
}
#menu {
	float: left;
	width: 223px;
	padding-left: 61px;
	line-height: 20px;
	background-image:url(../images/bg-menu.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
#main {
	float: left;
	width: 414px;
	color:#FFFFFF;
	font-size: 12px;
	margin-top: 30px;	
*	margin-top: 29px;	
}
#footer {
	clear: both;
}
#alleenprint {
	display:none;
	visibility:hidden;
}
#menu a, #captcha td a {
	color: #23ACCD;
	text-decoration: none;
	font-weight: bold;
}
#menu a.selected {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover, #captcha td a:hover {
	color:#FFFFFF;
	text-decoration: none;
}

#main a {
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: #23ACCD 1px dotted;
}
#main a:hover {
	color:#FFFFFF;
	text-decoration: none;
	border-bottom: #BF4C2B 3px dotted;
}
#adreslijst{
	border: 0px;
}
#adreslijst td{
padding-bottom: 20px;
}
ul {
 	border-top-width: 0px; 
	padding-right: 0px; 
	padding-left: 15px; 
	border-left-width: 0px; 
	border-bottom-width: 0px; 
	padding-bottom: 0px; 
	margin: 0px; 
	padding-top: 0px; 
	text-align: left; 
	border-right-width: 0px;
}
ul li {
    padding-right: 0px; 
	list-style: disc url(../images/li.gif) outside; 
	padding-left: 0px; 
	margin: 0px; 
	padding-top: 0px;
}
p.alineainspring {
	 margin:0; 
	 padding-left:16px; 
	 margin-bottom:16px;
}
input {
	border: 0;
	background-color: #A59AC8;
	font: 11px/16px Arial, Helvetica, sans-serif;
	height: 17px;
	padding-left: 5px;	
}
.inputField {
	width: 250px;
	font: 10px/16px Arial, Helvetica, sans-serif;	
}
.hilightedInputField {
	width: 250px;
	background-color:#FFFFFF;
}
input.button {
	width: 70px;
	height: 20px;
	background-color:#F84F1F;
	color:#FFFFFF;
}
textarea {
	padding-left: 5px;
	font: 11px/16px Arial, Helvetica, sans-serif;
	border: 0;
	background-color: #A59AC8;
	width: 250px;
	height: 200px;
}
.formtext {color: #F84F1F;}