/*

	Style.CSS

	(C) INNONET Innovatief In Internet

	Gemaakt door:	Daryl Stark
					daryl@innonet.nl

*/

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

body
{
	font-family: 					Verdana;
	font-size: 						8pt;
	margin: 						0px;
	height:							100%;
}

/* INPUTs and TEXTAREAs */

input.InputTextField, textarea.TextAreaTextField
{
	font-family:			Verdana;
	font-size:				8pt;
	color:					black;
	border:					1px solid #C9000B;
	width:					100%;
	background-color:		white;
}

/* IMGs */

img
{
	border:							0px;
}

/* TABLEs */

table.TableIntro
{
	width:							1000px;
	height:							100%;
}

table.TableSite
{
	width:							1000px;
	height:							100%;
}

table.TableContactForm
{
	width:							100%;
}

/* TDs */

td.TdIntroLeft
{
	width:							272px;
	background-color:				#010066;
	font-size: 						8pt;
	background-image:				url(img/intro_logo.jpg);
	background-repeat:				no-repeat;
	background-position:			left bottom;
	vertical-align:					top;
	text-align:						center;
}

td.TdIntroRight
{
	background-color:				#8787F5;
	font-size: 						8pt;
	vertical-align:					top;
}

td.TdSiteLeftUp
{
	height:							65px;
	width:							145px;
	background-color:				#8787F5;
}

td.TdSiteRightUp
{
	height:							65px;
	background-color:				#BABAFC;
	background-image:				url(img/logo.jpg);
	background-repeat:				no-repeat;
	background-position:			right top;
}

td.TdSiteBar
{
	height:							27px;
	background-color:				#7E81AA;
	background-image:				url(img/eyes.jpg);
	background-repeat:				no-repeat;
	background-position:			left top;
	padding:						0px;
	text-align:						right;
}

td.TdSiteLeft
{
	background-image:				url(img/logo_site.jpg);
	background-position:			center bottom;
	background-repeat:				no-repeat;
	background-color:				#8787F5;
	width:							145px;
	vertical-align:					top;
	padding-top:					10px;
}

td.TdSiteContent
{
	background-color:				#BABAFC;
	background-image:				url(img/site_content.jpg);
	background-position:			right bottom;
	background-repeat:				no-repeat;
	vertical-align:					top;
	padding:						0px;
	font-size:						8pt;
}

td.TdSiteRight
{
	background-color:				#8787F5;
	width:							145px;
	background-image:				url(img/site_right.jpg);
	background-position:			right bottom;
	background-repeat:				no-repeat;
	vertical-align:					top;
	text-align:						center;
}

td.TdContactLeft
{
	width:					35%;
	font-weight:			bold;
	vertical-align:			top;
	padding:				0px;
	padding-bottom:			5px;
	padding-top:			5px;
	font-size:				8pt;
}

td.TdContactRight
{
	width:					65%;
	vertical-align:			top;
	padding:				0px;
	padding-bottom:			5px;
	padding-top:			5px;
	font-size:				8pt;
}

td.TdContactButton
{
	padding-bottom:			5px;
	padding-top:			5px;
	text-align:				center;
}

/* DIVs */

div.DivMenuItem
{
	font-size:						8pt;
	background-repeat:				no-repeat;
	background-position:			left 2px;
	height:							20px;
	padding-left:					15px;
	margin-left:					10px;
	margin-bottom:					5px;
}

div.DivSubMenuItem
{
	font-size:						8pt;
	background-repeat:				no-repeat;
	background-position:			left 2px;
	height:							20px;
	padding-left:					15px;
	margin-left:					20px;
}

div.DivSubSubMenuItem
{
	font-size:						8pt;
	background-repeat:				no-repeat;
	background-position:			left 2px;
	height:							20px;
	padding-left:					15px;
	margin-left:					30px;
}