/*

	Style.CSS

	(C) INNONET Innovatief In Internet

	Gemaakt door:	Daryl Stark
					daryl@innonet.nl

*/

/* As */

a:link, a:active, a:visited {
	color:								#007c76;
	text-decoration:					none;
}
a:hover {
	color:								#007c76;
	text-decoration:					underline;
}
a.AMenu:link, a.AMenu:active, a.AMenu:visited {
	color:								#007c76;
	text-decoration:					none;
		font-size:							8pt;
}
a.AMenu:hover {
	color:								#007c76;
	text-decoration:					none;
		font-size:							9pt;
}
a.ASubMenu:link, a.ASubMenu:active, a.ASubMenu:visited {
	color:								#007c76;
	text-decoration:					none;
		font-size:							9pt;
}
a.ASubMenu:hover {
	color:								#007c76;
	text-decoration:					underline;
		font-size:							9pt;
}

/* BODYs */

body {
	font-family:						Verdana;
	font-size:							8pt;
	margin:								0px;
	background-color:					#007c76;
	color:								#000000;
}

td  {
	font-family:						Verdana;
	font-size:							8pt;
	color:								#000000;
}

/* DIVs */

div.DivSite {
	width:				980px;
	height:				100%;
	position: 			absolute; 
	left: 				50%; 
	margin-left:		-490px; 
	top: 				0; 
	background-color:	#FFFFFF;
}

div.DivHeader {
	height:					100px;
	background-image:		url(img/graan.jpg);
	background-repeat:		no-repeat;
	background-color:		#FFFFFF;
	background-position:	right;
}

div.DivLang {
	height:					100px;
	float:					right;
	margin-right:			10px;
	padding-top:			50px;
}

div.DivMenu {
	background-color:					#c5d4d8;
	width:								235px;
	background-image:					url(img/logo.jpg);
	background-position:				bottom center;
	background-repeat:					no-repeat;
}

div.DivMenuPadding {
	padding-left:						10px;
	padding-top:						32px;
}

div.DivMenuItem {
	background-image:					url(img/menuitem.jpg);
	background-repeat:					no-repeat;
	background-position:				center left;
	height:								14px;
	font-weight:						bold;
	padding-left:						20px;
	margin-bottom:						15px;
	text-transform:						uppercase;
}

div.DivContent {
	position:				absolute;
	top:					114px;
	left:					204px;
	overflow:				auto;
}

div.DivContentPadding {
	padding:			40px;
}

div.DivSubMenu {
	position:							absolute;
	background-color:					#C9C7DB;
	border:								1px solid #FFFFFF;
	border-bottom:						0px;
	left:								204px;
	width:								150px;
	visibility:							hidden;
	z-index:							10;
	top:								0px;
}

div.DivSubMenuItem
{
	border-bottom:						1px solid white;
	padding:							2px;
}

div.DivIntroLeft {
	width:								980px;
	background-color:					#007c76;
	position:			absolute;
	margin-left:		50%;
	left:				-490px;
}

div.DivIntroLeftPadding
{
	padding-top:						0px;
}

div.DivIntroRight
{
	height:								200px;
	position:							absolute;
	left:								380px;
	top:								0px;
	text-align:							center;
	line-height:						175%;
	font-size:							11pt;
	font-family:						Arial;
	overflow:							hidden;
}

div.DivIntroRightPadding
{
	padding-top:						150px;
	padding-bottom:						100px;
}

/* IMGs */

img {
	border:								0px;
}

img.ImgFocus
{
	margin-top:						35px;
	margin-right:						25px;
}

img.ImgTerug
{
	position:							absolute;
	top:								81px;
	left:								25px;
}

/* Hs and Ps */

h1
{
	font-weight:						bold;
	font-size:							12pt;
	border-bottom:						2px solid #007c76;
	margin-top:							0px;
	margin-bottom:						15px;
	height:								25px;
}

h2 {
	color:								#007c76;
		font-size:							10pt;
}

p {
	margin-bottom:						10px;
}

/* TABLEs */

table.TableContactForm {
	font-size:							8pt;
}

/* TDs */

td.TdContactLeft
{
	width:					150px;
	vertical-align:						top;
}

td.TdContactRight
{
	width:					350px;
	vertical-align:						top;
}

td.TdContactButton
{
	width:								100%;
	text-align:							center;
	padding-top:						20px;
}

/* INPUTs */

input.InputTextFieldContact
{
	width:								100%;
	font-size:							8pt;
	font-family:						Verdana;
}

input.InputButtonContact
{
	font-size:							8pt;
	font-family:						Verdana;
}

/* TEXTAREAs */

textarea.TextAreaTextFieldContact
{
	width:								100%;
	font-size:							8pt;
	font-family:						Verdana;
}

/* SELECTs */

select.SelectInput
{
	width:								100%;
	font-size:							8pt;
	font-family:						Verdana;
}