/*

	Style.CSS

	(C) INNONET Innovatief In Internet

	Gemaakt door:	Daryl Stark
					daryl@innonet.nl

*/

html
{
	height:					100%;
}

body
{
	font-family:			Lucida Sans Unicode, Verdana;
	font-size:				9pt;
	margin-left:			10px;
	margin-right:			10px;
	margin-top:				10px;
	background-color: 		#429eba;
	background-image:		url(img/bg.jpg);
	background-repeat:		repeat-x;
	background-position;	top left;
	height:					100%;
	color:					#116b86;
}

h1 {
	font-family:			Lucida Sans Unicode, Verdana;
	font-size:				11pt;
	color:					#f38b0e;
	}

/* As */

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

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

a.AMainMenu:link, a.AMainMenu:active, a.AMainMenu:visited
{
	color:					white;
	text-decoration:		none;
	font-family:			Lucida Sans Unicode, Verdana;
	font-size:				10pt;
	font-weight:			bold;
}

a.AMainMenu:hover
{
	color:					#1f6b8f;
	font-family:			Lucida Sans Unicode, Verdana;
	font-size:				10pt;
	font-weight:			bold;
}

a.ASubMenu:link, a.ASubMenu:active, a.ASubMenu:visited
{
	color:					white;
	text-decoration:		none;
	font-weight:			normal;
}

a.ASubMenu:hover
{
	color:					#1f6b8f;
	font-weight:			normal;
}

a.ASubMenuSide:link, a.ASubMenuSide:active, a.ASubMenuSide:visited
{
	color:					black;
	text-decoration:		none;
	font-weight:			normal;
}

a.ASubMenuSide:hover
{
	color:					black;
	text-decoration:		underline;
	font-weight:			normal;
}

a.APortfolioTitle:link, a.APortfolioTitle:active, a.APortfolioTitle:visited
{
	color:					black;
	text-decoration:		none;
	font-weight:			bold;
}

a.APortfolioTitle:hover
{
	color:					black;
	text-decoration:		underline;
	font-weight:			bold;
}

a.ASiteMap:link, a.ASiteMap:active, a.ASiteMap:visited
{
	color:				#999999;
	text-decoration:		none;
	font-weight:			normal;
}

a.ASiteMap:hover
{
	color:				#999999;
	text-decoration:		underline;
	font-weight:			normal;
}

a.up:link, a.up:active, a.up:visited
{
	color:					white;
	text-decoration:		none;
	font-family:			Lucida Sans Unicode, Verdana;
}

a.up:hover
{
	color:					#ffffff;
	font-family:			Lucida Sans Unicode, Verdana;
}

/* INPUTs and TEXTAREAs */

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

input.InputTextFieldHome
{
	font-family:			Verdana;
	font-size:				8pt;
	color:					black;
	border:					0px;
	width:					150px;
	background-color:		white;
	background-image:		url(img/textfield.gif);
	background-repeat:		no-repeat;
	height:					20px;
	padding-left:			6px;
	padding-top:			3px;
}

textarea.InputTextAreaFieldHome
{
	font-family:			Verdana;
	font-size:				8pt;
	color:					black;
	border:					0px;
	width:					148px;
	background-color:		white;
	/*background-image:		url(img/textfield-area.gif);*/
	background-repeat:		no-repeat;
	height:					68px;
	padding:				0xp;
}

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

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

/* FORMs */

form
{
	margin:					0px;
}

/* IMGs */

img
{
	border:					0px;
}

td.up {
	color: 					#ffffff;
	}
	
td.TdMenuItem {
	vertical-align:			top;
	font-size:				8pt;
}

td.content
{
	padding-left: 			15px;
	background-image:		url(images/voorbeeld_09.jpg);
}

div.DivContent
{
	width:					660px;
	height:					420px;
	background-color:		white;
	overflow:				auto;
	line-height:			170%;
}

td.portfolio
{
	padding-left: 			20px;
	background-image:		url(images/voorbeeld_13.jpg);
	height: 				163px;
}

.PSubTitle, .PLastWebsite, .PViewCompletePortfolio
{
}

td.headlines
{
	padding-left: 			20px;
	padding-right: 			20px;
	background-image:		url(images/voorbeeld_10.jpg);
	height: 				118px;
}

td.experience
{
	padding-left: 			20px;
	padding-right: 			20px;
	background-image:		url(images/voorbeeld_18.jpg);
	height: 				100px;
}

td.templates
{
	padding-left: 			20px;
	padding-right: 			20px;
	background-image:		url(images/voorbeeld_19.jpg);
}

TABLE.TableContactForm
{
width: 98%;
}

td.footer
{
	padding-left: 			20px;
	padding-top: 			5px;
	height:					65px;
	background-image:		url(images/voorbeeld_22.jpg);
}

p.rood
{
color: #FF0000;
}

span.rood
{
color: #FF0000;
}