/***** Global Settings *****/
html, body {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 10px;

}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	align: center;
	height:100%;
	background-image: url(../images/interface/background.jpg);
	background-repeat: repeat;
	line-height: 1.2;
	text-align:center;
}

/***** Common Formatting *****/
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

h1 {
    padding: 20px 0 0 0;
    letter-spacing: -1px;
    /*font: bold 1.4em;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
}

h2 {
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 {
    /*font: 1em; */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

p, ul, ol {
    margin: 0;
    padding: 0 0 18px 0;
}


ul, ol {

    padding: 0 0 18px 40px;
}

small {
    font-size: 0.85em;
}

img {
    border: 0;
}

acronym, abbr {
    cursor: help;
    letter-spacing: 1px;
    border-bottom: 1px dashed;
}

.red {color: #Df0032;
	 font-weight: bold;
	 font-size: 11px;}
.purple {color: #2E1562;
	 font-weight: bold;
	 font-size: 11px;}
	 
.lijn {
	background-image: url(../images/interface/line.jpg);
	background-repeat: repeat-y;
}

/***** Links *****/
a, a:visited {
	text-decoration:underline;	
	color: #000000;
}

a:hover {
	text-decoration:underline;
}


/***** Tables *****/

table {
	border: 0;
	margin: 0 0 18px 0;
	padding: 0;
	text-align: left;
	background-color: #FFFFFF;
}


/***** Global Classes *****/
.clear         { clear: both; }

.float-left    { float: left; }
.float-right   { float: right; }

.text-left     { text-align: left; }
.text-right    { text-align: right; }
.text-center   { text-align: center; }
.text-justify  { text-align: justify; }

.bold          { font-weight: bold; }
.italic        { font-style: italic; }
.underline     { border-bottom: 1px solid; }
.highlight     { background: #ffc; }

.img-left      { float: left; margin: 4px 10px 4px 0; }
.img-right     { float: right; margin: 4px 0 4px 10px; }

.nopadding     { padding: 0; }
.noindent      { margin-left: 0; padding-left: 0; }
.nobullet      { list-style: none; list-style-image: none; }

.confirm input, .confirm textarea {
	border: 1px solid #FFFFFF;
}

input, textarea {
	border: 1px dotted #2E1562;
	font-size: 11px;
}

#inhoud {
	width: 880px;
	text-align: left;
	background-color: #FFFFFF;
	padding: 0;
}

#content {
	 background-color: #FFFFFF;
	 padding-top: 20px;
	 padding-left: 20px;
	 width: 600px;
}
