/* GENERAL STUFF*/
* { font-family: verdana, tahoma, arial, helvetica, sans-serif; }
html { height: 100%; }
body {
  background: #023567 url(../grafx/bg-logo.gif) no-repeat left bottom;
  font-size: 11px;
  text-align: left;
  font-weight: normal;
  font-style: normal;
}

table {font-size: 11px;}
img.setter {margin: -1px; padding: 0;}

a, a:link, a:visited, a:active {
  color: #FFFFFF;
  font-size: 11px;
  text-decoration: none;
  margin-left: 4px;
  margin-right: 4px;
}
a:hover {color: #023567;}

br { font-size: 6px; }
:root br { line-height: 4px; }

b {
  background-color: black;
  color: white;
  font-size: 8px;
  margin-right: 1px;
  padding: 1px;
  padding-top: 0;
  vertical-align: middle;
}

iframe, div {
  text-align: left;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-family: verdana, sans-serif;
}


/* GENERAL SETUP */
#topbanner {
  border: 3px solid #336699;
  width: 468px;
  height: 60px;
}
#bottomline { width: 100%; }
#menuline, #bottomline {
  height: 16px;
  border: 0;
  background: #336699;
  margin-top: 9px;
}
#bottomline {
  padding-top: 1px;
  padding-bottom: 2px;
}
#bottomline table {height: 16px;}
#bottomline img {margin-top: 1px;}

#menuline a {
  height: 16px;
  border: 1px solid #336699;
  border-width: 0 1px;
  padding: 3px 9px;
  padding-top: 0;
  margin: 0 -2px;
}
* html #menuline a {
  height: 19px;
  padding-top: 3px;
}
#menuline a:hover {
  border-color: #023567;
  background: #6599CB url(../grafx/btn_grad.jpg) repeat-x top left;
}

.box {
  border: 1px solid #336699;
  width: 100%;
  text-align: right;
}

/* GÆLDENDE FOR MENUEN OG BOXE */
.menu, .program, .main {
  width: 100%;
}

#menu {		width: 180px;}
.menu {		height: 445px;}

#programbox {	width: 180px;}
.program {	height: 445px;}

#mainkant {	background-color: #FFFFFF;}
.main {		height: 445px;}


/* DEFAULT SETUP */
#topbanner {		margin: 0 auto; }
#programbox {		margin-left: 10px; }
.box {			margin-top: 8px; }
#menu {			margin-right: 10px; }

/* IE SETUP */
/* Deprecated
* html #menu {		margin-right: 0;}
* html .menu {		height: 347px;}
* html #programbox {
  margin-left: 0;
  height: 447px;
}
* html .program {	height: 100%;}
* html #mainkant {
  margin-left: 10px;
  margin-right: 10px;
}

* html #bottomline {
  padding-bottom: 0px;
}
*/