body 
{
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font: normal 12px "Trebuchet MS";
}

/* Struktur */

#sidebar-wrapper
{
	width: 40%;
	float: left;
}

#sidebar
{
	float: left;
	padding: 10px;
}

/* Sidebar */

ul#sidenotes
{
	margin: 0;
	padding: 0;
	line-height: 1.8em;
	list-style-type: none;
}

ul#sidenotes li
{
	padding: 3px;
	border-bottom: 1px dotted #cccccc;
}

ul#sidenotes li:hover
{
	background-color: #eeeeee;
}

ul#sidenotes li .title
{
	display: block;
	font-weight: bold;
}

ul#sidenotes li .date
{
	display: block;
	color: #777777;
	font-size: smaller;
}

ul#sidenotes li .content
{
	display: block;
}

ul#sidenotes li a:link,
ul#sidenotes li a:visited
{
	padding: 0; 
	color: #000000;
}

ul#sidenotes li a:hover,
ul#sidenotes li a:active
{
	background-color: transparent; 
}
