/* css fuer post-its von moblog artikeln */


#theTag, .theTag {
	background:yellow !important;
	border:1px solid black !important;
	position:absolute !important;
	padding:6px !important;
	margin:1px !important;
	display:inline !important;
	z-index:5 !important;
	font-size:2em;
	font-family: Arial, Helvetica, sans-serif;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.9;
}

#theTagshadow, .theTagshadow {
	background: #666; 
	width:200%;
	margin-left: 40px;
	margin-top: 40px;
	z-index:6 !important;
}
#theTag1 {
background:#8DF7A6;
padding:0px;
}
#openTagField {
padding: 5 0 5 0px;

}
.tagthis {

font-size:1.5em;
font-family: Arial, Helvetica, sans-serif;
border:1px solid black;
padding:4px;
}

.tagthis:link {
background:yellow;
text-decoration: none;

}
.tagthis:visited {
background:yellow;
text-decoration: none;

}
.tagthis:hover {
background:yellow;
text-decoration: underline;

}
