/* ------------------------------------------------------------------------------ */
/* Pensum.dk stylesheet v.1.0 vinter 2003                                         */
/* ------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------ */
/* BASIC DEF.                                                                     */
/* Fjerner borders u?nsket padding/margin, link styles m.m.                       */
/* ------------------------------------------------------------------------------ */

/*
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFF;
	background-image: url("/image/bgr_vmenu.gif");
	background-repeat:repeat-y;
}
*/
.bodypopup {

	margin: 10px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFF;
	background-image: none;
}
/*
A, A:Link, A:Active {
	text-decoration: underline;
	color: #036;
}
A:Visited {
	text-decoration: underline;
	color: #666;
}

A:Hover {
	text-decoration: underline;
	color:#C30;
}
*/

img, form {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

tr, td, table {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

hr {
	margin: 0px;
	padding: 0px;	
}
/*
ul	{
	padding-left: 0.5em;
	margin: 0px 0px 0px 1em;

	list-style-image: url(/image/bullet_01.gif);
	list-style-position: outside;
}

li	{
	padding-left: 0em;
	/*list-style-type:square;*/
	margin: 0.2em 0px;
}
*/
li.ValidationFailed{
	padding-left: 0em;
	list-style-image: url(/image/bullet_nok.gif);
	list-style-position: outside;
	margin: 0.4em 15px;
}

li.UserPrivilegeFailed{
	padding-left: 0em;
	list-style-image: url(/image/bullet_nok.gif);
	list-style-position: outside;
	margin: 0.4em 15px;
}

li.Success{
	padding-left: 0em;
	list-style-image: url(/image/bullet_ok.gif);
	list-style-position: outside;
	margin: 0.4em 15px;
}


/* ------------------------------------------------------------------------------ */
/* GRUND TYPOGRAFI                                                                */
/* St?rrelser, skydning m.m.								                      */
/* ------------------------------------------------------------------------------ */

/* fælels def */
H1, H2, H3, P, H4, H5, H6 {
	margin: 0px;
}

/* Site overskrifter (keywords) */
H1, .H1 {
	font-size: 17px;
	line-height: 21px;
	font-weight: bold;
	color: #036;
	}
#Column02Base H1, #Column03Base H1	{
	padding-top: 0.8em;
	padding-bottom: 0.1em;
}

H2 { 
        font-size: 14px;
        font-weight: 300%;
	color: #B34700;

}

/* Artikel overskrift */
H3, .H3 {
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	}
#Column02Base H3, #Column03Base H3	{
	padding-top: 0.8em;
	padding-bottom: 0.1em;
}


/* Norm tekst */
P, .P	{
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	}
#Column02Base P, #Column03Base P	{
	padding-top: 0.2em;
	padding-bottom: 0.5em;
}

/* Sekund?r tekst def */
H4, .H4 {
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
}

H5, .H5, ul, li {
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
}
#Column02Base H5, #Column03Base H5 {
	padding-top: 0.2em;
	padding-bottom: 0.5em;
}

/* Trit?r info */
H6, .H6 {
	font-size: 10px;
	line-height: 10px;
	color: #999;
	font-weight: normal;
	}
H6 A, H6 A:Link, H6 A:Visited {
	color: #999;
}
H6 A:Hover	{
	color: #C30;
}

/* special typografi - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* beløbs style */
.PrisSamletTotal	{
	border-bottom: 3px double #333;
}

/* cookietrail*/
.CookieTrail	{
	margin: 5px 20px 10px 20px;
	padding-bottom: 3px;
	border-bottom: 1px solid #CFCFCF;
}

/* Opsummerings style -kombineret med stroke for oven og for neden */
.OpsummeringBgr {
	background-image:url(/image/fadeelement_F3F8F0.gif); 
	background-repeat:repeat-x; 
	background-color: #F3F8F0; 
	border-top: 1px solid #FFF; 
	border-bottom: 1px solid #FFF;
	padding: 4px 1em 0px 1em;
}

.OpsummeringLine {
 border-top: 1px solid #999; 
 border-bottom: 1px solid #999; 
 margin: 10px 0px;
}
/* overrule top og bund padding til liste elementer */
#KompaktList H1, #KompaktList H3, #KompaktList P,  #KompaktList H4,  #KompaktList H5 { 
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}

/* topbare typografi */
#TopBar P	{
	margin-left: 170px;
	margin-top: 20px;
	font-size: 11px;
	font-weight: normal;
	line-height:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}
#TopBar .color	{
	color: #A59F80;
}

