/*
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
 * Copyright (C) 2003-2007 Frederico Caldeira Knabben
 *
 * == BEGIN LICENSE ==
 *
 * Licensed under the terms of any of the following licenses at your
 * choice:
 *
 *  - GNU General Public License Version 2 or later (the "GPL")
 *    http://www.gnu.org/licenses/gpl.html
 *
 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
 *    http://www.gnu.org/licenses/lgpl.html
 *
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
 *    http://www.mozilla.org/MPL/MPL-1.1.html
 *
 * == END LICENSE ==
 *
 * This is the default CSS file used by the editor area. It defines the
 * initial font of the editor and background color.
 *
 * A user can configure the editor to use another CSS file. Just change
 * the value of the FCKConfig.EditorAreaCSS key in the configuration
 * file.
 */

/*
    The "body" styles should match your editor web site, mainly regarding
    background color and font family and size.
*/
/*
	Just uncomment the following block if you want to avoid spaces between
	paragraphs. Remember to apply the same style in your output front end page.
*/

p, br
{
	margin-top: 0px;
	margin-bottom: 0px;
}

/*
    The following are some sample styles used in the "Styles" toolbar command.
    You should instead remove them, and include the styles used by the site
    you are using the editor in.
*/
.tekst                 { color: #000; font-weight: 200; font-size: 10px; line-height: 16px; font-family: Tahoma, Verdana, Arial }
.ramme          { clear: none; margin: 10px; padding: 5px; border-style: dotted solid solid dotted; border-width: 1px; border-color: #808080; width: 96%; height: auto }
.stregleft     { border-left: 1px solid #4a566e }
.overskrift                 { color: #005d91; font-weight: bold; font-size: 13px; line-height: 16px; font-family: Tahoma, Helvetica, Arial, Times, Verdana; text-decoration: none }
body          { color: black; font-size: 12px; line-height: 16px; font-family: Tahoma, Verdana, Arial; background-color: white }
td                     { color: black; font-size: 12px; line-height: 16px; font-family: Tahoma, Verdana, Arial }
.tekstindryk              { color: #000; font-weight: 200; font-size: 12px; line-height: 16px; font-family: Tahoma, Verdana, Arial }
.faktaboks2         { color: black; font-weight: 200; font-size: 10px; line-height: 14px; border-style: solid outset inset outset; border-width: 2px 1px 2px 1px; border-color: #808080 #696969 #808080 #808080 }
.tabeltekst { color: black; font-weight: 200; font-size: 10px; line-height: 14px; font-family: Verdana, Arial; border-style: solid; border-width: 1px 2px 2px 1px; border-color: #6d7088 }
.overskriftnega                       { color: white; font-weight: bold; font-size: 13px; font-family: Tahoma, Verdana, Helvetica, Arial; background: #005d91 repeat-x; padding-top: 3px; padding-bottom: 1px; border-style: none; border-color: #696969 #b6b585 #696969 #b6b585; height: 19px }
.normal  { color: black; font-weight: 200; font-size: 10px; line-height: 14px; font-family: Tahoma, Verdana, Arial }
.billederight        { float: right; clear: right; margin-bottom: 5px; margin-left: 5px; border: solid 1px black }
.billedeleft   { float: left; clear: left; margin-right: 5px; margin-bottom: 5px; border: solid 1px #000 }
.streg { border-right: 1px solid #a9a9a9 }
.stregrd { border-right: 1px solid #a9a9a9; border-bottom: 1px solid #a9a9a9 }
.stregd { border-right: medium none #eee; border-bottom: 1px solid #a9a9a9 }
.stregfirkant { border: solid 1px #a9a9a9 }
.tabelkant        { border-style: solid solid dotted solid; border-width: 1px; border-color: #a9a9a9 }
.billedetop { vertical-align: bottom; float: none; clear: none; margin-right: 5px; margin-bottom: 5px; border: #000; top: 10px; left: 10px }
.billedebottom { vertical-align: top; float: none; clear: none; margin-top: 10px; margin-right: 5px; margin-bottom: 5px; border: #000 }
.tableleft         { background-color: #fff; float: left; border-top: 1px dotted #dedede; border-right: 1px dotted #dedede; border-bottom: 1px dotted #dedede; border-left: #dedede; position: absolute; left: 260px; width: 600px }
.tableright          { float: left; padding-right: 4px; padding-left: 4px; border: dotted 1px #a4a3a3; position: absolute; left: 0px; width: 260px }
.intskrift { color: black; font-size: 7pt; line-height: 9pt; font-family: Verdana, Arial }
.fcktop   { position: absolute; top: 0px }
.understregning { font-size: 2px; line-height: 5px; border-top: 1px #000; border-bottom: 1px dashed #000 }
.tekststreg        { color: #4f575b; font-weight: bold; font-size: 12px; line-height: 20px; font-family: Helvetica, Verdana, Times, Arial, Tahoma; background-repeat: repeat-y; border-bottom: 1px solid #808080 }
.annonceramme     { color: #444749; font-size: 10px; line-height: 16px; font-family: Verdana, Arial, Tahoma; padding: 4px 8px 2px; border-style: solid; border-width: 3px 1px 1px 1px; border-color: #444749; clip: rect(auto 4px auto 4px) }
.annonceramme2     { color: #444749; font-size: 10px; line-height: 16px; font-family: Verdana, Arial, Tahoma; padding: 4px 8px 2px; border-right: 1px solid #444749; border-bottom: 1px solid #444749; border-left: 1px solid #444749; clip: rect(auto 4px auto 4px) }
.billederight2 { float: right; clear: right; margin-bottom: 5px; margin-left: 5px; border: #000 }
.billedeleft2 { float: left; clear: left; margin-right: 5px; margin-bottom: 5px; border: #000 }
.overskrift2        { color: #4f575b; font-weight: bold; font-size: 17px; line-height: 17px; font-family: Tahoma, Helvetica, Arial, Times, Verdana }
li     { color: black; font-size: 12px; line-height: 16px; font-family: Tahoma, Verdana, Helvetica, Arial }
.bundtekst      { color: white; font-weight: bold; font-size: 12px; line-height: 16px; font-family: Verdana, Arial, Tahoma; background-image: url(../../../image/image/systemting/tabel-top/bund-bundtekst.jpg); height: 19px }
.medlemstekst   { color: black; font-size: 10px; line-height: 16px; font-family: Verdana, Arial, Tahoma; background-color: #cad1ee; padding: 3px }
.streghjvn     { padding: 2px 6px; border-right: 1px solid #a4a3a3; border-left: 1px solid #a4a3a3 }
.stregminus { }
.infotekst    { color: black; font-size: 10px; line-height: 16px; font-family: Verdana, Arial, Tahoma; margin-top: 4px; margin-right: 2px; margin-bottom: 4px }
.streghjvnminus { background-color: #fff; border-right: 1px solid #a4a3a3; border-left: 1px solid #a4a3a3 }
.streghjvnned { background-color: #fff; border-right: 1px solid #a4a3a3; border-bottom: 1px solid #a4a3a3; border-left: 1px solid #a4a3a3 }
.tekstblue { color: #4f575b; font-weight: bold; font-size: 11px; line-height: 16px; font-family: Verdana, Helvetica, Arial; text-decoration: none; margin: 10px }
.stregleft { border-right: #eee; border-left: 1px solid #a9a9a9 }
.tabelkant2  { border-top: 1px solid #a4a3a3; border-right: 1px solid #a4a3a3; border-left: 1px solid #a4a3a3 }
.overskrift-stor   { color: #005d91; font-weight: bold; font-size: 16px; line-height: 18px; font-family: Tahoma, Verdana, Arial, Times; margin-bottom: 5px; padding-bottom: 5px }
.overskrift-lille-sort  { color: #696969; font-weight: bold; font-size: 13px; line-height: 16px; font-family: Times, Arial, Verdana, Tahoma }
.topbannertxt { color: white; font-size: 16px; font-family: Helvetica, Verdana, Arial; background-color: #63777c; letter-spacing: 1px; padding: 3px 2px 0px }
.sitetekst { color: black; font-size: 8px; line-height: 10px; font-family: Verdana, Arial, Tahoma; margin: 10px }
.titel  { color: #808080; font-size: 8px; font-family: Verdana, Arial; margin-right: 4px }
.tableleft2 { background-color: #fff; float: left; border-style: dotted dotted dotted none; border-width: 1px 1px 1px medium; border-color: #dedede; position: relative; width: 200px }
.tableright2            { float: left; margin-top: 30px; padding-bottom: 30px; position: relative; left: 20px; width: 750px }
.spalte1 { float: left; width: 480px }
.spalte2 { float: left; position: relative; left: 20px; width: 250px }
#topfoto    { margin-bottom: 5px; position: absolute; z-index: -1; top: 0px; visibility: visible }
#submenuredi   { float: left; border: dotted 1px black; position: relative; top: 80px; width: 200px }
#submenuredi ul { list-style-type: none; margin-left: 0; padding-left: 0 }
#submenuredi li { float: none; margin: 0 5px 0 0; border-bottom: 1px solid #cfcfd1 }
#submenuredi a { color: #767c80; font-size: 12px; line-height: 30px; font-family: "Trebuchet MS", Verdana, Arial; text-decoration: none; list-style-type: none }
#fckedit  { float: left; position: relative; left: 1px; width: 760px; height: 650px }
#menutable  { width: 970px }

ul.menu              { font-weight: normal; font-size: 13px; line-height: 15px; font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif; text-decoration: none; list-style-type: none; float: none; margin: 0px; padding: 0px; border-bottom: 1px dotted #cfcfd1; position: relative; display: block }
ul.menu li.norm a             { color: #808080; font-weight: normal; font-size: 13px; line-height: 15px; font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif; text-decoration: none; list-style-type: none; float: none; margin: 0px; padding: 8px 0px 8px 4px; border-top: 1px dotted #cfcfd1; display: block }
ul.menu li a:hover        { color: #dc4900; font-weight: normal; font-size: 13px; line-height: 15px; font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif; text-decoration: none; list-style-type: none; float: none; margin: 0px; padding: 8px 0px 8px 4px; display: list-item }
ul.menu li.current a        { color: #dc4900; font-weight: normal; font-size: 13px; line-height: 15px; font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif; text-decoration: none; list-style-type: none; float: none; margin: 0px; padding: 8px 0px 8px 4px; border-top: 1px dotted #cfcfd1; display: list-item }
/*ORANGE*/
#submenu-redi { float: left; margin-top: 20px; margin-bottom: 0; margin-left: 0px; position: relative; top: 50px; width: 200px }

ul.submenu           { color: #808080; font-weight: normal; font-size: 12px; line-height: 18px; font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif; text-decoration: none; list-style-type: none; float: none; margin: 0px; padding: 0px 0px 0px 12px; display: block }
ul.submenu li.norm2 a              { color: #808080; font-weight: normal; font-size: 12px; line-height: 18px; font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif; text-decoration: none; list-style-type: none; float: none; padding: 6px 0px; border-top: 1px dotted #cfcfd1; display: block }
ul.submenu li a:hover          { color: #dc4900; font-weight: normal; font-size: 12px; line-height: 18px; font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif; text-decoration: none; list-style-type: none; float: none; padding: 6px 0px; display: list-item }
ul.submenu li.current2 a         { color: #dc4900; font-weight: normal; font-size: 12px; line-height: 18px; font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif; text-decoration: none; list-style-type: none; float: none; padding: 6px 0px; border-top: 1px dotted #cfcfd1; display: list-item }
.td-round         { background: white url(../../../image/image/systemting/tabel-top/tabel-top-blue.jpg) no-repeat left top; border: solid 1px #cfcfd1; -khtml-border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; behavior: url(PIE.htc); border-radius: 8px; zoom: 1  }
#tableright2-redi     { float: left; position: absolute; top: 0px; left: 205px; width: 770px; height: 98% }
.tekstindryk-lille   { color: #808080; font-weight: 200; font-size: 10px; line-height: 14px; font-family: Tahoma, Verdana, Arial }
hr  { border-top: 0px; border-right: 0px; border-bottom: 1px dotted #cfcfd1; border-left: 0px; width: 100%; height: 1px }
.ramme { color: #000; font-size: 12px; line-height: 16px; background-color: #ececec; margin-left: 0px; padding: 3px 5px 2px; border-top: none #808080; border-right: 2px outset #808080; border-bottom: 2px outset #808080; border-left: none #808080 }
#submenu-table     { float: left; margin-top: 20px; margin-bottom: 0; margin-left: 0px; position: relative; top: 10px; width: 200px }
#div-redi { float: left; margin-right: 10px; position: absolute; top: 0px; left: 210px; width: 800px; height: 95% }
#admin { background-color: #e4e2d2; position: absolute; top: 0px; left: 1055px; width: 200px }
.menuredi  { color: white; font-weight: normal; font-size: 14px; line-height: 20px; font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif; text-decoration: none; background: url(../../../image/image/systemting/tabel-top/admin-top-bag.jpg) no-repeat; text-align: center; list-style-type: none; float: none; margin: 0pt 0 0; padding: 0px 0px 2px; display: block }
ul.submenuredi   { color: #2d53e0; font-weight: normal; font-size: 12px; line-height: 20px; font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif; text-decoration: none; text-align: center; list-style-type: none; float: none; margin: 0; padding: 0px; display: block }
ul.submenuredi li.norm2 a   { color: #2d53e0; font-weight: normal; font-size: 12px; line-height: 20px; font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif; text-decoration: none; text-align: center; list-style-type: none; float: none; margin: 0; padding: 0px }
.menutekst { color: #000; font-weight: normal; font-size: 11px; line-height: 14px; font-family: Tahoma, Verdana, Arial; margin-bottom: 4px; padding-right: 4px; padding-left: 4px }
#adminpkt   { color: #000; font-size: 11px; line-height: 14px; font-family: Tahoma, Verdana, Arial; text-align: center; padding-top: 4px; padding-bottom: 4px; border-top: 1px solid black }
.nyhedsskabelon    { background: white url(../../../image/image/systemting/tabel-top/tabel-top-blue.jpg) no-repeat left top; margin-top: 25px; padding: 20px 10px 10px; border: solid 1px #cfcfd1; width: 700px; -khtml-border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; behavior: url(PIE.htc); border-radius: 8px; zoom: 1  }
#submenu-table-nyhed      { float: left; margin-top: 0px; margin-bottom: 0; margin-left: 0px; width: 200px }
#div-redi-nyhed { float: left; margin-right: 10px; position: absolute; top: 0px; left: 220px; width: 800px; height: 85% }
#nyhed-off { position: absolute; left: 220px }

