.gmap {
    height: 90%;
    width: 90%;
}

/* tags */
* {
    margin: 0;
    padding: 0;
}
body {
    color: #333;
    font-family: "Fedra Serif A Book", verdana, arial, helvetica, sans-serif;
    font-size:70%;
    text-align: left;
}
h1 {
    color: #808080;
    font-size: 1.8em;
    margin:1.4em 0;
}
h2 {
    /*border-bottom: 1px solid #EEE;*/
    color: #333;
    font-size: 1.5em;
    margin:1em 0 .5em;
}
h3 {
    color: #333;
    font-size: 1.3em;
    /*font-style: italic;*/
	/*font-variant: small-caps;*/
    margin:1em 0 .5em;
}
h4 {
	color: #333;
	font-size: 1.3em;
	margin:1em 0 .5em;
}
.smallCaps {
	font-variant:small-caps;
}
h3.smallCaps, h4.smallCaps, h5.smallCaps {
	font-weight: normal;
}
h3.italics, h4.italics, h5.italics {
	font-weight: normal;
}
h5.sub2 {
	font-size: 1.1em !important;
}
input, select {
	border: 1px solid #C2C2C2;
	border-radius: 4px;
	padding: 2px;
}
input[type="submit"] {
    background-color:silver;
    border: none;
    font-family: verdana, arial, helvetica, sans-serif;
    height:17px;
    margin-top:3px;
}
.column select {
	padding: 0px;
}
img {
    border: none;
}
label {
    float:left;
    padding-right:10px;
}
ol, ul {
    list-style-position: inside;
}
p {
    line-height: 1.5em;
    padding-bottom: 0.15em;
}
table {
    margin-bottom: 1em;
	border: none;
	border-collapse: collapse;
	font-size: inherit;
}
table.center {
	margin-left:auto; 
    margin-right:auto;
	text-align:left;
}
table.widthHalf {
	width: 50%;
}
table.widthTwoThirds {
	width: 67%;
}
table.widthThreeQuarters {
	width: 75%;
}
table.widthFull {
	width: 100%;
}
td {
    padding: 1px 5px;
	border: none;
}
.column td {
	line-height: 160%;
}
td.check {
    padding: 1px 2px 1px 5px;
}
td.borderLeft {
	border-left:1px solid gray;
}
td.borderRight {
	border-right:1px solid gray;
}
td.borderTop {
	border-top:1px solid gray;
}
td.borderBottom {
	border-bottom:1px solid gray;
}
td.borderLeftBlack {
	border-left:1px solid black;
}
td.borderRightBlack {
	border-right:1px solid black;
}
td.borderTopBlack {
	border-top:1px solid black;
}
td.borderBottomBlack {
	border-bottom:1px solid black;
}
table.cellPadding td {
	padding: 10px !important;
}
tr.widthHalf td {
	width: 50%;
}
tr {
    vertical-align: top;
	border: none;
}


/* links */
a:link,
a:visited,
a:hover,
a:active {
    color: #547490;
    text-decoration: none;
}
a:hover,
a:active {
    background-color: #E8E8E8;
}

span.inactiveLink {
	font-weight: bold;
	color: #cecece;
}

/* header links */
#header a:link,
#header a:visited,
#header a:hover,
#header a:active {
    background-color: transparent;
    color: white;
    text-decoration: none;
}

/* layout divs */
#footer {

	border-radius: 4px;
    color: #6E6E6E;
    clear: both;
    /*border-top: 1px dashed #6E6E6E;*/
    padding: 10px;
}
#footer > div > div > a {
	background-color: transparent !important;
}
#mainContent {
    clear: left;
    margin-left:5px;
    position: relative;
}
#settings {
	right: 65px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#helpMenu {
	display:none;
	right: 380px;
	width: 200px;
}

#settings p {
	line-height: 170%;
}
span.toggleParentNext, span.toggleHelp, span.toggleSettings, span.toggleAdvanced, #registerFilterRemove {
	color: #547490;
	cursor: pointer;
}
span.toggleAdvanced {
  padding: 4px 7px;
  border: 1px solid #547490;
  background-color: white;
  width: 100px;
  text-align: center;
  display: inline-block;
}

div.subcolumnTop {
    height: 20px;
}
div.subcolumnTopHigh {
    height: 50px;
}
div.subcolumnTopHigh2 {
    height: 100px;
}
#toolboxSpacer {
    clear:both;
	height: 48px;
}

