body {
      background: #FFFFFF;
      background: url(Pattern1.gif);
      background-repeat: repeat-y; 
      font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
      color : #000088;
      margin: 0px; 
      }

.Navigation {/* the navigation bar on the left side is positioned absolutely*/
	position: absolute;
	top: 100px;
	left: 3Px;
	width: 135px;
	height: auto;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height : 110%;/*line heigth set to 110% to have better seperation*/
	}


.Navigation1 {/* the navigation bar on the left side is positioned absolutely*/
	position: absolute;
	top: 100px;
	left: 3Px;
	width: 135px;
	height: auto;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height : 110%;/*line heigth set to 100% to have better seperation*/
	}


.Inhalt {/*this is the main content area*/
	background: #FFFFFF;
	/*declare a colour with contrasting background*/
	color: #000088;
	margin-left: 160px;
	margin-right: 20px;
	padding: 5px;
	font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	width: auto;
	border: 0.1px solid #FFFFFF;
	
}

.Inhalt1 {/*this is the main content area*/
	background: #FFFFFF;
	/*declare a colour with contrasting background*/
	color: #000088;
	margin-left: 140px;
	margin-right: 20px;
	padding: 5px;
	font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	width: auto;
	border: 0.1px solid #FFFFFF;
	text-align: center;
	
}

.Inhalt2 {/*this is the main content area*/
	background: #FFFFFF;
	/*declare a colour with contrasting background*/
	color: #000088;
	margin-left: 140px;
	margin-right: 20px;
	padding: 5px;
	font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	width: auto;
	border: 0.1px solid #FFFFFF;
	text-align: left;

	
}


.Header {
	margin-top: 10px;
	margin-left: 100px;
	text-align: center;
	font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif; 
	font-weight : bold; font-size : 25px;
	color: blue;
	
	}
.box {/*this the box for the bottom nav bar*/
	background: #FFFFFF;
	color : #000099;
	font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding : 2px;
	margin: 2px;
	border-color : #48D1CC;
	border-style : groove;
	border-width : 2px;
	text-align: center;
	}



	
.box1 {/*this the box for the products description*/
	background: #FFFFFF;
	color : #000099;
	font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	padding : 2px;
	margin: 2px;
	
	}

.box2 {/*this the box for the page descriptor*/
	background: #FFFFFF;
	color : #000099;
	font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding : 2px;
	margin-left : 140px;
	margin-right: 55px;
	text-align: center;
	
	}

.box3 {/*this the box for the category heading descriptor*/
	background: #FFFFFF;
	color : #000099;
	font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	padding : 1px;
	margin-left : 0px;
	margin-right: 55px;
	text-align: left;
	
	}


.box4 {/*this the box for the Gisma category headings*/
	background: #FFFFFF;
	color : #000099;
	font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	border-color: blue;
	border-style: solid;
	border-width: 1px;
	padding : 0px;
	margin-left : 20px;
	margin-right: 20px;
	text-align: center;
	width: auto;
	}


.box5 {/*this the box for the page descriptor*/
	background: #FFFFFF;
	color : #000099;
	font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	padding : 2px;
	margin-left : 140px;
	margin-right: 55px;
	text-align: left;
	
	}



.navbox {/*Boxes for left bar*/
	font-size: 15px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	background-color: #003399;
	border-color: #FF6633;
	border-style: groove;
	border-width: 2px;
	padding: 1px;
	margin: 2px;
	}

P, OL, UL, DL {font-size: 13px}
	/*font size set, family already defined*/
P, OL, P UL, P DL, OL UL {font-size: 13px;}
.six {font-size: 11px;
	color: #999999;
	background: transparent;}
.mit {text-align: justify;}
.red {color: #FF0000; background: #FFFFFF;}
.mint {color: #009999; background: #FFFFFF;}
.ROT {font-size: 16px;
	color: #FF0000;
	font-weight: 600;
	background: #FFFFFF;}

a:link { 
	color: blue;
	text-decoration : none;
	background: #FFFFFF;
	}

a:visited {
	color: #FF0000;
	text-decoration : none;
	background: #FFFFFF;
	}

a:hover {
	color: #999999;
	text-decoration : none;
	background: #FFFFFF;
	}

a.nav:link {
	color: #FFFFFF;
	text-decoration : none;
	font-weight: 600;
	font-size: 14px;
	background: transparent;
	}
a.nav:visited {
	color: #FF8C00;
	text-decoration : none;
	font-weight: 600;
	font-size: 14px;
	background: transparent;
	}

a.nav:hover {
	color: #7FFFD4;
	text-decoration : none;
	font-weight: 600;
	font-size: 14px;
	background: transparent;
	}

a.navtot {
	color: #CDCDCD;
	text-decoration : none;
	font-weight: 600;
	font-size: 14px;
	background: transparent;
	}

.table {
	font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	width: auto;
	border-width: 1px;
	img-border: 0px;
	
		
	}

.table1 {
	font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
        margin-left: 20px;
	margin-right: 20px;
	width: auto;
      

	border-color : #000080;
	border-style : groove;
	border-width : 1px;
	text-align: left;

		}

.table2 {
	font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
        margin-left: 20px;
	margin-right: 20px;
	width: auto;
      

	border-color : #000080;
	border-style : groove;
	border-width : 1px;
	text-align: center;

		}

.table3 {
	font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
        margin-left: 0px;
	margin-right: 20px;
	width: auto;
	col-width: 10px; 
	background-color : #FFFF00;
	border-left-color : #000080;
	border-right-color : #000080;
	border-style : groove;
	border-width : 1px;
	text-align: left;
	padding: 3px;
	}

.table4 {
	font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
        margin-left: 0px;
	margin-right: 20px;
	width: auto;
      
	background-color : #FFFFFF;
	border-left-color : #000080;
	border-right-color : #000080;
	border-bottom-color :#000080;
	border-style : groove;
	border-width : 1px;
	text-align: left;
	padding: 3px;
	}


.table5 {
	font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
        margin-left: 0px;
	margin-right: 20px;
	width: auto;
      	border-color : #000080;
	border-style : groove;
	border-width : 1px;
	text-align: center;
	padding: 1px;

		}



.data  { 
	font-family : Verdana, Helvetica, Arial, Tahoma, sans-serif;
	color: black;
	font-size:7pt;

		}

.subhead {
	  background-color : #3399FF;
	  font-family : Verdna, Helvitica, Arial, Tahoma, sans-serif;
	  color: #FFFFFF;
	  font-size:9pt;
	}
