/**
*
* Design and coding by Cynthia Giezenberg
* Copyright &copy; 2009, Internet Service Nederland
*
*/

/**
* Main elements
*/

body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #FFF url(images/backgrnd_zijkantenleeg.gif) repeat;
	margin: 0;
}

.submit {
	background-color: #000;
	border: 1px solid #000;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px 0 5px 0;
}

.textfield {
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	width: 150px;	
}

.textarea {
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	width: 150px;	
}

.smalltextfield {
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	width: 100px;	
}

.select {
	background-color: #FFF;
	border: 1px solid #000;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.navselected {
	background-image: url(images/nav_selected.gif);
	width: 246px;
	height: 23px;
	display: block;
}

.subnavselected {
	background-image: url(images/subnav_selected.gif);
	display: block;
}

.menu {
	text-align: left;
	font-size: 12px;
	background-image: url(images/backgrnd_nav.gif);
	width: 258px;
}

.menu ul {
    list-style: none;
	padding: 19px 0px 19px 0;
	margin: 0 0 0 5px;
	font-weight: bold;
}

ul.submenu {
	padding: 0;
	margin: 0;
	width: 244px;
	background: #FFFFFF;
	display: block;
	border-right: 1px outset #000000;
	border-bottom: 1px outset #000000;
	border-left: 1px inset #000000;
}

.menu li {
	margin: 0;
}

.menu a {
	width: 216px;
	height: 23px;
	display: block;
	color: #000;
	text-decoration: none;
	padding: 3px 0 0 30px;
}

.submenu a {
	width: 216px;
	height: 23px;
	display: block;
	color: #000;
	text-decoration: none;
}

.menu a:hover {
	color: #000;
	width: 216px;
	height: 23px;
	display: block;
	text-decoration: none;
	background: url(images/nav_selected.gif) no-repeat;
}

.submenu a:hover {
	color: #000;
	width: 216px;
	height: 23px;
	display: block;
	text-decoration: none;
	background: url(images/subnav_selected.gif) no-repeat;
}


#content {
	background: #fff;
	width: 410px;
	height: auto;
	padding: 20px;
	color: #000;
	text-align: left;
	float: left;
}

#content a {
	color: #f90900;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	text-decoration: underline;
}

a {
	color: #0B4786;
	font-weight:bold;	
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	font-weight:bold;	
	color: #f90900;
}

h2 {
	font-size: 16px;
	font-style: italic;
	padding: 0 0 0 10px;
	width: 410px;
	color: #000;
	font-weight: bold;
}

p {
	font-size: 12px;
	padding: 0 10px 0 10px;
	color: #000;
}

h3 {
	font-size: 12px;
	padding: 0 10px 0 10px;
	color: #000;
	font-weight: bold;
}

#footer {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding-top: 6px;
	background: #000;
	height: 20px;
	width: 721px;
}

iframe {
	padding: 0;
	margin: 0;
}