/* Typografi farver - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.ColorLinkHighLight	{
	color: #66CC00
}
.ColorError	{
	color: #F03;
}


/* Forms - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.InputFelt	{
	border: 1px solid #666;
	margin: 0px;
	padding: 0px;
}
.InputLabel	{
	padding-bottom: 0px !important;
}


/* Help - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.Help	{ /* Button grundlag */
	background: #ccc;
}
.Help A {
	text-decoration: none;
	padding: 0px 4px;
}
.Help A:hover { 
	background-color: #A1CfA1;
	color: #000;
}

/* ------------------------------------------------------------------------------ */
/* Grundlggende element def.                                                      */
/* ------------------------------------------------------------------------------ */

#TopBar	{
	position:absolute;
	z-index:50;
	width: 98%;
	height: 81px; 
	top: 0px;
}

#TopBgr	{ /* verste vertikale baggrund */
	height:90px;
	background-image: url("/image/bgr_top.gif");
	background-repeat:repeat-x;
}

#TopIll{
	position:absolute;
	top: 0px;
	z-index: 200;
}

#Content{ /* Grundlag for indhold - |menu|content|search| */
	position:absolute;
	z-index:100;
	width: 98%;
	top: 39px;
}

/* spalte def. m.m. */
/* !!det er pt ikke muligt at benytte "TD:first-child" + float CSS modelen til at definere spalte 1,2,3 :-(  */

#MenuBase {
	margin: 60px 0px 0px 0px;
}
#MenuBaseCell	{
	width: 170px;
}

#MenuBaseImg { /* sikre min. brede ved scale */
	width: 170px; 
	height: 1px;
	visibility: hidden;
}

/* grund def af spalte 2 - main content */
#Column02Base {
	margin: 10px 20px 0px 20px;
	max-width: 950px; /* virker i nye browsere :-) */
	/*width:expression(document.body.clientWidth > 950? "950px": "auto" );	*/
}
#Column02BaseImg { /* sikre min. brede ved scale */
	width: 450px; 
	height: 1px; 
	visibility: hidden;
}

/* grund def af spalte 3 -search + relateret indhold */
#Column03Base {
	margin: 0px 0px 0px 0px;
}
#Column03BaseCell	{
	width: 180px;
}
#Column03BaseImg { /* sikre min. brede ved scale */
	width: 180px; 
	height: 1px; 
	visibility: hidden;
}

/* ------------------------------------------------------------------------------ */
/* MENU DEF.                                                                      */
/* Definitioner over base <div>                                                   */
/* ------------------------------------------------------------------------------ */

#MenuBase H3	{ /* overskrifter/menu adskildelse */
	font-size: 10px;
	line-height: 12px;
	color: #666;
	text-indent: 10px;
	padding: 8px 0px 2px 0px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
	background-color: #E7E6DC;
	margin: 0px;
	display:block;
}

#MenuBase .heading	{ /* overskrifter/menu adskildelse */
	font-size: 10px;
	line-height: 12px;
	color: #666;
	text-indent: 10px;
	padding: 8px 0px 2px 0px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
	background-color: #E7E6DC;
	margin: 0px;
	display:block;

        font-weight: bold;
}



#MenuBase H4, #MenuBase H5 {
	color: #666;
}

A.menuheaderlink{  
        color: #666;

         text-decoration: none;
 }

#MenuBase P A, #MenuBase P A:visited, #MenuBase .P	{
	font-size: 11px;
	line-height: 12px;
	color: #333;
	text-indent: 10px;
	padding: 2px 0px 2px 0px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
	margin: 0px;
	display:block;
	text-decoration: none;
}
#MenuBase P A:hover	{
	color: #006;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
	border-right: 2px solid #f66;
	background-color: #E9E8DF;
	display: block;
	text-decoration: none;
}

/* def p? f?rste, sidste og mellem linier -top og bund stroke */
#MenuBase .firstline { 
	border-bottom: 1px solid #CCC;
	text-align: center;
}
#MenuBase .lastline {
	border-top: 1px solid #FFF;
	text-align: center;
}
#MenuBase .emtyline {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
	text-align: center;
}

#MenuBase .MenuList img { /* grundl?ggende spacing for divider img */
	padding: 5px 0px;
}

	
/* ------------------------------------------------------------------------------ */
/* TABS DEF.                                                                      */
/* Definitioner over base <div>                                                   */
/* ------------------------------------------------------------------------------ */


#TabBase	{ /* oprette bla. margin til h?jre */
	margin-right: 20px;
}

