/* Text styling, markup
---------------------------------------------- */ 

p table, p ol, p ul { /* overcome flaws in CMS-editor output */
	margin:0;
	}

/* anchors */
a:link[rel="external"],
a:visited[rel="external"] {
	padding:0 4px 0 0;
	}
a:hover[rel="external"],
a:focus[rel="external"],  
a:active[rel="external"] {
	outline:1px dotted invert;
	}

a:link,
a:visited {
	text-decoration:underline;
	color:#f00;
	}
a:hover,
a:focus,
a:active {
	color:#f33;
	text-decoration:none;
	}
a:active {
	color:#e2001a;
	}


/* Master markup
---------------------------------------------- */
#content {
	font-size:1em;
	color:#000;
	}
h1,h2,h3,h4,h5,h6 {
	font-size:0.95em;
	color:#e2001a;
	margin:0 10px 5px 20px;
	font-weight:bold;
}
h1 {
	padding-top:2em;
	}
pre {
	display:block;
	width:auto;
	margin:0.2em 0 1em;
	}

#content p {
	margin:2px 10px 1em 20px;
	padding:0;
	font-size:11px;
	line-height:1.5em;
	}
	#content p strong {
    }
  #content sub {
    display:block;
    margin:2px 10px 1em 20px;
    font-size:11px;
    font-family:verdana !important;
    color:#999;
    }


/* Content lists
---------------------------------------------- */ 
#content ul {
	margin:1em 0 1.2em 1em;
	}
#content ul li {
	padding-left:0.7em;
	line-height:1.5em;
	background:url('../g/icon.gif') left 0.6em no-repeat;
	}
	#content ul li a:link,
	#content ul li a:visited	{}
	#content ul li a:hover {}
	#content ul ul {
		margin:0.05em 0 0.4em;
		}
	#content ul li li {
		margin-left:2.2ex;
		font-size:.95em;
		}
	#content ul li li a {
		font-size:.95em;
		}
	#content ul li li li a {
		font-size:1em;
		}
	#content ul li li a:hover {
		color:#f60;
		}
ol {
  margin:0 10px 1em 40px;
  font-size:0.89em;
  }
dl {
	margin:2em 10px 1em 20px;
	border-bottom:1px solid #f1f1f1;
	}
	dt {
		font-weight:bold;
		display:block;
		margin-top:10px;
		margin-bottom:2px;
		color:#006;
		}
	dd {
		margin:0;
		font-size:.92em;
		padding-left:2em;
		padding-bottom:4px;
		}
		dd a {
			display:block;
			background:url('../g/arrows.gif') 0 0.4ex no-repeat;
			padding-left:1.5ex;
			}

/* Happy column
---------------------------------------------- */ 
#happycol {
  padding-top:220px;
  background:url('../g/visual.jpg') top no-repeat;
  }

.home #happycol {
  padding-top:0;
  background:url('../g/home_actiebanner.jpg') top no-repeat;
  }
  .home #happycol a.anker {
  	display:block;
	height:220px;
	}

  .theme #happycol {
    padding-top:220px;
    background:url('../g/visual.jpg') top no-repeat;
  }
	  
  #happycol h6 {/* used for all titles in side columns */
  	border-top:1px solid #000;
  	color:#000;
  	background:#e2001a;
  	padding:1em 10px 0 20px;
  	margin:0;
    }
  #happycol ul {
    color:#000;
    padding:0 20px;
    background:#e2001a;
    }
    #happycol ul li {
      display:inline;
      font-size:10px;
    	line-height:140%;
      }
    #happycol li a {
      font-weight:bold;
      color:#fff;
      line-height:1.2em;
      text-decoration:underline;
      font-size:10px;
      }
    #happycol li a:hover,
    #happycol li a:focus {
      color:#000;
      text-decoration:none;
      }
