/* Presentation Stylesheet */ 

.highlightit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}

.highlightit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}
	* { /* nollställer alla marginaler och padding */
   margin:0px; 
   padding:0px;
   } 
	body,
html {
	background-color:transparent;
    color:#990;
    }
body {
	min-width:100%;
	line-height:150% !important;
  	text-align:left;
  	font-family: verdana !important, tahoma,arial,Trebuchet MS,Verdana,Sans-serif;
  	font-size: 10px !important;
  	color:#880;
  	overflow: hidden;
	margin-top:5px;
  }

h3, p {
 margin:0;
 padding:0px;
 }
h1 {
 font-family:georgia !important, tahoma, verdana,arial,Trebuchet MS,Verdana,Sans-serif;
 font-size: 16px !important;
 color:#660 !important;
 letter-spacing:3px !important;
 margin-bottom:14px;
 font-weight:bold;
 padding-left:10px;
 }
h2 {
 font-family:georgia,tahoma, verdana,arial,Trebuchet MS,Verdana,Sans-serif;
 font-size: 16px ! important;
 color:#660;
 letter-spacing:2px;
 margin-bottom:10px;
 font-weight:bold;
 padding-left:10px;
 }
h3 {
 font-family:georgia,tahoma, verdana,arial,Trebuchet MS,Verdana,Sans-serif;
 font-size: 14px ! important;
 color:#660;
 letter-spacing:2px;
 margin-bottom:10px;
 font-weight:bold;
 padding-left:10px;
 }
h4 {
 font-family:georgia,tahoma, verdana,arial,Trebuchet MS,Verdana,Sans-serif;
 font-size: 12px ! important;
 color:#660;
 letter-spacing:2px;
 margin-bottom:10px;
 font-weight:bold;
 padding-left:10px;
 }
 
li,ul {
 color:#880;
 padding-top: 5px;
 padding-bottom: 3px;
 margin-left:10px;
 letter-spacing:1px;
 padding-left:5px;
 line-height:150%;
}
li:first-letter {
 font-size: 105%; 
 font-weight: bold;
 color:#770;
 padding: 1px;
 font-family:times !important;
 line-height:150%;
 }

p {
 color:#880;
 padding-left: 20px;
 padding-right: 5px;
 line-height:150%;
 letter-spacing:1px;
 line-height:150%;
 font-size:10px !important;
}
  
p:first-letter {
 font-size: 105%; 
 font-weight: bold;
 color:#550;
 padding: 1px;
 font-family:georgia !important;
 line-height:150%;
 }
 
a:link {color: #ba0; text-decoration: none}
a:visited {color:#ba0; text-decoration: none}
a:hover {color:#980; text-decoration: underline; font-weight: bold}
a:active {color:#550; text-decoration: none; font-weight: bold}

	#tabledescription{
width: 200px;
height: 4em;
border: 0.1em dotted #cc5;
padding: 3px;
filter:alpha(opacity=0);
-moz-opacity:0;
}
#coolmenu{
border: 1px solid black;
width: 170px;
background-color: #E6E6E6;
}

#coolmenu a{
font: bold 13px Verdana;
padding: 2px;
padding-left: 4px;
display: block;
width: 100%;
color: black;
text-decoration: none;
border-bottom: 1px solid black;
}


#box1{
	  float:left;
	  width:auto;
	  height:auto;
	  margin:10px;
	  }
#box2{
	  float:left;
	  width:210;
	  height:4.0em;
	  margin:10px;
	  padding:5px;
	  text-align:center;
	  }