body{
	margin: 20px;
	padding: 0;
	font-size: 99.9%;
	font-family: Tahoma, sans-serif;
	background-color: #FFFFFF;
}
a span{
	background-color: #fff;
	color: #000000;
    border: 1px solid black;
	font-size: 60%;
	height: 15px;
	line-height: 2em;
	overflow: hidden;
	padding: 1px 0;
	position: absolute;
	text-align: center;
}
a span.left{
    border-right-width: 0;
}
a span.middle{
    border-left-width: 0;
    border-right-width: 0;
}
a span.right{
    border-left-width: 0;
}
a{
    text-decoration: none;
}
a:visited{
	color: #000;
}
a:hover span{
	color: #00e;
	border-color: #00e;
}
div#links{
	float: left;
	width: 670px;
}
div#kopf{
	font-size: 1em;
	color: black;
	text-align: left;
	width: 850px;
}
div#kopf div#text{
	font-size: 10pt;
	float: left;
	margin: 8px 0;
	margin-left: 10px;
}
div#kopf h1{
	font-size: 36pt;
	padding: 0;
	margin: 0;
	margin-left: -10px;
	border: 0;
	line-height: 0.8em;
	font-weight: lighter;
}
div#kopf img, div#kopf a{
	border: 0;
	margin: 10px 8px;
	vertical-align: middle;
}
div#kopf span{
	font-size: 0.5em;
	margin-top: 1em;
}

/* Die Notifications kommen jetzt */
.warning, .error, .notification{
    clear: both;
    background-image: url('aussehen/message_box.png');
    height: 20px;
    width: 610px;
    text-align: center;
    padding: 30px;
    overflow: hidden;
    font-size: 0.8em;
}
.error:before{
    vertical-align: top;
    content: url('aussehen/error.png')" ";
}
.warning:before{
    vertical-align: top;
    content: url('aussehen/warning.png')" ";
}
.notification:before{
    vertical-align: top;
    content: url('aussehen/notification.png')" ";
}

/* Die Titelleiste ist fertig, es folgt der Hauptteil der durch die vier Grafiken begrenzt ist. */
div#ro, div#lo, div#ru, div#lu, div#inhalt{
	padding: 0;
	margin: 0;
	overflow: hidden;
}
div#inhalt{
	padding: 30px;
}
div#ro{
    clear: left;
	background:url(aussehen/box_ro.png) top right no-repeat;
}
div#lo{
	background:url(aussehen/box_lo.png) top left no-repeat;
}
div#ru{
	background:url(aussehen/box_ru.png) bottom right no-repeat;
}
div#lu{
	background:url(aussehen/box_lu.png) bottom left no-repeat;
}

form[name="suche"]{
	float: right;
	margin-top: 1em;
	margin-right: 0.4em;
}
form[name="suche"] input[size="37"]{
	width: 244px;
	background:url(aussehen/input_kon.png) top left no-repeat;
	text-align: left;
}
form[name="suche"] input{
	padding: 0.4em 0.7em;
	border: 0px solid #BFBFBF;
	margin: 0.1em;
	text-align: center;
	vertical-align: middle;
}
h1#mj{
	font-size: 20pt;
	color: #000;
	font-weight: normal;
	text-align: left;
	border: 0;
}
h1#mj a, h1#mj a:visited{
	color: #000;
}
h1#mj img{
	border: 0;
	margin: 2px;
}
div#kalender{
	position: relative;
	top: 0;
	left: 0;
	margin: 0 10px 10px 10px;
	border: 0;
	float: left;
}
div#kalender table{
	border: 0;
	table-layout: fixed;
	border-collapse: collapse;
	empty-cells: show;
	background-color: white;
	empty-cells: show;
	font-size: 11pt;
}
div#kalender th{
	border: 1px dashed black;
	height: 30px;
	margin: 0;
	width: 81px;
	background-color: #E6E6E6;
	vertical-align: top;
}
div#kalender tbody td{
	border: 1px dashed black;
	vertical-align: top;
	text-align: left;
/*	font-weight: bold*/;
	height: 101px;
	width: 81px;
	overflow: hidden;
}
div#kalender td#today{
	background-color: #E6E6E6;
}
div#kalender td.lastMonth, div#kalender td.nextMonth{
	color: #666;
}
div#ende{
	margin-left: 0.5em;
}
div#ende ul{
	list-style: none;
	padding-left: 0;
	margin-left: 0em;
}
div#ende ul li{
	font-size: 10pt;
	font-weight: bold;
}
div#ende ul li ul li{
	font-weight: normal;
}
div#ende ul li ul li ul li{
	color: #666;
}
div#ende a, div#ende a:visited{
	line-height: 1.5em;
	padding: 0.1em;
	position: static;
	color: #666;
	font-size: 15pt;
	text-decoration: none;
}
div#ende a:hover{
	text-decoration: underline;
}
div#ende div#kontakt, div#ende div#kontakt a{
	margin-top: 2em;
	font-size: 10pt;
}
div#ende div#kontakt a{
	color: black;
}
div#ende form{
	margin-top: 1em;
	font-size: 1.33em;
}
div#ende input[type=submit]{
	border: 1px solid black;
	background-color: #E6E6E6;
}
