﻿/* HUVUDSIDA */
body { background: #119f06; }

#top { background: url(../img/index/soccer/bg_top.gif) repeat-x;}
#logo { height: 104px; background: url(../img/index/soccer/top_logo.jpg) no-repeat;}
#imgborder { height: 100px; border-top: 2px solid #ecd900; background: #5c6f30 url(../img/index/soccer/bg_middle.jpg) center no-repeat;}
#middle {height: 33px; background: url(../img/index/bg_menu.gif) repeat-x;}
#content { background: #e5fbe3;}
#footer { background: url(../img/index/soccer/bg_footer.gif) repeat-x;}
.innerfooter {color: #29ab23;}

/* 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;
  float: left;
  padding: 4px 10px;
  font-size: 1.3em;
  color: #777;
}
#menu a:hover, #menu a:active { color: #fff;}

/*ALTLÄNK*/
a.altmeny, a.altmeny:link, a.altmeny:visited { color: #333;}
a.altmeny:hover, a.altmeny:active {color: #666;}
a.altmeny2, a.altmeny2:link, a.altmeny2:visited { color: #666;}
a.altmeny2:hover, a.altmeny2:active {color: #333;}

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

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