/* Gorter Elektrotechniek Stylesheet */
body {
	text-align						: left;
	background						: #FFFFFF;
}

body, td, span, div, p
{
	font-family						:	Trebuchet MS;
	font-size							:	10pt;
	font-weight						:	normal;
	color									:	#000000;
	line-height						:	20px;
	border								:	1px;
	padding								: 0px; 
	margin								: 0px;
	SCROLLBAR-FACE-COLOR				:	#ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR		:	#ffffff;
	SCROLLBAR-SHADOW-COLOR			:	#40580a;
	SCROLLBAR-3DLIGHT-COLOR			:	#40580a;
	SCROLLBAR-ARROW-COLOR				:	#40580a;
	SCROLLBAR-TRACK-COLOR				:	#ffffff;
	SCROLLBAR-DARKSHADOW-COLOR	:	#ffffff;
}

a {
	color									: #000000; 
	font-size							: 9pt;
	font-family						: Trebuchet MS;
	font-weight						:	bold;
	text-decoration				: underline;
}

hr {
	color										:	#abaea3;
	height									:	1px;
}

h1 { 
	color										:	#abaea3;
	font-size								:	14pt;
	font-weight							:	normal;
	text-decoration					:	none;
}

h2 { 
	color										:	#abaea3;
	font-size								:	12pt;
	font-weight							:	normal;
	text-decoration					:	none;
}

h3 { 
	color										:	#abaea3;
	font-size								:	10pt;
	font-weight							:	bold;
	text-decoration					:	none;
}

input, textarea, select {
	font-size							:	8pt;
}

#website {
	background-color				: #FFFFFF; 
	position								: float; 
	width										: 980px; 
	height									: 600px; 
	margin-top							: 20px; 
	text-align							: left;
	border									: 1px solid #DDDDDD;
	z-index									: 0;
}

#header {
	background							: url('images/header.jpg') no-repeat; 
	float										: left;
	width										: 980px;
	height									: 65px;
}

#language { 
	float										: right;
	width										: 38px;
	height									: 22px;
	margin-right						: 18px;
	margin-top							: 36px;
}

#menu {
	float										: left;
	width										: 270px; 
	height									: 474px;
}

#content {
	float										: left; 
	width										: 710px; 
	height									: 474px;
	overflow								: scroll;
	overflow-X							: hidden;
}

#footer {
	background							: url('images/footer.jpg') no-repeat; 
	float										: left;
	width										: 980px;
	height									: 61px;
	padding-top							: 20px;
	z-index									: 2;
}

#footer TD {
	color										:	#6a6c5e;
}

#footer A {
	color										:	#6a6c5e;
	font-size								:	10pt;
	font-weight							:	normal;
	text-decoration					:	underline;
}

#footer A:hover {
	color										:	#444444;
}

/* Menu */
.menublock {
	padding-left						: 20px;
	vertical-align					: middle;
	height									: 474px;
}

.menuitem_active {
	padding-bottom					: 3px;
	padding-top							: 3px;
}

.menuitem_active A {
	color										:	#000000;
	font-size								:	10pt;
	font-weight							:	bold;
	text-decoration					:	none;
}

.menuitem_inactive {
	padding-bottom					: 3px;
	padding-top							: 3px;
	cursor									: pointer;
}

.menuitem_inactive A {
	color										:	#aaaaaa;
	font-size								:	10pt;
	font-weight							:	normal;
	text-decoration					:	none;
}

.menuitem_inactive A:hover {
	color										:	#666666;
}
