/*

	Style.CSS

	(C) INNONET Innovatief In Internet

	Gemaakt door:	Daryl Stark
					daryl@innonet.nl

*/

/* As */

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

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

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

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

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

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

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

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

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

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

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

/* BODYs */

body
{
	font-family:						Verdana;
	font-size:							8pt;
	margin:								10px;
	background-color:					#003300;
}

/* DIVs */

div.DivSite
{
	position:							absolute;
	left:								50%;
	margin-left:						-408px;
	width:								816px;
	height:								670px;
	top:								30px;
	background-image:					url(img/bg.png);
}

div.DivLogo
{
	height:								103px;
	width:								258px;
	position:							absolute;
	top:								18px;
	left:								19px;
}

div.DivArr {
	position:							absolute;
	width:								558px;
	top:								23px;
	left:								288px;
}

div.DivMenu
{
	height:								103px;
	width:								490px;
	position:							absolute;
	top:								18px;
	left:								300px;
}

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

div.DivSubmenuItem
{
	border-bottom:						1px dotted white;
	padding-bottom:						5px;
	padding-top:						5px;
}

div.DivSubSubmenuItem
{
	border-bottom:						1px dotted white;
	padding-bottom:						5px;
	padding-top:						5px;
	padding-left:						0px;
}

div.DivContentScroll
{
	height:								440px;
	width:								620px;
	position:							absolute;
	top:								177px;
	left:								190px;
	overflow:							auto;
}

div.DivContent
{
	padding-left:						20px;
	padding-top:						10px;
	padding-right:						10px;
}

div.DivPicturesTitle
{
	background-color:					#C8AE09;
	color:								white;
	font-weight:						bold;
	padding:							5px;
}

div.DivPicturesMore
{
	background-color:					#FFDE0B;
	color:								white;
	padding:							5px;
	text-align:							right;
}

div.DivPicturesNav
{
	background-color:					#C8AE09;
	color:								white;
	padding:							5px;
	text-align:							center;
}

div.DivSubmenuLeft
{
	padding:							5px;
	border:								1px solid black;
	background-image:					url(img/submenu_back.jpg);
	width:								200px;
	position:							absolute;
	left:								167px;
	top:								240px;
	visibility:							hidden;
	z-index:							5;
}

/* TABLEs */

table.TableMenu
{
	width:								490px;
	height:								103px;
}

table.TableContactForm
{
	width:								580px;
}

table.TablePictures
{
	width:								100%;
}

/* 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;
}

td.TdPicture
{
	width:								25%;
	text-align:							center;
	padding-top:						10px;
	padding-bottom:						10px;
}

/* Hs */

h1
{
	color:								#BD0E26;
	font-size:							14pt;
	font-weight:						bold;
}

/* 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;
}