@charset "UTF-8";
body { }

.postit {
	position: fixed;
	top: 58px;
	left: 860px;
	width: 160px;
	float: left;
	display: block;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, Tahoma, "Lucida Sans", Trebuchet, sans-serif;
	color: #006594;
	line-height: 1.6em;
}
.postit #head {
	color: #003366;
	height: 45px;
	width: 160px;
	font-size: 1em;
	line-height: 0.9em;
	font-weight: bold;
	text-align: center;
	background-image: url('../img/postit_01.jpg');
	background-repeat: no-repeat;
}
.postit #body {
	width: 160px;
	height: 255px;
	background-image: url('../img/postit_02.jpg');
	background-repeat: repeat-y;
}
.postit #text {
	display: block;
	float: left;
	margin-right: 20px;
	margin-left: 5px;
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: bold;
	font-style: italic;
}

.postit textarea {
	background-color: transparent;
	border: none;
	margin-top: 5px;
	margin-left: 3px;
	line-height: 1.6em;
	width: 90%;
	height: 220px;
	overflow: hidden;		/*auto geht nicht in opera*/
	font-size: 0.9em;
	line-height: 1.6em;
	font-weight: bold;
}

.postit #foot {
	height: 36px;
	width: 160px;
	padding-left: 5px;
	font-style: italic;
	font-weight: bold;
	font-size: 0.9em;
	background-image: url('../img/postit_03.jpg');
	background-repeat: no-repeat;
}

