body				{ background-color: white;
	     			  font-family: Trebuchet MS;
	   			}   
.menuheader		{ position: absolute;
					  top: 0px;
					  left: 0px;
					  width: 100%;
					  background-image: url(image/back.jpg);
					  height: 18%;
					}					 
.menu				{ position: absolute;
					  bottom: 2px;
					  left: 75px;
					}
.cmssystem		{ font-weight: bold;
					  font-size: 30pt;
					  color: green;
					  margin-right: 100px;
					}					
.menuitems		{ font-weight: bold;
					  font-size: 20pt;
					  color: #b6b6b6;
					}
.menuitems a	{ text-decoration: none;
					  color: #b6b6b6;
					}
.menuitems a:hover{ text-decoration: none;
					  color: green;
					}
.kop				{ font-weight: bold;
					  font-size: 20pt;
					  color: green;
					}				
.kop2				{ font-weight: bold;
					  font-size: 14pt;
					  color: green;
					}				
.text				{ position: absolute;
					  top: 20%;
					  left: 75px;
					  min-width: 80%; 
					}				
a					{ text-decoration: none;
					  color: gray;
					}
a:hover			{ text-decoration: none;
					  color: green;
					}				
.somp				{ margin-top: 30px;
					  border-top: 1px dashed gray;
					  padding-top: 5px;
					  font-size: 12px;
					  color: gray;
					}				
.somp a			{ text-decoration: none;
					  color: green;
					}
.somp a:hover	{ text-decoration: none;
					  color: gray; 
					}
.logo				{ position: absolute;
				     bottom: 5px;
				     left: 0px;
				   }
input 			{ font-family: Trebuchet MS;
					  font-size: 13px;
					  color: green;
					  background-color: white;
					  border: 1px dotted black;
					  padding: 3pt;
					  margin: 5px;
        			}	
.rightmenu		{ position: absolute;
					  left: 95%;
					  top: 5%;
					  font-size: 12px;
					  color: gray; 
					}						