/*********************************
 * STYLESHEET INTYRE.COM         *
 *                               *
 * (c) 2006 Bart Van Lijsebetten *
 *          Interpres bvba.      *
 *********************************/

/************
 * ALGEMEEN *
 ************/

* {
	font-family: Verdana;
}

body {
	scrollbar-face-color:    #ffffff;		/* Kleur schuifbalk */
	scrollbar-shadow-color:  #ffffff;		/* Schaduw schuifbalk */
	scrollbar-3dlight-color: #000000;		/* Randen blokjes */
	scrollbar-track-color:   #ffffff;		/* Achtergrondkleur schuifbalk */
	scrollbar-arrow-color:   #ff6600;		/* Pijltjes */	
}

body.tekst {
	background-color: transparent;
	margin-top: 0px;
}

/****************
 * AFBEELDINGEN *
 ****************/

img {

}

/************
 * HEADINGS *
 ************/

h1 {
	font-size: 13pt;
	color: #ff6600;
	margin: 0px 0px 0px 0px;
}

h2 {
	font-size: 11pt;
	color: #ff6600;
	
}

/**************
 * PARAGRAFEN *
 **************/

p,ul,ol,blockquote {
	color: white;
	font-size: 9pt;
	text-align: justify;
	line-height: 130%
}

/**************
 * HYPERLINKS *
 **************/

a {
	text-decoration: underline;
	color: #ff6600;
	font-weight: bold;
}

a span.current
{
	color: white;
}

a:hover {
	color: #ff6600;
	text-decoration: none;
}

a.footer {
	text-decoration: none;
	color: #4e5556;
	font-weight: normal;
}

a.footer:hover {
	text-decoration: underline;
	color: #4e5556;
	font-weight: normal;
}

a.sublink {
	text-decoration: none;
	font-weight: normal;
	color: white;	
}

a.sublink:hover {
	text-decoration: underline;
	font-weight: normal;
	color: white;
}

a.sublinkcurrent {
	text-decoration: none;
	font-weight: bold;
	color: #ff6600;
	border-bottom: 2px solid #ff6600;
}

a.hoofdlink {
	text-decoration: none;
	font-weight: bold;
	color: white;
	text-align: center;
}

a.hoofdlink:hover {
	color: #ff6600;
}

a.hoofdlinkcurrent {
	text-decoration: none;
	font-weight: bold;
	color: white;
	text-align: center;
}

a.hoofdlinkcurrent:hover {
	color: white;
}

a.header
{
	text-decoration: none;
	font-weight: bold;
	color: white;
}

a.header:hover
{
    text-decoration: underline;
    color: white;
}

/************
 * TABELLEN *
 ************/

td {
	font-size: 9pt;
	color: white;
}

td.data {
	font-size: 8pt;
	border: 1px solid #EFEFEF;
}

td.footer {
	font-size: 8pt;
	color: #4e5556;
	text-align: center;
}

td.sublink {
	color: white;
	font-size: 9pt;
}

td.sublinkcurrent {
	color: #ff6600;
	font-size: 9pt;
	font-weight: bold;
}

td.hoofdlink {
	color: white;
	font-weight: bold;
	text-align: center;
}

td.hoofdlinkcurrent {
	background-color: #ff6600;
	color: white;
	font-weight: bold;
	text-align: center;
}

td.spacer {
	color: #DDDDDD;
}

th {
	background-color: #EFEFEF;
	color: white;
	border: 1px solid #EFEFEF;
	font-weight: bold;
	font-family: Verdana;
	font-size: 8pt;
	text-align: left;
}

td.header
{
	background-color: #ff6600;
}

td.balkvacature
{
	background-color: #B3DC1F;
	border: 1px solid black;
	color: #4e5556;
	font-size: 8pt;
	font-family: Verdana;
	text-align: center;
	height: 20;
	font-weight: bold;
}

td.vacnaam {
	font-size: 8pt;
	font-family: Verdana;
	text-align: right;
}

td.vacboodschap {
	font-size: 8pt;
	font-family: Verdana;
	text-align: center;
}

td.vacboodschaplinks {
	font-size: 8pt;
	font-family: Verdana;
	text-align: left;
}

td.prijs {
	height: 25;
	border: 1px solid white;
	text-align: center;
}

td.prijstitel {
	background-color: #ff6600;
	border: 1px solid white;
	text-align: center;
	font-weight: bold;
}

/***************
 * FORMULIEREN *
 ***************/

input,select,textarea
{
	border: 1px solid;
	border-color: #ff6600;
	color: #ff6600;
	font-size: 8pt;
}

input.bold
{
	font-weight: bold;
}

input.italic
{
	font-style: italic;
}

input.underline
{
	text-decoration: underline;
}

input.color
{
	color: red;
}
