#CenterPage {
	position:relative;
    width: 960px;
/*	border:5px solid red; */
	margin:0px auto;
}

body {
	margin: 0px;
	background-color:lightyellow;
	background-image: url(muur.gif);
}

div {
	margin: 0px;
#	background-color:purple;
}

h1 {
    text-align:center;
}

.E_Table {
 table-layout:auto;
}

.E_Cell {
 overflow:hidden;
 border-bottom-width:1px;
 border-bottom-style:solid;
 border-bottom-color:red;
 text-align:left;
}

.E_Cell1 {
 overflow:hidden;
 border-bottom-width:1px;
 border-bottom-style:solid;
 border-bottom-color:red;
 text-align:left;
 max-width:0px;
 display:none;
}

.E_Row {
 background-color:lightyellow;
}
.E_RowS {
 background-color:blue;
 color: white;
}
.E_RowS:hover {
 background-color:blue;
 color: white;
}
.E_Row:hover {
 color: brown;
 background-color:yellow;
}

.E_Div {
 height:10px;
 width:10px; 
 background-color:lightyellow;
 border:1px black solid;
 overflow:scroll;
}

.E_DivScroll {
 background-color:lightgrey;
 height:100px;
	width:100px;
/*	overflow: hidden;*/
}

.ComboBox select {
   background: blue;
#   width: 150px;
#   padding: 5px;
#   border: 1px solid #ccc;
#   height: 34px;
/*    -webkit-appearance: none;*/
} 

.ComboBox:disabled {
#   width: 150px;
#   padding: 5px;
#   border: 1px solid #ccc;
#   height: 34px;
	background-color: #CCCCCC;/*    -webkit-appearance: none;*/
	color:black;
} 


.ComboBox{
#   width: 120px;
#   height: 34px;
   background:white;
/*   overflow: hidden;*/
}

.E_PageHeader{
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	background-color: #CCCC00;
	text-indent: 4px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.E_PageHeader_Active{
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	background-color: #FFFF99;
	text-indent: 4px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.E_Page{
	background-color: red;
	display: none;
}
.E_Page_Active{
	background-color: #FFFF99;
}

.E_PageCtrl {
   background:transparant;
}

.Image {
	background-color: red;
}

.StartMenu {
	background-color: #99CC99;
}

.startmenuGroupHead {
	overflow:hidden;
}

.startmenutable {
	background-color: #FFCCFF;
	border:2px solid grey;
	border-radius:10px;
	-webkit-border-radius: 15px;
	overflow:hidden;
}

.startmenuGroup {
	background-color: white;
	overflow:hidden;
	text-align:center;
	border:2px dashed;
	border-radius:10px;
	-webkit-border-radius: 15px;
	overflow:hidden;
	margin:0px;
}

.startmenuGroup:hover {
	background-color: #FFCCFF;
	border:2px solid yellow;
	border-radius:10px;
	-webkit-border-radius: 15px;
	overflow:hidden;
	margin:0px;
}

.startmenuGroup_Active {
	overflow:hidden;
	border:2px solid red;
	border-radius:10px;
	-webkit-border-radius: 15px;
	text-align:center;
}

.startmenuitemtable {
	overflow:hidden;
	text-align:center;
}

.startmenuItemHead {
	background-color: red;
}

.startmenuGroupItem {
	display: none;
	overflow:hidden;
}

.startmenuGroupItem_Active {
	display:block;
	background-color: #336699;
	overflow:hidden;
}

.startmenuItem {
    background-color:white;
	border:2px solid;
	border-radius:5px;
	-webkit-border-radius: 5px;
	overflow:hidden;
	float:left;
}

.startmenuItem:hover {
    background-color:red;
	border:2px solid red;
	border-radius:5px;
	-webkit-border-radius: 5px;
	overflow:hidden;
	float:left;
}

