
body
{
	
	background: #f8f8f8;
}

/* --- genreal styles --- */

h3
{
	color: #0e6884; /* #b14d31 */
	margin-top: 1em;
}

h5
{
  font-weight: 500;
	color: #0e6884;
	margin-top: 2em;
	margin-bottom: 1em;	
  text-transform: uppercase;
}

h6
{
	color: #0e6884;
  font-weight: 500;
	font-size: 1.25rem;
	margin-bottom: 6px;	
}

.maincontent
{
	margin-top: 80px;
	margin-bottom: 2em;
	margin-left: 5em;
	margin-right:5em;
	max-width: 800px;
}

@media(max-width: 600px) 
{
	.maincontent
	{
		margin-left: 1em;
		margin-right:1em
	}
	
}

div.infobox
{
	background-color: #fff;
	margin-bottom: 1em;
	padding: 6px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

p.indentblock
{
	margin-left:0em;
	
}



/* general link color */
a
{
	color: #117c9e;
	color:  #335e81; 
	hover: #31a9ce;
}


/* --- page structural elements --- */

div.pagehead
{
	height: 80px;	
	background-image: url('../img/pagehead.jpg');
	font-size: 20pt;
	font-weight: bold;
  padding-top: 20px;
  color: #dddddd;
  text-transform: uppercase;
  text-align: center;
}

/* for the impressum etc. */
div.footer
{
	padding: 4em;
	max-width: 800px;
}

@media(max-width: 600px) 
{
	div.footer
	{
		padding: 1em;
	}
}

/* --- text structure --- */

div.year
{
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: bold;
	color: #0e6884;
	
}


div.citation 
{
  padding-left: 3em;
  text-indent: -2em;
  margin-bottom: 0.5em;
} 

div.details div
{
	width:8em; 
	display:inline-block;
  /*	
	text-align:right; 
	font-weight: bold;
	*/
}

/* needed for in-page links to respect navbar at top */
a.anchor 
{
/*  display: block; */
  position: relative; 
  top: -50px;
/*  visibility: hidden;*/
}

div.box
{
	max-width: 50em;
}

div.desc
{
	display: inline-block;
	min-width:10em;
	font-weight: bold;
}

td.desc
{
	white-space: nowrap;
	font-weight: bold;
	font-style: italic;
	vertical-align: top;
	padding-right: 1em;
	padding-bottom: 0.2em;
}

ul
{
  list-style-type: square;
  list-style-image: url("../img/bulletpoint.gif");
	padding-left: 20px;
	
}

li
{
	padding-left: 10px;
}




