/*
 * Layout CSS style for NORMAL.no
 */

/* Internet Explorer 6 lack decent CSS2 support. Therefore we can't use the
 * convenient css2 selectors for important stuff. IE5.0 is *not* a concern. */ 

blockquote  { font-family: serif; }

h2 { clear: both; }

/* Property classes */
.smaller { font-size: smaller; }
.larger { font-size: larger; }
.bold { font-weight: bold; }

.thirdwidth { width: 33% }
.fullwidth { width: 100%; }

.r-align { text-align: right; }

/* todo: tekst in header should default to this color */
.c-gold { color: #ffd700; }

.runin { font-variant: small-caps; font-weight: bold; }

/* todo: rename to r-float? */
.right { float: right; margin: 2ex 0em 1ex 1em; text-align: center; }
.left { float: left; margin: 1ex 1em 1ex 0px; text-align: center; }
.box { border: 1px solid black; }
.imgt { font-size: small; }
.imgtr { font-size: small; text-align: left; }

.xright { float: right; margin-left: 1em; margin-bottom: 1ex; }
.xleft { float: left; margin-right: 1em; margin-bottom: 2.5ex; }
.ximgt { text-align: center; font-size: smaller; margin-top: 1ex; }
.xindent { margin-left: 1em; }
.xboxed { border: 1px solid black; }

.sep { color: green; background: green; margin-top: 3em; margin-bottom: 2em; }
.dato { font-size: small; color: #333; }
.ingress { font-weight: bold; }

.article .xright a img { border: 1px solid black; }
