*{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
}

html, body, body #container { height: 100%; }

body {
  background-image: url('../images/bg.gif');
  background-position: center top;
  background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#container {
	width: 860px;
	height: 100%;
  background-image: url('../images/container.gif');
  background-position: center top;
  background-repeat: repeat-y;
}

#workSpace {
	width: 860px;
	height: 100%;
  background-image: url('/images/footer.gif');
  background-position: left bottom;
  background-repeat: repeat-x;
}

#menu {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -455px;
	width: 293px;
}

#menu-top {
	position: relative;
	top: 0px;
	left: 0px;
	width: 293px;
	height: 123px;
  background-image: url('/images/menu-top.png');
  background-position: left top;
  background-repeat: no-repeat;
  _background: none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/menu-top.png');
}

#menu-item {
	position: relative;
	top: 0px;
	left: 0px;
	width: 293px;
	height: 26px;
}

#menu-item-sub {
	display: none;
}

#menu-footer {
	position: relative;
	top: 0px;
	left: 0px;
	width: 293px;
	height: 115px;
  background-image: url('/images/menu-footer.png');
  background-position: left top;
  background-repeat: no-repeat;
  _background: none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/menu-footer.png');
}

#contentSpace {
	position: relative;
	top: 0px;
	right: 14px;
	width: 581px;
	height: 115px;
}

#topMenu {
	width: 581px;
	height: 20px;
	font-size: 12px;
}

#topImage {
	width: 581px;
	height: 260px;
}

#content {
	text-align: left;
	width: 550px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
	font-size: 12px;
}

h1 {
	color: #21386A;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}

p {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer {
	font-size: 10px;
	color: #FFFFFF;
	padding-right: 20px;
	padding-bottom: 10px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

a {
	color: #21386A;
	text-decoration: none;
}

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

#studio32 {
	padding-left: 20px;
	font-size: 9px;
}

ul {
	padding: 0px;
	margin: 0px;
	margin-left: 20px;

}

li a{
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	color: #000000;
}



.contentImage {
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 2px;
	border: solid 1px #122657;
}

.fotoboekImage {
	margin: 0px;
	margin-right: 10px;
}

.motorTable {
	border: solid 0px #122657;
	margin: 0px;
	padding: 2px;
	width: 547px;
}

.motorTable H2{
	font-size: 18px;
	border-top: solid 1px #DADADA;
	font-weight: bold;
	color: #667698;
	margin: 0px;
}

a.subMenu:link, a.subMenu:visited, a.subMenu:active {
	display:block;
	width:100%;
	padding: 3pt;
	color: #FFFFFF;
	font-family: Verdana, Arial;
	font-size: 12px;
	text-decoration: none;
	background-color:#667598;
	text-align: left;
	border-bottom: solid 1px #384D73;
	height: 22px;
	line-height: 22px;
}
a.subMenu:hover {
	background-color:#253B6D;
	display:block;
	width:100%;
	padding: 3pt;
	color: #FFFFFF;
	text-decoration: none;
}

