body {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	background: #CCCCCC url(images/background.png) no-repeat right bottom;
	background-attachment: fixed;
	font-family: Tahoma;
	color: #000000;
	font-size: 13px;
}

/* CONTAINER */
div#container {
	width: 800px;
	margin: 0 auto;
}

/* HEADER */
div#header {
	height: 122px;
	background: url(images/header1.png) no-repeat;
}

table#navi {
	background: url(images/header2.png) no-repeat;
}

td.navi {
	width: 106px;
	text-align: center;
	padding: 0px;
}
td.navi:hover {
	background: url(images/navi.png) no-repeat;
}
td.navi a {
	color: #FF0000;
	display: block;
	height: 27px;
	line-height: 28px;
	text-decoration: none;
}
td.navi a:hover {
	color: #FFFFFF;
}
td.navi a:active {
	color: #FF0000;
}
td.selected {
	background: url(images/navi.png) no-repeat;
}
td.selected a {
	color: #FFFFFF;
}
td.selected a:active {
	color: #FF0000;
}

/* CONTENT */
div#content {
	width: 722px;
	margin: 0 auto;
	padding: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	min-height: 200px;
	background: url(images/wasserzeichen.png) no-repeat bottom right #FFFFFF;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}
div#title {
	width: 744px;
	margin: 0 auto;
	margin-top: 10px;
}
td#title {
	width: 100%;
	background: url(images/title.png) #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
}
td#footer {
	width: 100%;
	background: url(images/footer.png);
	font-size: 10px;
	text-align: center;
}
div#footer {
	width: 744px;
	margin: 0 auto;
	margin-bottom: 10px;
	font-size: 15px;
}

h1 {
	margin: 0px;
	font-size: 15px;
	color: #FF0000;
	border-bottom: 1px solid #999999;
	margin-bottom: 10px;
	line-height: 20px;
}

h2 {
	margin: 0px;
	font-size: 15px;
	border-bottom: 1px solid #999999;
	margin-bottom: 10px;
	line-height: 20px;
}

h3 {
	margin: 0px;
	font-size: 13px;
	margin-bottom: 10px;
	line-height: 20px;
}

p {
	margin: 0px;
	line-height: 20px;
	padding-bottom: 10px;
}

small {
	margin: 0px;
	line-height: 20px;
	padding-bottom: 10px;
}

p.einleitung {
	font-weight: bold;
}

blockquote {
	line-height: 20px;
	margin: 0px;
	margin-left: 40px;
}

ul {
	margin: 0px;
	padding-bottom: 10px;
}

li {
	line-height: 20px;
}

a {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

div.warning {
	padding: 10px;
	border: 1px solid #FF0000;
	background: #CCCCCC;
}

img {
	border: none;
}

img.img {
	background: #CCCCCC;
	padding: 10px;
	border: 1px solid #999999;
}
img.inline {
	vertical-align: middle;
}

img.floatleft {
	float: left;
	margin-right: 10px;
}

img.floatright {
	float: right;
	margin-left: 10px;
}

hr {
	height: 1px;
	border: none;
	background: #999999;
	margin: 0px;
	margin-bottom: 10px;
}

/* NEWS */
table#news {
	width: 100%;
}
th.news {
	padding-left: 10px;
	height: 32px;
	line-height: 32px;
	background: #CCCCCC url(images/th.png) no-repeat right;
	border: 1px solid #999999;
	font-size: 15px;
	color: #FF0000;
	text-align: left;
}
td.news {
	background: url(images/td.png);
	padding: 10px;
	line-height: 20px;
	text-align: left;
}
img.news {
	max-height: 100px;
}

/* TERMINE */
table#terms {
	border-left: 1px solid #999999;
	width: 100%;
}
th.terms {
	padding-left: 10px;
	padding-right: 10px;
	height: 32px;
	line-height: 32px;
	background: #CCCCCC;
	border: 1px solid #999999;
	border-left: none;
	font-size: 15px;
	text-align: left;
}
td.terms {
	background: url(images/td.png);
	padding: 10px;
	line-height: 20px;
	text-align: left;
}

/* FOOTER */
div#pagefooter {
	font-size: 10px;
	text-align: center;
}

.tdleft { border-left: 1px solid #999999; }
.tdright { border-right: 1px solid #999999; }
.tdtop { border-top: 1px solid #999999; }
.tdbottom { border-bottom: 1px solid #999999; }