/* 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;
}
.content {
	left: 0px;
	top: 65px;
	width: 474px;
	position: absolute;
	border-top: 1px solid;
	padding-top: 14px;
	line-height: 16px;
}
.widgets {
	left: 510px;
	top: 37px;
	width: 181px;
	position: absolute;
}

.widgetcontainer {
	width: 181px;
}
.widgetcontent {
	width: 181px;
	padding-top: 14px;
	padding-bottom: 14px;
	border-bottom: 1px dotted;
	margin-bottom: 14px;
}
.widgettitle {
	font-family: "Lucida Grande", "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: 800px;
	font-family: "Lucida Grande", "Sans Serif";
}

/* Menu oben */

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

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

.authorLine {
	font-size: 9px;
	font-family: "Lucida Grande", "Sans Serif";
	color: #999;
	border-bottom: 1px dotted #000;
	margin-bottom: 14px;
	padding-bottom: 10px;
}

.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;	
}