body {
	background-image:url(Hintergrund-Lizenzdatenbank.jpg);
	background-attachment:fixed;
	background-repeat:repeat-x;
}

#lizenzen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#lizenzen a, #lizenzen a:visited {
	line-height: 20px;
	color: #005BAA;
	text-decoration: underline;
}

#lizenzen a:hover {
	line-height: 20px;
	color: #005BAA;
	text-decoration: overline;
}

table #tabelle {
		border: 1px solid #C7D7EE;
}

#tabelle .kopfzeile {
	background: #005BAA;
	color: #ffffff;
}

#tabelle .zeile {
	background: #F3EEBD;
	font-size: 12px;
	color: #005BAA;
	border: 0px;
}

#tabelle .hinweis {
		background: #F3EEBD;
	font-size: 10px;
	color: #000000;
	border: 0px;
}


#tabelle td {
	padding: 5px;
	border: 1px solid #C7D7EE;
}