/* Veel gebruikte kleuren

Rood			color: #E3191A;
Blauw			color: #75A1CA;
Paars			color: #9F4590;
Geel			color: #FDCD20;
Grijs			color: #C5C7C8;

---------------------------------------------- */

html,body{
  margin:0;
  padding:0;
  border:0;
/* \*/
  height:99.95%;
/* Last height declaration hidden from Mac IE 5.x */
}
body{
  background:#FFFFFF;
  min-width:970px;
  text-align:center;
}
.clear{
  clear:both;
  height:1px;
  overflow:hidden;
  line-height:1%;
  font-size:0px;
  margin-bottom:-1px;
}
* html .clear{height:auto;margin-bottom:0}
#fullheightcontainer{
  margin-left:auto;
  margin-right:auto;
  text-align:left;
  position:relative;
  width:970px;
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}
#wrapper{
  min-height:100%;
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}
#wrapp\65	r{
  height:auto;
}
/* \*/
* html #wrapper{
  height:100%;
}
/* Last style with height declaration hidden from Mac IE 5.x */
#outer{
  z-index:1;
  position:relative;
  margin-left:175px;
  width:443px;
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}
#float-wrap{
  width:443px;
  margin-right:-1px;
  float:left;
  display:inline;
}
#left{
  width:176px;
  float:left;
  display:inline;
  position:relative;
  margin-left:-175px;
}
*>html #left{width:175px;}
#container-left{
  width:175px;
}
#right{
  float:left;
  display:inline;
  width:354px;
  margin-right:-352px;
  margin-left:-1px;
  position:relative;
}
/* \*/
* html #right{
  width:353px;
  margin-left:0px;
  margin-right:-500px;
  mar\gin-right:-353px;
}
/* Above style hidden from Mac IE */
#container-right{
/* \*/
  width:352px;
/* Above hidden from IE-Mac */
  margin-left:2px;
}
/* \*/
* html #container-right{
  fl\oat:right;
  di\splay:inline;
  margin-left:1px;
  mar\gin-left:0px;
}
/* Above style hidden from Mac IE */
/* \*/
* html #left{margin-right:-3px;}
/* Above style hidden from Mac IE */
#center{
  width:443px;
  float:right;
  display:inline;
/* \*/
  margin-left:-1px;
/* Hidden from IE-mac */
}
#clearheadercenter{
  height:220px;
  overflow:hidden;
}
#clearheaderleft{
  height:220px;
  overflow:hidden;
}
#clearheaderright{
  height:220px;
  overflow:hidden;
}
#clearfootercenter{
  height:110px;
  overflow:hidden;
}
#clearfooterleft{
  height:100px;
  overflow:hidden;
}
#clearfooterright{
  height:100px;
  overflow:hidden;
}
#footer{
  z-index:1;
  position:absolute;
  clear: both;
  width:970px;
  height:100px;
  overflow:hidden;
  margin-top:-100px;
}
#subfooter1{
  text-align:center;
  height:100px;
}
#header{
  z-index:1;
  position:absolute;
  top:0px;
  width:970px;
  height:180px;
  overflow:hidden;
}
#subheader1{
  text-align:center;
  height:180px;
}
#gfx_bg_middle{
  top:0px;
  position:absolute;
  height:100%;
  overflow:hidden;
  width:443px;
  margin-left:175px;
}
* html #gfx_bg_middle{
  display:none;
}






.asmContainer {
	/* container that surrounds entire asmSelect widget */
}

.asmSelect {
	/* the newly created regular 'select' */
	display: inline; 
}

.asmOptionDisabled {
	/* disabled options in new select */
	color: #999; 
}

.asmHighlight {
	/* the highlight span */
	padding: 0;
	margin: 0 0 0 1em;
}

.asmList {
	/* html list that contains selected items */
	margin: 0.25em 0 1em 0; 
	position: relative;
	display: block;
	padding-left: 0; 
	list-style: none; 
	
	clear: both;
}

.asmListItem {
	/* li item from the html list above */
	position: relative; 
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	background: #ddd;
	border: 1px solid #bbb; 
	width: 100%; 
	margin: 0 0 -1px 0; 
	line-height: 1em;
}

.asmListItem:hover {
	background-color: #e5e5e5;
}

.asmListItemLabel {
	/* this is a span that surrounds the text in the item, except for the remove link */
	padding: 5px; 
	display: block;
}

.asmListSortable .asmListItemLabel {
	cursor: move; 
}

.asmListItemRemove {
	/* the remove link in each list item */
	position: absolute;
	right: 0; 
	top: 0;
	padding: 5px; 
}