#TabFocus, #TabNotFocus {
	border-top: 1px solid #000; 
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
#TabFocus H1, #TabNotFocus H1 {
	font-size: 13px;
	line-height: 15px;
	color: #030;
}

P.tabmenu {

	font-size: 13px;
	line-height: 15px;
	color: #030;
	font-weight: bold;
}


#TabNotFocus A	{
	color: #666;
}
#TabNotFocus A:hover, #TabNotFocus A:hover H1, #TabNotFocus A:hover P, #TabNotFocus A:hover .H6, #TabFocus A:hover, #TabFocus A:hover H1, #TabFocus A:hover P, #TabFocus A:hover .H6{
	color: #C30;
}


#TabFocus .TabContent, #TabNotFocus .TabContent { /* <a href> style som danner tab'n */
	border-top: 1px solid #FFF; 
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	display:block;
	text-decoration: none;
	cursor:pointer; /* ie hack, ellers vises pointer ikke */
}
#TabFocus .TabContent	{
	background-image:url(/image/fade_FFFFFF.gif);
	background-repeat:repeat-x;
	background-color: #FFF;
}
#TabNotFocus .TabContent	{
	background-image:url(/image/fade_E6E6CC.gif);
	background-repeat:repeat-x;
	background-color: #E6E6CC;
}

#TabNotFocus .TabContent:hover { /* Tab rollover _Ikke_ valgt tab (kan med en ekstra klasse ogs? ?ndre IconBilled */
	background-color:#F3F2E8;
	background-image:url(/image/fade_F3F2E8.gif);
	background-repeat:repeat-x;
}

/* icon 01, 02, 03 = r?kke f?lgen p? tabs fra venstre */
#TabFocus .Icon01, #TabFocus .Icon02, #TabFocus .Icon03 { /* st?rrelsen p? icon n?r tab _ER_ valgt*/
	height: 40px;
	width: 40px;
}

#TabNotFocus .Icon01, #TabNotFocus .Icon02, #TabNotFocus .Icon03 { /* st?rrelsen p? icon n?r tab _IKKE_ er valgt*/
	height: 39px;
	width: 39px;
}

/* Def. af individuelt icon til TabFocus + TabNotFokus */
#TabFocus .Icon01, #TabFocus .Icon02, #TabFocus .Icon03	{
	background-image: url("/image/icon-tab_aldus01_40x40.gif");
}
#TabNotFocus .Icon01, #TabNotFocus .Icon02, #TabNotFocus .Icon03 {
	background-image: url("/image/icon-tab_aldus02_40x40.gif");
}

#TabFocus .IconCell	{ /* st?rrelse p? Tabel cellen, s? den passer til iconet + baggrund base */
	width: 40px;
	background-color:#A0B299;
	background-image:url(/image/fade_A0B299.gif);
	background-repeat:repeat-x;
}
#TabNotFocus .IconCell {
	width: 39px;
	background-color:#BDBCAD;
	background-image:url(/image/fade_BDBCAD.gif);
	background-repeat:repeat-x;
}

#TabFocus .HeadContentCell {
	vertical-align:bottom;
	padding: 0px 0px 5px 5px;
}
#TabNotFocus .HeadContentCell {
	vertical-align:bottom;
	padding: 0px 0px 4px 6px;
}


#TabBase #FocusCell	{ /* den valgte Tab, d?kker over bund fade */
	background-color:#FFF;
}

/* linie under den valgte tab */
#FocusCell .TabFocusIconUnderLine { /* n?d til at v?re billede float virker ikke ved to <div>'er */
	border-top: 1px solid #87977D;
	width: 40px;
	height: 1px;
	margin: 1px 2px;
	float:left;
}
#FocusCell .TabFocusUnderLine {
	border-top: 1px dashed #CFCFCF;
	margin: 1px 6px 0px 44px;
	height: 1px;
	font-size: 1px; /*ie hack, ellers vil den ikke lave div'n 1px */
	line-height: 1px;
}

#NotFocusCell .TabFocusIconUnderLine, #NotFocusCell .TabFocusUnderLine	{ /* skjuler underline n?r tab ikke er i fokus */
	visibility: hidden;
}


/* ------------------------------------------------------------------------------ */
/* SEARCHBASE DEF.                                                                */
/* Definitioner over base <div>                                                   */
/* ------------------------------------------------------------------------------ */

#SearchBase {
	border: 1px solid #333;
	padding: 1px;
	background-color:#FFF;
}

