* { margin: 0; padding: 0; }

*:focus { outline: none; }
.hidden { display: none; }
.show { display: block!important; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-bg { background: none!important; }
.no-border, img { border: none!important; }

.container { overflow: hidden; }
.img-repl { text-indent: -9999px; overflow: hidden; display: block; }

/* Main custom rules
------------------------------ */

html { background: #fff; font: .75em/1.3 Verdana, Arial, Helvetica, sans-serif; color: #333; }
body {  }

a { color: #006699; }
a:visited {  }
a:hover, a:active { text-decoration: none; }

#header, #footer, #col-left, #col-right, form, .article-footer { display: none; }

#site { width: 800px; margin: 20px auto; }


.more { text-align: right; margin-bottom: 1em; }
.more a { color: #F39B33; text-decoration: none; }
.more .hr { margin-top: 5px; }

.kalender {  }
.kalender p { margin-bottom: 7px!important; }
.kalender .hr { margin-bottom: 7px; margin-top: 7px; }

.downloads {  }
.downloads ul { margin: 0 0 1em 0!important; }
.downloads ul li { list-style: none; margin: 0 0 5px 0!important; }

.ico-link { text-decoration: none; overflow: hidden; width: 100%; display: block; }
.ico-link img { float: left; padding: 0 9px 4px 0!important; margin: 0!important; }

.ico-pdf, .ico-doc { padding-left: 22px; background: url(../images/ico-pdf.gif) no-repeat 0 2px; line-height: 18px; display: block; }
.ico-doc { background: url(../images/ico-doc.gif) no-repeat 0 2px; }
.ico-pdf span, .ico-doc span { text-decoration: underline; }
.ico-pdf:hover span, .ico-doc:hover span { text-decoration: none; }

.article-footer { margin-bottom: 2em; }
.article-footer .hr { margin-bottom: 5px; }
.article-footer a { font-weight: bold; color: #F39B33; text-decoration: none; }
.article-footer img { vertical-align: middle; }

/* Content elements
------------------------------ */

.content h1, .content h2, .content h3, .content h4 { font: bold 1.4em Verdana, Arial, Helvetica, sans-serif; margin-bottom: .5em; }
.content h1, .content h2 { font-size: 1.0em; text-transform: uppercase; color: #FF9900; margin-bottom: 2px; }
.content h3 { font-size: 1.0em; color: #006699; margin-bottom: 13px; }
h3.alt { background: #FF9900; color: #fff; text-transform: uppercase; padding: 6px 20px; margin-left: -20px; margin-right: -20px; }
.content h4 { font-size: 1em; }

blockquote { font-weight: bold; font-style: italic; }
pre, code { font: 1.2em/1.8 "Courier New", Courier, monospace; border: 1px dashed #aaa; padding: 1em; background: #eee; }
code { padding: .2em .5em; }

.content ul, .content ol { margin-left: 3em; line-height: 1.3em; }
.content ul li, .content ol li { margin-bottom: .2em; }

.icons a, .icon { padding-left: 20px; background-repeat: no-repeat; background-position: left center; }

.content p, .content ul, .content ol, .content table, blockquote, pre, .columns, .content img, hr { margin-bottom: 1em; }

hr, .hr { color: #ccc; background-color: #ccc; height: 1px; border: none; }

/* Text align & Float
------------------------------ */

.a-left { text-align: left; }
.a-center { text-align: center; }
.a-right { text-align: right; }

.f-left { float: left; }
.f-right { float: right; }

/*	Tables
------------------------------ */

table { border-collapse: collapse; width: 100%; }
table th, table td { border: 1px solid #ccc; padding: 2px 3px; vertical-align: top; }
table th { background: #f4f4f4; }
table td {  }

/*	Columns
------------------------------ */

.columns { width: 100%; overflow: hidden; }
.w-5, .w-10, .w-15, .w-20, .w-25, .w-30, .w-35, .w-40, .w-45, .w-50, .w-55, .w-60, .w-65, .w-70, .w-75, .w-80, .w-85, .w-90, .w-95, .w-100, .w-33, .w-66, .w-38, .w-62 { float: left; overflow: hidden; }

.col-content { padding: 0 6px; }
.col-first { padding-left: 0!important; }
.col-last { padding-right: 0!important; }

.w-5 { width: 5%; }
.w-10 { width: 10%; }
.w-15 { width: 15%; }
.w-20 { width: 20%; }
.w-25 { width: 25%; }
.w-30 { width: 30%; }
.w-35 { width: 35%; }
.w-40 { width: 40%; }
.w-45 { width: 45%; }
.w-50 { width: 50%; }
.w-55 { width: 55%; }
.w-60 { width: 60%; }
.w-65 { width: 65%; }
.w-70 { width: 70%; }
.w-75 { width: 75%; }
.w-80 { width: 80%; }
.w-85 { width: 85%; }
.w-90 { width: 90%; }
.w-95 { width: 95%; }
.w-100 { width: 100%; }

.w-33 { width: 33%; }
.w-66 { width: 66%; }

.w-38 { width: 38%; }
.w-62 { width: 62%; }

/* Images
------------------------------ */

.content img { margin-top: .2em; }
.content img.null-image, .banner img { padding: 0!important; border: none!important; margin: 0!important; }
img.f-left, .f-left img { margin-right: 21px; }
img.f-right, .f-right img { margin-left: 21px; }
.img-container { font-size: .75em; }

