span.m {
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	-webkit-transition: opacity 0.2s ease-out; 
	-moz-transition: opacity 0.2s ease-out; 
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;	
}

span.m:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=1);
}


/* General Styles */

body {
	background-color: #FFF;
	font-family: "Courier";
	font-size: 13px;

}
a {
	text-decoration:none;
	color: #00F;
}
a:hover, a:visited:hover, .menu_marked {
	text-decoration:underline;
}

/* Containers. Flächen. Boxen */

.paper {
	position: absolute;
	left: 100px;
	top: 80px;
	width: 811px;
}
.content {
	width: 500px;
/*	left: 0px;
	top: 65px;
	position: absolute; */
	position: relative;
	border-top: 1px solid;
	margin-top: 50px;
	padding-top: 14px;
	padding-top: 14px;
	line-height: 16px;
}
.widgets {
	width: 181px;
	float: right;
/*	left: 100px;
	left: 510px;
	top: 37px;
	position: absolute; */
	position: relative;
}

.widgetcontainer {
	width: 181px;
}
.widgetcontent {
	width: 181px;
	padding-top: 14px;
	padding-bottom: 14px;
	border-bottom: 1px dotted;
	margin-bottom: 14px;
}
.widgettitle {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
	font-size: 10px;	
	border-bottom: 1px solid;
	padding-bottom: 16px;
	text-align: center;
}
.widgettitle a {
	color: #000;
	text-align: center;
}

.menucontainer {
	font-size: 10px;
	text-align: left;
	line-height: 17px;
/*	top: 0px;
	left: 0px;
	padding: 0px; */
	position: relative;
	width: 500px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}

/* Menu oben */

.menubg {
/*	top: 0px;
	left: 0px; */
	width: 811px;
/*	height: 57px; */
/*	position: absolute; */
	position: relative;
}
.menuname {
	top: 9px;
	left: 0px;
/*	position: absolute; */
	position: relative;
	visibility: hidden;	
}
.menulinks {
	top: 35px;
/*	position: absolute; */
	position: relative;
}
.menulinks a {
	color: #000;
}

.imgTextContainer {
	color: #999;
	width: 100%;
	text-align: center;
}
.imgText {
	padding-bottom: 14px;
}

.authorLine {
	font-size: 9px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
	color: #999;
	border-bottom: 1px dotted #000;
	margin-bottom: 14px;
	padding-bottom: 10px;
}

.lauftext {
	font-family: 'Courier New','Courier','Lucida Sans Typewriter','Lucida Typewriter',monospace;
}

.sideArch {
	width: 100%;
	border-top: 1px dotted;
	padding-top: 14px;
	margin-top: 14px;	
}

.sidePic {
	width: 100%;
	text-align: center;
	border-top: 1px dotted;
	padding-top: 14px;
	margin-top: 14px;	
}

.title, .title a
{
	color: #F00;
}
.tags, .tags a
{
	color: #00F;
}
.author, .author a
{
	color: #00F;
}
.agendaToday {
	text-decoration: underline;
}

.monthTitle {
	width: 100%;
	border-bottom: 1px dotted;
	padding-bottom: 14px;
	margin-bottom: 20px;	
}