/* Io - 19.08.2007 14:19 */

/* BASIS DEFINITIONEN */
body {
	margin: 10px;
	padding: 0px;
	border-style: none; }

img {
	border: none; }

h1, h2, h3 {
	font-family: Arial,sans-serif;
	font-style: normal;
	line-height: 1.1em;
	text-decoration:none;
	color: black;
	background-color: transparent;
	font-variant: small-caps;
    font-weight: bold;
    text-align: center; }

h1 {
	font-size: 12pt; }

h2 {
	font-size: 11pt; }

h3 {
	font-size: 10pt; }

#error, #error a {
	font-family: Arial,sans-serif;
	font-style: normal;
	font-size: 11pt;
	line-height: 1.1em;
	text-decoration:none;
	color: red;
	background-color: transparent;
	font-variant: small-caps;
    font-weight: bold;
    text-align: center; }

#error a {
	text-decoration: underline; }


/* Definition Inhaltsspalte */
#main {
	width: 96%;
	padding-left: 2%;
	margin-right: 2%;
	vertical-align:top; }

/* Definition Menu */
td.menu {
	vertical-align: top;
	width: 150px;
}

td.menu a {
	padding-left: 20px;
	line-height: 150%;
	font-style: normal;
	text-decoration:none;
	font-family: Arial,sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	color: #007857;
	font-size: 12pt;
}

td.menu a.sel {
	color: #ED6F00;
	font-size: 15pt;
}

td.menu a:hover {
	color: #ED6F00;
}