#SearchBase .ContentDiv {
	background-color:#E4EFDF;
}

#SearchBase .SearchInput	{
	border: 1px solid #333;
	width: 164px; /* ie hack, 100% skubber h?jre border ud over def */
	margin: 5px 0px;
	text-align: center;
}
#SearchBase .align	{
	vertical-align: middle;
}

#SearchBase .HeadContentCell 	{
	background-color: #C8DEBF;
	background-image: url(/image/fade_C8DEBF.gif);
	background-repeat:repeat-x;
	vertical-align: bottom;
	padding: 0px 0px 3px 5px;
	line-height: 10px;
}
#SearchBase .HeadContentCell H4	{
	line-height: 11px;
}

#SearchBase .IconCell	{
	background-color: #A0B299;
	background-image: url(/image/fade_A0B299.gif);
	background-repeat:repeat-x;
	width: 39px;
	height: 39px;
}
#SearchBase .Icon	{ /*icon image */
	width: 39px;
	height: 39px;
	display:block;
	background-image: url("/image/icon-tab_aldus01_40x40.gif");
}
#SearchBase .ContentDiv {
	padding: 4px;
}


/* ------------------------------------------------------------------------------ */
/* Button DEF.                                                                    */
/* Definitioner over base <div> eller <span> samt class def.                      */
/* ------------------------------------------------------------------------------ */

#Button	{ /* Button grundlag */
	background-color:#B3E6B3;
	border: 1px solid #000;
	text-align: center;
	padding: 1px;
	margin:	4px 0px;
 width:100px;
}
#Button A {
	text-decoration: none;
	display: block;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #597359;
	border-bottom: 1px solid #597359;
	padding: 2px;
}
#Button A:hover, #Button A:focus { /* tab=fokus */
	text-decoration: none;
	background-color:#A1CfA1;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #597359;
	border-bottom: 1px solid #597359;
	color: #000;
}
#Button A:active { /* klik */
	text-decoration: none;
	background-color:#A5CfA5;
	border-top: 1px solid #597359;
	border-left: 1px solid #597359;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	color: #FFF;
}

/* ------------------------------------------------------------------------------ */
/* CONTENTBOX DEF.                                                                */
/* Definitioner over base <div>  samt class def.                                  */
/* ------------------------------------------------------------------------------ */

#ContentBoxBase	{
	margin: 25px 0px;
	border: 1px solid #333;
	padding: 1px;
	background-color:#FFF;
}

#ContentBoxBase .HeadContentCell	{
	background-color: #C8DEBF;
	background-image: url(/image/fade_C8DEBF.gif);
	background-repeat:repeat-x;
	vertical-align: bottom;
	padding: 0px 0px 3px 5px
}
#ContentBoxBase .IconCell	{
	background-color: #A0B299;
	background-image: url(/image/fade_A0B299.gif);
	background-repeat:repeat-x;
	width: 30px;
}
#ContentBoxBase .Icon { /*icon image -inds?t bgr image lokalt */
	width: 30px;
	height: 30px;
	display:block;
}
#ContentBoxBase .ContentDiv { /* padding for indhold */
	padding: 4px;
}

/* ------------------------------------------------------------------------------ */
/* Liste def.                                                                     */
/* ------------------------------------------------------------------------------ */

#ListTable td	{
	vertical-align: middle;
	padding: 3px 10px 3px 20px;
}

/* ------------------------------------------------------------------------------ */
/* fpElement.                                                                     */
/* ------------------------------------------------------------------------------ */


.fpElement { 

padding:  30px 0 20px 40px;
 }

.fpElement img{ 

float:left;
     
}

.fpElement H2 { 

margin: 0px 0px 7px 160px;
}

.fpElement p { 

margin: 0 0 12px 160px;

}


/* ------------------------------------------------------------------------------ */
/* BogSkygge DEF.		                                                          */
/* ------------------------------------------------------------------------------ */

#BogLabelBrugt	{
	position: absolute;
	z-index: 100;
	height: 48px;
	width: 48px;
	margin: 1px;
	background-image: url(/image/element_brugtbog.gif);
}
.BogSkyggeH {
	background-image:  url("/image/bookshadow_right.gif"); 
	background-position:right; 
	background-repeat:repeat-y;
}
.BogSkyggeBund {
	background-image:  url("/image/bookshadow_bottom.gif");
	height: 6px;
}

/* ------------------------------------------------------------------------------ */
/* Annonce DEF.  		                                                          */
/* ------------------------------------------------------------------------------ */

