/* Copyright ©2008 Mike Fischer Softwareentwicklung	*/
#content div.postit {
	position: absolute;
	width: 200px;
	padding: 0;
	background-color: lightyellow;
	border-right: 4px solid gray;
	border-bottom: 4px solid gray;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	z-index: 100;
	color: black;
}
#content div.crumpled {
	background-image: url(/wp-content/themes/wp-andreas09/crump.jpg);
	background-repeat: repeat;
}
#content div.postit div.postittitlebar {
	margin: 0;
	padding: 2px;
	border-bottom: 1px solid #eee;
	text-align: right;
	cursor: hand;
}
#content div.postit div.postitcontent {
	padding-right: 1em;
	padding-left: 1em;
	font-family: "Comic Sans MS";
	font-size: 150%;
	text-align: left;
}
#content div.postitcontent p.title {
	font-weight: bold;
	line-height: 80%;
	margin-bottom: -0.5em;
	text-align: center;
}
#content div.postitcontent p {
	line-height: 80%;
}

#content div.postitcontent ul {
	padding-left: 1em;
	line-height: 100%;	
}

#content div.postitcontent li {
	margin-bottom: 0.25em;
}
/* EOF */
