﻿/* CSS Document */

html, body
{
    height: 100%;
}

body {
  border-top: 15px solid rgb(181, 21, 43);
  font-family: calibri, arial !important;
  font-size:1.3em;
  width: 100%;
  height: 100%;
    
  background-color:#e6ecee;
 /* background-image: url('http://journals.ub.uni-heidelberg.de/media/josar/hintergrund.png');
  background-repeat:repeat-x;float:left; */
}


#container {
  margin: 0 auto;
  min-width: 0 !important;
  width: 1170px !important;
}

#header {
 /* margin: 0 auto; */
  margin-left:0;
  width: 900px !important;
  margin-top: 40px;
  background-color: #fff;
-webkit-box-shadow: 12px 26px 19px -6px rgba(120,120,120,1);
-moz-box-shadow: 12px 26px 19px -6px rgba(120,120,120,1);
box-shadow: 12px 26px 19px -6px rgba(120,120,120,1);
}



#body {
  color: #000;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}

#main {
background: #ffffff;

-webkit-box-shadow: 12px 12px 19px -6px rgba(120,120,120,1);
-moz-box-shadow: 12px 12px 19px -6px rgba(120,120,120,1);
box-shadow: 12px 12px 19px -6px rgba(120,120,120,1);
  margin-left: 0;
  margin-top:0 !important;
  margin-bottom:30px;
  padding: 0 20px;
  width: 860px !important;
}

#rightSidebar {
  width: 160px; 
  padding: 20px;
  background: #ffffff;
  margin-right: 30px !important;
  font-size: 0.6em;

  -webkit-box-shadow: 12px 12px 19px -6px rgba(120,120,120,1);
-moz-box-shadow: 12px 12px 19px -6px rgba(120,120,120,1);
box-shadow: 12px 12px 19px -6px rgba(120,120,120,1);
/*
-webkit-box-shadow: 12px 12px 19px -6px rgba(0,0,0,1);
-moz-box-shadow: 12px 12px 19px -6px rgba(0,0,0,1);
box-shadow: 12px 12px 19px -6px rgba(0,0,0,1);*/
}


/* Navigation */

#navbar > ul.menu > li#register,
#navbar > ul.menu > li#login {
  display: none; 
}


#navbar {
  margin-top: 0.5em;
  border-bottom: 2px solid #EFEFEF;
}  

#navbar a {
  color: #000;
  text-decoration: none;
}

#navbar a:link {
  text-decoration: none;
}

ul.menu li#register {
  display: none !important;
} 


/*Brotkrümel*/
#breadcrumb {
  border-bottom: 2px solid #EFEFEF;
  padding: 0.5em 0;
}

#breadcrumb a {
  color: #666666;
  padding-bottom: 10px;
  text-decoration: none;
}

/* Inhalt */

#content {
  border-top: none;
  overflow: hidden;
  min-height: 55em;  
}

/* Textformatierungen */
h2 {    
  font-size: 2em;
  line-height: 1.2em;
  color: #900;
  font-weight: normal;
  margin: 0;
  padding: 0 0 0.4em 0;
  }

h2, h3, h4 {    
  font-family:calibri, arial !important;
  }
 
#content h4.tocSectionTitle {
  color: #87704a;
}

#main p {
  margin-bottom: 1em !important;
}

#issue {
border:1px solid #cdd9dc;
}

#journalDescription_left {
  float: left;
  width: 540px;
  margin-right:20px;
  text-align: justify;
}

#journalDescription_right {
  float: left;
  width: 300px;
  height:516px; 
  text-align: justify;}

#journalDescription_right::after {
  clear: both; 
}
      
#linkDisableUserReg {display:none;}

#onlineSubmissions {display:none;}
