body{
	font-size:			0.95em;
}
#content {
	font-size:			0.9em;
	width:				515px;
}

#content p, #suchausgabe p {
	padding-right:			20px;
}
/* to stretch the container div to contain floated list */
#nav:after{
	content:			".";
	display:			block;
	line-height:			1px;
	font-size:			1px;
	clear:				both;
}
ul#navlist{
	font-size:			0.6em;
}
#subnav a {
	font-size:			0.7em;
}
#logo p{
	background-color: 		transparent;
	font-size:			0.7em;
	margin-left:			5px;
}

/* Suchfunktion */
input.search {
	height:				20px;
	font-size:			10px;
}

#content table a, #contentfull table a{
	font-size: 			0.85em;
}
/* Contentliste */
#content ul {
	width:				500px;
	list-style:			none;
	padding:			0px;
	margin:				6px     0px    6px   10px;
	
	text-align:			left;
	font-size:			0.8em;
}
#content li {
	padding:			2px    0px     2px    16px;
	
	background:			url(../images/pbull.gif) no-repeat top left;
}
