/* CSS Document */

/*Struktur*/
body {
  color: #4b4b4b;
  background: url("http://www.icomos.de/images/body_bg.jpg") repeat-x scroll left top #DFE3E4;
}

#header {
  margin: 0px auto;
  width: 100%;
}  

#headerTitle {
  margin: 0 auto;
  text-align: center !important;
}

#container {
  margin-bottom: 1em;
}

#body {
  background: #ffffff;
  box-shadow: 0px 0px 15px #c6c6c6;
  font-size: 0.85em;
  line-height: 1.1em;
  margin: 0 auto;
  overflow: hidden;
  width: 994px !important;
}

#leftSidebar {
  border: 2px solid #eaeaea;
  border-radius: 15px;
  font-size: 0.8em;
  margin: 1em; 
  padding-left: 8px;
  width: 20%;
}

#main {
  padding: 10px;
  margin: 0.5em 1em 0 0 !important;
  width: 71%;
}

/*Navigation*/

li#login, li#register {
  display: none;
}

#navbar {
  border-bottom: none;
  margin-top: 1em;

}

#navbar ul li a {
  font-size: 1em;
  color: #015f2f;
 } 

#navbar a:hover {
  color: #015f2f;
  text-decoration: none;
}

/*Brotkrümel-Menu*/

#breadcrumb {
  margin-bottom: 1em;
  margin-top: 0.75em;
  padding-top: 0;
  border-top: 1px solid #b1b1b1;
  border-bottom: 1px solid #b1b1b1;
}

#breadcrumb a, 
#breadcrumb a:link, 
#breadcrumb a:visited, 
#breadcrumb a:focus, 
#breadcrumb a:hover, 
#breadcrumb a:active  {
  color: #636965 !important;
}

#breadcrumb a:hover {
  color: #636965;
  text-decoration: underline;
}

/* zweispaltiges Layout Startseite via "Setup - 5.2" */
#journalDescription {
  float: left;
  margin: 0 1% 2em 0;
}  

#titleImg {
 float: right; 
 margin: 0 0px 0px 20px;
 padding-top: 0;
 width: 200px;
}


/* Inhalt */

#content {
  border-top: none;
}

a, a:link, a:visited, a:focus, a:hover, a:active {
  color: #015f2f;
}

#content a:hover {
  text-decoration: underline;
}

h2, #main h2 {
  font-size: 1em;
  color: #014A24;
  font-weight: normal;
}


/* Einzelseiten - Über uns */
#aboutSubmissions,
#aboutOther > ul > li:last-child {
  display: none;
}

  