body, body div, body p, body th, body td, body li, body dd {
	font-size: x-small; /* false value for WinIE4/5 */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* intended value for better browsers */
}
html>body, html>body div, html>body p, html>body th, html>body td, html>body li, html>body dd {	/* be nice to Opera */
	font-size: small;
}
body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0px 15px 0px;
	padding: 0px;
	text-align: center;
}
#hmenu,
#path,
#tree,
#footer { display: none; }

#mainframe #content {
	width: 75%;
	float: left;
}

/* useful stuff */
.spacer1 {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}
/*outline: 1px red dashed;*/

* { /* lets just get rid of them all - set where needed */
	padding: 0;
	margin: 0;
}
p { margin-bottom: 1.5ex; }
a {
	text-decoration: none;
	color: #006;
}
a:hover { text-decoration: underline; }
ul { list-style: none; } /* lets just get rid of them all - set where needed */
#content ul {
	/* regular ul needed in content area */
	list-style: disc;
	padding: 1ex 1ex 0 1ex;
	margin: 0 1ex 0 1em;
}
#content ul li { /* regular li needed in content area */
	padding: 0;
	margin: 0 0 1em 0;
}
#mainframe,
#mainframewide {
	width: 830px;
	margin: 0 auto;
	text-align: left;
}
#header {
	background: #dde0e2;
	text-align: center;
	padding: 10px 10px 10px 10px;
	position: relative;
}
/*
#header #caption {
	position: absolute;
	top: 10px;
	right: 10px;
	text-transform: uppercase;
}
*/
#caption {
	text-transform: uppercase;
	color: #006;
	text-align: center;
	padding: 2px 0 1px 0;
	background-color: #F8F8F5;
}
#hmenu {
	padding: 5px 5px 5px 5px;
	background-color: #006;
	position: relative;
}
#hmenu a {
	color: #FFF;
	font-size: 12px;
}
#hmenu a.on { font-weight: bold; }
#hmenu ul { width: 740px; }
#hmenu ul li {
	display: inline;
	margin-right: 15px;
}
#hmenu #lingoselect {
	position: absolute;
	top: 7px;
	right: 5px;
	font-size: 11px;
}
#hmenu #lingoselect a { margin-left: 15px; }

#path {
	padding: 7px 0 12px 0;
	background: #fff url(../gfx/bg_path.gif) no-repeat bottom;
	color: #4f4f4f;
	font-size: 80%;
	position: relative;
}
#mainframewide #path {
	background: #fff url(../gfx/0.gif) no-repeat bottom;
	padding-bottom: 7px;
}
#path form#quicksearch {
}
#path form#quicksearch input {
	position: absolute;
	top: 5px;
	left: 630px;
	width: 180px;
	border: 1px #999 solid;
	padding:  1px 0;
	font-size: 11px;
	max-height: 17px;
}
#path form#quicksearch a {
	position: absolute;
	top: 5px;
	right: 0px;
	border: 1px #999 solid;
	padding: 1px 3px 0 3px;
	height: 14px;
	display: block;
	background: #eee;
	font-weight: bold;
}
#path form#quicksearch a:hover {
	background: #006;
	color: #fff;
}

#tree {
	float: left;
	width: 200px;
	border-top: 5px #fff solid;
}
#tree ul { margin-left: 5px; } /* indents every successive level by this margin */
#tree ul.first { margin: 0 0 15px 0; } /* no indent for first level */
#tree ul.first li.head a {
	padding: 5px;
	background: #e0e6df;
	color: #514e45;
	font-size: 110%;
	font-weight: bold;
}
#tree ul.first li {
	border-bottom: 1px #cad3c9 solid;
	border-top: 1px #fdfdfd solid;
}
#tree ul.first li.blank {
	height: 10px;
	background: #fff;
	border: 0;
}
#tree ul.first li.blank a { display: none; }
#tree ul.first li ul li { border: 0; }
#tree ul.first a {
	display: block;
	padding: 4px 12px 4px 5px;
	background: #e0e6df url(../gfx/arrow_right.gif) no-repeat 188px center;
}
#tree ul.first li.active a { background: #e0e6df url(../gfx/arrow_down.gif) no-repeat 188px center; }
#tree ul.first li.active ul a {
	display: block;
	padding: 2px 5px;
	background: #fff url(../gfx/0.gif) no-repeat 188px center;
	font-size: 90%;
}
#tree .selected { font-weight: bold; } /* marker for hover and selected*/
#tree ul li a:hover { background-color: #ccc; }
#tree a.item {
	background-color: transparent;
	display: block;
	margin: 5px;
	padding-left: 20px;
	font-size: 85%;
}
#tree a.item.printer { background: url(../gfx/printer.gif) no-repeat; }
#tree a.item.excel { background: url(../gfx/icon16/xls.gif) no-repeat; }
#tree a.item.fontsize { background: url(../gfx/font.gif) no-repeat; }

