#lists h1 {
	display:none;
}

#lists ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	width: 97%;
	position: relative;
	z-index: 1;
}

#lists ul li {
	float: left;
	margin: 0 5px 0 0;
}
#lists ul li a {
	text-decoration:none;
	color: inherit;
	background: #DDD;
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	color: #555;
	display: block;
	padding: 15px 10px;
}
#lists ul li a:hover,
#lists .activetab a {
	color: #FFF;
	background-color: #777;
}
#lists ul li a:hover {
	background-color: #444;
}
#lists .toggle-sidebar {
	float: right;
	margin-right: 0;
}
#lists .toggle-sidebar a {
	background-image: url(../images/close-sidebar.png);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -999em;
	width: 30px;
}
#lists .toggle-sidebar a:hover {
	background-image: url(../images/close-sidebar-white.png);
}

#todolist {
	float:left;
	font-size:1em;
	display:none;
}

#merkliste {
	float:left;
	display:block;
	font-size:1em;
}

#merkliste a {
	text-decoration:none;
}

#merkliste a:hover {
	
}
