/***CSS für DWI-Jahrbuch ***/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300);

html {
  font-size: 100.01%;
} 

body {
  font-family: 'Source Sans Pro', Tahoma, sans-serif;
}


a:link, a:visited {
  text-decoration: none;
}

/* ausgeblendet */
#aboutSubmissions ul li:nth-child(1),
#aboutOther,
#aboutPolicies,
#sectionPolicies,
#login, 
#register
{
 display: none; 
}

#headerTitle {
  margin-top: 1em;
}

/*Hauptnavigation*/
#navbar {
  border: none;
  margin-top: 2em;
}
ul.menu li {  
  padding-right: 0;
}

#navbar a:link, 
#navbar a:visited {
  background: #afd8db;
  color: black;
  font-size: 15px;
  font-weight: normal;  
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  text-transform: uppercase;
}

#navbar a:hover, 
#navbar a:active {
  background: #333;
  color: white;
}

/* Breadcrumb*/
#breadcrumb, #breadcrumb a:link {
  color: #4e4e4e;
}
#breadcrumb a.current {
 font-weight: normal;
}

/*Inhalt*/
#content {
  border-top: none;
}

#content h2,
#main h2 {
  color: #B5152B;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2em;
}

#content h3, 
#main h3 {
 color: #333;
 font-size: 1.2em;
 font-weight: normal;
 line-height: 1.2em;
}

/*Seitenleiste*/
#sidebar .block {
  border-bottom: 1px solid #afd8db;
  padding: 1em 0 1em 0;
}

/*Coverbild Startseite*/
#titleImg {
    float: right;
    margin: 0 0 0 20px;
    padding-top: 0;
	border: 1px solid #794f1e;