body {
	font:100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#F1EDCF;
        /*	margin:0 5%;*/
}
/*<!--/body> bgcolor="#FFFFFF" link="#FFFF00" vlink="#FFCC00" alink="#FFFFFF" text="#000000"-->   */
a:link { color:#FFFF00; text-decoration:none; font-weight:bold; }
a:visited { color:#FFCC00; text-decoration:none; font-weight:bold; }
a:hover { color:#EE0000; text-decoration:none; background-color:#FFFF99; font-weight:bold; }
a:active { color:#0000EE; background-color:#FFFF99; font-weight:bold; }
a:focus { color:#00AA00; background-color:#FFFF77; font-weight:bold; }

/*td {
	background-color:#F1EDCF;
}      */

h1,h2,h3 {
	font-family:"Times New Roman", "Trebuchet MS", Georgia, serif;
	font-weight:normal;
	color:#667553;
}

h1 {
	font-size:250%;
}

h2 {
	font-size:200%;
}

h3 {
	font-size:150%;
}
/*td {background-color:#F1EDCF;
} */

/* hier beginnt das für die Box relevante CSS  */

div {
	margin:0;
}

.ro {
	background:url(roundedbox_ro.gif) top right no-repeat;
}

.lo {
	background:url(roundedbox_lo.gif) top left no-repeat;
}

.ru {
	background:url(roundedbox_ru.gif) bottom right no-repeat;
}

.lu {
	background:url(roundedbox_lu.gif) bottom left no-repeat;
}

.inhalt {
	margin:0;
	padding:2.5em 2.5em 3.5em 2.5em;
}

.inhalt p {
	margin:0;
	padding:0;
}
.tablebody {
background-color:#F1EDCF;
vertical-align:top;
}