/* CSS Document */

html {
 background: url('http://www.ub.uni-heidelberg.de/test/vb_hintergrund_b.png') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
}

body {
  font-family: Garamond, Times, serif;
  font-size: 1.3em;
  background-color: transparent;
  width: 100%;
}

#headerTitle {
  background: #ffffff;
  margin: 0;
  width: 870px;
}

#main {
  background: #ffffff;  
  margin-top: 0;
  padding: 8px;
  width: 870px;
  min-height: 1000px;
}

#main h3 {
 clear: both; 
}

#content h3 {
 font-size: 1.1em;}
 
#content h4 {
 font-size: 0.9em;}


#journalDescription {
  float: left;
  margin: 0 1% 1em 0;
  width: 47%;
}
    
#thumbIssueCoverImage {
  float: right;
  text-align: right;
  margin: 0 20px 5em 10px;
}

#thumbIssueCoverImage img {
  border: 1px solid silver;
  box-shadow: 3px 3px 6px #f5f5f5;}

#issueCoverImage img {
 width: 500px;
 height: 707px;
 box-shadow: 5px 3px 20px #dddddd;
}

#issues .issueCoverImage img {
 box-shadow: 5px 3px 20px #dddddd;
}

#aboutSubmissions {
 display: none;
 }

a:link {
  color: #a0441e;
	text-decoration: none;
}

table.tocArticle {
 padding-top: 0.9em !important;   }


#navbar a {
  color: #000000;
	font-size: 0.8em;    
  font-weight: bold;     
	letter-spacing: 0em;
  text-transform: uppercase; 
}

#navbar a:link {
 color: #000000 !important;
}
#navbar a:visited {
 color: #000000 !important;
}

#navbar a:focus  {
 color: #444444 !important;
}

#navbar a:hover   {
 color: #444444 !important;
}

#navbar a:active    {
 color: #444444 !important;
}

#sidebar {
  width: 70%;
  min-width: 1450px;
}

#rightSidebar {
  background: #ffffff;
  padding: 15px;
  width: 165px;   
}
