html {
	font:76% /*'Trebuchet MS',*/ 'Verdana', 'Arial', 'Helvetica', sans-serif;
	line-height:1.5em;
}
body {
	font-size:.8em;
}
html, body {
	border:none;
	color:#555;
	height:100%;
	margin:0;
	padding:0;
	width:100%;
}
a, a:link, a:visited, a:hover {
	/*border-bottom:1px dotted #3F3B40;*/
	color:#555;
	text-decoration : underline;
}
a:hover {
	color:#766;
}
h1 {
	font-size:3em;
	font-weight:normal;
	line-height:1em;
}
.bda {
  padding:1em 10%;
  letter-spacing:0.2em;
  /*text-align:center;*/
  border-bottom:1px solid #BBB;
}
.bda a, .bda a:link, .bda a:visited, .bda a:hover {
	color:#555;
	text-decoration:none;
}
#index {
	background:url(header-mahnmal.png) no-repeat top center;
}
#index h1 {
	padding:3px 10%;
	margin:253px 0 0 0;
	border-top:1px solid #BBB;
  /*text-align:center;
  vertical-align:bottom;*/
  font-style:normal;
  font-weight:normal;
}
h2 {
	font-size:1em;
	font-weight:bold;
}
.content {
	font-size:1.5em;
	line-height:1.5em;
	padding:2em 10%;
	position:relative;
}
.content .main {
	float:left;
	width:60%;
}
.content .asides {
	float:right;
	width:30%;
}
.content .asides img {
	/*-webkit-box-shadow: 10px 10px 15px #CCC;
	-moz-box-shadow: 10px 10px 15px #CCC;
	box-shadow: 10px 10px 15px #CCC;*/
	width:100%;
}
ul.inline {
  text-indent:0;
  /*margin:0;*/
  padding:0;
}
ul.inline li {
  display:inline;
  text-indent:0;
  margin:0;
  padding:0;
}