﻿/* HUVUDSIDA */
body { background: #114a98; }

#top { background: url(../img/index/main/bg_top.gif) repeat-x;}
#logo { background: url(../img/index/main/top_logo.gif) no-repeat;}
#middle {height: 124px; background: url(../img/index/main/bg_middle.jpg) repeat-x;}
#content { background: #f5f3e9;}
#footer { background: url(../img/index/main/bg_footer.gif) repeat-x;}
.innerfooter {color: #6296dd;}

/* CONTENT INNEHÅLL */
#left h1, #right h1 { color: #c0ac00;}
#left h1 span, #right h1 span {color: #076bf4;}

/* NYHETER */
.news h2 {color: #076bf4;} /*rubrik*/
.news .left .day { color: #7fa5da;}
.news .left .month {color: #555;}
.news .left .year {color: #ccc;}

/* BILD HOVER */
a.testimg, a.testimg:link, a.testimg:visited { background: #ccc;}
a.testimg:hover, a.testimg:active { background: #666;}

/* LÄNKAR OCH MENYER */

/*HUVUDMENYN*/
#menu a, #menu a:link, #menu a:visited 
{
  display: block; 
  height: 18px; 
  line-height: 18px; 
  color: #155dc0;
}
#menu a:hover, #menu a:active { color: #1e90ff; text-decoration: underline;}

/*FOOTERLÄNK*/
#footer a, #footer a:link, #footer a:visited { color: #92b4e3; }

/*TABELLER*/
table.kontakt th { color: #076bf4; }
