@charset "utf-8";
/* CSS Document */


#maincontent div.middle div.hauptgruppen {
	width: 552px;
}

p.infoGruppen {
	padding: 4px 12px 10px 16px;
	text-align: left;
}

p.infoDateien {
	padding: 0px 4px 10px 4px;
	text-align: left;
}

p.noresult {
	padding: 26px 6px 26px 6px;
	text-align: center;
}


a.hauptgruppe {
	display: block;
	width: 234px;
	border: 1px solid #bd3232;
	float: left;
	background-color: #e3e3e3;
	padding: 6px 6px 6px 10px;
	margin: 12px;
	line-height: 18px;
}
a.hauptgruppe:hover {
	text-decoration: none;
	background-color: #dfdfdf;
}
* html a.hauptgruppe {
	margin: 8px;
}

#maincontent div.middle a.hauptgruppe span.name {
	font-size: 14px;
	font-weight: bold;
}
#maincontent div.middle a.hauptgruppe span.beschreibung {
	font-size: 12px;
	color: #333;
	margin-top: 4px;
}


#maincontent div.middle div.space {
	line-height: 10px;
	clear: both;
	float: none;
}
* html #maincontent div.middle div.space {
	line-height: 20px;
}
*+html #maincontent div.middle div.space {
	line-height: 20px;
}


table.dateien td {
	padding: 4px
}
	
table.dateien td.format {
	width: 20px;
	text-align: center;
}

table.dateien td.groesse {
	width: 60px;
}

table.dateien a {
	color: #333;
}

table.dateien td.datei span {
	font-size: 11px;
}



/* Suchergebnisse */

p.infosuche {
	padding: 4px 12px 6px 12px;
	margin-bottom: 10px;
	background-color: #e3e3e3;
}

p.gruppe {
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-right: 0px;
	padding-left: 4px;
}

p.gruppe a {
	color: #333;	
	font-weight: bold;
}

#maincontent div.middle div.bspace {
	line-height: 30px;
	clear: both;
}



