/* InfoStyleReklame1.css */

/* Fjerner understrek under linker og setter fargen */
body { font-family:tahoma; font-size:10pt; color:white;}
	A { font-family:tahoma; font-size:8pt; text-decoration:none;}
	A:link { text-decoration: none; color:black; } /*blue*/
	A:visited { text-decoration: none; color:black; } /*blue*/	
	A:hover { font-family:tahoma; font-size:8pt; font-weight:bold; color:#269F09;  } /*Maroon*/

/* Oppsett for menu MENY1 */
.menu{ cursor:pointer; margin-bottom: 0.1px; background-color:#146F74; 
	color:#FFFFFF; width:136px; padding:1px; text-align:center; 
	font-weight:bold; /*/*/border:1.5px solid #000000;/* */ }
	
.menutitle{ cursor:pointer; margin-bottom: 0.1px; background-color:#ECECFF; 
	background:url("../bitmaps/BackButonBlue.jpg");
	color:#000000; width:136px; padding:1px; text-align:center; 
	font-weight:bold; /*/*/border:1.5px solid #000000;/* */ }
	
.menualarm{ cursor:pointer; margin-bottom: 0.1px; background-color:#ECECFF; 
	background:url("../bitmaps/BackButonBlueAlarm.jpg"); 
	color:#000000; width:136px; padding:1px; text-align:center; 
	font-weight:bold; /*/*/border:1.5px solid #000000;/* */ }
	
.submenu{ margin-bottom: 0.2em; background-color:#ffffe7; color:#000000; /*   background-color:#EBDEC3 #Fdffff;  */
	width:135px; padding:1px; text-align:left; font-weight:bold; /*/*/border:1px solid #000000;/* */ }
