/*
 *Common
 */
* {
	margin: 0 0 0 0;
	padding: 0;
}

html, body {
	margin: 0;
	padding: 0;
}

#Wrapper {
	margin: auto;
	width: 831px;
	background-image: url(../Images/wrapper_bg.gif);
	background-repeat: repeat-y;
	background-color: #fff;
}

#WrapperWide {
	margin: auto;
	width: 1200px;
	background-image: url(../Images/wrapper_bg_wide.gif);
	background-repeat: repeat-y;
	background-color: #fff;
}

#WrapperBg {
	background-image: url(../Images/wrapper_bottom_bg.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#WrapperBgWide {
	background-image: url(../Images/wrapper_bottom_bg_wide.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

body {
	background-color: #fefefe;
	height: 100%;
	font-size: 0.8em;
}

#Header {
	background-image: url(../Images/header_top_bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 18px;
	padding-left: 18px;
	width: 813px;
	height: 102px;
}

#HeaderWide {
	background-image: url(../Images/header_top_bg_wide.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 18px;
	padding-left: 18px;
	width: 1182px;
	height: 102px;
}

#topline {
	height: 66px;

}

#Content {
	padding: 2em;
	padding-top: 0;
}

#topline h1 {	
	margin-left: 110px;
	margin-top: 37px;
	height: 22px;
	width: 81px;
	text-indent: -9000px;
	background-image: url(../Images/nipobase.png);
	background-repeat: no-repeat;  
	position: absolute;
}

#Login 
{
    display: block;    
	float: right;
	font-size: 0.9em;
	padding-right: 20px;
	padding-top: 10px;
	text-align: right;
}

#Login span 
{
    font-size: 0.8em;
    color: #aaa;
}

#Login a 
{
    font-weight: bold;
    color: black;
    background: url(../Images/arrow_magenta_small.gif);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 12px;
    text-decoration: none;   
}

img {
	border: none 0;
}

#Footer {
	color:#999999;
	font-size: 0.7em;
	background-color: none;
	height: 50px;
	padding: 25px;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #f09;
}

#FooterTop {
	margin-bottom: 10px;
}

#FooterBottom {
	border-top:1px dotted #CCCCCC;
	padding-top:8px;
	position:relative;
	width:100%;
}

.clear {
	clear: both;
}
/*
 * Styling
 */
h1, h2, h3, h4, h5, h6, p, a, ul, ol, th, td, form, fieldset, label, input, textarea {
	font-family: Arial,Verdana,sans-serif;
} 

h2, h2 a {
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 1em;
	color: #333;
	border-bottom: 1px solid #f09;
	text-decoration: none;
}

h3, h3 a, h4, h4 a {
	font-size: 1.1em;
	color: #4f5f75;
	text-decoration: none;
}


div.post {
	border-bottom: 1px solid #eee;
	margin-bottom: 2em;
}

div.post p.posted {
	font-size: 0.7em;
}

/* Page specific stuff */
.gezinstabel tr *
{
    padding: 0.5em;
}


/** FAQ **/
div.faq h3 
{
    padding-bottom: 0.5em;
    padding-top: 1em;   
    margin: 0px;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #4f5f75;
    font-size: 1.4em;
    font-weight: normal;
}

div.faq div.question 
{
    padding-bottom: 0.4em;
}

ul.opsomming li {
	padding-bottom: 10px;
}
ul.opsomming {

}

.error {
	color: #C80000;	
}

/** Listbox Search Extender (ajax control) **/
.LSE {
    display: none;
    font-size: 1px;
}

.AjaxCalender 
{
    position: inherit;
}
