html, body {
	width: 99%;
	overflow-x: auto;
	overflow-y: auto;
	background-color: #a7b1b7;
	color: #000;
	font-family: verdana,arial;
	font-size: 11px;
	margin-top:0px;	
}
#HeaderContainer {
	margin: 0px auto;
	width: 760px;	
}
#content {	
	margin: 15px 15px 15px 15px;	
	min-height: 350px;
}

.logoPositioningKunstof {
	margin-left: -26px;
	border: none;
    position: absolute;
    margin-top: -15px; 
}
*:first-child+html .logoPositioningKunstof {
	margin-top: 15px; 
}
.logoPositioningAluminium {
	margin-left: -27px;
    position: absolute;
	border: none;
    margin-top: -15px; 
}
*:first-child+html .logoPositioningAluminium {
	margin-top: 15px; 
}
.headerCenterimg {
	border-top:2px #fff solid; border-left:2px #fff solid; border-right:1px #fff solid;
}
/*H1,P elemetns etc*/
#content h1 {
	font-family: verdana;
	font-size: 16px;
	color: #004785;
}
#content p {
	font-family: verdana;
	font-size: 11px;
	color: #000;
}
.BlueBar h1{
	color: #fff;
	font-family: verdana;
	font-size: 14px;
	margin-right: 20px;	
}
.RedBar h1{
	color: #fff;
	font-family: verdana;
	font-size: 14px;
	margin-right: 20px;	
}
/**/
 /*Border Classes*/
.bottomblueBorder {
	border-bottom: 2px #a7acaf solid;
}
.bottomredBorder {
	border-bottom: 2px #ef3e42 solid;
}
.bottomwhiteBorder {
	border-bottom: 2px #fff solid;
}
.borderLeftRight {
	border-left: 2px #fff solid; 
	border-right: 2px #fff solid; 
}
.borderLeftImg {
	border-top: 2px #fff solid; border-right: 1px #fff solid;
}
.borderRightImg {
	border-top: 2px #fff solid; border-left: 1px #fff solid;
}
/**/
/*Sub classes of ID headercontainer */
.GrayArea{
	background-color: #a7acaf;	
}
.GrayBlueBar {
	background-color: #536f86;
}
.GrayRedBar {
	background-color: #a26c70;
}
.BlueBar {
	background-color: #004785;
	border: 2px #fff solid;
	border-left: 2px #fff;
}
.RedBar {
	background-color: #ef3e42;
}
.LightblueBar {
	background-color: #949ea5;
	border-bottom: 2px #a7acaf solid;
}
.WhiteArea {
	background-color: #fff;
}
.LightblueField {
	background-color: #c4d4e3; 	
}
.rightPhotos {
	position: absolute;
	border: 1px #000 solid;
}
/**/
/*Simple CallOnClasses*/
table.noSpacing, table.noSpacing tr, table.noSpacing td {
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
	border: none;
}
tr.SiteMenu {
	color: #00294d;
	background-color: #c4d4e3;
	font-family: verdana;
	font-size: 12px;
	font-weight:bold;
	text-align: center;
	letter-spacing:-1px
}
tr .SiteMenu td {
	height: 26px;
}
tr.AdresGegevens {
	background-color: #c4d4e3;
	font-family: verdana;
	letter-spacing:-1px;
}
td {
	margin: 0px;
	padding: 0px;
}
td .companyTitle {
	color: #00325d; font-size: 12px; font-weight:bold;
}
td .companyAdress {
	color: #306a9c; font-size: 10px;
}

*:first-child+html td.BlueBar h1, *:first-child+html td.RedBar h1 {
    position: absolute;
    margin-top: 5px;
    margin-left: -400px;
}

/**/
/*Menu urls/objects */

.mainitems a {
	color: #00294d;	
}
.mainitems a:hover {
	color: #0066d0;
}

img.arrowActive {
    position:relative;top: -7px; z-index: 1; 
}
*:first-child+html img.arrowActive {
    top: -2px; display: block;
}
img.arrowInActive {
    position:relative;top: -7px; z-index: -1; 
}
*:first-child+html img.arrowInActive {
    top: -2px; display: none;
}
/**/

/*Form objects */
.Submit {	
	border: 1px #000 solid;
	background-color: #c4d4e3;
	color: #004785;
	
}
/**/
