/* CSS Document */
html, body {
    height:100%;
}

#header {
  width: 900px;
  margin-left: 150px;
  box-shadow: 2px 2px 5px #444444;
}

#navbar {
  height: 2em;
  width: 900px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-bottom: 0;
}


#navbar a:link {
  color: #222222 !important;
}

#navbar a:hover {
  color: #848d94 !important;
  text-decoration: none;
}

#breadcrumb {
  padding-left: 15px;
}

body {
   background-color: #848d94;
   width: 1630px !important;
}



#main {
  width: 900px;
  margin-left: 150px;
  background-color: #fff;
  box-shadow: 2px 2px 5px #444444;
}

#main h2 {
  padding-left: 15px;
}

#main h3 {
  padding-left: 15px;
}


a:link {
  color: #222222 !important;
}

a:hover {
  color: #848d94 !important;
}

#rightSidebar {
  margin-right: 300px !important;
  margin-top: 0;
}



#content {
  border-top-width: 1px;
  border-top-style: solid;
  padding: 15px;
}


#issueCoverImage img {
  border: 1px;
  border-style: solid;
  border-color: #000;
}

#issueCoverDescription {
  padding-top: 10px;
}


#navbar {
  border-bottom: 1px; 
  border-bottom-style: solid; 
  border-bottom-color: #000;
}


#journalDescription #titleImg {
	float:left;
	border:1px solid #ccc;
	width:200px;
	margin:0 1em 1em 0;
}

.issueCoverImage img {border:1px solid #ccc;}


/**


body {
    font-family : Arial,san-serif;
    color : #1f252e;
	background-color: #f0f2f4;
	margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    padding-top : 0;
    text-align : center;
  }
  
  a {color: #1a58a4 !important;}  
  
#container {
	width:80% !important;
	margin-left:10%;
    margin-right:10%;
}

#header {margin:0 !important;
	width:80%;
	overflow:hidden;
	background-color:#debc5b;
	border-left: 4px solid #debc5b;
    border-right: 4px solid #debc5b;}

	
#main {
    background-color: #fff;
    margin: 0 !important;
	width:77%;
    border-left: 4px solid #debc5b;
    border-right: 4px solid #debc5b;
    border-bottom: 8px solid #debc5b;
    padding-left: 1.5%;
    padding-right: 1.5%;
    padding-bottom: 20px;
    padding-top:10px;
    display:inline;
    float:left;
  }
  
#navbar {border-bottom: none !important;
    padding-bottom:0 !important;} 

#breadcrumb {margin-bottom:1.5em;
   padding-top:0.5em !important;}	
  
#content {border-top: 1px solid #777;} 

div.separator {border-bottom: 1px solid #777;}

table.listing td.headseparator , table.listing td.endseparator{border-top: 1px solid #777;} 
  
#rightSidebar {
	float: right;
	width:15%;
	padding: 0 1% 0 1%;
	font-size: 0.65em;
	height: 100%;
	margin-left: 0 !important;
	margin-right: 0;
	overflow: hidden;
}


/*Navigation*/
ul.menu #login,
ul.menu #register {
  display: none;
}

/*Einzelseiten

#aboutPolicies,
#aboutSubmissions,*/ 
#aboutOther {
  display: none;
}             


**/