/*
 * 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, ul, li
{
	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: black; font-weight: 200; font-size: 10px; line-height: 14px; font-family: Verdana, Arial }
.ramme       { background-image: url(../../../../tabelback1.jpg); padding: 3px 5px 2px; border-top: none #808080; border-right: 2px outset #808080; border-bottom: 2px outset #808080; border-left: none #808080 }
.fedtekst   { color: black; font-weight: bold; font-size: 10px; line-height: 14px; font-family: Verdana, Arial }
.stregleft     { border-left: 1px solid #4a566e }
.billedtekst   { color: black; font-style: italic; font-weight: 200; font-size: 10px; line-height: 14px; font-family: Verdana, Arial }
.overskrift       { color: #383e6c; font-weight: bold; font-size: 12px; line-height: 14px; font-family: Verdana, Arial }
body     { color: black; font-size: 10px; line-height: 14px; font-family: Verdana, Arial; background-color: white }
td            { color: black; font-size: 10px; line-height: 14px; font-family: Verdana, Arial; border: #6d7088 }
.tekstindryk   { color: black; font-weight: 200; font-size: 10px; line-height: 14px; font-family: Verdana, Arial; margin: 3px }
.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 }
.returboks { color: black; font-weight: 200; font-size: 10px; line-height: 14px; border-style: outset none inset none; border-width: 1px; border-color: #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: #dcdcdc; font-weight: bold; font-size: 12px; line-height: 14px; font-family: Verdana, Arial; background-image: url(../../../../tabeltop2.jpg); padding-top: 2px; padding-bottom: 2px }
.normal { color: black; font-weight: 200; font-size: 10px; line-height: 14px; font-family: Verdana, Arial }
.annonceramme { margin-bottom: 20px; padding: 5px; border-style: dotted solid solid dotted; border-width: 1px 2px 2px 1px; border-color: #808080 }
.tabelramme   { background-image: url(../../../../tabelback1.jpg); border-style: dotted solid solid dotted; border-width: 1px 2px 2px 1px; border-color: #808080 #c0c0c0 #c0c0c0 #808080 }
.tableleft  { float: left; border: solid 1px #c0c0c0; position: absolute; top: 5px; left: 5px; width: 120px }
.tableright   { float: left; border: solid 1px #c0c0c0; position: absolute; top: 5px; left: 645px; width: 120px }
.tablecenter     { float: left; border-top: 1px solid #000; border-right: 1px solid #000; border-bottom: none #000; border-left: 1px solid #000; position: absolute; top: 5px; left: 135px; width: 500px }
.tabelkant  { border-top: 1px solid #696969; border-right: 1px solid #696969; border-bottom: none #696969; border-left: 1px solid #696969 }
.streg { border-right: 1px dotted #a9a9a9 }
.stregrd { border-right: 1px dotted #a9a9a9; border-bottom: 1px dotted #a9a9a9 }
.stregd { border-right: medium none #eee; border-bottom: 1px dotted #a9a9a9 }
.billederight { float: right; clear: right; margin: 3px 3px 2px; border: solid 1px #000 }
.billedeleft  { float: left; clear: left; margin: 3px 3px 2px; border: solid 1px #000 }
.billedetop  { vertical-align: bottom; float: none; clear: none; margin: 3px; border: #000; top: 10px; left: 10px }
.billedebottom  { vertical-align: top; float: none; clear: none; margin: 5px 5px 2px 3px; border: #000 }
.dialogtabel { border-style: solid; border-width: 2px 1px 1px 1px; border-color: #a9a9a9 }
a[href]
{
	color: -moz-hyperlinktext !important;		/* For Firefox... mark as important, otherwise it becomes black */
	text-decoration: -moz-anchor-decoration;	/* For Firefox 3, otherwise no underline will be used */
}
.intskrift { color: black; font-size: 7pt; line-height: 9pt; font-family: Verdana, Arial }