div.personOptions span, div.placeOptions span, div.titleOptions span {
	font-weight: bold;
	cursor: pointer;
	padding-left: 3px;
	padding-right: 3px;
}
div.personOptions span:hover, div.placeOptions span:hover, div.titleOptions span:hover {
	background-color: #FFFFFF;
}

div.registerLetters {
	display: inline;
}

/* navs */
.nav > ul > li {
    list-style:none;
}
.nav ul a {
  border: none;
	border-right: 2px solid silver;
  display:block;
  padding:0px 10px;
  text-decoration:none!important;
  margin:1px;
	margin-top: 10px;
	margin-bottom: 10px;
  margin-left:0;
  font:10px Verdana;
  color:#547490;
  background:#FFFFFF;
	font-weight: bold;
}
.nav ul a:hover {
    color:#547490;
}
.nav ul a.selected {
    margin-bottom:0;
    color:#000;
    background:#EEE;
    border-bottom:1px solid #EEE;
    cursor:default;
    outline: none;
}
#navLevels div
{
    display:none;
    line-height:2em;
    /*width: 100%;*/
}
#navLevels a {
    text-decoration:none!important;
    color:#547490;
}
#navLevels a:hover {
    color:#547490;
}
#navLevels h2 {
	color: #919191;
	border: none;
}
.firstnavelement {
	margin-left: 18px !important;
}
.lastnavelement {
	border-right: none !important;
}
.show {
	color: #deb578 !important;
}
.inactive_menu_item {
	color: #deb578;
}
input.blur {
	color: #999;
}
.button {
	display: inline-block;
	padding: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 4px;
	margin-top: 3px;
	cursor: pointer;		
}
.lightbutton {
	background-color: #f1f1f1;
	background-image: url(../bilder/button_background.gif);
	background-repeat: repeat-x;
	border: 1px solid #b5b5b5;
	border-radius: 3px;
}
.buttonNarrow {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	margin-top: 0px; !important;
}
.lightbutton:hover
{
	border: 1px solid #949494;
}
.darkbutton {
	background-color: silver;
	background-repeat: repeat-x;
	border: 1px solid #949494;
	border-radius: 3px;
}
.darkbutton:hover
{
	border: 1px solid #838383;
}
.disabled_button
{
	color: gray;
}
.facsimile_page {
	margin-top: 3px;
	margin-right: 4px;
}

.submitFilter {
	color: #FFFFFF;
}


/* breadcrumb */
#breadcrumb a {
	color: #656565;
}

.shortTitle {
	cursor: help; 
}

/* idTabs */
#minColumn {
	position: relative;
}
#minColumnInfo {
	width: 25px;
}

#dynamicColumns {
	display: none;
}

#dynamicColumns .columnwrapper:last-child {
  margin-right: 20px;
}

.wrapper, #minColumn {
    color:#111;
    margin-right:5px; /* margin between panes */
	 vertical-align: top;
}
.wrapper > ul > li {
    list-style:none;
    float:left;
}
.wrapper ul a {
    border: none;
    display:block;
    padding:6px 5px;
    text-decoration:none!important;
    margin:1px;
    margin-left:0;
    font:10px Verdana;
    color:#547490;
    /*background:#FFFFFF;*/
}
.wrapper ul a:hover {
    background:#e6e6e0;
    color:#656565;
}
.wrapper ul a.selected {
    margin-bottom:0;
    color:#4f4f4f;
	  /*background-image: url(../images/tablinkbackground.gif);
	  background-repeat: repeat-x;*/
    background-color:#e6e6e0;
    border-bottom:1px solid #e6e6e0;
    cursor:default;
    outline: none;
	  border-top-left-radius: 5px;
	  border-top-right-radius: 5px;
}
.wrapper div div
{
	background: transparent;
}
.wrapper div.closeColumn {
    cursor:pointer;
    padding:4px 9px 5px 9px;
    position: absolute;
    right: 0px;
    top: 1px;
	color: #7b2626;
	font-weight: bold;
	border: 1px solid #bab4a6;
}
.helpercolumn {
	background: none !important;
	padding: 70px !important;
	font-weight: bold;
	z-index: 1;
	overflow: auto;
}

