/*******************************
Layout, containers, delar av sidan
*******************************/


body {
background-image:url(collage_small.gif);
background-position: center;
background-repeat: repeat;
}

#layout {
border:1px solid white;
margin: 0 auto;
width: 712px;
background: 000;
}



#top {
height: 208px;
}



#mid {
clear: both;
width: 712px;
background: #000;
}

#menypage {
clear:both;
float: left;
width: 178px;
background: #000;
}

#content {
position: relative;
float: right;
width: 534px;
background: #ffffff;
}


#contentbox {
position: relative;
margin: 20px;
}

#bot {
clear: both;
background: #9c9595;
background: url(bot.gif);
height: 95px;
}

#botruta {
border: 1px solid #000;
height: 88px;
width: 666px;
background: #ffffff;
margin: 0 auto;
position: relative;
top: 45px;
}

#botrutacontl {
position: relative;
float: left;
padding: 0px 16px;
}

#botrutacontr {
position: relative;
float: right;
padding: 0px 14px;
}


/*******************************
programcontainers
*******************************/
.programruta {
clear: both;
width: 500px;
}

/*******************************
dessa tre idn ska bort
*******************************/

#programruta {
clear: both;
width: 500px;
}

#programtext {
width: 350px;
float:left;
margin: 5px;
}

#frontbild {
height: 120px;
width: 120px;
float: right;
border: 1px dotted black;
margin: 4px;
padding: 2px;
}


/*******************************
dessa är ok
*******************************/



.programtext {
width: 350px;
float:left;
margin: 5px;
}



.frontbild {
height: 120px;
width: 120px;
float: right;
border: 1px dotted black;
margin: 4px;
padding: 2px;
}


/*******************************
Menyn
*******************************/

/*******************************
Menybox background påverkar strecket ovanför "program"
*******************************/


#menybox {
float: left;
border-right: 1px solid white;
border-top: 1px solid white;
border-bottom: 1px solid white;
margin: 0;
width: 162px;
height: 450px;
padding: 0px;
font-family: arial;
font-size: 16pt;
font-weight: bold;
line-height: 0px;
background: #54b948;
}

#menybox ul {

list-style-type: none;
margin: 0;
padding: 0;
background: #54b948;
}

.darggraybg {
background: #54b948;
}


#menybox a
{
background: #54b948;
display: block;
padding: 7px 6px;
border-bottom: 0px solid white;
color: #000000;
line-height: 15px;
text-decoration: none;
}

#menybox a:hover
{
background: #000000;
color: #54b948;
}

#menybox h1 {
font-family: arial;
font-size: 16pt;
font-weight: bold;
line-height: 0px;
background: #606060;
color: #ffffff;
}


/*******************************
Text och länkar
*******************************/
h1 {
font-family: arial;
font-size: 16pt;
color: #54b948;
font-weight: bold;
letter-spacing:1px;
}

h2 {
font-family: arial;
font-size: 11pt;
color: #000000;
line-height: 16px;
font-weight: bold;
margin-top: 0px;
}

p {
font-family: arial;
font-size: 10pt;
color: #000000;
font-weight: normal;
}

p.liten {
font-family: geneva;
font-size: 8pt;
color: #000000;
font-weight: normal;
}

p.galleritext {
font-family: arial;
font-size: 12pt;
color: #000000;
font-weight: normal;
}

p.litentjock {
font-family: arial;
font-size: 8pt;
color: #000000;
line-height: 12px;
font-weight: bold;
}

a {
color: #54b948;
text-decoration: none;
font-weight: bold;
}

a:visited {
color: #54b948;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #000000;
text-decoration: none;
font-weight: bold;
}
/*******************************
bildcontainers
*******************************/
#frontbildbox {
width: 120px;
height: 120px;
margin: 3px;
}

#galleribild {
display: inline;
width: 150px;	
}

/*******************************
övrigt
*******************************/

#utfyll {
height: 300px;
}


hr { 
width: 100%;
border-top: 2px dotted #54b948;
border-right: 0px; 
border-bottom: 0px; 
border-left: 0px; }

hr.vanlig { 
width: 100%;
border-top: 1px solid gray;
border-right: 0px; 
border-bottom: 0px; 
border-left: 0px; 
}



#graybg {
background: #9c9595;
height: 800px;
width: 162px;
}

table, tr, td {
font-family: arial;
font-size: 8pt;
color: #000000;
font-weight: normal;
}


