@font-face {
	font-family:		HGV;
	src:				url('../medien/font/font.ttf');
}



TABLE {
	border-spacing:		0;
	border-collapse:	collapse;
}

TD, TD.kopf, TD.band,
A, A.null, A.a_band, A.a_jahr, A.a_such {
	font-family:		Times, 'Times New Roman', HGV, serif;
	font-size:			16pt;
	line-height:		16pt;
	font-weight:		normal;
	font-style:			normal;
	color:				#000000;
	border-top:			1px solid #999999;
	border-bottom:		1px solid #999999;
}

TD {
	padding:			0 2pt;
}

TD.kopf {
	border:				0;
}

TD.band, TD.such {
	background:			#CCCCCC;
	color:				#333333;
	font-weight:		bold;
	font-size:			16pt;
	padding-left:		2px;
}

TD.such {
	background:			#CCDDBB;
}

A, A.a_band, A.a_jahr, A.a_such {
	display:			inline-block;
	min-width:			17pt;
	height:				15pt;
	background:			#CCCCCC;
	color:				#333333;
	text-align:			center;
	text-decoration:	none;
	line-height:		16pt;
	margin:				3px 0;
	padding:			4px 8px;
	border:				1px solid #333333;
}

A.a_band {
	background:			#DDCCBB;
}

A.a_jahr {
	background:			#BBCCDD;
}

A.a_such {
	background:			#CCDDBB;
}

A.null {
	background:			#CCCCCC;
	color:				#333333;
	text-decoration:	none;
	margin:				0 -1px -1px -1px;
	padding:			0;
	border:				0;
	border-left:		1px solid #999999;
	border-right:		1px solid #999999;
}



@media only screen and (min-width: 66em) {

form {
}

.block {
	display:			inline-block;
	max-width:			400pt;
	float:				left;
}

.suche {
	display:			inline-block;
	height:				30pt;
	margin-left:		4pt;
	font-family:		Times, 'Times New Roman', HGV, serif;
	font-size:			16pt;
	line-height:		16pt;
	font-weight:		normal;
	font-style:			normal;
	color:				black;
}

.text {
	display:			inline-block;
	padding:			4pt;
	float:				left;
	width:				80pt;
}

.form {
	width:				95%;
	max-width:			250pt;
	padding:			4pt;
	border:				1px solid black;
	background:			white;
	color:				black;
	font-family:		"Lucida Console", Monaco, Courier, monospace;
	font-size:			12pt;
	line-height:		11pt;
}

.formx {
	margin-left:		4pt;
	font-family:		Times, 'Times New Roman', HGV, serif;
	font-size:			16pt;
	line-height:		16pt;
	font-weight:		normal;
	font-style:			normal;
	vertical-align:		center;
	color:				black;
}

input {
	outline:			none;
}

.box {
	display:			none;
}

input[type=checkbox] + label div {
	display:			inline-block;
	width:				16px;
	height:				16px;
	padding:			0;
	margin-top:			4pt;
	margin-right:		8pt;
	border:				1px solid black;
	background:			white;
}

input[type=checkbox] + label span {
	display:			inline-block;
	width:				14px;
	height:				14px;
	border:				1px solid white;
	background:			white;
}

input[type=checkbox]:checked + label span {
	background:			black;
}

input[type=submit] {
	display:			inline-block;
	position:			relative;
	width:				175pt;
	height:				23pt;
	padding:			0;
	margin:				0;
	margin-left:		8pt;
	border:				1px solid black;
	border-radius:		12pt;
	background:			white;
	font-family:		Times, 'Times New Roman', HGV, serif;
	font-size:			16pt;
	line-height:		16pt;
}

input[type=submit]:hover {
	background:			black;
	color:				white;
}

} /* min-width */



@media only screen and (max-width: 66em) {
	TD, TD.kopf, TD.band, TD.such,
	A, A.null, A.a_band, A.a_jahr, A.a_such {
		font-size:			11pt;
		line-height:		13pt;
	}
	A, A.a_band, A.a_jahr, A.a_such {
		min-width:			12pt;
		height:				12pt;
		line-height:		11pt;
		margin:				1px 0;
		padding:			1px 2px;
	}
	.suche, .text {
		display:			block;
	}
	.suche {
		margin-bottom:		6pt;
	}
	input[type=submit] {
		display:			block;
	}
	input[type=checkbox] + label div {
		display:			inline-block;
	}
}