#addNewButton {
	position:absolute;
	top:1px;
	right:-20px;
	padding:4px 4px 5px 4px;
	z-index:2;
	cursor:pointer;
	font-weight: bold;
	border: 1px solid #bab4a6;
}
#minimizeButton {
	position:absolute;
	top:1px;
}
#maximizeButton {
	margin-bottom: 1px;
}
#minimizeButton, #maximizeButton {
	right:0px;
	padding:4px 4px 5px 4px;
	z-index:2;
	cursor:pointer;
	font-weight: bold;
	border: 1px solid #bab4a6;
}
#addNewButton, #minimizeButton, #maximizeButton, .closeColumn {
	border-radius: 3px;
}


#cont_introduction p {
	line-height: 160%;
}
.cont_comment p {
	line-height: 160%;
}
.cont_manuscript p {
	line-height: 200%;
	position: relative;
}

/* spans */
span {
	/*cursor: pointer;*/
}
.toggleHidden {
	display: none;
}
span.hilite {
	background-color: red;
}
span.variantScrollTarget, span.anchorScrollTarget
{
	cursor: pointer;
}
span.footnoteindicator {
	font-size: 0.75em; 
	line-height: 0.5em;
	vertical-align:super;
}
.hand {
	cursor: pointer;
}
.ttVariant, .ttFoot {
	cursor: pointer;
}
.ttMs, .ttEditor {
	cursor: help;
}
a.varianter {
	margin-left: 4px;
}

/* static texts */
#frontText {
	padding-top: 1px;
	position: relative;
}
/*.floatleft {
	float: left;
	margin-right: 20px;
}
.floatright {
	float: right;
	margin-left: 20px;
}
.floatright, .floatleft {
	font-size: 8pt;
	font-weight: normal;
}*/
.floatleft img, .floatright img {
	border:1px solid #547490;
	padding:1px;
}

/* misc */
.thumbnails {
    overflow: scroll;
    overflow-y: hidden;
    width: 95%;
}
img.highlight {
    border: 1px solid red;
}
span.highlight {
	background-color: #9ECC9E;
}
.newWindowIcon {
    max-height: 30px;
}
#ajaxLoader {
	position: absolute;
	top: 35px;
	left: 600px;
	display: none;
}
img.tei_bar {
	margin-bottom: 5px;
}
img.link_icon {
	position: relative;
	top: 3px;
}
/* TABLE OF CONTENTS */
#column1Tab0, #column1Tab0 div {
	background-color: transparent;
}

.indented {
	padding-left: 12px;
}

#cont_contents a {
	font-family: sans-serif;
}

.toc_indented {
}
.toc_head {
	padding-top: 10px;
	padding-bottom: 10px;
	font-variant: small-caps;
	font-weight: normal;
	background: #fff;

}
.toc_section_1 {
	font-variant: small-caps;
}
.toc_p1 {
	margin: 0px !important;
	padding: 0px !important;
	text-indent: 0px !important;
	background-color: white;
	border: 1px solid #eee
font-family: sans-serif;
}

.toc_p1 a {
	display: block;
	padding:4px;
	margin:0;
}
.toc_p1 a:hover {
	background-color: #eee;
}
.toc_p2 {
	text-indent: 0px !important;
	background-color: white;
	border: 1px solid #eee;
	padding:20px 10px 10px 10px;
	/*height:30px;*/
	line-height:30px;
	border-bottom: 1px solid #333;
}

.padding_top {
	padding-top: 7px;
	padding-bottom: 0px !important;
	margin:0px !important;
}
.pos_relative {
	position: relative;
}
.expand {
	position: absolute;
	left: -15px;
	cursor: pointer;
}
.expandWorks {
	position: absolute;
	left: 4px;
	cursor: pointer;
}
.expandWorks2 {
	position: absolute;
	left: 17px;
	cursor: pointer;
}
.toggleNext {
	cursor: pointer;
}
.tooltip {
	display:none;
}
div.search {
	padding-bottom: 15px;
	/*border-bottom: 1px solid #A5A5A5;*/
}
div.limitSearch, div.limitList {
	position: relative;
	border: 1px solid #c2c2c2;
	border-radius: 7px;
	margin-top: 60px;
	margin-left: 40px;
	padding: 20px;
	width:350px;
	/*height:1000px;*/
	float:left;
	line-height: 1.5em;
}
div.limitList {
	margin-top: 0px !important;
	padding-bottom: 50px;
}
.placeRegisterLimit, .personRegisterLimit, .commentRegisterLimit {
	font-weight: bold;
}
.searchResults p {
	font-family: "Fedra Serif A Book", verdana, arial, helvetica, sans-serif !important;
	font-size: 1.0em !important;
}

