﻿/* übernahme aus altem Design, also kein Contao */
.breadcrumb{
	position:absolute;
	top:-6rem;
}
.breadcrumb::before{
	content:"[ ";
}
.breadcrumb::after{
	content:" ]";
}

.menuebefehl{
	background-color:#F0F0F0;
	font-weight:bolder;
}
.uilabel{
	font-weight:bolder;
}
.uitabsh{
	font-weight:bolder;
}
kbd{
	font-family:"Courier New", Courier, Monospace;
	border:1px solid #C0C0C0;
	padding-right:2px;
	padding-left:2px;
}
/* einzeilige: <code class="softwarecode">, mehrzeilige <p class="softwarecode"><code> */
code{
	font-family:"Courier New", Monospace;
	font-size:1em;
}
.softwarecode{
	border:1px solid #999999;
	margin:0px 2em 0px 1em;
	padding:5px;
	font-family:"Courier New", Monospace;
	background-color:#F2F2F2;
	font-size:0.9em;
}
/* Images */
.imgleft{
	border-style:none;
	float:left;
	margin-right:1em;
	margin-bottom:0.4em;
}
.imgright{
	border-style:none;
	margin-left:1em;
	float:right;
}
.clear_left{
	clear:left;
}
.border1{
	border:1px solid #000000;
}
/* dl dt dd */
dl.imgdl dd{
	margin:0.5em 0 3em 0;
	font-style:italic;
}
dt{
	font-weight: bolder;
	margin-top: 1em;
	margin-bottom: 0.4em;
	line-height: 1.1em;
	font-size: 1.1em;
}
dd{
	margin-left:1em;
	line-height: 1.4;
}
address{
	font-style:normal;
}

/* pagination */
div#pagination{
	padding-top:3rem;
}
#pagination hr{
	width:30%;
}
#pagination ul{
	margin:0;
	padding:0;
	text-align:center;
}
#pagination li{
	list-style:none;
	margin:0.4em;
	padding:0;
	display:inline;
}
.tblresponsivebig{ 
	border-collapse: separate;
	border-spacing:0 3em;
}

@media screen and (max-width:749px){
.tblresponsive table,.tblresponsive thead,.tblresponsive tbody,.tblresponsive th,.tblresponsive td,.tblresponsive tr{
	display:block;
}
.tblresponsive thead th{
	position:absolute;
	top:-9999px;
	left:-9999px;
}
.tblresponsive td{
	border:none;
	position:relative;
}
.tblresponsive tr{
	border:1px solid #ccc;
}
}
