/* CSS-fil för LePique */
/* Skriven av Henrik Trost i Kate för Linux */

body {
margin: 0px;
padding: 0;
font: 10px Verdana,Tahoma,Arial,sans-serif;
background: #4e598e;}

#allt {
border-top: 10px solid #d00005;
border-left: 1px solid black;
border-right: 1px solid black;
border-bottom: 1px solid black;
width: 760px;
margin: 0px auto;
background: #ffffff; 
}

#logga {
border: 0;
margin: 10px;
width:740px;
height: 145px;
font-size: 20px;
text-align: right; 
}
#logga img{
float: left; }

#menycontainer ul{
margin-left: 0; 
padding-left: 0; 
float: left; 
width: 100%; 
height: 2em;
background: #d00005; 
font-size: 10px; 
font-family: Verdana, Helvetica, sans-serif;
font-weight: bolder;
}

#menycontainer li{
display: inline;}

#menycontainer ul a{
float: left; 
text-decoration: none; 
padding: 0.3em 2em;}

#menycontainer a:link{color: #ffffff;}
#menycontainer a:visited{color: #ffffff;}
#menycontainer a:hover{background: #fe0a10;}

/* Här börjar själva innehållet */

#sidomeny{
float: left;
width: 160px;
height: 100%;
margin: 10px 20px 0px -30px;
padding: 0px;
text-align: left;
font-size: 11px;
font-weight: bold;
}

#sidomeny a{
color:#d00005;
margin-right: 10px;}

#sidomeny a:link { text-decoration: none}
#sidomeny a:visited { text-decoration: none}
#sidomeny a:active { text-decoration: none}

#sidomeny ul{
list-style: none;
}

#sidomeny li{
border-top: 0;
border-left: 0;
border-right: 0;
border-bottom: 2px dotted #000000;
padding-bottom: 5px;
margin-bottom: 10px;

}
#innehall{
width: 760px;
height: 1500px;
margin: 0px 0px 0px 0px;
padding: 0px;
background: white;
text-align: left;
}

#innehall p{
margin: 5px;
line-height: 200%}

#innehåll p.kontakt{
margin: 5px;
line-height: 100%}

#innehall h2{
margin: 10px;
font-weight: bolder;
font-size: 18px;}

#innehall h3{
margin: 10px;
font-weight: bold;
font-size: 15px;}

#innehall img.hoger{
float: right;
margin: 6px;
border: 1px dotted #000000;}

#innehall img.topp{
margin: 6px;
border: 1px dotted #000000;}

#innehall .sidnummer{
font-size: 150%;
font-weight: bolder;
}

#lista ul{
margin-left: 25px;}

#lista li{
margin: 5px 0px 5px 24px;
line-height: 150%;}

/* Den här dväljs under allt annat. */

#under {
width: 760px;
height: 30px;
margin-top: 0px;
background: #fdda00;
padding: 0px 0px;
text-align: left;
font-size: 10px;
font-weight: bolder;
border-top: 2px solid #d00005;
border-left: 0;
border-right: 0;
border-bottom: 10px solid #d00005;
}

#under p{
margin: 10px;
text-align: left;}