#addons {
	float: right;
	width: 200px;
	background: #eee;
}
#addons ul { padding: 5px; }
#addons ul li { margin-bottom: 1ex; }
#addons ul li .title {
	font-size: 90%;
	margin-bottom: 1ex;
	font-weight: bold;
	color: #514e45;
}
#addons ul li .body { font-size: 80%; }
#addons ul li .handle {
	font-size: 80%;
	font-weight: bold;
}
#addons ul li.note img {
	padding-bottom: 5px;
	margin-bottom: 5px;
	/*border-bottom: 1px #006 dotted;*/
}
#addons ul li.note a {
	display: block;
	margin-bottom: 1em;
}
#addons ul li.note p {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px #006 dotted;
}
#addons ul li.image img {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px #006 dotted;
}
#addons a.www { display: inline !important; }
/*
#addons .dep {
	border-bottom: 0 !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
*/
#addons .principles {
	padding-top: 5px;
	margin-top: 5px;
	border-top: 1px #006 dotted;
	font-size: 125%;
	font-weight: bold;
}
#addons a.excel {
	margin: 0 0 15px 0 !important;
	background-image: url(../gfx/icon16/xls.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 3px 0 2px 20px;
}
#addons a.excel.partyicon {
	background-position: 1px 2px;
	margin: 0 0 3px 0 !important;
}
a.excel {
	background: url(../gfx/sheet.gif) no-repeat;
	padding-left: 13px;
}

#footer {
	margin-top: 5px;
	padding: 5px;
	background-color: #dde0e2;
	border-top: 5px #fff solid;
}

/* typestyle */
h1,
h2,
h3,
h4 {
	color: #006;
	margin-bottom: .5ex;
}

h1 { font-size: 130%; }
h2 { font-size: 120%; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }

.millkr {
	padding-left: 5px;
	font-size: 80%;
}
.tall { white-space: nowrap; }

/* objectstyle */
#banner { position: relative; }
#bannerimg {
	height: 222px;
	width: 830px;
	border-top: 2px #ccc solid;
	margin-bottom: 5px;
}
#bannertxt,
#bannertxteng {
	position: absolute;
	top: 10px;
	left: 425px;
	width: 185px;
	color: #fff;
	font-size: 110%;
}
#bannertxteng { font-size: 105%; } 
#bannertxt h2,
#bannertxteng h2 { color: #fff; }
#bannertxt a,
#bannertxteng a {
	display: block;
	margin-top: 1ex;
	font-size: 90%;
	color: #83033a;
}
#frontpage { background: transparent url(../gfx/stipl.gif) repeat-y right 0; height: 165px; }
#frontpage .item {
	background: transparent url(../gfx/stipl.gif) repeat-y left 0;
	float: left;
	height: 155px;
	width: 197px;
	padding: 0 5px 5px 5px;
}
#frontpage .item img.itemimg {
	width: 197px;
	height: 55px;
	margin-bottom: 5px;
}
#frontpage .item,
#frontpage .item p { font-size: 90%; }
#frontpage .item a.readmore {
	font-size: 90%;
	margin-top: 1ex;
	display: block;
	color: #83033a;
}

#article,
#folder,
#formpage,
#searchadvanced {
	padding: 10px 15px 5px 15px;
	line-height: 150%;
}

ul.partylist {
	list-style: none !important;
	/*width: 175px;*/
	margin: 0 !important;
}
ul.partylist li { margin: 0 0 .5ex 0 !important; }
/*
ul.partylist.left {float: left; }
ul.partylist.right {float: right; }
*/

#article .body table,
table.big {
	border-collapse: collapse;
	border-bottom: 1px #eee solid;
	margin-bottom: 3em;
}
#article .body table tr td,
table.big tr td {
	text-align: right;
	line-height: 100%;
	white-space: nowrap;
	font-size: 90%;
	padding: 5px;
	border-top: 1px #eee solid;
	margin: 0;
}
#article .body table tr.colhead td,
table.big tr.colhead td {
	font-weight: bold;
	white-space: normal;
	background: #eee;
}
#article .body table tr td.rowhead,
table.big tr td.rowhead {
	text-align: left;
	white-space: normal;
}
table.big sup {
	margin: 1px 0;
	vertical-align: middle;
}

#folder .caption table tr td {
	padding-right: .5em;
	font-size: 80%;
}

img#brod {
	width: 40%;
	float: right;
	margin: 0 0 20px 5px;
}
img#widebrod {
	float: right;
	margin: 0 0 20px 5px;
}
#folder .caption .copyright {
	float: right;
	clear: right;
	font-size: 70%;
	color: #666;
	margin: -20px 0 0 0;
	padding: 0;
	white-space: nowrap;
	line-height: normal;
}
.subtitle { display: none; }
.caption {
	font-size: 110%;
	margin-bottom: 1ex;
}
.body { margin-bottom: 1ex; }
.author,
.date {
	font-size: 80%;
	line-height: normal;
}

ul#contentlist li.toplevel.pdf { list-style-image: url(../gfx/icon16/pdf.gif); }
ul#contentlist li.toplevel.xls { list-style-image: url(../gfx/icon16/xls.gif); }
ul#contentlist li.toplevel .caption { font-size: 85%; }

.bildetekst,
#mainframe #content #folder ul#contentlist li.toplevel.blank { display: none !important; }



#searchadvanced .butt {
	margin: 10px 0 !important;
}


/* useful stuff */
.spacer1 {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}
/*outline: 1px red dashed;*/
