HTML, BODY { padding: 0; margin: 0; background: #fff; }
BODY, INPUT, SELECT, TEXTAREA, BUTTON, TD, TH { font-family: Tahoma, Helvetica, sans-serif; color: #222222; font-size: 11px; margin: 0; }

TEXTAREA { overflow: auto; }

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #d85124;
	font-weight: normal;
	line-height: normal !important;
}

.col h2, .col h3, .col h4, .col h5, .col h6 { padding-top:12px; }

H1 { font-size: 30px; color: #013e75; font-weight: normal; font-family:Tahoma, serif; margin: 0 0 0 84px; }
H2 { font-size: 17px; color: #202020; font-weight: normal; padding-bottom: 6px; border-bottom: #e1e1e1 dotted 1px; }
H3 { font-size: 17px; color: #202020; font-weight: normal; }
H4 { font-size: 12px; font-weight: bold; }
H5 { font-size: 11px; font-weight: normal; }
H6 { font-size: 9px; font-weight: bold; }

IMG { border: 0; }
IMG.ico { cursor: pointer; }

A { color: #fe5c00; text-decoration: none; }
A:hover { text-decoration: underline; }

P { padding: 0; margin: 1em 0 0 0; }
P.img-right { float: right; clear: both; margin: 1em 0 0 1em; background: #fff; border: 1px solid #f5e9c7; padding: 4px; }

FORM { padding: 0; margin: 0; }

TABLE { border-collapse: collapse; border-spacing: 0; margin: 1em 0 0 0; }
TH, TD { text-align: left; vertical-align: top; }

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.justify { text-align: justify; }
.middle { vertical-align: middle; }
.nopadding { padding: 0 !important; }
.nomargin { margin: 0 !important; }
.nowrap { white-space: nowrap; }
.hidden { display: none; }
.bold { font-weight: bold; }

.w50p { width: 50%; }
.w100p { width: 100%; }

.clear { overflow: hidden; }
* HTML .clear { overflow: visible; height: 1px; }

.req, .error, .red { color: #c60000; }

.content { line-height: 16px; }

.f-left { float: left; }
.f-right { float: right; }

/* Mozilla recovery */
*:focus { outline: none; }
INPUT[type="checkbox"] { padding: 0; margin: 4px; -moz-appearance: checkbox; }
INPUT[type="radio"] { padding: 0; margin: 4px; -moz-appearance: radio; }
*:first-child+HTML INPUT[type="checkbox"] { margin: 0; }
*:first-child+HTML INPUT[type="radio"] { margin: 0; }

/*SEMINARS*/
.seminar-leftcol {
  float:left;
  width:380px;
}
.seminar-rightcol {
  float:right;
  width:306px;
  background:#fff url(/files/billeder/DK/seminar-rightcol.gif) bottom center no-repeat;
  margin:10px 5px 0 0;
  padding-bottom:3px;
}
.seminar-rightcol-toppic {
  background:#fff url(/files/billeder/DK/seminar-rightcol.gif) top center no-repeat;
  padding:3px 3px 0 3px;
}
.seminar-rightcol-toppic img {
  border-bottom:7px solid #FB8C20;
  display:block;
}
.seminar-rightcol-time {
  background:#fff url(/files/billeder/DK/seminar-rightcol-dropshadow.gif) top center repeat-x;
  margin:0 3px;
  padding:0 12px 12px 12px;
}
div.seminar-leftcol table.seminar-agenda, div.seminar-leftcol table.seminar-agenda tr, div.seminar-leftcol table.seminar-agenda tr td {
  margin:0; padding:0; background:none;
}
div.seminar-leftcol table.seminar-agenda {
  margin:5px;
}
div.seminar-leftcol table.seminar-agenda tr td {
  padding:5px;
}
div.seminar-leftcol table.seminar-agenda tr td.seminar-agenda-time {
  width:40px;
  text-align:right;
  border-right:1px dotted #ccc;
}
.seminar-leftcol h2 {
  padding-top:30px;
}
div.clear {
  clear:both;
}