/*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;
}


#header {border: 1px black solid; padding-top: 5px;}
#header * {margin: 0; padding: 0; color:black !important;}
#header h1, #header h2, #header h3{font-family: "Times New Roman", serif; letter-spacing: 0.15em;}
#header h1 {font-size: 1em; text-transform: uppercase; padding-left: 1em;}
#header h2 {font-size: 0.8em; font-style: italic; padding-left: 3em; position: absolute;}
#header h3 {text-align: right; font-style: italic; font-size: 0.8em;}
#header h3 a {text-decoration: none;}
#header h1, #header h2 {white-space: nowrap;}

* {letter-spacing: normal !important;}

#nav {display: none;}
div.wheelcontainer div, div.wheelcontainer_matches div {display: none;}
div.wheelcontainer_matches div.search_result {display: block; margin: 5px;}
#main form {display: none;}
div#bookmarkscon{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, div.wheel div.wheelcontainer_matches{
	width: 198px;
	border: 1px black 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;
}

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 black;
}

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

/* Copyright statement below wordwheel */
div.copyright p{
	color: black;
	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: left; 
	border-bottom: solid 1px black;
}

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;
}

/* 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;
}

