/*

	Style.CSS

	(C) INNONET - innovatief in internet -

	Gemaakt door:	Daryl Stark - daryl@innonet.nl

*/

a:link, a:active, a:visited {color: #444444; text-decoration: none;}
a:hover {color: #444444; text-decoration: underline;}

a.menu:link, a.menu:active, a.menu:visited {color: #ffffff; text-decoration: none;}
a.menu:hover {color: #ffffff; text-decoration: underline;}

a.menuselected:link, a.menuselected:active, a.menuselected:visited {color: #ffffff; text-decoration: none;}
a.menuselected:hover {color: #ffffff; text-decoration: underline;}

a.terug:link, a.terug:active, a.terug:visited {color: #444; text-decoration: none; font-style: italic;}
a.terug:hover {color: #ffffff; text-decoration: underline;}

a.rubriek:link, a.rubriek:active, a.rubriek:visited {color: #ffffff; text-decoration: none;}
a.rubriek:hover {color: #ffffff; text-decoration: underline;}

body {
	font-family:		Verdana, Arial;
	font-size:		8pt;
	line-height:		13pt;
	margin:			0px;
	background-color:	#ffffff;
	background-image: 	url(img/bg.jpg);
	background-position: 	bottom right;
	background-repeat: 	no-repeat;
}

h1 {
	font-size: 18px;
	color: 	#01285E;
	letter-spacing: 	1px;
	margin-bottom:		25px;
	text-align:		center;
}

td {
	font-family:		Verdana, Arial;
	font-size:		8pt;
	line-height:		13pt;
}

td.rubriek {
	background-color: 	#00275D;
	color:			#ffffff;
	height:			20px;
}

td.afb {
	border:			1px solid #cccccc;
	vertical-align:		top;
}

/* DIVs */

div.DivSite {
	padding: 	0px;
	height:		100%;
	margin-top:	-5px;
}

div.DivContent
{
	left: 280px;
	position: absolute;
	top: 160px;
	color: #01285E;
}

div.DivTop {
	height: 160px;
	background-image: url(img/top2.jpg);
	background-repeat: no-repeat;
}

div.DivTopPadding
{
	padding-right: 0px;
	padding-top: 0px;
}

div.DivMenu {
	position: absolute;
	width: 246px;
	background-image: url(img/bg_menu.jpg);
	background-repeat: repeat-y;
	background-color: #ffffff;
}

div.DivContentPadding
{
	padding:		15px;
	line-height:		170%;
	padding-left: 		30px;
}

div.DivMenuPadding
{
	padding-top:		0px;
	padding-left:		43px;
}

div.DivMenuItem {
	width:			202px;
	height:			33px;
	color:			#B2B2B2;
	text-align:		right;
	background-image:	url(img/menu.jpg);
	background-position:	center right;
	background-repeat:	no-repeat;
	padding-right: 		0px;
	padding-top:		5px;
}

div.DivMenuItemSelected
{
	color:			#4B992A;
	background-image:	url(img/menu.jpg);
	background-position:	center right;
	background-repeat:	no-repeat;
	padding-right:		0px;
}

div.DivSubMenu
{
	text-align: right;
}

div.adres {
	text-align: right;
	font-family:		Arial;
	font-size:		8pt;
	line-height:		12pt;
	margin-top:		5px;
	margin-right:		50px;
	color:			#666666;
}


/* INPUTs */

input.InputTextFieldContact, textarea.TextAreaTextFieldContact
{
	font-family:		Verdana;
	font-size:		8pt;
	font-weight:		normal;
	border:			1px solid #003366;
	width:			90%;
	background-color:	white;
}

input.InputButtonContact
{
	font-family:		Verdana;
	font-size:			8pt;
	font-weight:		normal;
	border:				1px solid #003366;
	background-color:	white;
}

/* TABLEs */

table.TableContactForm
{
	width:			80%;
}

/* TDs */

td.TdContactLeft
{
	width:			30%;
	font-weight:		bold;
	vertical-align:		top;
	font-size:			8pt;
}

td.TdContactRight
{
	width:			70%;
	font-weight:		normal;
	vertical-align:		top;
	font-size:			8pt;
}

td.TdContactButton
{
	padding-top:		20px;
	text-align:			center;
	font-size:			8pt;
}