#AddBase	{
	border: 1px solid #69c; 
	padding: 1px; 
	margin: 20px 0px;
}

#AddBase .Head	{
	background-color: #B3CCE6;
	padding: 1px;
}
#AddBase .Content {
	background: #E2ECF6;
	padding: 4px;	
}
#AddBase H5, #AddBase H4	{
	color: #666;
	padding: 0.1em 0em !important; 
	line-height: 11px;
	text-decoration: none; /* added by kim 27-12-2003 */
}
#AddBannerBase	{
	border-top: 1px solid #69c;
	border-bottom: 1px solid #69c; 
	padding: 1px 0px; 
	margin: 10px 0px;
	text-align: center;
}
#AddBannerBase .Content {
	background-color: #E2ECF6;
}

/* ------------------------------------------------------------------------------ */
/* FOOTER DEF.                                                                    */
/* Definitioner over base <div>                                                   */
/* ------------------------------------------------------------------------------ */

#Footer	{ /* omgivende div */
	background-color: #FFF;
	border-top: 1px solid #666; /* ?verste streg af dobbelt streg */
	padding-top: 1px;
	margin: 30px 0px 10px 0px;
}
#Footer table { /* danner den 1px border rundt om tabellen -da bordercolapse ikke virker i alle browsere */
	background-color: #666;
}

#Footer .HeadContentCell {
	vertical-align:middle; border: 1px solid #FFF;
	background-image: url(/image/fade_FFFFFF.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
	padding: 2px 5px;
}

#Footer .Icon	{ /*icon image */
	width: 20px;
	height: 20px;
	background: url(/image/icon_aldusblad20x20.gif);
	display:block;
}

#Footer .IconCell { /* baggrundsfarve til table bgr, samt brede*/
	background-color: #ECE0D5;
	width: 20px;
}

/* ---------------------------------------------------------- */
/* Forum message special types                                */
/* ---------------------------------------------------------- */

.ForumMsgTable TABLE, .ForumMsgTable TR, .ForumMsgTable TD, .ForumMsgTable P {
	font-size: 11px;
	padding: 0px;
	border: 0px;
	margin: 0px;
}


.ForumMsgTable2 TABLE, .ForumMsgTable2 TR, .ForumMsgTable2 TD, .ForumMsgTable2 P {
	font-size: 11px;
	padding-bottom: 15px;
	border: 0px;
	margin-bottom: 0px;
}


.ForumMsgTable H3 {
	font-size: 11px;
	padding: 0px;
	border: 0px;
	margin: 0px;
}

.ForumMsgButton {
	width: 175px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	font-size: 11px;
}

.ForumMsgButtonNormal {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
	font-size: 11px;
}


/* ---------------------------------------------------------- */
/* Forum message special types                                */
/* ---------------------------------------------------------- */

.ForumshowChanged TD, .ForumshowChanged P {
	font-weight: bold;
}


/* ------------------------------------------------------------------------------ */
/* Design elementer                                                               */
/* ------------------------------------------------------------------------------ */

/* LineLib  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#LineDef	{  /* noedvendigt med fontdef, for at slippe for uoensket luft */
	font-size: 1px;
	line-height:1px;
	height: 1px;
	margin: 4px 0px;
	padding: 0px;
}

.Line1pxSolidBlack	{
	border-top: 1px solid #000;
}
.Line1pxDashedBlack	{
	border-top: 1px dashed #000;
}

.Line1pxDoubleBlack	{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.Line1pxSolidGrey	{
	border-top: 1px solid #999;
}
.Line1pxDashedGrey	{
	border-top: 1px dashed #999;
}
.Line1pxDoubleGrey	{ 
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
/* end styles */

P.buybox {

background-color: #00BB00;
padding: 4px;
text-align: center;
}

.classbutton {
	background: #fff;
	padding: 1px;
	font-family: Geneva, Vera, Arial, Helvetica, sans-serif;
	font-size: small;
	font-variant : small-caps;
	border : 1px solid #aaa;
}
.class2 {
	color: #222222;
	background: #E7E6DC;
	padding: 0px 7px 0px 7px;
}
.class1 {
	color: #f8f8f8;
	background: #886;
	padding: 0px 3px 0px 3px;
}

.colorred{
	color: red;
}
.colorgreen{
	color: green;
}


UL#floatright {
 list-style:none;
 text-align:center;
 margin: 10px 0;
}

UL#floatright LI {
 list-style:none; 
 padding:6px;
 line-height:20px;
display:inline;
} 