/*

	Style.CSS

	(C) INNONET Innovatief In Internet

	Gemaakt door:	Daryl Stark
	daryl@innonet.nl

*/


/* BODYs */

body {
	font-family:			Verdana;
	font-size:			11px;
	margin:				0px;
	background-color:		#27a22d;
	background-image:		url(img/bg.jpg);
	background-repeat:		repeat-x;
	background-position:		top left;
}

td
{
padding: 0px;
margin: 0px;
}

table
{
padding: 0px;
margin: 0px;
border-spacing: 0px;
}

/* DIVs */

div.DivSite {
	position:			absolute;
	left:				50%;
	margin-left:		-490px;
	width:				980px;
	height:				840px;
	top:				0px;
	background-color:	#ffffff;
}
div.DivLogo {
	height:				200px;
	width:				980px;
	position:			absolute;
	top:				0px;
	left:				0px;
	z-index:							51;
}
div.DivFade
{
	height:								210px;
	left:								740px;
	overflow:							hidden;
	position:							absolute;
	top:								0;
	width:								240px;
	z-index:							51;
}
div.DivFadeImages
{
	height:								210px;
	left:								700px;
	overflow:							hidden;
	position:							absolute;
	top:								0;
	width:								280px;
	z-index:							50;
}

div.LogoBottom {
	width:				980px;
	border-top: 		4px solid #00713b; 
	position: 			absolute; 
	left:				50%;
	margin-left:		-490px;
	top: 				840px; 
	background-color: 	#EBFFFF; 
	margin-top: 		5px;
	}

div.DivRight {
	width:				110px;
	position:			absolute;
	top:				100px;
	padding-right: 		5px;
}

div.DivSubmenu {
	height:				384px;
	width:				150px;
	position:			absolute;
	top:				247px;
	left:				20px;
}

div.submenu {
	border:				2px solid #00713b;
	width:				150px;
	padding-bottom:			20px;
	padding:			5px;
}

div.randompic {
	border:				2px solid #00713b;
	width:				150px;
	vertical-align:			middle;
	padding:			5px;
}

div.prijsvraag {
	border:				2px solid #00713b;
	width:				150px;
	vertical-align:			middle;
	padding:			5px;
	background-color:		#ffffff;
}

div.DivSubmenuItem {
	padding-bottom:			5px;
	padding-top:			5px;
	padding-left:			5px;
}

div.DivSubSubmenuItem {
	padding-bottom:			5px;
	padding-top:			5px;
	padding-left:			15px;
}

div.DivContentScroll {
	height:				440px;
	width:				570px;
	position:			absolute;
	top:				200px;
	left:				185px;
}

div.DivTitle {
	/*padding:			20px;
	padding-top:			10px;*/
	background-image:		url(img/title_bg.gif);
	background-repeat:		no-repeat;
	background-position:		left top;
	height:				60px;
	width:				640px;
}

div.DivTitlePadding
{
	padding:			20px;
	padding-top:			15px;
}

div.DivContent {
	padding:			20px;
	background-image:		url(img/content_bg.gif);
	background-repeat:		no-repeat;
	background-position:		left top;
	height:				580px;
	width:				600px;
}

div.ContentScroll {
	height:				570px;
	width:				600px;
	position:			absolute;
	overflow:			auto;
	margin-top:			-20px;
}

div.side_right {
	position:			absolute;
	top:				160px;
	left:				825px;
	width:				150px;
	height:				690px;
	/* border-left:			4px solid #00713b;*/
	padding-left:		5px;
}

div.DivPicturesTitle
{
	background-color: #00713B;
	padding: 3px;
	font-weight: bold;
	color: white;
}

div.DivPicturesMore, div.DivPicturesNav
{
	background-color: #00713B;
	padding: 3px;
	font-weight: bold;
	color: white;
	text-align: center;
}

div.DivTickertape
{
	height:						32px;
	width:						563px;
	background-color:			#27a22d;
	overflow:					hidden;
	border-top:					4px solid #fffaee;
	border-bottom:				4px solid #fffaee;
}

div.DivTickertapeTape
{
	overflow:					hidden;
	font-size:					11pt;
	padding-top:				5px;
	color:						white;
	width:						9999999px;
}

/* TABLEs */

div.TableMenu {
	position:			absolute;
	top:				20px;
	left:				575px;
	width:					120px;
	height:					100px;
}

table.right {
	margin-top:			140px;
	padding-right:		5px;
}
	
table.TableContactForm {
	width:				580px;
	padding-top:			20px;
}

table.TablePictures
{
	width:				580px;
}

/* TDs */

td.TdMenuItem
{
	width:								25%;
	text-align:							center;
	line-height:						250%;
	vertical-align:						middle;
	font-weight:						bold;
	color:								#BE2C22;
}

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

td.TdContactRight
{
	width:								70%;
}

td.TdContactButton
{
	width:								100%;
	text-align:							center;
}

/* IMGs */

img {
	border:								0px;
}

/* Hs */

h1 {
	color:				#00713b;
	font-size:			12pt;
	font-weight:			bold;
	font-family:			Arial;
	padding-top:			12px;
}

/* INPUTs */

input.InputTextFieldContact
{
	font-family:						Verdana;
	font-size:							8pt;
	width:								370px;
}

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

/* TEXTAREAs */

textarea.TextAreaTextFieldContact
{
	font-family:						Verdana;
	font-size:							8pt;
	width:								370px;
}

/* SELECTs */

select.SelectContact
{
	font-family:						Verdana;
	font-size:							8pt;
	width:								370px;
}


/* As */

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

a:hover {
	color:				#000000;
	text-decoration:		underline;
}

a.AMore:link, a.AMore:active, a.AMore:visited {
	color:				#FFFFFF;
	text-decoration:		none;
}

a.AMore:hover {
	color:				#FFFFFF;
	text-decoration:		underline;
}

a.AMenu:link, a.AMenu:active, a.AMenu:visited {
	font-weight:			bold;
	color:				#006d3c;
	text-decoration:		none;
}

a.AMenu:hover {
	font-weight:			bold;
	color:				#006d3c;
	text-decoration:		none;
}

a.ASubMenu:link, a.ASubMenu:active, a.ASubMenu:visited {
	font-weight:			bold;
	color:				#01723c;
	text-decoration:		none;
}

a.ASubMenu:hover {
	font-weight:			bold;
	color:				#39a63b;
	text-decoration:		none;
}

a.ASubMenuHover:link, a.ASubMenuHover:active, a.ASubMenuHover:visited {
	font-weight:						bold;
	color:								#39a63b;
	text-decoration:					none;
}

a.ASubMenuHover:hover {
	font-weight:						bold;
	color:								#39a63b;
	text-decoration:					none;
}

.style1 {
	font-size: 24px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style2 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style3 {font-size: 12px}
.style4 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
.style5 {
	font-size: 18px;
	font-weight: bold;
}

a.start, a.start:hover
{
color: red;
text-decoration: underline;
}