body {
color: black;
font-size: 10px;
font-family: Arial,Helevetica;
margin: 0; padding: 1em 0;
}

.contentbox {
color: black;
font-size: 12px;
font-family: Arial,Helevetica;
margin-left: 100px;
text-align: left;
}

.black {
font: 10px verdana;
color: #FFFFFF;
background: #000000;
letter-spacing: 1px;
}

.menu {
font: 10px verdana;
color: #000000;
letter-spacing: 1px;
}

a.menu:link {
text-decoration:none;
font: 10px verdana;
color: #000000;
letter-spacing: 1px;
}

a.menu:visited {
text-decoration:none;
font: 10px verdana;
color: #000000;
letter-spacing: 1px;
}

a.menu:hover {
text-decoration:none;
color: #FF0000;
font: 10px verdana;
letter-spacing: 1px;
}

a.menu:active {
text-decoration:none;
font: 10px verdana;
color: #000000;
letter-spacing: 1px;
}

.spitex {
text-align: left;
background: url(/images/back_spitex.jpg);
}

.content,table {
color: black;
font-size: 12px;
font-family: Arial,Helevetica;
}

.naviadd {
font: 10px verdana;
background: #F0F0F1;
letter-spacing: 1px;
}

.maintitle {
color: black;
font-size: 22px;
font-family: Helevetica,Arial;
}

.search {
	font-size: 12px;
	text-align: left;
}

div#page {
text-align: left;    /* Seiteninhalt wieder links ausrichten */
margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
width: 800px;
padding: 0;
background: url(/images/back_grey12.jpg);
}

div#head {
height: 80px;
background: url(/images/head.jpg) no-repeat 100% 45%;
}

div#title {
height: 50px;
padding: 0 100;
}

div#menu {
float: left;
width: 150px;
padding: 0;
margin: 0 0 1em; padding: 0;
}

div#content {
margin: 20 0 1em 170px;
padding: 0 1em;
}  
* html div#content
{
height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
margin-bottom: 0;
}

div#footer {
height: 44px;
background: url(/images/footer.jpg) no-repeat 100% 45%;
}

/* The styles for each menu */

div.navilayer {
position: absolute;
top: 1px;
visibility: hidden;
width: 150px;
}

div#base {
position: relative;
}

div a:visited {
background-color: transparent;
}

/* The extra DIV around the links. I'd rather have done

	a {display: block}

	throughout but that doesn't work in Explorer 4. */

div.navilayer div {
	width: 150px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	font: 10px verdana;
	background: #F0F0F1;
	layer-background-color: #DEE7F7;
}


/* This style does not work in Netscape 4 so you see the borders of the empty
	DIV's */

div.navilayer div.fill {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DEE7F7;
	}


/* Explorer 5.5 gives my general link colours precedence over
	the colour defined here. I think it's a bug */

div.navilayer div a {display: block;
	width: 150px;
	color: #000000;
	text-decoration: none;
	padding-left: 5px;
	letter-spacing: 1px;
}


/* The styles for the pseudo-mouseover. The class change does not work in Netscape 4,
	while Opera 5 changes the class but doesn't do anything about it,
	so these styles will never be visible in those browsers */

div.navilayer div.over {
	background: #FFFFFF;
}

div.navilayer div.over a {
	color: #000000;
}