p.suchetitel, p.titelzweite {
	background-color: #CEE5FF;
	color: #000000;
	font-weight: bold;
	padding: 5px;
	font-size: large;
	margin: 10px auto 10px auto;
	border: 1px solid #000000;
}

p.sinner {
	font-size: medium;
	text-align: left;
	border: none;
}

@media screen and (max-width: 600px) {
p.sinner a {
	line-height: 36px;
}
}

p.titelzweite {
	font-weight: normal;
}

p.zeit {
	text-align: center;
	font-size: small;
}

div.suchetabelle {
	display: table;
	margin: 0px auto 0px auto;
	width: 100%;
}

div.suchetabelle div.tr {
	display: table-row;
}

div.suchetabelle div.tr div.td {
	display: table-cell;
	padding: 10px 5px 10px 10px;
	text-align: left;
	font-size: medium;
	border: 1px solid #000000;
	border: none;
	width: auto;
}

div.suchetabelle div.tr div.hintergrund {
	background-color: #FFFFE2;
}

div.suchetabelle div.tr div.td img.suchekatalogimg {
	float: right;
	margin-left: 10px;
	max-height: 100px;
	max-width: 250px;
}

div.suchetabelle div.tr div.td span.linktext {
	font-size: small;
	overflow: hidden;
	color: #008000;
}

@media screen and (max-width: 700px) {
div.suchetabelle div.tr div.td span.linktext {
	display: none;
}
}

div.suchetabelle div.tr div.td img.hier {
	vertical-align: text-bottom;
	width: 15px;
	height: 17px;
	border: none;
}

div.suchetabelle div.tr div.td span.koerper {
	font-size: small;
}

div.suchetabelle div.tr div.td span.fett {
	font-size: medium;
	font-weight: bold;
}

div.suchetabelle div.tr div.td span.koerper span.nw {
	white-space: nowrap;
	line-height: 24px;
	overflow: hidden;
}

@media screen and (max-width: 700px) {
div.suchetabelle div.tr div.td span.koerper span.nw {
	white-space: normal;
	line-height: 32px;
}
}

div.suchetabelle div.tr div.td span.koerper span.fett {
	font-weight: bold;
	font-size: small;
}

div.suchetabelle div.tr div.td span.koerper span.land, 
div.suchetabelle div.tr div.td span.koerper span.land span.fett {
	font-size: medium;
	color: #008000;
}

form.suche {
	width: 300px;
	max-width: 96%;
	background-color: #E7EBFA;
	padding: 5px 0px 5px 0px;
	border: 1px solid #0000FF;
	display: inline-block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

form.suche p {
	margin: 0px 0px 5px 0px;
	text-align: center;
	font-weight: bold;
}

form.suche div {
	padding: 0px;
	margin: 0px;
	text-align: center;
}