.header_img 
{
	margin-left:10px; 
	margin-top: -140px;
	position:fixed; 
	z-index:99;
	border: 00px;
}

p:first-letter 
{
    font-size: 200%;
    float: none;
}

/* Struktur på sidan */
div.all
{
    position: relative;
    width: 800px;
    margin-top:15px;
    margin-left:auto;
    margin-right:auto;
}
div.text
{
    position: relative;
    width: 600px;
    top: 0px;
    text-align: left;
	border:001px solid #162983;
	margin-left:auto;
    margin-right:auto;
	padding: 20px;
}
/*
div.logo
{
    position: relative;
    width: 120px;
    height: auto;
    float: left;
    text-align: center;
}
div.spons
{
    position: relative;
    width: 100px;
    height: auto;
    float:right;
}

/* Speciella selectorer och klasser */
/*
div.top  /*Toppen på kontakt sidan */
/*
{
    position:relative;
    height:160px;
    text-align:center;
}
div.kont  /*Elementen i kontaktsidan */
/*
{
    position:relative;
    width:170px;
    height:auto;
    float:left;
    text-align:center;
}
div.top2
{
    position:relative;
    height:25px;
    text-align:center;
}
div.pris
{
    position:relative;
    margin-left:50px;
    float:left;
}
div.ph
{
    position:relative;
    float:right;
    margin-right:20px;
}

div.ban_bild
{
    position:relative;
    float:right;
    width:100px;
    height:100px;
    margin-left:20px;
    text-align:center;
}
/*
div.spec
{
    font-style:italic;
    margin-left:20px;
}
div.logobild
{
    height:175px;
    background-image: url(http://www.heliskihemavan.se/pics/logo_0809.gif);
    background-position:center;
    background-repeat:no-repeat;
}
*/
img
{
/*    border-width: 1px;
    border-color: #EAF4F3;
    border-style: groove;
    margin: 10px; */
    float: left;
}
img.hoger
{
    margin-top: 150px;
	float: right;
}
img.cent
{
    float:none;
	margin-left: 30px;
}
img.spec
{
    border-style:none;
    border-width: 0;
    float:none;
}
img.vader
{
    background: #FFFFFF;
}
img.logo
{
    position: relative;
    top:25px;
    width:120px;
    height:173px;
    margin-left:0px;
    border-style:none;
}
img.spons
{
    width:100px;
    height:324px;
    border-style:none;
}

H1
{
    font-size: 22px;
    font-weight:bolder;
    font-style:italic;
    text-align:center;
}
H2
{ 
    font-size: 18px;
    font-weight: bold;
	text-align:center;
}  
H3
{
    font-size: 16px;
    text-align: center;
}
H4
{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
H4.pres
{
    text-align:left;
}
H5
{
    font-size: 9px;
    text-align:center;
}
H6
{
    font-size: 9px;
    text-align:right;
}
H6.spec
{
    font-size: 1px;
    color:#800000;
}

UL
{
    margin-left:25px;
}
LI.or
{
    margin-left:-70px;
    list-style : url(pics/flinga2.gif);
}
LI.ior
{
    margin-left:-100px;
    list-style : url(pics/flinga2.gif);
}
HR
{
	width: 50%;
}

Table 
{
    border-width: 0px;
	margin-right: auto;
	margin-left: auto;
}
Table.bo
{
	border-style: none;
}

TH
{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
TD
{
    border-width: 0px;
    border-color: #EAF4F3;
    border-style: groove;
    padding:5px;
    text-align:right;
	font-size: 13px;
}
TD.kal
{
    text-align: center;
    background: #41a62a;
}

TD.booked
{
	text-align: center;
    background: #FF0000;
}

TD.byte
{
	text-align: center;
    background: yellow;
	background-image : url(http://www.heliskihemavan.se/pics/byte.gif);
}

/* Navigering - Meny*/
ul.menu {
list-style-type:none;
width:800px;
position:relative;
display:block;
height:33px;
font-size:.8em;
background:url(images/bg.png) repeat-x top left;
font-family:Verdana,Helvetica,Arial,sans-serif;
border:00px solid #000;
margin-top:-10px;
margin-left:0px;
padding:0;
}

ul.menu li {
display:block;
float:left;
margin:0;
padding:0;
}

ul.menu li a {
float:left;
color:#A79787;
text-decoration:none;
height:24px;
padding:9px 15px 0;
font-weight:normal;
}

ul.menu li a:hover,.current {
color:#fff;
background:url(images/bg.png) repeat-x top left;
text-decoration:none;
}

ul.menu .current a {
color:#fff;
font-weight:700;
}

/*BLUE*/
ul.menu.blue{
background-color:#0000C0;
}
ul.menu.blue li a:hover, .menu.blue li.current {
background-color:#A3BAE6;
}
