﻿/* Sitecore Default Stylesheet */

html {
  height:100%;
}

body {
  font-family: Tahoma, Arial, sans-serif;
  margin:0px;
  padding:0px;
  width:100%;
  height:100%;
}

#MainPanel {
  background:#e9e9e9;
  text-align:center;
  height:100%;
}

#CenterColumn 
{
  text-align:left;
  margin:auto;
  width:800px;
}

#Banner 
{
  background:white;
  border-bottom:1px solid #bfbfbf;
  padding:8px;
}

#Content {
  background:white;
  margin:10px 0px 0px 0px;
  border-bottom:1px solid #bfbfbf;
  padding:16px 16px 48px 16px;
}

/****************************** Uddannelsesforbundet ***********************/

html {
  overflow: -moz-scrollbars-vertical;
}
body {
  font-family: verdana, arial, sans-serif;
  font-size: 12px;/*10*/
  color: #000000;
line-height:20px;
}
a, a:hover {
  color: #000000;
}
ul {
  padding: 0px;
}
h1, h2, h3, h4, p {
  margin: 0px;
}

h1, h2, h4 {
  font-weight: bold;
}
h2{
  font: bold 16px Arial;
}
h3{
 font-weight:normal !important;
}
h1, h2 {
/*  text-transform: uppercase;*/
}
h1, h1 a, h1 a:hover, 
h2, h2 a, h2 a:hover {

/*  color: #9E0000;*/
}
h3, h3 a, h3 a:hover {
 /* color: #8A846C;*/
}
h1 {
  line-height: 30px;
  font-size: 20px;/*27px;*//*26*/
}
h2 {
  font-size: 15px;/*14*/
}
h3 {
  font-size: 15px;/*14*/
}
h4 {
  font-size: 11px;/*10*/
}
p {
  line-height: 14px;
  padding: 4px 0px 10px;
}
a.boks {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  padding-left: 14px;
  padding-top: 0px;
  background: none;
  background: url("/Uddannelsesforbundet/images/headerbg.gif") no-repeat;
  height: 29px;
  line-height: 29px;
  width: 580px;
  display: block;
}
a.pil {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  padding-left: 14px;
  padding-top: 0px;
  background: url("/Uddannelsesforbundet/images/redArrow.gif") no-repeat 3px left;
}