/**********General*************/
body{
 font-family : Arial,Verdana,Helvetica,sans-serif;
 font-size : 70%;
 color:#7F7F7F;
 margin: 0px;
 margin-left: 90px;
 padding: 0px;
 background-color: #FFFFFF;
 background-image: url(images/bg_left.jpg);
 background-repeat: repeat-y;
}

#main_container{
  height: 100%;
  background-image: url(images/bg_right.jpg);
  background-position: 814px 0;
  background-repeat: repeat-y; 
}

#left{
  float: left;
  width: 90;
  height: 100%;
}

#top{
  background-image: url(images/topp_banner2.jpg);
  background-repeat: no-repeat;
  height: 174px;
  width: 814px;
}

#top_menu{
  position: relative;
  float: left;
  top: 102px;
  left: 442px;
  height: 18px;
}

#left_menu{
  width: 167px;
  float: left;
  text-align: left;
}

#container{
  float: left;
}

#main{
  float: left;
  width: 646px;
}

a{
  color: #9D2024;
  text-decoration: none;
}

a:hover{
  text-decoration: none;
}

#top ul{
  list-style: none;
  display: inline;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  font-size: 0.9em;
}

#top li{
  display: inline;
  margin: 0px;
  padding: 0px;
  padding-left: 10px;
}

#left_menu ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  font-size: 0.9em;
}

#left_menu li{
  padding-left: 10px;
  height: 31px;
  width: 167px;
}

#left_menu li a{
  position: relative;
  top: 8px;
}

#left_menu li.blue{
  background-image: url(images/menu_bg_down.jpg);
  background-repeat: no-repeat;
}

#left_menu li.yellow{
  background-image: url(images/menu_bg.gif);
  background-repeat: no-repeat;
}

#left_menu li.bottom{
  background-image: url(images/red_strek_bg.gif);
  background-repeat: no-repeat;
}

#left_menu_contact{
  color: #1A5931;
  font-weight: bolder;
  padding-left: 20px;
}

#left_menu_contact h1{
  color: #9D2024;
}

#left_menu_contact a{
  color: #1A5931;
}

#col_left{
  float: left;
  width: 232px;
  margin-left: 10px;
  margin-right: 10px;
}

head:first-child+body #col_left{ /* Read by Mozilla */
  margin-left: 20px;
  margin-right: 20px; 
}

#col_right{
  float: right;
  width: 368px;
}

#col_right .campaign{
	float: left;
	width: 175px;
	margin-right: 5px;
	padding-left: 2px;
	color: #738B7B;
}

#col_right .campaign .left{
	float: left;
	width: 100%;
	padding-right: 0px;
}

#col_right .campaign .right{
  float: left;
  width: 40%;
}

#col_right .campaign2{
  float: left;
  width: 150px;
  padding-right: 10px;
  color: #738B7B;
}

h1{
  font-size: 1.2em;
}

#col_right h1{
  color: #9D2024;
}

#col_left h1{
  color: #1A5931;
  background-image: url(images/gule_prikker.gif);
  background-repeat: no-repeat;
  padding-left: 23px;
}

input.epost{
  font-size: 0.9em;
  width: 90px;
  border: 1px solid #A0A0A0;
  background-color: #FFFFFF;
  color: #738B7B;
  padding-left: 2px;
}

input.button{
  position: relative;
  top: 4px;
}

