/* einfaches vert. Menu  */ 
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
.textcenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium; text-align: center;
}
.textsmallitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small; font-style: italic; 
}
.menuleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}
.textcontact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	position: absolute;
	left: 2.5em;
	bottom: 3px;
	color: #989493;
	width: 156px;
	height: 75px;


}

a.button {	
font-weight: bold;	font-size: 10px;	font-family: Verdana, Arial, Helvetica, sans-serif; text-align: center; padding: 4px 8px;	border-top: 1px solid white;	border-right: 1px solid black;	border-bottom: 1px solid black;	border-left: 1px solid white;	text-align: center;	min-width: 200px; width:150px;	text-transform: uppercase;
 line-height: 18px;
}
a.button:link {
 	background-color: #8DE9EA; 	color: #7476CF;	text-decoration: none;	
}
a.button:visited {
	background-color: #A3D9DA; 	color: #fff;	text-decoration: none;	
}
a.button:hover {
 	background-color: #A3D9DA; 	color: #000;	border-color: black white white black;	text-decoration: none;	
}
a.button:active {
	 	background-color: #369; 	color: #ccc; 	text-decoration: none;	
}

/* h1-h3 style */
h1 {     color: red;     background-color: #8DE9EA;     font-size: 2em;     margin: 0;     margin-bottom: 0.5em;     padding: 0.25em;     font-style: bold;     text-align: center;     letter-spacing: 0.5em;     border-bottom-style: solid;     border-bottom-width: 0.5em;     border-bottom-color: blue; } 
h2 {     color: black;     background-color: aquatic;     font-size: 1.0em;     margin: 0;     padding: 0.1em;     padding-left: 0.5em; display: inline;} 
h3 {     color: #999;     font-size: 1.25em; } 

/* img {     border-style: dashed;     border-width: 1px;     border-color: orange; } */

/* Images  */ 
img.leflo { 
  float: left;
  margin-left: 0;
  margin-right: 3px;
  margin-top: 3px;
  vertical-align: bottom;
  display: inline;
}

img.riflo { 
  float: right;
  margin-left: 6px;
  margin-right: 0px;
}