p.searchRow {
	/*padding-left: 30px;*/
	cursor: pointer;
	padding-bottom:0.5em;
}
/*p.searchRow[id] {
	cursor: pointer;
}*/
p.searchRow:hover {
	background-color: #e7e7e7;
}
span.searchHi {
	background-color: #9ecc9e;
}
.childCheckBoxes {
	padding-left: 13px;
	padding-bottom: 4px;
}
#searchFieldFirst select {
	display: none;
}
span.searchMeta {
	color: gray;
	font-size: 0.9em;
}
.resultPreviousLink {
	padding-right: 2px;
}
.resultNextLink {
	padding-left: 2px;
}
.resultPageLink {
	padding-left: 2px;
	padding-right: 2px;
}
.disabled {
	color: #c2c2c2;
}
#searchTermForHighlight {
	display: none;
}
span.variantType {
	color: gray;
}

.ttMinusletter {
	color: #990202; 
	cursor: default;
}

/* Visitor Comments */
.searchFields td {
	margin-top: 5px;
}
.marginTop {
	margin-top: 5px;
}
p.listHeader {
	padding-bottom: 0px;
	color: gray;
}
div.visitorComments {
	margin-top: 50px;
}
div.visitorCommentForm {
	margin-top: 20px;
}
div.visitorCommentList {
	margin-top: 30px;
}
div.visitorCommentList > div.visitorComment:nth-child(2n+2) {
	background-color: #e0dbca;
}
div.visitorCommentList > div.visitorComment:nth-child(2n+1) {
	background-color: #f0ece0;
}
textarea[name="visitorComments"] {
	/*width: 80%;*/
}
div.visitorComment {
	padding: 10px;
}
div.visitorComment > div.visitorComment {
	padding-left: 20px !important;
	padding-bottom: 0px !important;
}
div.visitorComment p {
	text-indent: 0px !important;
}
div.visitorComment span.commentDate {
	color: gray;
}
a.replyComment {
	font-size: 0.8em;
}
a.editComment {
	margin-left: 30px;
	font-size: 0.7em;
}
a.deleteComment {
	margin-left: 10px;
	font-size: 0.7em;
}
span.commentName {
	font-weight:bold;
}
.noPadding {
	padding: 0px !important;
}

.front_image_container{
	padding-left: 1rem;
	padding-top: 4rem;
	padding-right: 2rem;
	float:left;
}

.front_text_container{
	padding-top: 4rem;
	padding-left: 1rem;
	border-bottom: 1px solid #dfdfdf;
}

div#readView p{
	text-indent: 2em;
	margin-bottom:0em;
	padding-bottom:0em;

}

div .cont_manuscript p{
	margin-bottom:0em;
	padding-bottom:0em;
}

div#readView p .paragraph_number{
	text-indent: 0em;
}

.front_poem{
	width: 40%;
	float: left;
}

.front_poem_img{
	padding-top: 2em;
	float:right;
	width: 60%;
}

@media only screen and (max-width: 1000px) {
    .front_poem_img img{
		max-width: 33em;
		padding-right: 7em;
	}
}

@media only screen and (min-width: 1001px) {
    .front_poem_img img{
		max-width: 33em;
		float:right;
	}
}

#readView h1,.h1,h2,.h2,h3,.h3 {
  margin-top: 20px;
  margin-bottom: 11px !important;
}

.limitSearch{
	display: none;
}

#toggleShowHide{
	position: inherit;
	float: right;
	padding-left: 1em;
}

.tooltip {
	z-index: 0 !important;
}


/*.p1.center{
	font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif !important;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.p1.center .paragraph_number{
	display: none !important;
}*/


.section101{
	font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif !important;
	font-size: 30px;
	text-align: center; 
}
.section102{
	font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif !important;
	font-size: 24px;
	text-align: center; 
}
.section103{
	font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif !important;
	font-size: 24px;
	text-align: center; 
}
span.smaller{
font-size: smaller;
}


.letters{
	width:622px;
	margin-left:6px;
	margin-bottom:20px;
	padding-top: 7px;
	border-top:1px solid #e3e3e3;
	overflow:auto;
	padding-right: 20px;
}

.search_button{
	width:622px;
	margin-left:6px;
	margin-bottom:20px;
	padding-top: 7px;
	border-top:1px solid #e3e3e3;
	overflow:auto;
	text-align: right;
	padding-right: 20px;
}

.letter_button{
	width:622px;
	margin-bottom:20px;
	padding-top: 7px;
	border-top:1px solid #e3e3e3;
	text-align: right;
	padding-right: 20px;
}