﻿body    {
  left: 0px;
  top: 0px;
  margin-left: 0px;
  margin-top: 0px;
  color:#6b6b6b;
  font-size: 14px;
  font-family: Trebuchet MS;
}


a {
  border: 0px;
  text-decoration: none;
}

a:link{
  color:#950000;
}
a:visited{
  color:#950000;
}
a:hover {
  color:#950000;
}
a:active{
  color:#950000;
}

a img {
  border: 0px;
}

#page   {
  margin: 0 auto 0 auto;
  width: 800px;
  overflow:auto;
}

#home {
    float: right;
    right:0px;
}

#header {
  background: url(billeder/header_bg.jpg) repeat-x;
  width: 800px;
  height: 169px;
  clear: both;
}

#header img {
    float: right;
    right:0px;
}

#menu   {
    margin-top:40px;
    position:relative;
    border: 0px solid red;
    width: 170px;
    left: 60px;
    border-bottom: 2px solid #6b6b6b;
    float: left;
    margin-bottom: 40px
}

#menu a {
  display: block;
  height: 40px;
  width: 170px;
  border-top: 2px solid #6b6b6b;
  color:#950000;
}


#menu a b {
  font-size: 16px;
  float: right;
  vertical-align: middle;
  line-height: 40px;
  margin-right:40px; 
}

#menu a#om_firmaet {
background: url(billeder/about.jpg) no-repeat right;
}

#menu a#om_firmaet:hover {
background: url(billeder/about_over.jpg) no-repeat right;
}

#menu a#udvikling {
background: url(billeder/devel.jpg) no-repeat right;
}

#menu a#udvikling:hover {
background: url(billeder/devel_over.jpg) no-repeat right;
}

#menu a#kontakt {
background: url(billeder/contact.jpg) no-repeat right;
}

#menu a#kontakt:hover {
background: url(billeder/contact_over.jpg) no-repeat right;
}

#menu a#projekter {
background: url(billeder/projects.jpg) no-repeat right;
}

#menu a#projekter:hover {
background: url(billeder/projects_over.jpg) no-repeat right;
}

#menu a#produkter {
background: url(billeder/product.jpg) no-repeat right;
}

#menu a#produkter:hover {
background: url(billeder/product_over.jpg) no-repeat right;
}


#menu a#uddannelse {
background: url(billeder/education.jpg) no-repeat right;
}

#menu a#uddannelse:hover {
background: url(billeder/education_over.jpg) no-repeat right;
}

#menu a#SubMenu {
	font-size: 12pt;
	text-align: right;
	border-top: 0px;  
	height:25px;
}

#vertical   {
  width: 2px;
  height: 212px;
  float: left;
  margin-top:40px;
  margin-left: 80px;
  margin-right: 10px;
  border-left: 2px solid #6b6b6b ;
}


#content   {
  overflow: auto;
  margin: 40px 10px 20px 0px;
  width: 470px;
}


h1.heading {
 font-size: 20px;
 font-weight: bold;
 margin-left:0px;
 color: #6b6b6b;
}

h1.heading b.red{
    color:#950000;

}

h2 {
 font-size: 18px;
 font-weight: bold;
 margin-left:0px;
 margin-bottom:5px;
 color: #6b6b6b;
}

h2 b.red{
    color:#950000;
}

p 
{
    margin-top:0px;
    margin-bottom:5px;}

p.more  {
  color: #950000;
  display: block;
  right: 0px;
  font-size: 16px;
  float: right;
  font-weight: bold;
}


#footer {
  margin: 0 auto 0 auto;
  padding-top: 5px;
  border-top: 2px solid #6b6b6b;
  width: 90%;
  clear: both;
  font-size: 13px;
  text-align: center;
}


