/* Tekst blok + tabel instellingen, zeg maar de body */
.cms_content, table, body {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
		background-attachment: scroll;
		background-position: left top;
}

h1 {
        font-size: 14px;
        text-decoration: bold;
}

h2 {
        color: #000099;
        font-size: 14px;
        font-weight: bold;
}

h3 {
        font-size: 12px;
        font-weight: bold;
}

h4 {
        color: #AA0000;
        font-size: 12px;
        font-weight: bold;
}

h5 {
        font-size: 8px;
        font-weight: bold;
}

h6 {
        color: #007700;
        font-size: 8px;
        font-weight: bold;
}

a:link {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

a:visited {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	color: #0000AA;
	font-size: 12px;
	text-decoration: underline;
}

a:active {
	color: #000099;
	font-size: 12px;
	text-decoration: none;
}

.menu {
	font-family: 8px Tahoma, Verdana, Arial;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding-right: 15px;
}

.menu a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.menu a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.menu a:hover {
	color: #AA0000;
	font-weight: bold;
	text-decoration: none;
}

.current_path {
	font-family: 4px Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
}

.current_path a:link {
	color: #006699;
	text-decoration: underline;
}

.current_path a:visited {
	color: #006699;
	text-decoration: underline;
}

.current_path a:active {
	color: #006699;
	text-decoration: underline;
}

.current_path a:hover {
	color: #cc0000;
	text-decoration: underline;
}

.small a:link, .small a:active, .small a:visited {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

.small a:hover{
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

.search {
	background-color: #DEE7EF;
	border: 1px solid #FF0000;
	font-size: 10px;
}

.heads {
	font-family: Arial, Helvetica, sans-serif;
	color: #7DADFF;
	font-size: 10px;
	font-weight: bold;
}

.login {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px dashed #CCCCCC;
	font-size: 10px;
	height: 20px;
	width: 125px;
}

.inputframe {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF8DF;
	border-bottom: 1px dashed #CCCCCC;
	border-left: 1px solid #999999;
	border-right: 1px dashed #CCCCCC;
	border-top: 1px solid #999999;
	font-size: 10px;
	height: 20px;
	width: 80%;
}

.frm_inp_tekst {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #CCCCCC;
	border-left: 1px solid #999999;
	border-right: 1px dashed #CCCCCC;
	border-top: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
	width: 80%;
}

.footer {
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 10px;
        font-weight: normal;
        color: #ffffff;
}

.footer a:link {
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 10px;
        font-weight: normal;
        color: #ffffff;
        text-decoration: none;
}

.footer a:active {
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 10px;
        font-weight: normal;
        color: #ffffff;
        text-decoration: none;
}

.footer a:visited {
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 10px;
        font-weight: normal;
        color: #ffffff;
        text-decoration: none;
}

.footer a:hover {
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 10px;
        font-weight: normal;
        color: #ffffff;
        text-decoration: underline;
}

