html, body, form, fieldset, a { font-family: Verdana; }

body
{ background-color: #ccc; }
.container { background-color: #404041; padding-right: 75px; padding-left: 75px; }
.content-table { background-color: #ded7c7; background-image: url(../images/content-bg.jpg); background-repeat: repeat-x; background-attachment: scroll; }
.content-table-jobs { color: #404041; font-size: 11px; font-weight: normal; font-style: normal; line-height: 26px; text-align: left; padding: 20px 5px 5px 15px; list-style-image: url(../images/jobs-bullet.gif); }
.subnav-table { background-image: url(../images/subnav-bg.gif); background-repeat: repeat-x; background-attachment: scroll; background-position: 0 bottom; }
.image { margin-top: 20px; }
/* ------------- TEXT -------------------------------------------------- */


.kop { color: #404041; font-size: 16px; font-weight: bold; }
.image { float: right; clear: right; margin: 20px 20px 5px; }
.sub-kop { color: #c00; font-size: 12px; font-weight: bold; }
.small-sand { color: #ded6c8; font-size: 9px; }
.newsticker { color: #ded6c8; font-size: 11px; font-weight: bold; }
.small-grey { color: #808080; font-size: 9px; text-align: right; padding-right: 20px; }
.content { color: #404041; font-size: 11px; line-height: 18px; text-align: left; padding: 20px 10px 5px 20px; }
.menu
	{ font-size: 11px; font-weight: bold; font-style: normal; text-align: left; padding-left: 20px; }
.submenu { font-size: 11px; font-weight: bold; text-align: left; padding-left: 20px; }

/* ------------- LINKS -------------------------------------------------- */

A, A:link, A:visited { color: #404041; }

A:hover { color: #c00; text-decoration: underline; }
A.grey, A.grey:link, A.grey:visited {
	color: #808080;
	text-decoration: none;
}
A.grey:hover { color: #ded7c7; }

A.red, A.red:link, A.red:visited { color: #c00; text-decoration: none; }

A.red:hover { color: #404041; }
A.sand, A.sand:link, A.sand:visited { color: #ded6c8; text-decoration: none; }
A.sand:hover { color: #ded6c8; text-decoration: underline; }
A.dark-grey, A.dark-grey:link, A.dark-grey:visited { color: #404041; font-weight: bold; text-decoration: none; }
A.dark-grey:hover { color: #c00; font-weight: bold; text-decoration: none; }

/* ------------- FORM -------------------------------------------------- */

Login { color: #ded7c7; font-variant: small-caps; background-color: #908b85; text-align: center; border: solid 1px #404041; }
#p_username { background-color: #fff; width: 140px; border: solid 1px #404041; }
#p_password { background-color: #fff; width: 140px; border: solid 1px #404041; }
#login {
  background-color:#8F8B84 !important;
  border:1px solid #404041;
  color:#DED6C8;
  font-size:14px !important;
  font-variant:small-caps;
  margin-right:2px; /* nodig als je de login knop rechts wil uitlijnen  */
}


