
body, html {
	height: 100%;
	margin: 0px;
}

#content-table {
	height: 100%;
	width: 100%;
}

.links {
	width: 300px;
	font-size: 12px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	color: #681010;
}

.code {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #333;
}

td.left {
	width: 56px;
	background-color: #917946;
}

td.head-left {
	width: 56px;
	height: 110px;
	background: url(../grafiken/head-left.gif);
}

td.head {
	background: url(../grafiken/head_bg.gif) repeat-x;
	height: 110px;
	vertical-align: top;
}

td.right {
	width: 92px;
	background-color: #916246;
}

td.content-bg {
	background: url(../grafiken/content_bg.gif) bottom right no-repeat;
	background-color: #E1D3B4;
	padding: 5px;
	width: auto;
	vertical-align: top;
}

td.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	color: #681010;
	padding-top: 20px;
}

td.footer {
	height: 40px;
	background: url(../grafiken/footer_bg.gif) repeat-x;
}

h1 {
	font-size: 14px;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-size: 14px;
	font-style: italic;
	color: #917946;
	margin: 0px 0px 10px 0px;
}

a:link, a:visited, a:active {
	color: #681010;
	text-decoration: underline;
	font-size: 12px;
}

a:hover {
	color: #917946;
	text-decoration: underline;
	font-size: 12px;
}
