/*   ade.css for display of blompottan.se file aderton.html		*/
   	  
body {
    background : #5f9ea0;
    font-family : Georgia, serif;
    color : #444;
    margin : 8px;
		padding: 8px;
		border: 8px solid #6699ff; 
    }
 
a:link 	  { color: #000000; background: white; text-decoration: none; } 
a:visited { color: #ff0000; background: white; text-decoration: none; } 
a:active  { color: #000080; background: transparent; text-decoration: none; } 
a:hover   { color: #8b008b; background: transparent; text-decoration: underline; } 

hr		{ margin: 16px; color: red; background: white; height: 6px; }

blockquote	
 { 
background-image: url("../images/pat.gif"); 
font: 100% verdana, Tahoma, sans-serif; 
color: navy; 
padding: 8px 12px; 
margin: 4px 34px;
 }
b				{ font-weight: bolder; color: black; background: transparent;}
b.red		{ font-weight: bolder; color: red; background: #ffffff;}
b.dop		{ padding: 6px; margin: 8px 4px 8px 12px; }

h1		{ font-size: 250%; color: black; background: #ffc; } /* vitt changed 13 jan 2006 to black */
h2		{ font-size: 200%; color: navy; background: #ffc; padding: 16px; }
h4		{ font-size: 1.5em; color: #dc143c; margin: 8px;padding: 16px;text-align:center; }
p.aug		{ font: bold 120% Arial, sans-serif; color: purple; padding: 5px; border: none; text-align: left; }
p.brf		{ font: bold 1.2em "Times New Roman", serif; color: maroon; 
				background: transparent; padding: 6px; }
p		{ font: bold 1.0em verdana, Arial, sans-serif;  color: black; 
				background: White; padding: 6px;
				 }
				 
ul			 { 
				 color:			#0033cc;
				 background: #ffa;
				 margin:		 8px;
				 padding:		 8px;
				 text-align: center;
				 }
 
li			 {
					display: 	 inline; 
					font-size: 1.0em;
					margin:		 8px 10px;
					padding:	 8px 16px;
					text-align: center;
				 }
					
td			 {
width:	 220px;
text-align: center;
border:			2px solid red;
padding:		6px;
font-weight:		bold;
}	
	
#IE,
#notIE {
  background : #FFB700;
  padding : 10px;
	text-align: center;
	margin: 10px;
	font-size: 1.3em;
	font-weight: bold;
	color: #999999;
  width : 30%;
	float: left;
	}

#IE { /* IE indicator box is dimmed-out for most browsers */
	background: #af8700;
	color: #997711;
	}

#notIE { /* Non-IE indicator box is brightened as the default */
	background: #ffcc66;
	border: 1px solid #000000;
	color: #000000;
	}

/* The following rules are obeyed only by IE/Win browsers. These rules 
   will override the earlier rules and apply different styles for IE */

#IEroot #IE { /* IE brightens the IE indicator box */
		background: #ffcc66;
		border: 1px solid #000000;
		color: #000000;
		}
	 
#IEroot #notIE { /* IE dims-out the non-IE indicator box */
		background: #00ffff;
		border: none;
		color: #6495ed;
		}

pre  { 
font-size:					0.7em;
padding: 						10px; 
background: 				#ffffcc; 
color: 							#8b4513; 
		 } /* testar 18 dec 2007 */
		 
#IEroot #pre {
				font-size:	0.8em;
				padding: 		10px; 	 	 
				background:	#ffffcc; 
				color:			#000;
										}		
/* for test purpose  Filnamn cssfiles (subfolder) ade.css - 2007 */