/* Start of CMSMS style sheet 'eastwoodstyle' */
body {
	background: #000000 url(uploads/images/background.png);
	font-family: "Arial Narrow";
	font-size: 11pt;
	color: #FFF;
}

* {
	margin: 0px;
	padding: 0px;
}

html, body, #wrapper {
   height: 100%
}

#left, #right, #content {
   position: absolute;
   width: 50%;
   top: 0;
   left: 0;
}

#left .inner {
   margin-right: 356px;
}

#right .inner {
   margin-left: 356px;
}

#right {
   left: auto;
   right: 0;
   position: fixed;
}

#content {
   border: 2px solid #777777;
   border-top: none;
   border-bottom: none;
   left: 50%;
   margin-left: -356px;
   width: 708px;
   min-height: 100%;
}

#logo, #menu {
   position: fixed;
}

#logo {
   bottom: 0;
   left: 0;
   width: 50%;
}

#logo a {
   display: block;
   margin-right: 356px;
   outline: none;
}

#logo a img {
   display: block;
   margin: 20px auto;
}

#menu {
   top: 0;
   left: 50%;
   margin-left: -1376px;
   width: 1000px;
}

#menu li {
   list-style: none;
}

#menu a {
   font-family: "Arial Narrow";
   color: #E76B2F;
   text-decoration: none;
   font-weight: normal;
   text-transform: uppercase;
   height: 36px;
   display: block;
   background: url(uploads/images/menu.png) no-repeat top right;
   text-indent: -9999px;
   outline: none;
   margin-bottom: 7px;
}

#menu a:hover {
   color: #FFF;
}

#menu a.menu_current {
   color: #FFF;
}

#menu a.Nyheter {}
#menu a.Nyheter:hover, #menu a.Nyheter.menu_current { background-position: right -36px; }

#menu a.Tjenester { background-position: right -72px; }
#menu a.Tjenester:hover, #menu a.Tjenester.menu_current { background-position: right -108px; }

#menu a.Prosjekter { background-position: right -144px; }
#menu a.Prosjekter:hover, #menu a.Prosjekter.menu_current { background-position: right -180px; }

#menu a.Kontakt { background-position: right -216px; }
#menu a.Kontakt:hover, #menu a.Kontakt.menu_current { background-position: right -252px; }

#right li {
   list-style: none;
}

#right a {
   text-decoration: none;
}

#right ul.small li, #right ul.small li a {
   font-size: 12pt;
   color: #FFF;
}

#right ul.small a:hover {
   color: #AEAEAE;
}

#right ul.big li, #right ul.big li a {
   font-size: 20pt;
   color: #8D8D8D;
   font-weight: bold;
}

#right ul.big a:hover {
   color: #AEAEAE;
}

#menu, #right .inner {
   padding: 38px 10px;
}

#right .inner {
   padding-top: 33px;
}

#mid {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10pt;
   padding: 35px 15px;
}
 
#content a {
   color: #FFF;
   text-decoration: none;
}

#content a:hover {
   text-decoration: underline;
}

.kart {
   color: #CCCCCC;
   text-decoration: none;
}

.kart:hover {
   text-decoration: underline;
}

img, div, a, input { 
   behavior: url(images/iepngfix.htc);
}

.inner a:link {
   color: #999999;
}

.inner a:active {
   color: #999999;
}

.inner a:visited {
   color: #999999;
}

.inner a:hover {
   color: #999999;
}
/* End of 'eastwoodstyle' */

