#hauptfenster {
	position: absolute;
	right: 0px;
}

div.mailneu {
	background: #ffffcc;
	padding: 8px;
	/* position:absolute; */
	/* height:200px; */
	min-height:200px;
	clear: right;
	border: 6px ridge #ffcccc;
}

div.termine {
	background: #ffffdd;
	padding: 8px;
	border: 3px ridge #cccccc;
	width: 40%;
	margin-left:2em;
	margin-bottom: 1em;
}

div.aktuelles {
	background: #ffffee;
	padding: 8px;
	border: 2px groove #ffcccc;
	margin-bottom: 1em;
}

div.aktuelles div {
	clear: left;
	font: normal 100% "Trebuchet MS", Verdana, sans-serif;
	color: #cc0000;
	text-shadow: gray 1px 1px 5px;
	background: #f6f6ff;
	padding: 2px;
	margin: 6px;
	border: 1px solid #ffdddd;
}

div.aktuelles h3 {
	font: bold 100% "Trebuchet MS", Verdana, sans-serif;
	color: #cc0000;
	margin-top: 1px;
	margin-bottom: 1px;
}

ul.aktuelles {
	list-style-image: url(/bilder/stift.png);
}

ul.aktuelles li {
	margin-top: 1px;
	margin-bottom: 1px;
}

img.aktuellimg {
	clear: left;
	float: left;
	border-width: 0px;
	margin: 0.3em 1em 0.3em 0px;
}
a.aktuelles:link {
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
}
a.aktuelles:visited {
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
}
a.aktuelles:hover {
	font-weight: bold;
	color: #333366;
	text-decoration: underline;
}

a.blog:link {
	color: #333366;
	text-decoration: none;
}
a.blog:visited {
	color: #333366;
	text-decoration: none;
}
a.blog:hover {
	color: #666600;
	text-decoration: underline;
}

div.termine table {
	font-size: 0.9em;
	border: 0px inset #ffffcc;
	width: 95%;
}
.datum {
	text-align: right;
	vertical-align: top;
}
.datumwichtig {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	color: #cc0000;
	background: #f6f6ff;
}
.datumheute {
	text-align: right;
	vertical-align: top;
	color: #cc0000;
	background: #f6f6ff;
}

.ttext {
	text-align: left;
	vertical-align: middle;
}
.ttextwichtig {
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	color: #cc0000;
	background: #f6f6ff;
}
.ttextheute {
	text-align: left;
	vertical-align: middle;
	color: #cc0000;
	background: #f6f6ff;
}
