body
{
	background-color: #000;
	margin-top:0px; padding-top: 0px;
	font-family: Verdana, Arial;
}

div#container { width:1062px; margin:auto; margin-top:0px; padding-top: 0px;}
div#startpage {
/*
	left: 0px;
	top: 0px;
	*/
	position: absolute;
	clear: both;
	margin: auto;
	width: 1062px;
	height: 661px;
	background: url(/sites/all/themes/205bpm/images/startpage.jpg) left top no-repeat;
	border:1px solid black;
}

div#bpmlogo
{	
	width: 678px;
	height: 229px;
	position: absolute;
	left: 50px;
	top: 14px;
	/*background: #fff no-repeat 0 100%;*/
}

div#loewenfechterlogo
{	
	width: 572px;
	height: 146px;
	position: absolute;
	left: 105px;
	top: 272px;
	/*background: #fff no-repeat 0 100%;*/
}

div#background {
/*
	left: 0px;
	top: 0px;
	*/
	position: absolute;
	clear: both;
	margin: auto;
	width: 1062px;
	height: 661px;
	background: url(/sites/all/themes/205bpm/images/background.jpg) left top no-repeat;
	border:1px solid black;
}

div#topline
{
	position: absolute;
	left: 390px;
	top: 97px;
	width: 530px;
	height: 20px;
	/*background-color: #fff;*/
	text-align: center;
	font-weight: bold;
	color: #b9b9b9;
	font-size: 12px;
}

div#topline a
{
	color: white;
	text-decoration: none;
	font-weight: bold;
	margin-right: 0px;
	margin-left: 0px;
}

div#topline a:hover
{
	color: #f1b517;
}

div#inhalt
{
	position: absolute;
	left: 53px;
	top: 148px;
	height: 460px;
	width: 840px;
	/*background-color: #fff;*/
	overflow: auto;
	/*color: #e2e1e2;*/
	color: #fff;
}

div#inhalt a
{
	color: #f1b517;
	font-weight: bold;
	text-decoration: none;
}

div#inhalt a:hover
{
	color: #fff;
}

div.content_header
{
	font-weight: bold;
	background: url(/sites/all/themes/205bpm/images/barH.gif) left bottom no-repeat;
	font-size: 15px;
	clear: both;
}

div.content_header a
{
	text-decoration: none;
	/*color: #fff;*/
	color: #f1b517;
}

div.content-text
{
	margin-bottom: 40px;
	font-size: 12px;
}

span.inline-left {
    display: block;
    float: left;
    margin: 5px 5px 5px 0px;
}

span.inline-right {
    display: block;
    float: right;
    margin: 5px 0px 5px 5px;
}

span.inline .caption {
    display: block;
}

div#footer
{
	position: absolute;
	margin: auto;
	top: 670px;
	width: 1062px;
	height: 20px;
	text-align: center;
	color: #fff;
	font-size: 9pt;
	font-weight: bold;
}


div#footer span a {
	color: #acabac;
	text-decoration: none;
	margin-left: 35px;
}

div#footer span a:hover {
	color: white;
	text-decoration: none;
	margin-left: 35px;
}

.taxonomy-term-description { 
	margin-left: 10px;
	margin-right: 10px;
}

div#statistiken {
	text-align:center;
}

div#logo
{
	/*background-color: #fff;*/
	position: absolute;
	top:11px;
	left: 10px;
	height: 100px;
	width: 360px;
}

img {
	border: 1px solid #f1b517;
}

.pager {
	clear: both;
	text-align: center;
}

.view-content .item-list { margin: 12px 0; }
.views-summary { list-style: none; padding: 0; margin: 0; }
.views-summary li { margin: 4px 0; }
.views-summary a { text-decoration: none; font-weight: bold; }

.image-gallery-terms .galleries,
.image-gallery-nodes .images { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(160px,1fr)); gap: 12px; }
.image-gallery-nodes .views-field-title { margin-top: 6px; }
.image.image-thumbnail, .image.image-preview { max-width: 100%; height: auto; display: block; }
.links.inline { list-style: none; display: flex; gap: 8px; padding: 0; margin: 10px 0 0; flex-wrap: wrap; }
.links.inline li a.active { font-weight: bold; text-decoration: underline; }