html
{
	overflow: -moz-scrollbars-vertical;
 	background : #C7C7C7 url("../images/layout/background.gif") repeat-x fixed;
	/**overflow-y: scroll;**/
	font-size:13px;
	font-family: Verdana;
	color: #000000;
}

td
{
	font-size:12px;
}

h1 {
  font-family : verdana;
  font-size : 18px;
  color : #010101;
  padding : 0 0 15px 0;
  margin : 0;
}

h2 {
  font-family : verdana;
  font-size : 15px;
  color : #000000;
  padding : 0 0 10px 0;
  margin : 0;
 
  font-weight : bold;
}

/* Kun til boksen */
h3 {
  font-family : verdana;
  font-weight : bold;
  color : #000000;
  font-size : 10px;
  padding : 0;
  margin : 0 0 6px 0;
}

h4 {
  font-family : verdana;
  font-weight : normal;
  font-style : normal;
  color : #000000;
  font-size : 10px;
  padding : 0;
  margin : 0;
}

h5 {
  font-family : verdana;
  font-weight : normal;
  font-style : normal;
  padding : 0;
  margin : 0;
  color : #1E1F1F;
  font-size : 10px;
}

.cbmi_boks_link {
  color : #BB5F40;
  text-decoration : none;
  width : 100%;
  overflow : hidden;
  white-space : nowrap;
  display : block;
  font-size : 10px;
  padding-bottom : 5px;
}
.cbmi_boks_link:hover {
  text-decoration : underline;
}

a {
  color : #BB5F40;
  text-decoration : none;
}
a:hover {
  text-decoration : underline;
}


.menulink {
  color : #1E1F1F;
  font-family : verdana;
  font-size : 11px;
}
.menulink:hover 
{
  	text-decoration : none;
  	color:#000000;
}
.menulinktop {
  margin-left : 16.5px;
  font-weight : bold;
}

.menudivmain {
  padding : 12px 0 0 0;
  font-size : 11px;
}

.breadcrumb {
  color : #6B6B6B;
}

.dark {
  background-color : #323232;
  color : #CCC;
}
.light {
  background-color : #C0C0C0;
  color : black;
}

.indholdsboks {
  /*/width : 210px;/**/
  border : 1px solid #BB5F40;
  /*padding : 6px;*/
  margin : 12px 6px 12px 32px;
  overflow : hidden;

}

.quicklinks
{
	position: relative;
	top: 2px;
	margin-left: 4px;
	font-size: 9px;
}

.mainlink
{
	color: black;
	text-decoration: none;
}
legend 
{
	color:#000000;
	font-weight:bold;
}
input 
{
	font-size:11px;
}
select
{
	font-size:11px;
}