html {
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
        color: #020202;
        background: #fdfdfd;
        font-family: "Trebuchet MS", sans-serif;
}

span.epaxios {
        font-family: sans-serif;
        font-weight: normal;
        font-style: italic;
}

span.tm {
        color: #668866;
        background: inherit;
}

a {
        color: #668866;
        background: inherit;
}

a:hover,
a:active {
	color: #020202;
        background: inherit;
}

/* navigationsleiste */
div#headnav {
	color: inherit;
	background: #f4f6f3;

	padding-top: 1em;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 1em;

	text-align: right;
	font-size: 80%;
}

div#headnav span {
	background: #fdfdfd;
	padding: 0.3em;
}

div#headnav a {
	background: transparent;
	text-decoration: none;
}

/* titelzeile */
div#title {
	margin-left: 0;
	margin-right: 0;
	padding-top: 0.2em;
	padding-bottom: 0.5em;

        font-family: sans-serif;
	font-size: 200%;
        font-style: normal;
	font-weight: normal;

	background: #f4f6f3;
	text-align: center;
}

/* balken */
div#bar {
	margin-left: 0;
	margin-right: 0;
	height: 40px;

        background-image: url("images/balken.gif");
        background-repeat: repeat-x;
        background-position: 0 100%;
}

/* basistabelle allgemein */
table#body {
	border-collapse: separate;
	*border-collapse: expression('separate', cellSpacing = '15px');
	border-spacing: 1em;
}

table#body td {
	vertical-align: top;
}

/* menue */
td#menu {
	width: 14em;
}

/* menue, allgemein */
td#menu ul {
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

td#menu li {
        background: #f4f6f3;
	display: block;
	padding: 0;
}

td#menu li a {
	text-decoration: none;
}

/* menue, oberste ebene */
td#menu ul.level0 {
}

td#menu ul.level0 > li {
	margin: 0;
}

td#menu ul.level0 > li.active {
	background: #dce3db;
}

td#menu ul.level0 > li.active > a {
	background: #dce3db;
}

td#menu ul.level0 > li > a {
	display: block;
	padding: 0.5em 0 0.5em 1em;
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
}

td#menu ul.level0 > li > a:hover,
td#menu ul.level0 > li.active > a:hover {
	background: #dce3db;
	border-color: #aaab9c #fff #fff #ccc;
}

/* menue, zweite ebene */
td#menu ul.level1 {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 2em;

	background: transparent;
}

td#menu ul.level1 > li {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-right: 0.3em;
	background: transparent;
}

td#menu ul.level1 > li.active > a {
	color: #020202;
	background: transparent;
}

/* inhalt */
td#content {
        background: #fdfdfd;
	vertical-align: top;
	padding-top: 0;
	padding-left: 1em;
	padding-right: 1em;
}

td#content h1 {
	color: #020202;
	background: #fdfdfd;

	padding: 0.3em;
	margin-top: 0;

	font-size: 130%;
	font-weight: bold;
	letter-spacing: 0.3em;
	text-transform: uppercase;

	border-width: 3px;
	border-color: #dce3db;
	border-style: solid;
}

td#content h2 {
	padding: 0.3em;
	margin-top: 0.8em;
	margin-bottom: 0.4em;

	font-size: 120%;
	font-weight: normal;

	color: inherit;
	background: #dce4db;
}

td#content p,
td#content form {
	color: inherit;
	background: #f4f6f3;
	margin-top: 0em;
	margin-bottom: 0em;

	padding: 0.5em;
}

td#content ul {
	color: inherit;
	background: #f4f6f3;

	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 2em;
	padding-right: 0.5em;
	padding-top: 0.2em;
	padding-bottom: 0.6em;
}

td#content li {
	color: inherit;
	margin-bottom: 0.5em;
}

td#content dl {
	color: inherit;
	background: #f4f6f3;

	margin-top: 0;
	margin-bottom: 0;

	padding: 0.5em;
}

td#content dt {
	font-weight: bold;
	padding-top: 0.6em;
	padding-bottom: 0.4em;
}

td#content textarea {
	width: 30em;
	height: 10em;
}

td#content td.submit {
	text-align: center;
}

div#footer {
	text-align: center;
	font-style: italic;
	font-size: 70%;
	margin-bottom: 2em;
}
