﻿* {
  padding:0px;
  margin:0px;
}
body {
  background:url(../images/bg.gif) center top repeat-x;
}
a {
  color: #666666;
  text-decoration: none;
  font-style: normal;
  font-weight: Bold;
  font-family: Verdana, Helvetica, Arial;
  font-size: 11px;
}
a:hover {
  color: #666666;
  text-decoration: underline;
  font-style: normal;
  font-weight: Bold;
  font-family: Verdana, Helvetica, Arial;
  font-size: 11px;
}
#Container {
  position:relative;
  text-align:left;
  margin:0px auto;
  width:980px;
}
#LogoHolder {
  position:absolute;
  left:726px;
  top:480px;
}
#NewsHolder {
  position:absolute;
  left:0px;
  top:549px;
  width:980px;
  height:41px;
}
/*farve specifikt*/
#TopMenuHolder li.selected {
  border-top:7px solid #91ABBC;
}
#TopMenuHolder li a:hover, #TopMenuHolder li a {
  border-left:1px solid #91ABBC;
}
#TopMenuHolder li ul {
  background-color: #b6bbbf;
}
#LeftContainer {
  position:absolute;
  left:110px;
  top:42px;
  width:340px;
  height:420px;
        background-color:#91ABBC;
        overflow:hidden;
}
#LeftContainer2 {
  position:absolute;
  left:110px;
  top:42px;
  width:340px;
  height:420px;
  background-color:#ce1443;
  overflow:hidden;
}
#LeftContainer2 #LeftBottomHolder .ParagraphText p {
  color:#FFF;
}
#LeftContainer2 #LeftBottomHolder .ParagraphText a {
  color:#DDD;
}
#LeftContainer2 #LeftTopHolder img {
  margin-left:15px;
}
#LeftTopHolder {
  position:absolute;
  left:15px;
  top:35px;
}

#LeftBottomHolder {
  position:absolute;
  left:0px;
  top:260px;
  width:300px;
  height:150px;
  margin:10px 0px 0px 20px;
  overflow: hidden;
     
}
#ContentHolder {
  position:absolute;
  left:450px;
  top:42px;
  width:420px;
  height:420px;
  background-color:#000000;
  overflow: hidden;
}
#PageMenuHolder {
  width:377px;
  height:20px;
  overflow: hidden;
}
.ParagraphImage {
  position:relative;
  float:left;
}
.ParagraphText {
  position:relative;
  /*width:377px;
  height:252px;*/
  padding:10px 0 0 10px;
  float:left;
}
.ParagraphColumn {
  width:354px;
  height:240px;
        margin:14px 0 0 14px;
  float:left;
}


