* 	 	{	margin: 0;
			padding: 0;
  		}

/*  -------------Swis721 LtEx Bt     ----------   */
@font-face {
    font-family: 'MTWebFont';          /* Just a name of a font*/
    src: url('swissel-webfont.eot');    /* IE9 Compat Modes */
    src: url('swissel-webfont.eot?#iefix') format('embedded-opentype'),     /* IE6-IE8 */
           url('swissel-webfont.woff2') format('woff2'),        /* Super Modern Browsers -  http://caniuse.com/woff */
           url('swissel-webfont.woff') format('woff'),           /* Pretty Modern Browsers -http://caniuse.com/#feat=woff2 */
           url('swissel-webfont.ttf') format('truetype'),       /* Safari, Android, iOS */
           url('swissel-webfont.svg#swis721_ltex_btlight') format('svg'); /* Legacy iOS 4 and below */
}
/*  ---------------------------------------------------   */

@media screen and (max-device-width: 480px) 
{

  body{
            -webkit-text-size-adjust: none;                   /* solve some font-size's rendered larger on Safari (iPhone)  */
          }
 }
                                                                            

body 	{
		font-family:  "MTWebFont",        /* Download font*/
			           "Swis721 LtEx BT"; /* For DreamWeaver display purpose and those who have this font installed*/                  
		font-weight: 400;
		background-repeat: repeat;
		padding-bottom: 20px;
		background-color: #ffffff;
		margin-bottom: 50px;
		font-size: 20px;
		letter-spacing: 0.2px;
		}
		

h1 		{
		font-size: 22px;
		font-weight: 400;
		}
		
h2 		{	
		font-size: 22px;
		font-weight: 400;
		}
	
p 		{
		font-size: 16px;
		}
ul 		{
		padding-left: 25px;
		font-size: 16px;
		}

#pagecontainer{
	font-size: 16px;
	position: relative;
        margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding-bottom: 25px;
	padding-left: 40px;
	padding-right: 40px;
	width: 800px;
				}


#header01 {
		clear: both;
		padding-left: 180px;
		padding-bottom: 15px;
		}

 
.header01 {             /* for the which-maurer.html page only */
		clear: both;
		padding-left: 180px;
		padding-bottom: 15px
}

#content 	{              /* #content is a container for content01 */
		clear: both;
		}
		
/*------------------------ the footer ---------------------------------------------------------*/
#footer	{
       		clear: both;
      		}
      		
#blank	{
		clear: both; /* to make sure there is a gap between the vertical and horizontal line */
		}

#footernote{
		clear: both;
 		padding-left: 180px;
       		border-top-style: solid;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		padding-top: 20px;
		margin-bottom: 10px
		}
/*------------------------------END the footer------------------------------------------------------*/

/* ------------------------------for  logo and the line ----------------------------------------------*/	
	
#header 	{
		height: 225px; /* create a space for the logo*/
		}
#head00 {
	position: absolute;
	z-index: 0;
	top: 15px;
	left: 40px;
}
#head01 {
	position: absolute;
	left: 590px;
	z-index: 1;
	top: 15px;
	background-image: none;
}
#head02 {
	position: absolute;
	z-index: 2;
	top: 15px;
	left: 100px;
}
/* ------------------------------end of the logo and the line ----------------------------------------------*/	

/* ----------------------------to align the content of left to the right-------------------------------------*/

.content01 {         /* content01 is a container for leftcolumn and rightcolumn */
	clear: both;
}

.leftcolumn {
	width: 120px;
	float: left;
	padding-left: 20px;
}
.rightcolumn {
	float: right;
	border-left: solid black 1px;
	padding-left: 20px;
	width: 620px;
}
/* ------------------------------END to align the content of left to the right-------------------------------------*/


.rightcolumn01 {      /*rightcolumn01 is only use in the redirection pages to remove the vertical line*/
				float: right;
			/*	border-left: solid black 1px; */
				padding-left: 20px;
				width: 620px;
}

/* image in the rightcolumn */
/*  if the float : left is uncommented you need more <p>&nbsp;</p> lines for the paragraph*/
.rightcolumn  img  {
/*	float: left;  */ 
	padding-top : 0px;
	padding-bottom : 0px;
}
