a {
	text-decoration: none;
}

body {
	background: #fff  url(images/bg.jpg);
	font-size: 100.01%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; padding: 1em 0;
	text-align: center;  /* Zentrierung im Internet Explorer */
}

.hidden {
	display: none;
}

#page {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	color: #000;
	min-width: 760px;
	width: 70%;
	padding: 0;
	background: #fff;
	border: 1px solid #C0BF6C;
}

* html div#page {
	height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
	margin-bottom: 0;
}

#title {
	background: url(images/titlebg.png) #fff repeat-y right;
	margin: 0;
	padding: 0;
	border: 0;
	height: 90px;
	border-bottom: 1px solid #C0BF6C;
}

#title h1 {
	text-indent: -700em;
	margin: 0;
	padding: 0;
	padding: 10px;
	border: 0;
	margin-right: 0 auto;
}

#title h1 a {
	display: block;
	background: url(images/logo.gif);
	width: 208px;
	height: 72px;
	text-decoration: none;
}

td#navigationcell {
	width: 12em;
}

ul#navigation {
	float: left;
	margin: 0; padding: 0; border: 0;
	xtext-align: center;
	xbackground: #1E5A3C url(images/navbg.png) repeat-x;
	font-size: 1.2em;
	font-weight: bold;
	width: 12em;
}

ul#navigation li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
}

ul#navigation li a {
	display: block;
	text-decoration: none;
	text-align: left;
	vertical-align: baseline;
	color: #500000;
	padding: 10px 0 10px 0.6em;
}

ul#navigation li a.submenu {
	padding-bottom: 2px;
}

* html ul#navigation a {
	width: 1em;    /* nur fuer IE 5.0x erforderlich */
	w/idth: auto;  /* sicherheitshalber fuer spaetere Versionen korrigiert */
}

ul#navigation li a:hover {
	background: #FEFDD0;
}

ul#navigation li ul {
	margin: 0; padding: 0; border: 0;
	font-size: 0.8em;
	font-weight: bold;
	width: 15em;
}

ul#navigation li ul li {
	list-style: none;
	margin: 0; padding: 0; border: 0;
}

ul#navigation li ul li a {
	text-decoration: none;
	text-align: left;
	vertical-align: baseline;
	color: #500000;
	padding: 2px 0 2px 1em;
}

* html ul#navigation li ul li a {
	width: 1em;    /* nur fuer IE 5.0x erforderlich */
	w/idth: auto;  /* sicherheitshalber fuer spaetere Versionen korrigiert */
}

ul#navigation li ul li a:hover {
	background: #FEFDD0;
}

#content {
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
	margin-left: 15em;
}

#content dl dd {
	margin: 0;
	padding: 0 0 1em 0;
	line-height: 1.5em;
}

#content form {
	display: block;
	background: url(images/formbg.png) #fff repeat-x;
	padding: 0.8em;
}

#footer {
	clear: both;
	margin: 0; padding: 0;
	text-align: center;
	background-color: #fefdd0;
	border-top: 1px solid #C0BF6C;
}

img {
	border: 0;
}