	/* @import url('runes.css'); */

@font-face {
 font-family: knots;
 src: url('/fonts/knots.ttf') format('truetype');
}

@font-face {
 font-family: R;
 src: url('/fonts/RQx.ttf') format('truetype');
}

/*
h1:before {
content: "\2665";
}
*/

/*
@font-face {
 font-family: MRQRunes;
 src: url('/fonts/MRQRunes.ttf') format('truetype');
}
*/

@font-face {
 font-family: Papyrus;
 src: url('/fonts/Papyrus.ttf') format('truetype');
}

@font-face {
 font-family: LOTR;
 src: url('/fonts/lotr.ttf') format('truetype');
}

.rune {
  font-family: R;
}

.holyday {
  border-style: ridge;
  border-width: 5px;
  font-family: R;
/*  font-size: xx-large; */
/*  font-size: 10mm; */
}

@font-face {
font-family: NO;
 src: local('Nosferatu'), url('/fonts/no.ttf') format('truetype');
}
@font-face {
font-family: TreasureMapDeadhand;
 src: local('Treasure Map Deadhand'), url('/fonts/TreasureMapDeadhand.ttf') format('truetype');
}
@font-face {
font-family: Old English Text MT;
 src: local('Old English Text MT'), url('/fonts/Oldengl.ttf') format('truetype');
}

.knotwriting {
  font-family: knots;
  font-size: 120%;
/*   font-weight: bold; */
}

.name {
  font-family: Papyrus, "Comic Sans MS";
  font-weight: bold;
}
.main {
font-weight: bold;
}

body {
  font-family: Verdana,Arial,Helvetica,sans-serif;
}
tbody {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 4mm;
}
th {
  font-family: Verdana,Arial,Helvetica,sans-serif;
}

.cite {
  font-family: NO;
  text-align: right;
  font-size: 120%;
  font-weight: bold;
}

.mark {
border-right: 1pc solid #dddddd;
border-bottom: 2mm solid #bbbbbb;
float: left;
font-family: "Comic Sans MS";
font-size: 140%;
text-transform: none;
background-color: white;
}
@media print {
.GMremark {
	font-family: NO, Papyrus, "Comic Sans MS";
	float: right;
	width: 45%;
}
.GMremarkLeft {
	font-family: NO, Papyrus, "Comic Sans MS";
	float: left;
	width: 45%;
}
}

@media screen {
.GMremark {
	font-family: NO, Papyrus, "Comic Sans MS";
	font-size: 120%;
	padding: 25px 25px 25px 25px; 
/*	border-style: outset;
	border-width: 7px;
*/
	float: right;
	width: 45%;
/*	background-image: url('/img/Vellum_Background.gif'); 
	background-image: url(/img/parchment_light.gif); */
	background-image: url(/img/oldpaprbkgrd.jpg);
/*	
	background-image: url(/img/leather.jpg);
*/
	background-repeat:no-repeat;
	background-position:center center;
	-o-background-size: 100% 100%, auto;
	-moz-background-size: 100% 100%, auto;
	-webkit-background-size: 100% 100%, auto;
	background-size: 100% 100%, auto;

/* background-image: url(/img/leather.jpg); */
/* http://www.cssplay.co.uk/layouts/background2.html */
/* http://www.cssplay.co.uk/boxes/css3-background.html */
}
.GMremarkLeft {
	font-family: NO, Papyrus, "Comic Sans MS";
/* top right pottom left */
	padding: 25px 25px 25px 25px; 
	font-size: 120%;
	float: left;
	width: 45%;
/*	background-image: url(/img/parchment_light.gif); */
	background-image: url(/img/oldpaprbkgrd.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	-o-background-size: 100% 100%, auto;
	-moz-background-size: 100% 100%, auto;
	-webkit-background-size: 100% 100%, auto;
	background-size: 100% 100%, auto;

/* background-image: url(/img/leather.jpg); */
/* http://www.cssplay.co.uk/layouts/background2.html */
/* http://www.cssplay.co.uk/boxes/css3-background.html */
}
}
.vertical{
    writing-mode:tb-rl;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform:rotate(90deg);
    transform: rotate(90deg);
    white-space:nowrap;
    display:block;
    bottom:0;
    width:20px;
    height:20px;
}

/* top right bottom left */
img {
Padding: 0px,5px,0px,5px;
}

p {
  text-indent: 2em;
  margin-bottom: 0.5em;
  margin-top: 0em;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
p.dropletter {
  text-indent: 0;
}
p.dropletter:first-letter {
  font-size: 230%;
  font-family: lotr, "Old English Text MT", "Lucida Calligraphy", "Times New Roman",serif;
  float: left;
}
p.runedropletter {
  text-indent: 0;
}
p.runedropletter:first-letter {
  font-size: 230%;
  font-family: R;
  float: left;
}
.firstp {
  text-indent: 0;
}

.firstp:first-letter {
  font-size: 200%;
  font-family: "Old English Text MT", "Lucida Calligraphy", "Times New Roman",serif;
  float: left;
}

/***** 20140819 for Mercario
h1 + p, h2 + p, h3 + p, h4 + p {
  text-indent: 0;
}
*/

h1, h2, h3, h4 {
  font-family: lotr;
  margin-top: 0px;
  margin-bottom: 0px;
}
h2.smaller{
  font-size: 110%;
}

span.box {
  border-style: outset;
  border-width: 5px;
  margin: 10px;
  display: table-cell;
  visibility: visible;
  float: left;
}
#box {
  border-style: outset;
  border-width: 5px;
  margin: 10px;
  display: table-cell;
  visibility: visible;
  float: left;
}

/* reihenfolge wichtig! */
/* a:link {color:#111111; text-decoration:none; font-variant:small-caps;} */
/* a:link {color:#FF1111; text-decoration:none} */
a:visited {color:#770000; text-decoration:none}
a:hover {color:#0000FF}
