/*SORRY FOR THE MESS - THE CODE HAVE NOT BEEN CLEANED UP YET*/
/* stylesheet for printing*/

body {
	padding: 0px;
	margin: 5px;
	font-family: "Times New Roman", serif;
}

div.heading{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 650px;
}

div.headingspacer{
	margin: 10px 0px 5px 0px;
	border: 1px #225573 solid;
}

div.heading h1, div.heading h2 {
	margin: 0;
	color: #225573;
	font-family: "Times New Roman";
	letter-spacing: 0.15em;
}

div.heading h1{
	margin-left: 10px;
	text-align: left;
	font-size: 1.4em;
	font-variant: small-caps;
}

div.heading h2{
	font-style: italic;
	text-align: right;
	font-size: 0.8em;
}

div.heading h3{
	font-style: italic;
	margin-left: 30px;
	margin-top: 7px;
	margin-bottom: 3px;
	text-align: left;
	font-size: 0.8em;
	line-height: 0em;
	color:  #b5b5b5;
}

div.heading h2 a{
	text-decoration: none;
	color: #004F60;
}

div.headingspacer h1 em, h2 em {
	color: #c81717;
	background-color: transparent;
	text-transform: lowercase; 
	font-style:normal;
}

.dotODSChar{
	color: #c81717;
	background-color: transparent;
	text-transform: lowercase;
}

div.leftbar{
	display: none;
}

#logo{
	display: none;
}


/* WORDWHEEL */
/*-----------*/
div.wheel{
	height: 100%;
	width: 200px;
	font-size: 0.8em;
	float: right;
}

div.wheelnavigator, div.wheelsearchform{
	display: none;
}

div.wheel div.wheelcontainer{
	width: 198px;
	border: 1px #225573 solid;
	z-index: 1;
}

.homno{
    position: absolute;
	top: 0;
	left: -20px;
	width: 18px;
	text-align: right;
	font-size: 0.7em;
	margin-top: 0.3em;
	line-height: 1em;
}

div.wheel ol{
	list-style: none;
	list-style-position: outside;
	margin-left: 20px;
	margin: 0;
	background-color: #fff9e6;
}

div.wheel li{
	position: relative;
	margin-left: 0;
	margin: 0;
}

/*Part Of Speach */
.pos{
	font-style: italic;
	font-size: 0.7em;
}

li a {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}

/* Marked word in wordwheel */
li.shown a{
	color: black;
	font-weight: 900;
	border-bottom: 1px solid red;
}

li.shown span.homno{
	font-weight: 900;
}

/* Copyright statement below wordwheel */
div.copyright p{
	color: #b5b5b5;
	background-color: transparent;
	font-size: 0.7em;
	text-align: center;
	padding: 0;
	margin: 0;
}

/* CONTENT STYLE */
/* ------------- */
div.content p{
	font-size: 1em;
}

div#main{	
	width: 100%;
}

div#main h1 {
	padding: 0;
	margin: 1.5em 0 0.75em 0;
	letter-spacing: 0.02em;
	text-align: center;
}

div#main h2 {
	margin: 0; 
	margin-top: 2em;
	padding-bottom: 0.2em;
	font-size: 1.2em;
	font-family: sans-serif; 
	text-align: right; 
	border-bottom: solid 1px #004F6D;
}

div#main h3 {
	margin: 1.5em 0 0 0;
}

/* For highlighting: Ordbog over det danske Sprog */
div#main span.title {
	font-style: italic;
}

/* article examples */
div#main span.exentry {
	font-family: serif;
	font-weight: bold;
	letter-spacing: 0.05em;
}

/* type examlpe */
div#main span.keystroke {
	font-family: monospace;
}

div#main a{
	color: #004F6D;
	text-decoration: none;
	background-color: transparent;
}

/* back to ods... */
div#main a.backlink {
	display: none;
}

div#main form {
	color: #004F6D;
}

div#main form p {
	vertical-align: top;
}

div#main form fieldset {
	padding-bottom: 10px;
	padding-left: 20px;
}

div#main legend {
	color: #004F6D;
	margin-left: -5px;
}

/* lists */
div#main ul li{
	list-style: circle;
	font-size: 0.9em;
}

div#main ol {
	margin-left: 20px;
	padding-left: 0;
}
div#main ol li{
	list-style: circle;
	font-size: 0.9em;
	margin-bottom: 0.5em;
	margin-right: 15px;
	text-align: justify;
}

/* pictures at the side of the text */
div.content .illustration{
	background-color: #ccc;
	margin: 3px;
	padding: 5px;
	width: 230px;
	float: right;
	clear: both;
}

div.content .illustration p{
	text-align: center;
	font-size: 0.8em;
	font-style: italic;
	margin: 0;
	padding: 0;
}

div.content .illustration p img{
	border: 1px solid black;
	width: 100%;
}

div.content a{
	font-style: italic;
}

/* ARTICLE STYLE */
/* ------------- */

div.article{
	font-size: 0.9em;
	max-width: 400px;
	padding-bottom: 30px;
	overflow: visible;
}

.article p{
	font-size: 1em;
	margin-left: 50px;
	margin-bottom: 10px;
	margin-top: 10px;
}

p.firstpara {
	text-indent: -50px;
}

/* betydningsnummer */
.dotBetNo{
	font-weight: 600;
	margin-top: 10px;
}

/* underbetydningsnummer */
.dotSubBetNo{
	font-size: 0.75em;
}

/* spatieret tekst*/
.dotSpaced{
	letter-spacing: 0.15em;
	color: navy;
}

/* lemma - opslagsord */
.dotLemma{
	font-size: 1.2em;
}

/* mindre skrift */
.dotSmall{
	font-size: 0.7em;
}

/* hævet skrift */
.dotRaised{
	font-size: 0.75em;
    vertical-align: top;
}

/*to lodrette streger*/
.dotEdBreak{
	letter-spacing: -0.22em;
}

.dotEdParenth{
}

/*kursiv skrift*/
.italics{
	font-style: italic;
}

/* fed skrift */
.bold{
	font-weight: bold;
}

/* pictogrammer */
div.article p img {
	height: 1em;
}

/* Unknown Character */
a.dotUChar {
	color: black;
}
a.dotUChar span.dotUCharDesc{
	display: none;
}


