<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
background-color: lightblue;
text-align: center; /* Center align for IE */
margin:auto;
}

body.recept {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
background-color: lightblue;
text-align: left;
margin:auto;
}


h1	{margin-top:9.0pt; margin-bottom:6.0pt; background-color:lightblue;}
h2	{margin-top:9.0pt;	margin-bottom:3.0pt;}
h3	{margin-top:9.0pt;	margin-bottom:3.0pt;}



a:link,a:visited {display:inline-block; color:#000fff; text-decoration: none;}
a:hover { color:000000; text-decoration: none; font-size:100%;}
a:active {text-decoration: underline;}

#ram
{
width:90%;
height:95%;
border:0;
}

#wrapper
{
margin: 0 auto;
width: 99%;
height:95%;
}

#leftmenu
{
width: 12%;
}

#leftmenuRecept
{
width: 20%;
}

#content100
{
width: 100%;
}
#content
{
width: 88%;
}
#contentRecept
{
width: 80%;
}
#kolumn
{
width:150px; float:left; text-align:left;
}

input:focus
{
background-color:yellow;
}

ul	{

list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
}

li
{
float:left;
display:block;
width:18%;
background-color:B5AEAE;
font-weight:bold;
text-align:center;
padding:1%;
text-decoration:none;
text-transform:uppercase;
}

li.left
{
float:none;
display:block;
width:125px;
background-color:lightblue;
font-weight:normal;
text-align:left;
padding:0%;
text-decoration:none;
text-transform:none;
}

li.recept
{
float:none;
display:block;
width:200px;
background-color:lightblue;
font-weight:normal;
text-align:left;
padding:0%;
text-decoration:none;
text-transform:none;
}

#tabell
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:100%;
border-collapse:collapse;
}

#tabell td, #tabell th 
{
font-size:1em;
border:1px solid #B5AEAE;
padding:3px 7px 2px 7px;
text-align:center;
}

#tabell th 
{
font-size:1.1em;
padding-top:5px;
padding-bottom:4px;
background-color:#B5AEAE;
color:#ffffff;
}</pre></body></html>