/* 
	Copyright 2015 eScience-Center, University of Tübingen
	Authors: 				
		Manuel Abbt
		Michael Derntl <michael.derntl@uni-tuebingen.de>
	License: WTFPL Version 2 (http://www.wtfpl.net/txt/copying/)
*/


/* Ein ContentElement entspricht einer Zeile */
.esc-content {
    /*border: 1px solid #EEEEEE;*/
    margin-bottom: 8px;
    font-family: "Times New Roman", serif;
    line-height: 1.3;
    font-size: 19px;
}
.esc-content .esc-image {
    padding: 0;    
    margin: 0 auto;
}

/* Ansicht: Zwei Spalten: Bild links, Text rechts */
/* ######################################################################## */

/* Bild rechts */
.esc-facs {    
    float: right;
    width: 46%;
}

/* Text linkss */
.esc-trans {    
    float: right;
    width: 54%;
    font-size: 18px;
}

/* Ansicht: Eine Spalte Bild mittig */
.esc-content .esc-image {
    text-align: center;
}

.esc-bold {
    font-weight: bold;
}

.esc-text-choice-hidden {
    display: none;
}

.esc-text-line {    
}

.esc-text-line-nr {
    font-size: small;
    display: inline-block;
    width: 25px;
    text-align: right;
    padding-right: 5px;
    color: #505050;
    
}

.esc-text-date {
    border-bottom: 1px solid #000000;
    border-right: 2px solid #000000;
    padding-right: 2px;
    margin-right: 5px;
}

#esc-list-image {
    margin-bottom: 10px;
    margin-left: 10px;
}

#esc-list-image-content {
    /* Bild in Personen-Div */
    max-width: 100%;
}

.esc-list-spanspace {
    margin-right:15px;
}

.esc-background-highlight {
    background-color: #FFFFCC;
}

.esc-deleted-text {
    text-decoration: line-through;
}

.esc-added-text {  
}

.esc-later-added-text {
    color: blue;
}

.esc-link-extern {
    padding-right: 15px;
    background: url("/omeka/projekte/extlink.gif") no-repeat scroll right center rgba(0, 0, 0, 0);
}

/* ######################################################################## */

/*Klasse aus Neatline oder Omeka*/
a.close {
    border: none;
    font-size: 200%;
}

/* ######################################################################## */

header{    
font-size:150% !important;      
text-align: center !important;
}
      
nav{
top:75px !important;
width: 100% !important;
border-bottom:1px solid black !important;
padding: 8px;
text-align: center;    
background-color: #e6e6e6; 
}
      
nav ul{
list-style:none !important;
display:inline-table !important;    
margin: auto !important;   
}
      
nav ul li{
float:left !important;
padding:0px 25px 0px 0px !important;
}
      
nav ul li span{
font-family: "Times New Roman", serif !important;
color: red !important;
font-size: 150% !important;
}
      
nav ul li a{
font-family: "Times New Roman", serif !important;
font-size: 125% !important;
border:none !important;
}