/* De standaardtags */

body {
	background-image: url("images/background2_goed.gif");
	_background-image: url("images/background2.gif");
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	}

td {
	font-size: 11px;
	line-height: 15px;
	font-family: verdana;
	}

p {
	text-align: justify;
	}

img {
	padding: 0px;
	}

h1{
	font-size: 14px;
	color: #005380;
	text-align: left;
	}

strong {
	color: #444;
	}
	
blockquote{
	margin:5px 0px 5px 30px;
	}

li {
	padding-bottom: 15px;
	}
	
/* Framework klasses */

td.menubalk{
	width: 163px;
	}

td.legebalk{
	width: 384px;
	}

td.contentheader{
	width: 413px;
	}

td.contentbalk{
	width: 413px;
	text-align: justify;
	font-size: 11px;
	line-height: 15px;
	font-family: verdana;
	padding-top: 10px;
	}
	
	
img.sidebar{
	border-top: 8px solid white;
	border-bottom: 8px solid white;
	}
	
/* content klasses */

input.tekstvak{
		border: 1px solid #005380;
		width: 230px;
	}
input.btn{
		border: 1px solid #005380;
		background-color: #f18e00;
		color: white;
		font-weight: bold;
		font-size: 11px;
		width: 80px;
	}
span.orange{
	color: #f18e00;
	}

a.maillink{
	color: #005380;
	font-weight: normal;
	text-decoration: none;
	}

a.maillink:hover{
	text-decoration: underline;
}
a.alonely {
	display: block;
	color: #005380;
	font-weight: normal;
	text-decoration: none;
	padding-left: 7px;
	background-image: url("images/pointer.gif");
	background-repeat: no-repeat;
	background-position: left 3px;
	}

a.alonely:hover {
	text-decoration: underline;
	}

a.alonelyfile {
	display: block;
	color: #005380;
	font-weight: normal;
	text-decoration: none;
	padding: 3px 0px 5px 22px;
	background-image: url("images/pdf.jpg");
	background-repeat: no-repeat;
	background-position: left 3px;
	}

a.alonelyfile:hover {
	text-decoration: underline;
	}

a.alonelylink {
	display: block;
	color: #005380;
	font-weight: normal;
	text-decoration: none;
	padding: 3px 0px 5px 22px;
	background-image: url("images/link.gif");
	background-repeat: no-repeat;
	background-position: left 3px;;
	}

a.alonelylink:hover {
	text-decoration: underline;
	}
	
/* hoofdmenu klasses */

a.mainmenu {
	display: block;
	font-weight: bold;
	color: #f18e00;
	text-decoration: none;
	padding: 8px 0px 12px 10px;
	font-size: 14px;
	}
	
a.mainmenuactive {
	display: block;
	font-weight: bold;
	color: #005380;
	text-decoration: none;
	padding: 8px 0px 12px 10px;
	font-size: 14px;
	}
	
a.mainmenu:hover {
	color: #005380;
	}
	
a.mainmenusub {
	display: block;
	font-weight: bold;
	color: #f18e00;
	text-decoration: none;
	padding: 0px 0px 10px 10px;
	font-size: 11px;
	}

a.mainmenusubactive {
	display: block;
	font-weight: bold;
	color: #005380;
	text-decoration: none;
	padding: 0px 0px 10px 10px;
	font-size: 11px;
	background-image: url("images/pointer.gif");
	background-repeat: no-repeat;
	background-position: left 3px;
	}
	
a.mainmenusub:hover {
	color: #005380;
	}
	
a.inactive 
{
    display: block;
	color: #aaa;
	font-weight: normal;
	text-decoration: none;
	padding-left: 7px;
	background-image: url("images/pointer.gif");
	background-repeat: no-repeat;
	background-position: left 3px;
	    }

.quote 
{
    font-size: 18px;
    }