/*============================================================================*/
/* STYLES FOR INTERNET EXPLORER 5 */
/*============================================================================*/
/*
Revised 2011 by Frank Thomsen @ Magenta ApS
----------
These styles make our webpages appear allright in Internet Explorer 5.
Since every version of Internet Explorer has its own way of handling CSS standards,
the only bulletproof way to style across browsers is to serve special stylesheets
to Internet Explorer using conditional comments in the HTML head.

Styles that are supposed to be read by EVERY BROWSER go in the style.css file.
This stylesheet is ONLY for hacks intented for Internet Explorer 5.
*/


/* ADMIN STYLES */
.obadm #resizer {width: 1px;} /* Admin navigation resizer javascript only works in non-IE browsers. Removing the button breaks the layout, though. Thus this hack. */


/* PUBLIC STYLES */

/*
	Hacks for IE5/Win. 
	Clean-up for 'good'/modern browsers in "ie-pc-hacks-cleanup.css"
*/

/* ------------------------------------------------------ Main containers --- */
#wrapper { \width: 988px; }

/* ----------------------------------------------------------- Navigation --- */
#nav-wrapper { \padding-left: 378px; }

/* ----------------------------------------------------------- Search box --- */
#search #entry1 { \height: 18px; }

/* -------------------------------------------------------------- Content --- */
#content-wrapper { \width: 986px; }
#content {
	\padding-top: 0px;
	\margin: 0 274px 0 207px;
}
#content h3 { \margin: 0px 0 10px 0; }

/* --------------------------------------------------------- Tables: List --- */
table.list { \width: 505px; }
#content.wide table.list { \width: 763px; }

/* ------------------------------------------------------- Sub navigation --- */
#nav-sub {
	\width: 207px;
	\margin-left: -986px;
}

/* -------------------------------------------------------------- Sidebar --- */
div#sidebar {
	\width: 253px;
	\margin-left: -253px;
	\padding-right: 17px;
}
/*div#sidebar ul li { \list-style-type: disc; }*/
div#sidebar li.news-teaser { \text-indent: -16px; }

/* --------------------------------------------------------------- Footer --- */
#footer { \width: 986px; }

/* ---------------------------------------------- CSS-based dropdown list --- */
body {behavior: url(/scripts_js/csshover.htc);}
.button {float: left;}

div.obvius-common {
  height: 440px;
}

* html div.obvius-common {
  margin-left: 0;
  margin-right: 120px;
  border-right: 0;
}
* html div.obvius-navigation {
  margin-right: -4px;
  }

* html div.obvius-editmenu {
  margin-left: -4px;
  width: 115px;
  }