HTML {
	line-height: 120%;
	width: 100%;
	height: 100%;
	background-color: #DADADA;
	overflow: -moz-scrollbars-vertical;
}
BODY {
	margin: 0px;
	color: black;
	font-size: 12px;
	word-spacing: 1px;
	font-family: Arial,Helvetica,Tahoma,sans-serif;
	background: url('/shared/images/bg_top1.gif') repeat-x top center;
}
INPUT {
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	border: 1px solid darkgray;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #00423A;
	font-family: Arial,Helvetica,Tahoma,sans-serif;
}

h1 { font-size: 18px; line-height: 22px; }
h2 { font-size: 16px; line-height: 20px; }
h3 { font-size: 14px; line-height: 18px; }
h4 { font-size: 12px; line-height: 16px; }
h5 { font-size: 10px; line-height: 14px; }
h6 { font-size:  8px; line-height: 12px; }


/*************************/
/*	MAIN DIVS	 */
/*************************/
#container1 {
	width: 1019px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#preload img {
	display: none;
}
#noprint {
	display: block;
}
#printnaw {
	display: none;
}
/*************************/
/*	TOP		 */
/*************************/
#bg_top_left1 {
	width: 14px;
	height: 227px;
	background: url('/shared/images/bg_top_left1.gif') no-repeat;
	position: relative;
}
#bg_top_right1 {
	width: 14px;
	height: 227px;
	background: url('/shared/images/bg_top_right1.gif') no-repeat;
	position: relative;
}
#menu1 {
	height: 46px;
	clear: both;
	z-index: 700;
	position: relative;
}
/*************************/
/*	CONTENT		 */
/*************************/
#bg_content1 {
	width: 1019px;
	min-height: 360px;
	height: auto !important;
	background: url('/shared/images/bg_content1.gif') repeat-y;
	position: relative;
}
#txt_content1 {
	width: 732px;		/* 1019 - 40 */
	padding: 0px 20px 0px 35px;
	position: relative;
}
#bg_content_right1 {
	width: 215px;
	background: url('/shared/images/netwerkonline_hand1.gif') no-repeat;
	background-position: top center;
}
#bg_txt_right1 {
	width: 195px;		/* 215 - 20 */
	padding: 105px 0px 0px 20px;
	color: #555555;
	font-weight: bold;
}
#bg_txt_right1 a {
	color: #555555;
	font-size: 11px;
	text-decoration: underline;
}
#bg_txt_right1 a:hover {
	color: #00423A;
}
/*************************/
/*	OFFERTE		 */
/*************************/
#offerte_table2 td {
	font-weight: bold;
}
#offerte_table1 th {
	/* font-weight: bold; */
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #eaeaea;
}
/*************************/
/*	BOTTOM		 */
/*************************/
#bg_bottom1 {
	width: 1003px;		/* 1019 - 16 */
	height: 28px;
	background: url('/shared/images/bg_bottom1.gif') repeat-y;
	color: #ffffff;
	padding-left: 16px;
	position: relative;
}
#bg_bottom2 {
	width: 1010px;
	height: 2px;
	background: url('/shared/images/bg_content1.gif') no-repeat;
	position: relative;
}
#footer1 a {
	text-decoration: none;
	color: #DADADA;
}
/*************************/
/*	CONTACT FORM	 */
/*************************/
.FormCheckGood {
	/*empty because back to browser default*/
}
.FormCheckBad {
	border: 2px solid #FF0000;
}


a 			{ cursor: hand; color: #00423A; text-decoration: underline; }
a:link 			{ cursor: hand; color: #00423A; text-decoration: underline; }
a:active 		{ cursor: hand; color: #00423A; text-decoration: underline; }
a:visited 		{ cursor: hand; color: #00423A; text-decoration: underline; }
a:hover 		{ cursor: hand; color: #000000; text-decoration: underline; }


